[GHC] #16056: Hadrian failure: Values have changed since being depended upon

#16056: Hadrian failure: Values have changed since being depended upon -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: high | Milestone: 8.8.1 Component: Build System | Version: 8.7 (Hadrian) | Keywords: | Operating System: Windows Architecture: | Type of failure: Building GHC Unknown/Multiple | failed Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- The Hadrian build on Windows appears to fail with: {{{ /--------------------------------------------------------------------------\ | Successfully built program 'haddock' (Stage2). | | Executable: _build/stage2/bin/haddock.exe | | Program synopsis: A documentation-generation tool for Haskell libraries. | \--------------------------------------------------------------------------/ shakeArgsWith 0.002s 0% Function shake 0.035s 0% Database read 0.003s 0% With database 0.001s 0% Running rules 2815.075s 99% ========================= Pool finished (9025 threads, 8 max) 0.001s 0% Lint checking 0.641s 0% Total 2815.758s 100% Lint checking error - 520 values have changed since being depended upon: Key: _build/stage1/gmp/objs/zero_p.o Old: (Just File {mod=0x88773CC6,size=0x2EA,digest=0xACFF03E6},"") New: File {mod=0x8C6CE092,size=0x2EA,digest=0xACFF03E6} Key: _build/stage1/gmp/objs/zero.o Old: (Just File {mod=0x88DC1816,size=0x2F8,digest=0x586B32DC},"") New: File {mod=0x8CA46DC3,size=0x2F8,digest=0x586B32DC} Key: _build/stage1/gmp/objs/xor_n.o Old: (Just File {mod=0x88D86EC7,size=0x1DF,digest=0xFBB5353},"") New: File {mod=0x8CA1D672,size=0x1DF,digest=0xFBB5353} ... }}} All paths listed are in `_build/stage1/gmp` and all changed only in their mtime. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16056 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16056: Hadrian failure: Values have changed since being depended upon -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: high | Milestone: 8.8.1 Component: Build System | Version: 8.7 (Hadrian) | Resolution: | Keywords: Operating System: Windows | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * cc: alpmestan, snowleopard (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16056#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16056: Hadrian failure: Values have changed since being depended upon -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: high | Milestone: 8.8.1 Component: Build System | Version: 8.7 (Hadrian) | Resolution: | Keywords: Operating System: Windows | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by bgamari): See https://gitlab.staging.haskell.org/ghc/ghc/-/jobs/1817 for an example of this failure. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16056#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16056: Hadrian failure: Values have changed since being depended upon -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: new Priority: high | Milestone: 8.8.1 Component: Build System | Version: 8.7 (Hadrian) | Resolution: | Keywords: Operating System: Windows | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by snowleopard): Wait, this is a duplicate of https://ghc.haskell.org/trac/ghc/ticket/15971 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16056#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#16056: Hadrian failure: Values have changed since being depended upon -------------------------------------+------------------------------------- Reporter: bgamari | Owner: (none) Type: bug | Status: closed Priority: high | Milestone: 8.8.1 Component: Build System | Version: 8.7 (Hadrian) | Resolution: duplicate | Keywords: Operating System: Windows | Architecture: Type of failure: Building GHC | Unknown/Multiple failed | Test Case: Blocked By: | Blocking: Related Tickets: #15971 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: new => closed * resolution: => duplicate * related: => #15971 Comment: Oh dear, how embarrassing! A duplicate of my own ticket. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16056#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC