[Qa-jenkins-scm] Build failed in Jenkins: reproducible_builder_archlinux_2 #303352
jenkins at jenkins.debian.net
jenkins at jenkins.debian.net
Sun Jan 24 10:34:31 GMT 2021
See <https://jenkins.debian.net/job/reproducible_builder_archlinux_2/303352/display/redirect>
Changes:
------------------------------------------
[...truncated 33.84 KB...]
CMakeLists.txt:130 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find AVCODEC (missing: AVCODEC_LIBRARIES AVCODEC_INCLUDE_DIRS)
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (AVUTIL)
does not match the name of the calling package (LibAVUtil). This can lead
to problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindLibAVUtil.cmake:20 (find_package_handle_standard_args)
CMakeLists.txt:138 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Could NOT find AVUTIL (missing: AVUTIL_LIBRARIES AVUTIL_INCLUDE_DIRS)
-- Looking for lrint
-- Looking for lrint - found
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/CheckIncludeFiles.cmake:120 (message):
Policy CMP0075 is not set: Include file check macros honor
CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
CMAKE_REQUIRED_LIBRARIES is set to:
m;
For compatibility with CMake 3.11 and below this check is ignoring it.
Call Stack (most recent call first):
CMakeLists.txt:146 (check_include_files)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Looking for include file fenv.h
-- Looking for include file fenv.h - found
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/src/build
Scanning dependencies of target soxr
[ 2%] Building C object src/CMakeFiles/soxr.dir/soxr.c.o
[ 5%] Building C object src/CMakeFiles/soxr.dir/data-io.c.o
[ 8%] Building C object src/CMakeFiles/soxr.dir/dbesi0.c.o
[ 11%] Building C object src/CMakeFiles/soxr.dir/fft4g32.c.o
[ 14%] Building C object src/CMakeFiles/soxr.dir/filter.c.o
[ 17%] Building C object src/CMakeFiles/soxr.dir/fft4g64.c.o
[ 20%] Building C object src/CMakeFiles/soxr.dir/cr.c.o
[ 23%] Building C object src/CMakeFiles/soxr.dir/cr32.c.o
[ 26%] Building C object src/CMakeFiles/soxr.dir/cr64.c.o
[ 29%] Building C object src/CMakeFiles/soxr.dir/fft4g32s.c.o
[ 32%] Building C object src/CMakeFiles/soxr.dir/cr32s.c.o
[ 35%] Building C object src/CMakeFiles/soxr.dir/vr32.c.o
[ 41%] Building C object src/CMakeFiles/soxr.dir/util64s.c.o
[ 44%] Building C object src/CMakeFiles/soxr.dir/util32s.c.o
[ 44%] Building C object src/CMakeFiles/soxr.dir/pffft64s.c.o
[ 47%] Building C object src/CMakeFiles/soxr.dir/cr64s.c.o
[ 50%] Linking C shared library libsoxr.so
[ 50%] Built target soxr
Scanning dependencies of target soxr-lsr
Scanning dependencies of target vector-cmp
Scanning dependencies of target throughput
Scanning dependencies of target vector-gen
Scanning dependencies of target 1-delay-clear
Scanning dependencies of target 3-options-input-fn
[ 55%] Building C object src/CMakeFiles/soxr-lsr.dir/soxr-lsr.c.o
[ 55%] Building C object tests/CMakeFiles/vector-cmp.dir/vector-cmp.c.o
[ 58%] Building C object tests/CMakeFiles/throughput.dir/throughput.c.o
[ 61%] Building C object tests/CMakeFiles/vector-gen.dir/vector-gen.c.o
[ 64%] Building C object tests/CMakeFiles/1-delay-clear.dir/1-delay-clear.c.o
[ 67%] Building C object examples/CMakeFiles/3-options-input-fn.dir/3-options-input-fn.c.o
/tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/src/soxr-0.1.3-Source/src/soxr-lsr.c: In function 'src_callback_new':
/tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/src/soxr-0.1.3-Source/src/soxr-lsr.c:82:37: warning: cast between incompatible function types from 'src_callback_t' {aka 'long int (*)(void *, float **)'} to 'size_t (*)(void *, const void **, size_t)' {aka 'long unsigned int (*)(void *, const void **, long unsigned int)'} [-Wcast-function-type]
82 | error = soxr_set_input_fn(soxr, (soxr_input_fn_t)fn, p, 0);
| ^
[ 70%] Linking C executable vector-gen
[ 73%] Linking C executable vector-cmp
[ 76%] Linking C executable 1-delay-clear
[ 76%] Built target vector-gen
[ 79%] Linking C executable 3-options-input-fn
Scanning dependencies of target test-vectors
[ 82%] Generating ref-65537.s32
[ 85%] Generating ref-44100.s32
[ 88%] Generating ref-192000.s32
[ 88%] Built target vector-cmp
[ 91%] Linking C shared library libsoxr-lsr.so
[ 94%] Linking C executable throughput
[ 94%] Built target 1-delay-clear
[ 94%] Built target 3-options-input-fn
[ 94%] Built target throughput
[ 94%] Built target soxr-lsr
Scanning dependencies of target 1a-lsr
[ 97%] Building C object examples/CMakeFiles/1a-lsr.dir/1a-lsr.c.o
[100%] Linking C executable 1a-lsr
[100%] Built target 1a-lsr
[100%] Built target test-vectors
==> Entering fakeroot environment...
==> Starting package()...
[ 50%] Built target soxr
[ 55%] Built target throughput
[ 64%] Built target soxr-lsr
[ 67%] Built target vector-gen
[ 79%] Built target 1-delay-clear
[ 79%] Built target 3-options-input-fn
[ 85%] Built target vector-cmp
[ 94%] Built target test-vectors
[100%] Built target 1a-lsr
Install the project...
-- Install configuration: "Release"
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/README
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/LICENCE
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/NEWS
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/pkgconfig/soxr.pc
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/pkgconfig/soxr-lsr.pc
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/libsoxr.so.0.1.2
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/libsoxr.so.0
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/libsoxr.so
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/include/soxr.h
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/libsoxr-lsr.so.0.1.9
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/libsoxr-lsr.so.0
-- Set runtime path of "/tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/libsoxr-lsr.so.0.1.9" to ""
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/lib/libsoxr-lsr.so
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/include/soxr-lsr.h
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/1-single-block.c
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/1a-lsr.c
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/2-stream.C
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/3-options-input-fn.c
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/4-split-channels.c
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/5-variable-rate.c
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/examples-common.h
-- Installing: /tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/pkg/libsoxr/usr/share/doc/libsoxr/examples/README
==> 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 "libsoxr"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: libsoxr 0.1.3-2 (Sat Feb 26 16:57:21 2022)
+ PRESULT=0
+ '[' 0 -eq 124 ']'
+ set +e
+ schroot --end-session -c archlinux-libsoxr-archlinuxrb-build-9VJwNq2P
+ tee -a /srv/reproducible-results/archlinuxrb-build-9VJwNq2P/b2/libsoxr/build2.log
+ PRESULT=0
+ '[' 0 -ne 0 ']'
+ false
+ set +x
'/tmp/libsoxr-archlinuxrb-build-9VJwNq2P/libsoxr/trunk/libsoxr-0.1.3-2-x86_64.pkg.tar.zst' -> '/srv/reproducible-results/archlinuxrb-build-9VJwNq2P/b2/libsoxr/libsoxr-0.1.3-2-x86_64.pkg.tar.zst'
Sat Feb 26 16:57:24 UTC 2022 - build #2 for libsoxr on osuosl170-amd64 done.
Sat Feb 26 16:57:24 UTC 2022 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-MDy6ZlNO, which will now be removed.
/srv/reproducible-results/archlinuxrb-build-9VJwNq2P:
total 8
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 10:34 b1
drwxr-xr-x 3 jenkins jenkins 4096 Jan 24 10:34 b2
/srv/reproducible-results/archlinuxrb-build-9VJwNq2P/b1:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 10:34 libsoxr
/srv/reproducible-results/archlinuxrb-build-9VJwNq2P/b1/libsoxr:
total 184
-rw-r--r-- 1 jenkins jenkins 17403 Jan 24 10:34 build1.log
-rw-r--r-- 1 jenkins jenkins 8 Jan 24 10:34 build1.version
-rw-r--r-- 1 jenkins jenkins 155855 Jan 24 10:34 libsoxr-0.1.3-2-x86_64.pkg.tar.zst
/srv/reproducible-results/archlinuxrb-build-9VJwNq2P/b2:
total 4
drwxr-xr-x 2 jenkins jenkins 4096 Jan 24 10:34 libsoxr
/srv/reproducible-results/archlinuxrb-build-9VJwNq2P/b2/libsoxr:
total 176
-rw-r--r-- 1 jenkins jenkins 15166 Jan 24 10:34 build2.log
-rw-r--r-- 1 jenkins jenkins 8 Jan 24 10:34 build2.version
-rw-r--r-- 1 jenkins jenkins 155855 Jan 24 10:34 libsoxr-0.1.3-2-x86_64.pkg.tar.zst
Sun Jan 24 10:34:31 UTC 2021 - comparing results now.
Sun Jan 24 10:34:31 UTC 2021 - YAY - libsoxr/libsoxr-0.1.3-2-x86_64.pkg.tar.zst build reproducible in our test framework!
x .BUILDINFO
x .BUILDINFO
Sun Jan 24 10:34:31 UTC 2021 - https://tests.reproducible-builds.org/archlinux/extra/libsoxr/ updated.
/var/lib/jenkins/userContent/reproducible/archlinux/extra/libsoxr/pkg.html older than /var/lib/jenkins/userContent/reproducible/archlinux/extra/libsoxr/pkg.build_duration, thus deleting it.
/srv/jenkins/bin/reproducible_common.sh: line 1048: echo: write error: No space left on device
Sun Jan 24 10:34:31 UTC 2021 - /srv/reproducible-results/archlinuxrb-build-9VJwNq2P deleted.
Sun 24 Jan 10:34:31 UTC 2021 - reproducible_build_archlinux_pkg.sh stopped running as /tmp/jenkins-script-xlScyXNq, which will now be removed.
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:111)
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:2490)
at hudson.FilePath$CopyTo.invoke(FilePath.java:2481)
at hudson.FilePath.act(FilePath.java:1161)
at hudson.FilePath.act(FilePath.java:1144)
at hudson.FilePath.copyTo(FilePath.java:2475)
at hudson.FilePath.copyTo(FilePath.java:2430)
Caused: java.io.IOException: Failed to copy /var/lib/jenkins/jobs/reproducible_builder_archlinux_2/builds/303352/log to /tmp/log-parser_reproducible_builder_archlinux_2_build_303352
at hudson.FilePath.copyTo(FilePath.java:2433)
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:804)
at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
at hudson.model.Build$BuildExecution.post2(Build.java:177)
at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:698)
at hudson.model.Run.execute(Run.java:1932)
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