Build failed in Jenkins: reproducible_openwrt-target-x86 #769

jenkins at jenkins.debian.net jenkins at jenkins.debian.net
Sun Dec 24 09:29:04 GMT 2023


See <https://jenkins.debian.net/job/reproducible_openwrt-target-x86/769/display/redirect>

Changes:


------------------------------------------
[...truncated 5.44 MB...]
-- Check size of __int32
make[3]: Leaving directory '/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/build_dir/host/bzip2-1.0.8'
touch /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/build_dir/host/bzip2-1.0.8/.built
In file included from ../LzmaEncoder.h:11,
                 from ../LzmaEncoder.cpp:12:
../LzmaEncoder.h: In member function 'virtual ULONG NCompress::NLzma::CEncoder::Release()':
../../../Common/MyCom.h:175:32: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  175 | STDMETHOD_(ULONG, Release)() { if (--__m_RefCount != 0)  \
      |                                ^~
../../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  182 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
../../../Common/MyCom.h:201:37: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC'
  201 | #define MY_UNKNOWN_IMP3(i1, i2, i3) MY_UNKNOWN_IMP_SPEC( \
      |                                     ^~~~~~~~~~~~~~~~~~~
../LzmaEncoder.h:46:3: note: in expansion of macro 'MY_UNKNOWN_IMP3'
   46 |   MY_UNKNOWN_IMP3(
      |   ^~~~~~~~~~~~~~~
../../../Common/MyCom.h:176:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  176 |   return __m_RefCount; delete this; return 0; }
      |                        ^~~~~~
../../../Common/MyCom.h:182:3: note: in expansion of macro 'MY_ADDREF_RELEASE'
  182 |   MY_ADDREF_RELEASE
      |   ^~~~~~~~~~~~~~~~~
../../../Common/MyCom.h:201:37: note: in expansion of macro 'MY_UNKNOWN_IMP_SPEC'
  201 | #define MY_UNKNOWN_IMP3(i1, i2, i3) MY_UNKNOWN_IMP_SPEC( \
      |                                     ^~~~~~~~~~~~~~~~~~~
../LzmaEncoder.h:46:3: note: in expansion of macro 'MY_UNKNOWN_IMP3'
   46 |   MY_UNKNOWN_IMP3(
      |   ^~~~~~~~~~~~~~~
../LzmaEncoder.cpp: In member function 'virtual LONG NCompress::NLzma::CEncoder::SetCoderProperties(const PROPID*, const PROPVARIANT*, UInt32)':
../LzmaEncoder.cpp:123:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  123 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:123:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  123 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break;
      |                                                     ^~~~~
../LzmaEncoder.cpp:125:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  125 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:125:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  125 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break;
      |                                                     ^~~~~
../LzmaEncoder.cpp:127:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  127 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:127:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  127 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break;
      |                                                     ^~~~~
../LzmaEncoder.cpp:129:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  129 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:129:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  129 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break;
      |                                                     ^~~~~
CFLAGS="-O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -DPIC -fPIC" CPPFLAGS="-I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include " CXXFLAGS="" LDFLAGS="-L/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib " make --jobserver-auth=3,4  -C /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/build_dir/host/bzip2-1.0.8 CFLAGS="-O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -DPIC -fPIC" LDFLAGS="-L/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib " ENABLE_BIN_SHARED=1 ENABLE_BIN_STATIC=0 ENABLE_LIB_SHARED=1 ENABLE_LIB_STATIC=1 ENABLE_DEV=1 ENABLE_DOCS=1 ENABLE_TESTS=0 PREFIX="/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host" install
../LzmaEncoder.cpp:131:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  131 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:131:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  131 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break;
      |                                                     ^~~~~
../LzmaEncoder.cpp:133:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  133 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:133:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  133 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break;
      |                                                     ^~~~~
../LzmaEncoder.cpp:135:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  135 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:135:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  135 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break;
      |                                                     ^~~~~
../LzmaEncoder.cpp:137:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  137 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break;
      |         ^~
../LzmaEncoder.cpp:137:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  137 |         if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break;
      |                                                     ^~~~~
../LzmaEncoder.cpp:139:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  139 |         if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break;
      |         ^~
../LzmaEncoder.cpp:139:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  139 |         if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break;
      |                                                      ^~~~~
../LzmaEncoder.cpp:141:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  141 |         if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break;
      |         ^~
../LzmaEncoder.cpp:141:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  141 |         if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break;
      |                                                      ^~~~~
../LzmaEncoder.cpp:144:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  144 |         if (!ParseMatchFinder(prop.bstrVal, &props.btMode, &props.numHashBytes /* , &_matchFinderBase.skipModeBits */))
      |         ^~
../LzmaEncoder.cpp:145:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  145 |           return E_INVALIDARG; break;
      |                                ^~~~~
make[3]: Entering directory '/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/build_dir/host/bzip2-1.0.8'
rm -f libbz2.a
ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
yes
checking for _set_invalid_parameter_handler... ranlib libbz2.a
no
checking for sys/tape.h... gcc -shared -Wl,-soname -Wl,libbz2.so.1.0 -L/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib  -o libbz2.so.1.0.8 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
yes
checking wctype.h presence... rm -f libbz2.so.1.0
rm -f libbz2.so.1
rm -f libbz2.so
ln -s libbz2.so.1.0.8 libbz2.so.1.0
ln -s libbz2.so.1.0 libbz2.so.1
ln -s libbz2.so.1 libbz2.so
gcc -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include -DPIC -fPIC -fpic -fPIC -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -I. -o bzip2-shared bzip2.o libbz2.so.1.0
no
checking for sys/device.h... if ( test ! -d /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin ) ; then mkdir -p /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin ; fi
if ( test ! -d /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib ) ; then mkdir -p /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib ; fi
if ( test ! -d /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include ) ; then mkdir -p /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include ; fi
if ( test ! -d /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man ) ; then mkdir -p /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man ; fi
if ( test ! -d /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1 ) ; then mkdir -p /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1 ; fi
no
checking for sys/tprintf.h... cp -f bzip2-shared /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzip2
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bunzip2
no
checking for fchdir... rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzcat
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin && ln -s bzip2 bunzip2 )
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin && ln -s bzip2 bzcat )
-- Check size of __int32 - failed
-- Check size of __int64
[105/201] Building C object CMakeFiles/mkmerakifw-old.dir/src/mkmerakifw-old.c.o
yes
checking for wctype.h... yes
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bunzip2-shared
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzcat-shared
cp -f bzip2recover /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzip2recover
chmod a+rx /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzip2recover
cp -f bzgrep /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzgrep
chmod a+rx /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzgrep
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzegrep
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzfgrep
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin && ln -s bzgrep bzegrep )
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin && ln -s bzgrep bzfgrep )
cp -f bzmore /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzmore
chmod a+rx /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzmore
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzless
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin && ln -s bzmore bzless )
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzcmp
cp -f bzdiff /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzdiff
chmod a+rx /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin/bzdiff
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/bin && ln -s bzdiff bzcmp )
cp -f bzlib.h /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include/bzlib.h
cp -f bzip2.1 bzgrep.1 bzmore.1 bzdiff.1 /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1
cc -O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.6.1\" -DDATE=\"2023/03/25\" -DYEAR=\"2023\" -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include   -c -o read_xattrs.o read_xattrs.c
echo ".so man1/bzgrep.1" > /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzegrep.1
echo ".so man1/bzgrep.1" > /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzfgrep.1
echo ".so man1/bzmore.1" > /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzless.1
echo ".so man1/bzdiff.1" > /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzcmp.1
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzip2.1
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzgrep.1
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzmore.1
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzdiff.1
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzegrep.1
no
checking for sys/mtio.h... chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzfgrep.1
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzless.1
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/man/man1/bzcmp.1
cp -f libbz2.so.1.0.8 /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib/libbz2.so.1.0.8
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib/libbz2.so.1.0
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib/libbz2.so.1
rm -f /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib/libbz2.so
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib && ln -s libbz2.so.1.0.8 libbz2.so.1.0 )
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib && ln -s libbz2.so.1.0 libbz2.so.1 )
( cd /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib && ln -s libbz2.so.1 libbz2.so )
cp -f libbz2.a /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib
chmod a+r /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/lib/libbz2.a
make[3]: Leaving directory '/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/build_dir/host/bzip2-1.0.8'
mkdir -p /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/stamp
touch /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/build_dir/host/bzip2-1.0.8/.built
yes
checking for fcntl... checking wchar.h usability... [106/201] Linking C executable mkmerakifw-old
touch /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/stamp/.bzip2_installed 
find /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/build_dir/host/bzip2-1.0.8 -mindepth 1 -maxdepth 1 -not '(' -type f -and -name '.*' -and -size 0 ')' -print0 | xargs -r -0 rm -rf
make[2]: Leaving directory '/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/tools/bzip2'
time: tools/bzip2/compile#9.88#0.57#15.67
yes
checking for sgtty.h... cc -O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.6.1\" -DDATE=\"2023/03/25\" -DYEAR=\"2023\" -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include   -c -o tar_xattr.o tar_xattr.c
cc -O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.6.1\" -DDATE=\"2023/03/25\" -DYEAR=\"2023\" -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include   -c -o pseudo_xattr.o pseudo_xattr.c
yes
checking for symlink... -- Check size of __int64 - failed
-- Check size of void *
cc -O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.6.1\" -DDATE=\"2023/03/25\" -DYEAR=\"2023\" -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include   -c -o unsquashfs.o unsquashfs.c
yes
checking for sys/io/trioctl.h... yes
checking wchar.h presence... [107/201] Building C object CMakeFiles/mkporayfw.dir/src/mkporayfw.c.o
cc -O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.6.1\" -DDATE=\"2023/03/25\" -DYEAR=\"2023\" -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include   -c -o unsquash-1.o unsquash-1.c
g++ -O2 -Wall -c -I ../../../ -D_FILE_OFFSET_BITS=64 -DPACKAGE_VERSION="\"4.32.0beta3\"" ../../Common/InBuffer.cpp
yes
checking for wchar.h... yes
no
checking for locale.h... yes
checking for fdopendir... checking locale.h usability... [108/201] Linking C executable mkporayfw
[109/201] Building C object CMakeFiles/mkmylofw.dir/src/mkmylofw.c.o
[110/201] Building C object CMakeFiles/mkrasimage.dir/src/mkrasimage.c.o
-- Check size of void * - done
-- Check size of size_t
cc -O2 -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include  -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -DREPRODUCIBLE_DEFAULT -DVERSION=\"4.6.1\" -DDATE=\"2023/03/25\" -DYEAR=\"2023\" -I/srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source/staging_dir/host/include   -c -o unsquash-2.o unsquash-2.c
[111/201] Linking C executable mkmylofw
yes
checking for pwd.h... [112/201] Linking C executable mkrasimage
yes
checking for mempcpy... g++ -O2 -Wall -c -I ../../../ -D_FILE_OFFSET_BITS=64 -DPACKAGE_VERSION="\"4.32.0beta3\"" ../../Common/OutBuffer.cpp
Connection to osuosl1-amd64.debian.net closed by remote host.
ssh: connect to host osuosl1-amd64.debian.net port 22: Connection refused
====================================================================================
Sat Jan 25 15:51:56 UTC 2025 - running /srv/jenkins/bin/reproducible_openwrt.sh (for job reproducible_openwrt) on osuosl2-amd64, called using "node node_save_logs /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI" as arguments.
Sat Jan 25 15:51:56 UTC 2025 - actually running "reproducible_openwrt.sh" (md5sum 91484daac39a8f7244ac8c481d5d6598) as "/tmp/jenkins-script-RSmA65L6"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

####
#### osuosl2-amd64 node_save_logs /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI
####
/tmp/jenkins-script-RSmA65L6: line 107: cd: /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build/source: No such file or directory
Sat Jan 25 15:51:56 UTC 2025 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-RSmA65L6, removing.
ssh: connect to host osuosl1-amd64.debian.net port 22: Connection refused
rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
rsync error: unexplained error (code 255) at io.c(231) [Receiver=3.2.7]
receiving incremental file list
build_logs.tar.xz

sent 43 bytes  received 116 bytes  35.33 bytes/sec
total size is 0  speedup is 0.00
ssh: connect to host osuosl1-amd64.debian.net port 22: Connection refused
====================================================================================
Sat Jan 25 15:52:02 UTC 2025 - running /srv/jenkins/bin/reproducible_openwrt.sh (for job reproducible_openwrt) on osuosl2-amd64, called using "node node_cleanup_tmpdirs b2 /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI" as arguments.
Sat Jan 25 15:52:02 UTC 2025 - actually running "reproducible_openwrt.sh" (md5sum 91484daac39a8f7244ac8c481d5d6598) as "/tmp/jenkins-script-1iEfYtOy"

$ git clone https://salsa.debian.org/qa/jenkins.debian.net.git ; more CONTRIBUTING

####
#### osuosl2-amd64 node_cleanup_tmpdirs b2 /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI
####
Sat Jan 25 15:52:02 UTC 2025 - deleting $TMPBUILDDIR /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI
umount: /srv/workspace/chroots/rbuild-openwrt-build-2023-12-24-6isrZbYI/build: No such file or directory
Sat Jan 25 15:52:02 UTC 2025 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-1iEfYtOy, removing.
Sun Dec 24 09:29:03 UTC 2023 - reproducible_openwrt.sh stopped running as /tmp/jenkins-script-1suVgOfe, removing.
Build step 'Execute shell' marked build as failure
Archiving artifacts



More information about the Qa-jenkins-scm mailing list