Build failed in Jenkins: reproducible_netbsd #1011
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Mon Oct 9 22:26:26 BST 2023
See <https://jenkins.debian.net/job/reproducible_netbsd/1011/display/redirect>
Changes:
------------------------------------------
[...truncated 101.24 MB...]
│ │ └── ofwboot.net
│ ├── INSTALL.html
│ ├── INSTALL.more
│ ├── INSTALL.ps
│ └── INSTALL.txt
└── x86_64-amd64
├── amd64
│ ├── binary
│ │ ├── kernel
│ │ │ ├── netbsd-GENERIC.gz
│ │ │ ├── netbsd-GENERIC_KASLR.gz
│ │ │ ├── netbsd-GENERIC.symbols.gz
│ │ │ ├── netbsd-INSTALL.gz
│ │ │ ├── netbsd-INSTALL.symbols.gz
│ │ │ ├── netbsd-INSTALL_XEN3_DOMU.gz
│ │ │ ├── netbsd-XEN3_DOM0.gz
│ │ │ └── netbsd-XEN3_DOMU.gz
│ │ └── sets
│ │ ├── base.tar.xz
│ │ ├── comp.tar.xz
│ │ ├── etc.tar.xz
│ │ ├── games.tar.xz
│ │ ├── gpufw.tar.xz
│ │ ├── kern-GENERIC_KASLR.tar.xz
│ │ ├── kern-GENERIC.tar.xz
│ │ ├── kern-XEN3_DOM0.tar.xz
│ │ ├── kern-XEN3_DOMU.tar.xz
│ │ ├── man.tar.xz
│ │ ├── misc.tar.xz
│ │ ├── modules.tar.xz
│ │ ├── rescue.tar.xz
│ │ ├── tests.tar.xz
│ │ └── text.tar.xz
│ ├── installation
│ │ ├── cdrom
│ │ │ ├── boot-com.iso
│ │ │ └── boot.iso
│ │ ├── miniroot
│ │ │ ├── cgdroot.kmod
│ │ │ └── miniroot.kmod
│ │ └── misc
│ │ └── pxeboot_ia32.bin
│ ├── INSTALL.html
│ ├── INSTALL.more
│ ├── INSTALL.ps
│ └── INSTALL.txt
└── images
├── NetBSD-10.99.10-amd64-bios-install.img.gz
├── NetBSD-10.99.10-amd64-install.img.gz
├── NetBSD-10.99.10-amd64.iso
└── NetBSD-10.99.10-amd64-live.img.gz
21 directories, 66 files
/srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b1/sparc64-sparc64 /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b1
+ ulimit -v 10485760
+ timeout 30m nice schroot --directory /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV -c source:jenkins-reproducible-unstable-diffoscope diffoscope -- --html /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/sparc64-sparc64/images/NetBSD-10.99.10-sparc64.iso.html /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b1/sparc64-sparc64/images/NetBSD-10.99.10-sparc64.iso /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/sparc64-sparc64/images/NetBSD-10.99.10-sparc64.iso
+ for i in *
+ pushd sparc64-sparc64
++ sort -u
++ find images sparc64 -type f
+ for j in $(find * -type f | sort -u)
+ let ALL_FILES+=1
+ call_diffoscope sparc64-sparc64 images/NetBSD-10.99.10-sparc64.iso
++ dirname images/NetBSD-10.99.10-sparc64.iso
+ mkdir -p /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/sparc64-sparc64/images
++ mktemp --tmpdir=/srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV
+ local TMPLOG=/srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/tmp.JX0CSL9AW3
+ local msg=
+ set +e
+ RESULT=124
++ grep '^E: 15binfmt: update-binfmts: unable to open' /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/tmp.JX0CSL9AW3
++ true
+ LOG_RESULT=
+ '[' -n '' ']'
+ false
+ set +x
E: 2023-10-09 20:52:54 W: diffoscope.main: Received TERM signal; cleaning up temp files...
Caught signal ‘Terminated’: terminating immediately
2023-10-09 20:52:54 W: diffoscope.main: Received TERM signal; cleaning up temp files...
2023-10-09 20:52:57 W: diffoscope.main: Exiting...
E: Caught signal ‘Terminated’
Mon 9 Oct 20:52:57 UTC 2023 - diffoscope 250 produced no output for sparc64-sparc64/images/NetBSD-10.99.10-sparc64.iso and was killed after running into timeout after 30m...
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/diffoscope/main.py", line 767, in main
sys.exit(run_diffoscope(parsed_args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/main.py", line 718, in run_diffoscope
difference = compare_root_paths(path1, path2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 69, in compare_root_paths
difference = compare_files(file1, file2)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 149, in compare_files
return file1.compare(file2, source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", line 515, in compare
difference = self._compare_using_details(other, source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", line 450, in _compare_using_details
details.extend(
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/container.py", line 197, in compare_pair
difference = compare_files(
^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 149, in compare_files
return file1.compare(file2, source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", line 599, in compare
return self.compare_bytes(other, source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/file.py", line 395, in compare_bytes
return compare_binary_files(self, other, source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/compare.py", line 176, in compare_binary_files
return Difference.from_operation(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/difference.py", line 267, in from_operation
return Difference.from_operation_exc(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/difference.py", line 288, in from_operation_exc
feeder1, operation1, excluded1 = operation_and_feeder(path1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/diffoscope/difference.py", line 285, in operation_and_feeder
operation.start()
File "/usr/lib/python3/dist-packages/diffoscope/comparators/utils/command.py", line 45, in start
self._process = subprocess.run(
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 550, in run
stdout, stderr = process.communicate(input, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1209, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 2138, in _communicate
stdout = b''.join(stdout)
^^^^^^^^^^^^^^^^
MemoryError
Mon 9 Oct 20:55:12 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate sparc64-sparc64/images/NetBSD-10.99.10-sparc64-live.img.gz
Mon 9 Oct 20:55:13 UTC 2023 - sparc64-sparc64/sparc64/binary/kernel/netbsd-GENERIC.gz is reproducible, yay!
Mon 9 Oct 20:55:14 UTC 2023 - sparc64-sparc64/sparc64/binary/kernel/netbsd-GENERIC.UP.gz is reproducible, yay!
Mon 9 Oct 20:55:15 UTC 2023 - sparc64-sparc64/sparc64/binary/kernel/netbsd-INSTALL.gz is reproducible, yay!
Mon 9 Oct 20:55:17 UTC 2023 - sparc64-sparc64/sparc64/binary/kernel/netbsd-INSTALL.symbols.gz is reproducible, yay!
Mon 9 Oct 20:55:18 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/base.tar.xz is reproducible, yay!
E: Caught signal ‘Terminated’: terminating immediately
2023-10-09 21:25:18 W: diffoscope.main: Received TERM signal; cleaning up temp files...
2023-10-09 21:25:20 W: diffoscope.main: Exiting...
E: Caught signal ‘Terminated’
Mon 9 Oct 21:25:20 UTC 2023 - diffoscope 250 produced no output for sparc64-sparc64/sparc64/binary/sets/comp.tar.xz and was killed after running into timeout after 30m...
Mon 9 Oct 21:25:21 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/etc.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:22 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/games.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:23 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/gpufw.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:24 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/kern-GENERIC.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:25 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/kern-GENERIC.UP.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:25 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/man.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:26 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/misc.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:27 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/modules.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:28 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/rescue.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:29 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/tests.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:30 UTC 2023 - sparc64-sparc64/sparc64/binary/sets/text.tar.xz is reproducible, yay!
Mon 9 Oct 21:25:31 UTC 2023 - sparc64-sparc64/sparc64/installation/miniroot/miniroot.fs.gz is reproducible, yay!
Mon 9 Oct 21:25:32 UTC 2023 - sparc64-sparc64/sparc64/installation/misc/bootblk is reproducible, yay!
Mon 9 Oct 21:25:33 UTC 2023 - sparc64-sparc64/sparc64/installation/misc/boot.fs.gz is reproducible, yay!
Mon 9 Oct 21:25:33 UTC 2023 - sparc64-sparc64/sparc64/installation/misc/installboot is reproducible, yay!
Mon 9 Oct 21:25:34 UTC 2023 - sparc64-sparc64/sparc64/installation/misc/instfs.tgz is reproducible, yay!
Mon 9 Oct 21:25:35 UTC 2023 - sparc64-sparc64/sparc64/installation/misc/ofwboot is reproducible, yay!
Mon 9 Oct 21:25:36 UTC 2023 - sparc64-sparc64/sparc64/installation/netboot/ofwboot.net is reproducible, yay!
Mon 9 Oct 21:25:37 UTC 2023 - sparc64-sparc64/sparc64/INSTALL.html is reproducible, yay!
Mon 9 Oct 21:25:38 UTC 2023 - sparc64-sparc64/sparc64/INSTALL.more is reproducible, yay!
Mon 9 Oct 21:25:38 UTC 2023 - sparc64-sparc64/sparc64/INSTALL.ps is reproducible, yay!
Mon 9 Oct 21:25:39 UTC 2023 - sparc64-sparc64/sparc64/INSTALL.txt is reproducible, yay!
/srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b1
/srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b1/x86_64-amd64 /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b1
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-GENERIC.gz: No such file or directory
Mon 9 Oct 21:25:40 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-GENERIC.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-GENERIC_KASLR.gz: No such file or directory
Mon 9 Oct 21:25:40 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-GENERIC_KASLR.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-GENERIC.symbols.gz: No such file or directory
Mon 9 Oct 21:25:41 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-GENERIC.symbols.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-INSTALL.gz: No such file or directory
Mon 9 Oct 21:25:41 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-INSTALL.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-INSTALL.symbols.gz: No such file or directory
Mon 9 Oct 21:25:42 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-INSTALL.symbols.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-INSTALL_XEN3_DOMU.gz: No such file or directory
Mon 9 Oct 21:25:42 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-INSTALL_XEN3_DOMU.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-XEN3_DOM0.gz: No such file or directory
Mon 9 Oct 21:25:43 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-XEN3_DOM0.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/kernel/netbsd-XEN3_DOMU.gz: No such file or directory
Mon 9 Oct 21:25:44 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/kernel/netbsd-XEN3_DOMU.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/base.tar.xz: No such file or directory
Mon 9 Oct 21:25:44 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/base.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/comp.tar.xz: No such file or directory
Mon 9 Oct 21:25:45 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/comp.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/etc.tar.xz: No such file or directory
Mon 9 Oct 21:25:45 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/etc.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/games.tar.xz: No such file or directory
Mon 9 Oct 21:25:47 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/games.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/gpufw.tar.xz: No such file or directory
Mon 9 Oct 21:25:48 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/gpufw.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/kern-GENERIC_KASLR.tar.xz: No such file or directory
Mon 9 Oct 21:25:49 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/kern-GENERIC_KASLR.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/kern-GENERIC.tar.xz: No such file or directory
Mon 9 Oct 21:25:50 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/kern-GENERIC.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/kern-XEN3_DOM0.tar.xz: No such file or directory
Mon 9 Oct 21:25:51 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/kern-XEN3_DOM0.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/kern-XEN3_DOMU.tar.xz: No such file or directory
Mon 9 Oct 21:25:52 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/kern-XEN3_DOMU.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/man.tar.xz: No such file or directory
Mon 9 Oct 21:25:53 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/man.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/misc.tar.xz: No such file or directory
Mon 9 Oct 21:25:54 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/misc.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/modules.tar.xz: No such file or directory
Mon 9 Oct 21:25:55 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/modules.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/rescue.tar.xz: No such file or directory
Mon 9 Oct 21:25:57 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/rescue.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/tests.tar.xz: No such file or directory
Mon 9 Oct 21:25:58 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/tests.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/binary/sets/text.tar.xz: No such file or directory
Mon 9 Oct 21:25:59 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/binary/sets/text.tar.xz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/installation/cdrom/boot-com.iso: No such file or directory
Mon 9 Oct 21:26:01 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/installation/cdrom/boot-com.iso
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/installation/cdrom/boot.iso: No such file or directory
Mon 9 Oct 21:26:02 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/installation/cdrom/boot.iso
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/installation/miniroot/cgdroot.kmod: No such file or directory
Mon 9 Oct 21:26:03 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/installation/miniroot/cgdroot.kmod
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/installation/miniroot/miniroot.kmod: No such file or directory
Mon 9 Oct 21:26:04 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/installation/miniroot/miniroot.kmod
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/installation/misc/pxeboot_ia32.bin: No such file or directory
Mon 9 Oct 21:26:06 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/installation/misc/pxeboot_ia32.bin
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/INSTALL.html: No such file or directory
Mon 9 Oct 21:26:07 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/INSTALL.html
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/INSTALL.more: No such file or directory
Mon 9 Oct 21:26:08 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/INSTALL.more
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/INSTALL.ps: No such file or directory
Mon 9 Oct 21:26:09 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/INSTALL.ps
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/amd64/INSTALL.txt: No such file or directory
Mon 9 Oct 21:26:10 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/amd64/INSTALL.txt
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/images/NetBSD-10.99.10-amd64-bios-install.img.gz: No such file or directory
Mon 9 Oct 21:26:11 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/images/NetBSD-10.99.10-amd64-bios-install.img.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/images/NetBSD-10.99.10-amd64-install.img.gz: No such file or directory
Mon 9 Oct 21:26:12 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/images/NetBSD-10.99.10-amd64-install.img.gz
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/images/NetBSD-10.99.10-amd64.iso: No such file or directory
Mon 9 Oct 21:26:14 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/images/NetBSD-10.99.10-amd64.iso
/usr/bin/diffoscope: /srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b2/x86_64-amd64/images/NetBSD-10.99.10-amd64-live.img.gz: No such file or directory
Mon 9 Oct 21:26:15 UTC 2023 - diffoscope 250 had trouble comparing the two builds. Please investigate x86_64-amd64/images/NetBSD-10.99.10-amd64-live.img.gz
/srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/b1
rm: cannot remove '/srv/reproducible-results/rbuild-netbsd-results-n0wMrDOV/tmp.V0XRBGActL': No such file or directory
Mon Oct 9 21:26:16 UTC 2023 - reproducible_netbsd.sh stopped running as /tmp/jenkins-script-Hx2SKlzz, removing.
SSH EXIT CODE: 1
Build step 'Execute shell' marked build as failure
More information about the Qa-jenkins-scm
mailing list