[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_4 #402095

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Oct 17 12:12:19 BST 2022


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_4/402095/display/redirect>

Changes:


------------------------------------------
[...truncated 54.36 KB...]
    |
102 | instance (Error e) => MonadError (Either e) where
    |           ^^^^^

Control/Monad/Error/Class.hs:108:20: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
108 | instance (Monad m, Error e) => MonadError (ErrorT e m) where
    |                    ^^^^^

Control/Monad/Error/Class.hs:108:44: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
108 | instance (Monad m, Error e) => MonadError (ErrorT e m) where
    |                                            ^^^^^^

Control/Monad/Error/Class.hs:109:21: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
109 |     type ErrorType (ErrorT e m) = e
    |                     ^^^^^^

Control/Monad/Error/Class.hs:110:18: warning: [-Wdeprecations]
    In the use of `throwError'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
110 |     throwError = ErrorT.throwError
    |                  ^^^^^^^^^^^^^^^^^

Control/Monad/Error/Class.hs:111:18: warning: [-Wdeprecations]
    In the use of `catchError'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
111 |     catchError = ErrorT.catchError
    |                  ^^^^^^^^^^^^^^^^^

Control/Monad/Error/Class.hs:121:40: warning: [-Wdeprecations]
    In the use of type constructor or class `ListT'
    (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
121 | instance (MonadError m) => MonadError (ListT m) where
    |                                        ^^^^^

Control/Monad/Error/Class.hs:122:21: warning: [-Wdeprecations]
    In the use of type constructor or class `ListT'
    (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
122 |     type ErrorType (ListT m) = ErrorType m
    |                     ^^^^^

Control/Monad/Error/Class.hs:124:18: warning: [-Wdeprecations]
    In the use of `liftCatch' (imported from Control.Monad.Trans.List):
    Deprecated: "This transformer is invalid on most monads"
    |
124 |     catchError = List.liftCatch catchError
    |                  ^^^^^^^^^^^^^^
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[12 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.dyn_o )

Control/Monad/Error.hs:54:1: warning: [-Wdeprecations]
    Module `Control.Monad.Trans.Error' is deprecated:
      Use Control.Monad.Trans.Except instead
   |
54 | import Control.Monad.Trans.Error (ErrorT(..), mapErrorT)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[13 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[14 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.dyn_o )

Control/Monad/Writer/Class.hs:27:1: warning: [-Wdeprecations]
    Module `Control.Monad.Trans.Error' is deprecated:
      Use Control.Monad.Trans.Except instead
   |
27 | import Control.Monad.Trans.Error as Error
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Control/Monad/Writer/Class.hs:100:11: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
100 | instance (Error e, MonadWriter m) => MonadWriter (ErrorT e m) where
    |           ^^^^^

Control/Monad/Writer/Class.hs:100:51: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
100 | instance (Error e, MonadWriter m) => MonadWriter (ErrorT e m) where
    |                                                   ^^^^^^

Control/Monad/Writer/Class.hs:101:22: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
101 |     type WriterType (ErrorT e m) = WriterType m
    |                      ^^^^^^

Control/Monad/Writer/Class.hs:103:14: warning: [-Wdeprecations]
    In the use of `liftListen'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
103 |     listen = Error.liftListen listen
    |              ^^^^^^^^^^^^^^^^

Control/Monad/Writer/Class.hs:104:14: warning: [-Wdeprecations]
    In the use of `liftPass' (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
    |
104 |     pass   = Error.liftPass pass
    |              ^^^^^^^^^^^^^^
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[15 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.dyn_o )

Control/Monad/RWS/Class.hs:33:1: warning: [-Wdeprecations]
    Module `Control.Monad.Trans.Error' is deprecated:
      Use Control.Monad.Trans.Except instead
   |
33 | import Control.Monad.Trans.Error(Error, ErrorT)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Control/Monad/RWS/Class.hs:51:11: warning: [-Wdeprecations]
    In the use of type constructor or class `Error'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
51 | instance (Error e, MonadRWS m) => MonadRWS (ErrorT e m)
   |           ^^^^^

Control/Monad/RWS/Class.hs:51:45: warning: [-Wdeprecations]
    In the use of type constructor or class `ErrorT'
    (imported from Control.Monad.Trans.Error):
    Deprecated: "Use Control.Monad.Trans.Except instead"
   |
51 | instance (Error e, MonadRWS m) => MonadRWS (ErrorT e m)
   |                                             ^^^^^^
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[16 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[17 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[18 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[19 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[20 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
[21 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.dyn_o )
You are using an unsupported version of LLVM!
Currently only 9 to 14 is supported. System LLVM version: 14.0.6
We will try though...
Unregistering monads-tf-0.1.0.3...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-monads-tf-archlinuxrb-build-Lyvt9QoW/haskell-monads-tf/trunk/pkg/haskell-monads-tf/usr/lib/ghc-9.0.2/site-local/monads-tf-0.1.0.3
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "haskell-monads-tf"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: haskell-monads-tf 0.1.0.3-23 (Mon Oct 17 11:11:30 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-monads-tf-archlinuxrb-build-Lyvt9QoW
+ tee -a /srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b2/haskell-monads-tf/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-monads-tf-archlinuxrb-build-Lyvt9QoW/haskell-monads-tf/trunk/haskell-monads-tf-0.1.0.3-23-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b2/haskell-monads-tf/haskell-monads-tf-0.1.0.3-23-x86_64.pkg.tar.zst'
Mon Oct 17 11:12:08 UTC 2022 - build #2 for haskell-monads-tf on osuosl184-amd64 done.
Mon Oct 17 11:12:08 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-8h3esume, removing.
/srv/reproducible-results/archlinuxrb-build-Lyvt9QoW:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:11 b1
drwxr-xr-x 3 jenkins jenkins 4096 Oct 17 11:12 b2

/srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:11 haskell-monads-tf

/srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b1/haskell-monads-tf:
total 128
-rw-r--r-- 1 jenkins jenkins 27253 Oct 17 11:11 build1.log
-rw-r--r-- 1 jenkins jenkins    11 Oct 17 11:11 build1.version
-rw-r--r-- 1 jenkins jenkins 92778 Oct 17 11:11 haskell-monads-tf-0.1.0.3-23-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Oct 17 11:12 haskell-monads-tf

/srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b2/haskell-monads-tf:
total 124
-rw-r--r-- 1 jenkins jenkins 26397 Oct 17 11:12 build2.log
-rw-r--r-- 1 jenkins jenkins    11 Oct 17 11:12 build2.version
-rw-r--r-- 1 jenkins jenkins 92785 Oct 17 11:12 haskell-monads-tf-0.1.0.3-23-x86_64.pkg.tar.zst
Mon Oct 17 11:12:14 UTC 2022 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b1/haskell-monads-tf/haskell-monads-tf-0.1.0.3-23-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-Lyvt9QoW/b2/haskell-monads-tf/haskell-monads-tf-0.1.0.3-23-x86_64.pkg.tar.zst differ
Mon Oct 17 11:12:14 UTC 2022 - running diffoscope on the results now:
Mon Oct 17 11:12:15 UTC 2022 - Running diffoscope 224 now...
Mon Oct 17 11:12:19 UTC 2022 - diffoscope 224 found issues, please investigate haskell-monads-tf/haskell-monads-tf-0.1.0.3-23-x86_64.pkg.tar.zst
/tmp/jenkins-script-EsISZ1w3: line 480: echo: write error: No space left on device
cp: error writing '/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-monads-tf/pkg.version': No space left on device
Mon Oct 17 11:12:19 UTC 2022 - /srv/reproducible-results/archlinuxrb-build-Lyvt9QoW deleted.
Mon Oct 17 11:12:19 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-EsISZ1w3, removing.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list