[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_8 #148165

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Thu Jul 22 08:16:22 BST 2021


See <https://jenkins.debian.net/job/reproducible_builder_archlinux_8/148165/display/redirect>

Changes:


------------------------------------------
[...truncated 59.74 KB...]
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src_ext/dose3/common/util.ml", line 103, characters 6-21:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src_ext/dose3/common/util.ml", line 163, characters 6-21:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
    ocamlopt src/core/.opam_core.objs/opamUrl.{cmx,o}
File "src/core/opamUrl.ml", line 56, characters 10-20:
56 |     match Re.get_all (Re.exec re u) with
               ^^^^^^^^^^
Alert deprecated: Re.get_all
Use Group.all
File "src/core/opamUrl.ml", line 109, characters 12-18:
109 |       Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
                  ^^^^^^
Alert deprecated: Re.get
Use Group.get
File "src/core/opamUrl.ml", line 109, characters 37-43:
109 |       Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
                                           ^^^^^^
Alert deprecated: Re.get
Use Group.get
File "src/core/opamUrl.ml", line 219, characters 6-12:
219 |       Re.get (Re.exec re t.path) 1
            ^^^^^^
Alert deprecated: Re.get
Use Group.get
    ocamlopt src_ext/dose3/algo/.algo.objs/algo__Defaultgraphs.{cmx,o}
File "src_ext/dose3/algo/defaultgraphs.ml", line 95, characters 15-33:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src_ext/dose3/algo/defaultgraphs.ml", line 118, characters 22-40:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src_ext/dose3/algo/defaultgraphs.ml", line 321, characters 14-32:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src_ext/dose3/algo/defaultgraphs.ml", line 723, characters 18-36:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
    ocamlopt src_ext/dose3/algo/.algo.objs/algo__Diagnostic.{cmx,o}
File "src_ext/dose3/algo/diagnostic.ml", line 308, characters 12-30:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src_ext/dose3/algo/diagnostic.ml", line 509, characters 20-38:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
    ocamlopt src/format/.opam_format.objs/opamFilter.{cmx,o}
File "src/format/opamFilter.ml", line 109, characters 11-18:
109 |         if Re.test ss 2 then
                 ^^^^^^^
Alert deprecated: Re.test
Use Group.test
File "src/format/opamFilter.ml", line 110, characters 15-21:
110 |           aux (Re.get ss 1 :: acc)
                     ^^^^^^
Alert deprecated: Re.get
Use Group.get
File "src/format/opamFilter.ml", line 111, characters 18-28:
111 |             (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
                        ^^^^^^^^^^
Alert deprecated: Re.get_ofs
Use Group.offset
File "src/format/opamFilter.ml", line 111, characters 52-58:
111 |             (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
                                                          ^^^^^^
Alert deprecated: Re.get
Use Group.get
    ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts_int.{cmx,o}
File "src_ext/dose3/algo/strongconflicts_int.ml", line 29, characters 16-34:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
File "src_ext/dose3/algo/strongconflicts_int.ml", line 46, characters 55-73:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
    ocamlopt src_ext/dose3/algo/.algo.objs/algo__Strongconflicts.{cmx,o}
File "src_ext/dose3/algo/strongconflicts.ml", line 27, characters 16-34:
Alert deprecated: module Stdlib.Pervasives
Use Stdlib instead.

If you need to stay compatible with OCaml < 4.07, you can use the 
stdlib-shims library: https://github.com/ocaml/stdlib-shims
    ocamlopt src/client/.opam_client.objs/opamArg.{cmx,o}
File "src/client/opamArg.ml", line 488, characters 45-51:
488 |       let name = OpamPackage.Name.of_string (Re.get sub 1) in
                                                   ^^^^^^
Alert deprecated: Re.get
Use Group.get
File "src/client/opamArg.ml", line 490, characters 49-55:
490 |         try Some (OpamPackage.Version.of_string (Re.get sub 2))
                                                       ^^^^^^
Alert deprecated: Re.get
Use Group.get
File "src/client/opamArg.ml", line 526, characters 18-24:
526 |       let sname = Re.get sub 1 in
                        ^^^^^^
Alert deprecated: Re.get
Use Group.get
File "src/client/opamArg.ml", line 527, characters 16-22:
527 |       let sop = Re.get sub 2 in
                      ^^^^^^
Alert deprecated: Re.get
Use Group.get
File "src/client/opamArg.ml", line 528, characters 21-27:
528 |       let sversion = Re.get sub 3 in
                           ^^^^^^
Alert deprecated: Re.get
Use Group.get
make: *** [Makefile:114: build-opam] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-opam-archlinuxrb-build-XbcuvoWl
+ tee -a /srv/reproducible-results/archlinuxrb-build-XbcuvoWl/b1/opam/build1.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/opam-archlinuxrb-build-XbcuvoWl/*/trunk/*.pkg.tar.zst': No such file or directory
Wed Aug 24 13:39:15 UTC 2022 - build #1 for opam on osuosl170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-XbcuvoWl/b1/opam/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Aug 24 13:38 b1

./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Aug 24 13:38 opam

./b1/opam:
total 68
-rw-r--r-- 1 jenkins jenkins 62134 Aug 24 13:39 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Aug 24 13:38 build1.version
Wed Aug 24 13:39:15 UTC 2022 - build #1 for opam on osuosl170-amd64 done.
Wed Aug 24 13:39:15 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-ukwf3Djr, removing.
/srv/reproducible-results/archlinuxrb-build-XbcuvoWl:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 22 07:16 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jul 22 07:15 b2

/srv/reproducible-results/archlinuxrb-build-XbcuvoWl/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 22 07:16 opam

/srv/reproducible-results/archlinuxrb-build-XbcuvoWl/b1/opam:
total 68
-rw-r--r-- 1 jenkins jenkins 62134 Jul 22 07:16 build1.log
-rw-r--r-- 1 jenkins jenkins     8 Jul 22 07:16 build1.version

/srv/reproducible-results/archlinuxrb-build-XbcuvoWl/b2:
total 0
Thu Jul 22 07:16:21 UTC 2021 - build1 didn't create a package, skipping build2!
Thu Jul 22 07:16:21 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/opam/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/opam/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/opam/pkg.build_duration, thus deleting it.
INSERT into results (package_id, version, status, build_date, build_duration, node1, node2, job)
		VALUES ('398716', '2.0.8-1', 'FTBFS_2', '2021-07-22 07:15', '52', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/148165/')
		ON CONFLICT (package_id)
		DO UPDATE SET version='2.0.8-1', status='FTBFS_2', build_date='2021-07-22 07:15', build_duration='52', node1='osuosl170-amd64', node2='osuosl169-amd64', job='https://jenkins.debian.net/job/reproducible_builder_archlinux_8/148165/' WHERE results.package_id='398716'
INSERT 0 1
INSERT INTO stats_build (name, version, suite, architecture, distribution, status, build_date, build_duration, node1, node2, job)
		VALUES ('opam', '2.0.8-1', 'community', 'x86_64', 3, 'FTBFS_2', '2021-07-22 07:15', '52', 'osuosl170-amd64', 'osuosl169-amd64', 'https://jenkins.debian.net/job/reproducible_builder_archlinux_8/148165/');
INSERT 0 1
DELETE FROM schedule WHERE package_id='398716' and build_type='ci_build';
DELETE 1
Thu Jul 22 07:16:22 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-XbcuvoWl deleted.
Thu Jul 22 07:16:22 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-0zMnfpmJ, 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_8/builds/148165/log to /tmp/log-parser_reproducible_builder_archlinux_8_build_148165
	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