[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #346100
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Jul 21 18:00:39 BST 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/346100/display/redirect>
Changes:
------------------------------------------
[...truncated 144.53 KB...]
scanner.c:741:53: warning: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
741 | n = scandir(dir, &namelist, filter_av, alphasort);
| ^~~~~~~~~
| |
| int (*)(scan_filter *) {aka int (*)(struct dirent *)}
In file included from /usr/include/features.h:473,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from scanner.c:18:
/usr/include/dirent.h:263:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(scan_filter *)' {aka 'int (*)(struct dirent *)'}
263 | extern int __REDIRECT (scandir,
| ^~~~~~~~~~
scanner.c:744:53: warning: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
744 | n = scandir(dir, &namelist, filter_ap, alphasort);
| ^~~~~~~~~
| |
| int (*)(scan_filter *) {aka int (*)(struct dirent *)}
In file included from /usr/include/features.h:473,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from scanner.c:18:
/usr/include/dirent.h:263:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(scan_filter *)' {aka 'int (*)(struct dirent *)'}
263 | extern int __REDIRECT (scandir,
| ^~~~~~~~~~
scanner.c:747:53: warning: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
747 | n = scandir(dir, &namelist, filter_v, alphasort);
| ^~~~~~~~
| |
| int (*)(scan_filter *) {aka int (*)(struct dirent *)}
In file included from /usr/include/features.h:473,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from scanner.c:18:
/usr/include/dirent.h:263:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(scan_filter *)' {aka 'int (*)(struct dirent *)'}
263 | extern int __REDIRECT (scandir,
| ^~~~~~~~~~
scanner.c:750:53: warning: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
750 | n = scandir(dir, &namelist, filter_vp, alphasort);
| ^~~~~~~~~
| |
| int (*)(scan_filter *) {aka int (*)(struct dirent *)}
In file included from /usr/include/features.h:473,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from scanner.c:18:
/usr/include/dirent.h:263:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(scan_filter *)' {aka 'int (*)(struct dirent *)'}
263 | extern int __REDIRECT (scandir,
| ^~~~~~~~~~
scanner.c:753:53: warning: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
753 | n = scandir(dir, &namelist, filter_p, alphasort);
| ^~~~~~~~
| |
| int (*)(scan_filter *) {aka int (*)(struct dirent *)}
In file included from /usr/include/features.h:473,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdio.h:27,
from scanner.c:18:
/usr/include/dirent.h:263:12: note: expected 'int (*)(const struct dirent *)' but argument is of type 'int (*)(scan_filter *)' {aka 'int (*)(struct dirent *)'}
263 | extern int __REDIRECT (scandir,
| ^~~~~~~~~~
In file included from /usr/include/string.h:519,
from minidlna.c:51:
In function 'strncpy',
inlined from 'strncpyt' at utils.h:56:2,
inlined from 'init' at minidlna.c:639:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 199 [-Wstringop-truncation]
95 | return __builtin___strncpy_chk (__dest, __src, __len,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96 | __glibc_objsize (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'strncpyt' at utils.h:56:2,
inlined from 'init' at minidlna.c:636:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 199 [-Wstringop-truncation]
95 | return __builtin___strncpy_chk (__dest, __src, __len,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96 | __glibc_objsize (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'strncpyt' at utils.h:56:2,
inlined from 'init' at minidlna.c:633:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 199 [-Wstringop-truncation]
95 | return __builtin___strncpy_chk (__dest, __src, __len,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96 | __glibc_objsize (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'strncpyt' at utils.h:56:2,
inlined from 'init' at minidlna.c:630:4:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 15 bytes from a string of length 199 [-Wstringop-truncation]
95 | return __builtin___strncpy_chk (__dest, __src, __len,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96 | __glibc_objsize (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
inlined from 'strncpyt' at utils.h:56:2,
inlined from 'init' at minidlna.c:1036:3:
/usr/include/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 63 bytes from a string of length 199 [-Wstringop-truncation]
95 | return __builtin___strncpy_chk (__dest, __src, __len,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
96 | __glibc_objsize (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~
CCLD minidlnad
make[2]: Leaving directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna'
make[1]: Leaving directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna'
==> Entering fakeroot environment...
==> Starting package()...
Making install in po
make[1]: Entering directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna/po'
installing da.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/da/LC_MESSAGES/minidlna.mo
installing de.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/de/LC_MESSAGES/minidlna.mo
installing es.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/es/LC_MESSAGES/minidlna.mo
installing fr.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/fr/LC_MESSAGES/minidlna.mo
installing it.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/it/LC_MESSAGES/minidlna.mo
installing ja.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/ja/LC_MESSAGES/minidlna.mo
installing ko.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/ko/LC_MESSAGES/minidlna.mo
installing nb.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/nb/LC_MESSAGES/minidlna.mo
installing nl.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/nl/LC_MESSAGES/minidlna.mo
installing pl.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/pl/LC_MESSAGES/minidlna.mo
installing ru.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/ru/LC_MESSAGES/minidlna.mo
installing sl.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/sl/LC_MESSAGES/minidlna.mo
installing sv.gmo as /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/locale/sv/LC_MESSAGES/minidlna.mo
if test "minidlna" = "gettext-tools"; then \
/usr/sbin/mkdir -p /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en at quot.header en at boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/share/gettext/po/$file; \
done; \
else \
: ; \
fi
make[1]: Leaving directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna/po'
make[1]: Entering directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna'
make[2]: Entering directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna'
make[2]: Nothing to be done for 'install-data-am'.
/usr/sbin/mkdir -p '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/bin'
/usr/bin/install -c minidlnad '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/pkg/minidlna/usr/bin'
make[2]: Leaving directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna'
make[1]: Leaving directory '/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/src/minidlna'
==> 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 "minidlna"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: minidlna 1.3.0-2 (Tue Aug 23 23:23:31 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-minidlna-archlinuxrb-build-UeSQMLvZ
+ tee -a /srv/reproducible-results/archlinuxrb-build-UeSQMLvZ/b2/minidlna/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/minidlna-archlinuxrb-build-UeSQMLvZ/minidlna/trunk/minidlna-1.3.0-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-UeSQMLvZ/b2/minidlna/minidlna-1.3.0-2-x86_64.pkg.tar.zst'
Tue Aug 23 23:23:32 UTC 2022 - build #2 for minidlna on osuosl170-amd64 done.
Tue Aug 23 23:23:32 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-cFUukaOd, removing.
/srv/reproducible-results/archlinuxrb-build-UeSQMLvZ:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 16:59 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 17:00 b2
/srv/reproducible-results/archlinuxrb-build-UeSQMLvZ/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 16:59 minidlna
/srv/reproducible-results/archlinuxrb-build-UeSQMLvZ/b1/minidlna:
total 264
-rw-r--r-- 1 jenkins jenkins 74940 Jul 21 16:59 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Jul 21 16:59 build1.version
-rw-r--r-- 1 jenkins jenkins 179678 Jul 21 16:59 minidlna-1.3.0-2-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-UeSQMLvZ/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 17:00 minidlna
/srv/reproducible-results/archlinuxrb-build-UeSQMLvZ/b2/minidlna:
total 256
-rw-r--r-- 1 jenkins jenkins 73809 Jul 21 17:00 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Jul 21 17:00 build2.version
-rw-r--r-- 1 jenkins jenkins 179678 Jul 21 17:00 minidlna-1.3.0-2-x86_64.pkg.tar.zst
Wed Jul 21 17:00:39 UTC 2021 - comparing results now.
Wed Jul 21 17:00:39 UTC 2021 - YAY - minidlna/minidlna-1.3.0-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Wed Jul 21 17:00:39 UTC 2021 - https://tests.reproducible-builds.org/archlinux/community/minidlna/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/community/minidlna/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/community/minidlna/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1085: echo: write error: No space left on device
Wed Jul 21 17:00:39 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-UeSQMLvZ deleted.
Wed Jul 21 17:00:39 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-s2uC3HuE, removing.
Build step 'Execute shell' marked build as failure
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_2/builds/346100/log to /tmp/log-parser_reproducible_builder_archlinux_2_build_346100
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