[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_alpine_3 #889

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Mon Dec 9 22:44:57 GMT 2019


See <https://jenkins.debian.net/job/reproducible_builder_alpine_3/889/display/redirect>

Changes:


------------------------------------------
[...truncated 102.08 KB...]
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaSafeFastDecompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaSafeSafeDecompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaUnsafeFastDecompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaUnsafeSafeDecompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaSafeCompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4JavaUnsafeCompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4HCJavaSafeCompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/lz4/LZ4HCJavaUnsafeCompressor.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash32JavaSafe.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash32JavaUnsafe.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash64JavaSafe.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/XXHash64JavaUnsafe.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash32JavaSafe.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash32JavaUnsafe.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash64JavaSafe.java
     [java] Generating /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/java/net/jpountz/xxhash/StreamingXXHash64JavaUnsafe.java

compile-java:
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/classes
    [javac] Compiling 35 source files to /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 warning
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/unsafe-classes
    [javac] Compiling 2 source files to /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/unsafe-classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:22: warning: Unsafe is internal proprietary API and may be removed in a future release
    [javac] import sun.misc.Unsafe;
    [javac]                ^
    [javac] /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:27: warning: Unsafe is internal proprietary API and may be removed in a future release
    [javac]   private static final Unsafe UNSAFE;
    [javac]                        ^
    [javac] /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:37: warning: Unsafe is internal proprietary API and may be removed in a future release
    [javac]       Field theUnsafe = Unsafe.class.getDeclaredField("theUnsafe");
    [javac]                         ^
    [javac] /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/src/java-unsafe/net/jpountz/util/UnsafeUtils.java:39: warning: Unsafe is internal proprietary API and may be removed in a future release
    [javac]       UNSAFE = (Unsafe) theUnsafe.get(null);
    [javac]                 ^
    [javac] 5 warnings
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/generated-classes
    [javac] Compiling 16 source files to /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/generated-classes
    [javac] warning: [options] bootstrap class path not set in conjunction with -source 1.6
    [javac] 1 warning

install-cpptasks:
[ivy:cachepath] :: resolving dependencies :: ant-contrib#cpptasks-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found ant-contrib#cpptasks;1.0b5 in public
[ivy:cachepath] 	found ant#ant;1.6.5 in public
[ivy:cachepath] 	found xerces#xercesImpl;2.8.1 in public
[ivy:cachepath] 	found xml-apis#xml-apis;1.3.03 in public
[ivy:cachepath] :: resolution report :: resolve 45ms :: artifacts dl 3ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   4   |   0   |   0   |   0   ||   4   |   0   |
	---------------------------------------------------------------------

generate-headers:
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/jni-headers

compile-jni:
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/objects
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/build/jni/linux/amd64
[cpptasks:cc] 5 total files to be compiled.
[cpptasks:cc] Starting link

compile:

jar:
    [mkdir] Created dir: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/dist
      [jar] Building jar: /var/lib/jenkins/aports/community/java-lz4/src/lz4-java-1.3.0/dist/lz4.jar

BUILD SUCCESSFUL
Total time: 9 seconds
>>> WARNING: java-lz4: APKBUILD does not run any tests!
    Alpine policy will soon require that packages have any relevant testsuites run during the build process.
    To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite.
>>> java-lz4: Entering fakeroot...
>>> java-lz4-native*: Running split function native...
>>> java-lz4-native*: Preparing subpackage java-lz4-native...
>>> java-lz4-native*: Stripping binaries
>>> java-lz4-native*: Running postcheck for java-lz4-native
>>> java-lz4*: Running postcheck for java-lz4
>>> java-lz4*: Preparing package java-lz4...
>>> java-lz4*: Stripping binaries
>>> WARNING: java-lz4*: No arch specific binaries found so arch should probably be set to "noarch"
>>> java-lz4-native*: Scanning shared objects
>>> java-lz4*: Scanning shared objects
>>> java-lz4-native*: Tracing dependencies...
	openjdk8-jre-base
	so:libc.musl-x86_64.so.1
>>> java-lz4-native*: Package size: 96.0 KB
>>> java-lz4-native*: Compressing data...
>>> java-lz4-native*: Create checksum...
>>> java-lz4-native*: Create java-lz4-native-1.3.0-r2.apk
>>> java-lz4*: Tracing dependencies...
>>> java-lz4*: Package size: 120.0 KB
>>> java-lz4*: Compressing data...
>>> java-lz4*: Create checksum...
>>> java-lz4*: Create java-lz4-1.3.0-r2.apk
>>> java-lz4: Build complete at Mon, 11 Jan 2021 05:07:47 +0000 elapsed time 0h 0m 14s
>>> java-lz4: Cleaning up srcdir
>>> java-lz4: Cleaning up pkgdir
>>> java-lz4: Uninstalling dependencies...
(1/34) Purging .makedepends-java-lz4 (20210111.050734)
(2/34) Purging apache-ant (1.10.7-r0)
(3/34) Purging openjdk8 (8.232.09-r0)
(4/34) Purging openjdk8-jre (8.232.09-r0)
(5/34) Purging openjdk8-jre-base (8.232.09-r0)
(6/34) Purging java-common (0.2-r0)
(7/34) Purging java-cacerts (1.0-r0)
Executing java-cacerts-1.0-r0.post-deinstall
(8/34) Purging p11-kit-trust (0.23.18.1-r0)
(9/34) Purging nss (3.47.1-r0)
(10/34) Purging openjdk8-jre-lib (8.232.09-r0)
(11/34) Purging nspr (4.24-r0)
(12/34) Purging libjpeg-turbo (2.0.3-r0)
(13/34) Purging krb5-libs (1.17-r0)
(14/34) Purging krb5-conf (1.0-r1)
(15/34) Purging libcom_err (1.45.4-r0)
(16/34) Purging keyutils-libs (1.6.1-r0)
(17/34) Purging libverto (0.3.1-r1)
(18/34) Purging lcms2 (2.9-r1)
(19/34) Purging pcsc-lite-libs (1.8.25-r2)
(20/34) Purging liblksctp (1.0.18-r1)
(21/34) Purging libxi (1.7.10-r0)
(22/34) Purging libxtst (1.2.3-r3)
(23/34) Purging libxext (1.3.4-r0)
(24/34) Purging libxrender (0.9.10-r3)
(25/34) Purging libxcomposite (0.4.5-r0)
(26/34) Purging libx11 (1.6.9-r0)
(27/34) Purging libxcb (1.13.1-r0)
(28/34) Purging libxau (1.0.9-r0)
(29/34) Purging libxdmcp (1.1.3-r0)
(30/34) Purging libbsd (0.10.0-r0)
(31/34) Purging alsa-lib (1.2.1.2-r0)
(32/34) Purging freetype (2.10.1-r0)
(33/34) Purging libpng (1.6.37-r1)
(34/34) Purging giflib (5.2.1-r0)
Executing busybox-1.31.1-r2.trigger
Executing ca-certificates-20190108-r0.trigger
OK: 225 MiB in 88 packages
>>> java-lz4: Updating the community/x86_64 repository index...
>>> java-lz4: Signing the index...
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ schroot --end-session -c alpine-java-lz4-alpinerb-build-a63Ii2aL
+ tee -a /srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ true
+++ basename /srv/reproducible-results/alpinerb-build-a63Ii2aL
++ ls /tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-1.3.0-r2.apk /tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-native-1.3.0-r2.apk
+ '[' -n '/tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-1.3.0-r2.apk
/tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-native-1.3.0-r2.apk' ']'
++ basename /srv/reproducible-results/alpinerb-build-a63Ii2aL
+ cp --preserve=timestamps -v /tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-1.3.0-r2.apk /tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-native-1.3.0-r2.apk /srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4/
'/tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-1.3.0-r2.apk' -> '/srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4/java-lz4-1.3.0-r2.apk'
'/tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL/community/x86_64/java-lz4-native-1.3.0-r2.apk' -> '/srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4/java-lz4-native-1.3.0-r2.apk'
++ basename /srv/reproducible-results/alpinerb-build-a63Ii2aL
+ sudo rm -rf --one-file-system /tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL
Mon Jan 11 05:07:50 UTC 2021 - build #2 for java-lz4 on osuosl-build170-amd64 done.
Mon Jan 11 05:07:50 UTC 2021 - reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-XF5QfyDE, which will now be removed.
++ date -u
+ echo 'Mon Jan 11 05:07:50 UTC 2021 - build #2 for java-lz4 on osuosl-build170-amd64 done.'
+ exit 0
+ cleanup_all
+ cd
+ '[' 2 '!=' master ']'
++ basename /srv/reproducible-results/alpinerb-build-a63Ii2aL
+ schroot --end-session -c alpine-java-lz4-alpinerb-build-a63Ii2aL
+ true
+ '[' '!' -z java-lz4 ']'
++ basename /srv/reproducible-results/alpinerb-build-a63Ii2aL
+ '[' -d /tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL ']'
+ '[' 2 = master ']'
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ rsync -e 'ssh -o '\''Batchmode = yes'\''' -r osuosl-build170-amd64.debian.net:/srv/reproducible-results/alpinerb-build-a63Ii2aL/b2 /srv/reproducible-results/alpinerb-build-a63Ii2aL/
+ RESULT=0
+ '[' 0 -ne 0 ']'
+ ls -lR /srv/reproducible-results/alpinerb-build-a63Ii2aL
/srv/reproducible-results/alpinerb-build-a63Ii2aL:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Dec  9 22:44 b1
drwxr-xr-x 3 jenkins jenkins 4096 Dec  9 22:44 b2

/srv/reproducible-results/alpinerb-build-a63Ii2aL/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec  9 22:44 java-lz4

/srv/reproducible-results/alpinerb-build-a63Ii2aL/b1/java-lz4:
total 160
-rw-r--r-- 1 jenkins jenkins 16233 Dec  9 22:44 build1.log
-rw-r--r-- 1 jenkins jenkins     3 Dec  9 22:44 build1.version
-rw-r--r-- 1 jenkins jenkins 95528 Dec  9 22:44 java-lz4-1.3.0-r2.apk
-rw-r--r-- 1 jenkins jenkins 37852 Dec  9 22:44 java-lz4-native-1.3.0-r2.apk

/srv/reproducible-results/alpinerb-build-a63Ii2aL/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Dec  9 22:44 java-lz4

/srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4:
total 156
-rw-r--r-- 1 jenkins jenkins 16311 Dec  9 22:44 build2.log
-rw-r--r-- 1 jenkins jenkins     3 Dec  9 22:44 build2.version
-rw-r--r-- 1 jenkins jenkins 95524 Dec  9 22:44 java-lz4-1.3.0-r2.apk
-rw-r--r-- 1 jenkins jenkins 37852 Dec  9 22:44 java-lz4-native-1.3.0-r2.apk
+ ssh -o 'Batchmode = yes' osuosl-build170-amd64.debian.net 'rm -r /srv/reproducible-results/alpinerb-build-a63Ii2aL'
jenkins_node_wrapper.sh[31182] Command 'rm -r /srv/reproducible-results/alpinerb-build-a63Ii2aL' not found in allowed commands.
+ set -e
+ cd /srv/reproducible-results/alpinerb-build-a63Ii2aL/b1/java-lz4
+ for ARTIFACT in *.apk
+ '[' -f java-lz4-1.3.0-r2.apk ']'
++ date -u
+ echo 'Mon Dec  9 22:44:57 UTC 2019 - comparing results now.'
Mon Dec  9 22:44:57 UTC 2019 - comparing results now.
+ diff -q /srv/reproducible-results/alpinerb-build-a63Ii2aL/b1/java-lz4/java-lz4-1.3.0-r2.apk /srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4/java-lz4-1.3.0-r2.apk
Files /srv/reproducible-results/alpinerb-build-a63Ii2aL/b1/java-lz4/java-lz4-1.3.0-r2.apk and /srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4/java-lz4-1.3.0-r2.apk differ
+ '[' -f /srv/reproducible-results/alpinerb-build-a63Ii2aL/b1/java-lz4/java-lz4-1.3.0-r2.apk ']'
+ '[' -f /srv/reproducible-results/alpinerb-build-a63Ii2aL/b2/java-lz4/java-lz4-1.3.0-r2.apk ']'
+ TIMEOUT=60m
++ schroot --directory /tmp -c chroot:jenkins-reproducible-unstable-diffoscope diffoscope -- --version
+ DIFFOSCOPE='E: 10mount: error: Directory '\''/schroots/reproducible-unstable-diffoscope-20191209-5155'\'' does not exist
E: 15binfmt: update-binfmts: unable to open /var/run/schroot/mount/jenkins-reproducible-unstable-diffoscope-110a1b5f-804b-42fc-b7ee-f4f625da7466/bin/sh: No such file or directory
E: 10mount: warning: Mount location /var/run/schroot/mount/jenkins-reproducible-unstable-diffoscope-110a1b5f-804b-42fc-b7ee-f4f625da7466 no longer exists; skipping unmount
E: jenkins-reproducible-unstable-diffoscope-110a1b5f-804b-42fc-b7ee-f4f625da7466: Chroot setup failed: stage=setup-start'
+ cleanup_all
+ cd
+ '[' master '!=' master ']'
+ '[' '!' -z java-lz4 ']'
++ basename /srv/reproducible-results/alpinerb-build-a63Ii2aL
+ '[' -d /tmp/alpine-java-lz4-alpinerb-build-a63Ii2aL ']'
+ '[' master = master ']'
+ rm /srv/reproducible-results/alpinerb-build-a63Ii2aL -r
++ date -u
+ echo 'Mon Dec  9 22:44:57 UTC 2019 - /srv/reproducible-results/alpinerb-build-a63Ii2aL deleted.'
Mon Dec  9 22:44:57 UTC 2019 - /srv/reproducible-results/alpinerb-build-a63Ii2aL deleted.
Mon  9 Dec 22:44:57 UTC 2019 - reproducible_build_alpine_pkg.sh stopped running as /tmp/jenkins-script-kdrR1Lri, which will now be removed.
Build step 'Execute shell' marked build as failure



More information about the Qa-jenkins-scm mailing list