[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_1 #348646

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Wed Jul 21 20:29:30 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348646/display/redirect>

Changes:


------------------------------------------
[...truncated 48.65 KB...]
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
    |                  ^^^^^^^^^^^^^^
[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)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[13 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.dyn_o )
[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
    |              ^^^^^^^^^^^^^^
[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)
   |                                             ^^^^^^
[16 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.dyn_o )
[17 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.dyn_o )
[18 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.dyn_o )
[19 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.dyn_o )
[20 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.dyn_o )
[21 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.dyn_o )
Unregistering monads-tf-0.1.0.3...
==> Entering fakeroot environment...
==> Starting package()...
Installing library in /tmp/haskell-monads-tf-archlinuxrb-build-Hb9aOqUO/haskell-monads-tf/trunk/pkg/haskell-monads-tf/usr/lib/ghc-8.10.5/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-22 (Wed Jul 21 19:29:13 2021)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-haskell-monads-tf-archlinuxrb-build-Hb9aOqUO
+ tee -a /srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b2/haskell-monads-tf/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/haskell-monads-tf-archlinuxrb-build-Hb9aOqUO/haskell-monads-tf/trunk/haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b2/haskell-monads-tf/haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst'
Wed Jul 21 19:29:16 UTC 2021 - build #2 for haskell-monads-tf on osuosl169-amd64 done.
Wed Jul 21 19:29:16 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-yFxFqItx, removing.
/srv/reproducible-results/archlinuxrb-build-Hb9aOqUO:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 19:28 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 19:29 b2

/srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 19:28 haskell-monads-tf

/srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b1/haskell-monads-tf:
total 108
-rw-r--r-- 1 jenkins jenkins 23175 Jul 21 19:28 build1.log
-rw-r--r-- 1 jenkins jenkins    11 Jul 21 19:28 build1.version
-rw-r--r-- 1 jenkins jenkins 75916 Jul 21 19:28 haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst

/srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 19:29 haskell-monads-tf

/srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b2/haskell-monads-tf:
total 104
-rw-r--r-- 1 jenkins jenkins 22240 Jul 21 19:29 build2.log
-rw-r--r-- 1 jenkins jenkins    11 Jul 21 19:29 build2.version
-rw-r--r-- 1 jenkins jenkins 75913 Jul 21 19:29 haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst
Wed Jul 21 19:29:22 UTC 2021 - comparing results now.
Files /srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b1/haskell-monads-tf/haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst and /srv/reproducible-results/archlinuxrb-build-Hb9aOqUO/b2/haskell-monads-tf/haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst differ
Wed Jul 21 19:29:22 UTC 2021 - running diffoscope on the results now:
Wed Jul 21 19:29:25 UTC 2021 - Running diffoscope 178 now...
zstd: error 70 : Write error : cannot write decoded block : No space left on device 
Wed Jul 21 19:29:29 UTC 2021 - diffoscope 178 found issues, please investigate haskell-monads-tf/haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst
Wed Jul 21 19:29:29 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/haskell-monads-tf/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-monads-tf/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/haskell-monads-tf/pkg.build_duration, thus deleting it.
deleting haskell-monads-tf-0.1.0.3-22-x86_64.pkg.tar.zst.html as version is not 0.1.0.3-21
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('396625', '0.1.0.3-22', 'reproducible', '2021-07-21 19:27', '100', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348646/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='0.1.0.3-22', status='reproducible', build_date='2021-07-21 19:27', build_duration='100', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348646/' WHERE results.package_id='396625'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('haskell-monads-tf', '0.1.0.3-22', 'community', 'x86_64', 3, 'reproducible', '2021-07-21 19:27', '100', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_1/348646/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='396625' and build_type='ci_build';
DELETE 1
Wed Jul 21 19:29:30 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-Hb9aOqUO deleted.
Wed Jul 21 19:29:30 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-5rtl9O1R, removing.
ERROR: Build step failed with exception
java.io.IOException: No space left on device
	at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method)
	at java.base/sun.nio.ch.FileDispatcherImpl.write(FileDispatcherImpl.java:62)
	at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:113)
	at java.base/sun.nio.ch.IOUtil.write(IOUtil.java:79)
	at java.base/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:280)
	at java.base/java.nio.channels.Channels.writeFullyImpl(Channels.java:74)
	at java.base/java.nio.channels.Channels.writeFully(Channels.java:97)
	at java.base/java.nio.channels.Channels$1.write(Channels.java:172)
	at hudson.remoting.RemoteOutputStream.write(RemoteOutputStream.java:112)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1159)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:878)
	at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1135)
	at org.apache.commons.io.IOUtils.copy(IOUtils.java:854)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2494)
	at hudson.FilePath$CopyTo.invoke(FilePath.java:2485)
	at hudson.FilePath.act(FilePath.java:1165)
	at hudson.FilePath.act(FilePath.java:1148)
	at hudson.FilePath.copyTo(FilePath.java:2479)
	at hudson.FilePath.copyTo(FilePath.java:2434)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_1/builds/348646/log to /tmp/log-parser_reproducible_builder_archlinux_1_build_348646
	at hudson.FilePath.copyTo(FilePath.java:2437)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:88)
	at hudson.plugins.logparser.LogParserStatusComputer.access$000(LogParserStatusComputer.java:22)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:54)
Caused: java.lang.RuntimeException
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:62)
	at hudson.plugins.logparser.LogParserStatusComputer$1.call(LogParserStatusComputer.java:47)
	at hudson.remoting.LocalChannel.call(LocalChannel.java:46)
	at hudson.plugins.logparser.LogParserStatusComputer.computeStatusMatches(LogParserStatusComputer.java:47)
	at hudson.plugins.logparser.LogParserStatusComputer.<init>(LogParserStatusComputer.java:36)
	at hudson.plugins.logparser.LogParserParser.parseLogBody(LogParserParser.java:355)
	at hudson.plugins.logparser.LogParserParser.parseLog(LogParserParser.java:165)
	at hudson.plugins.logparser.LogParserPublisher.perform(LogParserPublisher.java:119)
	at jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:803)
	at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:752)
	at hudson.model.Build$BuildExecution.post2(Build.java:177)
	at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:697)
	at hudson.model.Run.execute(Run.java:1931)
	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
	at hudson.model.ResourceController.execute(ResourceController.java:97)
	at hudson.model.Executor.run(Executor.java:429)
Build step 'Console output (build log) parsing' marked build as failure



More information about the Qa-jenkins-scm mailing list