[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #346278
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Wed Jul 21 21:43:41 BST 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/346278/display/redirect>
Changes:
------------------------------------------
[...truncated 100.65 KB...]
inlined from 'void S9xControlPreSaveState(SControlSnapshot*)' at ../controls.cpp:3518:2:
/usr/include/bits/string_fortified.h:29:33: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=]
29 | return __builtin___memcpy_chk (__dest, __src, __len,
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
30 | __glibc_objsize0 (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../controls.cpp:19:
../controls.h: In function 'void S9xControlPreSaveState(SControlSnapshot*)':
../controls.h:284:17: note: at offset 60 into destination object 'SControlSnapshot::internal' of size 60
284 | uint8 internal[60]; // yes, we need to save this!
| ^~~~~~~~
In file included from /usr/include/string.h:519,
from /usr/include/memory.h:29,
from ../port.h:15,
from ../snes9x.h:14,
from ../controls.cpp:15:
In function 'void* memcpy(void*, const void*, size_t)',
inlined from 'void S9xControlPreSaveState(SControlSnapshot*)' at ../controls.cpp:3519:2:
/usr/include/bits/string_fortified.h:29:33: warning: writing 2 bytes into a region of size 0 [-Wstringop-overflow=]
29 | return __builtin___memcpy_chk (__dest, __src, __len,
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
30 | __glibc_objsize0 (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../controls.cpp:19:
../controls.h: In function 'void S9xControlPreSaveState(SControlSnapshot*)':
../controls.h:284:17: note: at offset 62 into destination object 'SControlSnapshot::internal' of size 60
284 | uint8 internal[60]; // yes, we need to save this!
| ^~~~~~~~
In file included from /usr/include/string.h:519,
from /usr/include/memory.h:29,
from ../port.h:15,
from ../snes9x.h:14,
from ../controls.cpp:15:
In function 'void* memcpy(void*, const void*, size_t)',
inlined from 'void S9xControlPreSaveState(SControlSnapshot*)' at ../controls.cpp:3520:2:
/usr/include/bits/string_fortified.h:29:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
29 | return __builtin___memcpy_chk (__dest, __src, __len,
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
30 | __glibc_objsize0 (__dest));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../controls.cpp:19:
../controls.h: In function 'void S9xControlPreSaveState(SControlSnapshot*)':
../controls.h:284:17: note: at offset 64 into destination object 'SControlSnapshot::internal' of size 60
284 | uint8 internal[60]; // yes, we need to save this!
| ^~~~~~~~
../controls.cpp: In function 'void S9xApplyCommand(s9xcommand_t, int16, int16)':
../controls.cpp:2351:89: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=]
2351 | snprintf(filename, PATH_MAX + 1, "%s%s%s.%03d", S9xGetDirectory(SNAPSHOT_DIR), SLASH_STR, def, i - QuickSave000);
| ^
../controls.cpp:2351:82: note: directive argument in the range [-29, 33]
2351 | snprintf(filename, PATH_MAX + 1, "%s%s%s.%03d", S9xGetDirectory(SNAPSHOT_DIR), SLASH_STR, def, i - QuickSave000);
| ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
from /usr/include/c++/11.1.0/cstdio:42,
from /usr/include/c++/11.1.0/ext/string_conversions.h:43,
from /usr/include/c++/11.1.0/bits/basic_string.h:6594,
from /usr/include/c++/11.1.0/string:55,
from ../controls.cpp:10:
/usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4102) into a destination of size 4097
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
../controls.cpp:2353:69: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size 256 [-Wformat-truncation=]
2353 | snprintf(buf, 256, "%s.%03d saved", def, i - QuickSave000);
| ^~ ~~~
../controls.cpp:2353:68: note: directive argument in the range [-29, 33]
2353 | snprintf(buf, 256, "%s.%03d saved", def, i - QuickSave000);
| ^~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
from /usr/include/c++/11.1.0/cstdio:42,
from /usr/include/c++/11.1.0/ext/string_conversions.h:43,
from /usr/include/c++/11.1.0/bits/basic_string.h:6594,
from /usr/include/c++/11.1.0/string:55,
from ../controls.cpp:10:
/usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 11 and 4107 bytes into a destination of size 256
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
../controls.cpp:2322:89: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=]
2322 | snprintf(filename, PATH_MAX + 1, "%s%s%s.%03d", S9xGetDirectory(SNAPSHOT_DIR), SLASH_STR, def, i - QuickLoad000);
| ^
../controls.cpp:2322:82: note: directive argument in the range [-18, 44]
2322 | snprintf(filename, PATH_MAX + 1, "%s%s%s.%03d", S9xGetDirectory(SNAPSHOT_DIR), SLASH_STR, def, i - QuickLoad000);
| ^~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
from /usr/include/c++/11.1.0/cstdio:42,
from /usr/include/c++/11.1.0/ext/string_conversions.h:43,
from /usr/include/c++/11.1.0/bits/basic_string.h:6594,
from /usr/include/c++/11.1.0/string:55,
from ../controls.cpp:10:
/usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 6 or more bytes (assuming 4102) into a destination of size 4097
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
../controls.cpp:2326:77: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size 256 [-Wformat-truncation=]
2326 | snprintf(buf, 256, "%s.%03d loaded", def, i - QuickLoad000);
| ^~ ~~~
../controls.cpp:2326:76: note: directive argument in the range [-18, 44]
2326 | snprintf(buf, 256, "%s.%03d loaded", def, i - QuickLoad000);
| ^~~~~~~~~~~~~~~~
In file included from /usr/include/stdio.h:866,
from /usr/include/c++/11.1.0/cstdio:42,
from /usr/include/c++/11.1.0/ext/string_conversions.h:43,
from /usr/include/c++/11.1.0/bits/basic_string.h:6594,
from /usr/include/c++/11.1.0/string:55,
from ../controls.cpp:10:
/usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 12 and 4108 bytes into a destination of size 256
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
../controls.cpp:2285:89: warning: '.' directive output may be truncated writing 1 byte into a region of size between 0 and 4096 [-Wformat-truncation=]
2285 | snprintf(filename, PATH_MAX + 1, "%s%s%s.%.*s", S9xGetDirectory(SNAPSHOT_DIR), SLASH_STR, def, _MAX_EXT - 1, "oops");
| ^
In file included from /usr/include/stdio.h:866,
from /usr/include/c++/11.1.0/cstdio:42,
from /usr/include/c++/11.1.0/ext/string_conversions.h:43,
from /usr/include/c++/11.1.0/bits/basic_string.h:6594,
from /usr/include/c++/11.1.0/string:55,
from ../controls.cpp:10:
/usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output 7 or more bytes (assuming 4103) into a destination of size 4097
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
../controls.cpp:2289:77: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size 256 [-Wformat-truncation=]
2289 | snprintf(buf, 256, "%s.%.*s loaded", def, _MAX_EXT - 1, "oops");
| ^~ ~~~
In file included from /usr/include/stdio.h:866,
from /usr/include/c++/11.1.0/cstdio:42,
from /usr/include/c++/11.1.0/ext/string_conversions.h:43,
from /usr/include/c++/11.1.0/bits/basic_string.h:6594,
from /usr/include/c++/11.1.0/string:55,
from ../controls.cpp:10:
/usr/include/bits/stdio2.h:71:35: note: '__builtin___snprintf_chk' output between 13 and 4109 bytes into a destination of size 256
71 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72 | __glibc_objsize (__s), __fmt,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
73 | __va_arg_pack ());
| ~~~~~~~~~~~~~~~~~
==> ERROR: A failure occurred in build().
Aborting...
+ PRESULT=4
+ '[' 4 -eq 124 ']'
+ set +e
+ tee -a /srv/reproducible-results/archlinuxrb-build-Bs70Dg1k/b1/snes9x/build1.log
+ schroot --end-session -c archlinux-snes9x-archlinuxrb-build-Bs70Dg1k
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
ls: cannot access '/tmp/snes9x-archlinuxrb-build-Bs70Dg1k/*/trunk/*.pkg.tar.zst': No such file or directory
Wed Aug 24 03:06:35 UTC 2022 - build #1 for snes9x on osuosl170-amd64 didn't build a package!
ls /srv/reproducible-results/archlinuxrb-build-Bs70Dg1k/b1/snes9x/
.:
total 4
drwxr-xr-x 3 jenkins jenkins 4096 Aug 24 03:05 b1
./b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Aug 24 03:05 snes9x
./b1/snes9x:
total 112
-rw-r--r-- 1 jenkins jenkins 110120 Aug 24 03:06 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Aug 24 03:05 build1.version
Wed Aug 24 03:06:35 UTC 2022 - build #1 for snes9x on osuosl170-amd64 done.
Wed Aug 24 03:06:35 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-AySk3rLF, removing.
/srv/reproducible-results/archlinuxrb-build-Bs70Dg1k:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jul 21 20:43 b1
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 20:42 b2
/srv/reproducible-results/archlinuxrb-build-Bs70Dg1k/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jul 21 20:43 snes9x
/srv/reproducible-results/archlinuxrb-build-Bs70Dg1k/b1/snes9x:
total 112
-rw-r--r-- 1 jenkins jenkins 110120 Jul 21 20:43 build1.log
-rw-r--r-- 1 jenkins jenkins 7 Jul 21 20:43 build1.version
/srv/reproducible-results/archlinuxrb-build-Bs70Dg1k/b2:
total 0
/tmp/jenkins-script-U4aDYtKv: line 451: syntax error: unexpected end of file
Wed Jul 21 20:43:41 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-Bs70Dg1k deleted.
Wed Jul 21 20:43:41 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-U4aDYtKv, 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/346278/log to /tmp/log-parser_reproducible_builder_archlinux_2_build_346278
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