Skip to content
Success

Console Output

Skipping 77,715 KB.. Full Log
	mv -f /tmp/buildd/binutils_2/binutils-2.40.50.20230625/debian/tmp/usr/lib/powerpc-linux-gnu/`powerpc-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/buildd/binutils_2/binutils-2.40.50.20230625=.     -print-multi-os-directory`/./libiberty.an /tmp/buildd/binutils_2/binutils-2.40.50.20230625/debian/tmp/usr/lib/powerpc-linux-gnu/`powerpc-linux-gnu-gcc -g -O2 -ffile-prefix-map=/tmp/buildd/binutils_2/binutils-2.40.50.20230625=.     -print-multi-os-directory`/./libiberty.a; \
	case "" in \
	  /*)    thd=;; \
	  *)     thd=/usr/include/;; \
	esac; \
	/bin/bash ../../libiberty/../mkinstalldirs /tmp/buildd/binutils_2/binutils-2.40.50.20230625/debian/tmp${thd}; \
	for h in ../../libiberty/../include/ansidecl.h ../../libiberty/../include/demangle.h ../../libiberty/../include/dyn-string.h ../../libiberty/../include/fibheap.h ../../libiberty/../include/floatformat.h ../../libiberty/../include/hashtab.h ../../libiberty/../include/libiberty.h ../../libiberty/../include/objalloc.h ../../libiberty/../include/partition.h ../../libiberty/../include/safe-ctype.h ../../libiberty/../include/sort.h ../../libiberty/../include/splay-tree.h ../../libiberty/../include/timeval-utils.h; do \
	  /usr/bin/install -c -m 644 $h /tmp/buildd/binutils_2/binutils-2.40.50.20230625/debian/tmp${thd}; \
	done; \
fi
make[4]: Entering directory '/tmp/buildd/binutils_2/binutils-2.40.50.20230625/builddir-single/libiberty/testsuite'
make[4]: Nothing to be done for 'install'.
make[4]: Leaving directory '/tmp/buildd/binutils_2/binutils-2.40.50.20230625/builddir-single/libiberty/testsuite'
make[3]: Leaving directory '/tmp/buildd/binutils_2/binutils-2.40.50.20230625/builddir-single/libiberty'
make[2]: Nothing to be done for 'install-target'.
make[2]: Leaving directory '/tmp/buildd/binutils_2/binutils-2.40.50.20230625/builddir-single'
make[1]: Leaving directory '/tmp/buildd/binutils_2/binutils-2.40.50.20230625/builddir-single'
install -d -m 755 debian/binutils-common/usr/share
mv debian/tmp/usr/share/locale debian/binutils-common/usr/share/locale
install -d -m 755 debian/binutils-doc/usr/share
mv debian/tmp/usr/share/info debian/binutils-doc/usr/share/info
install -d -m 755 debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu
mv debian/tmp/usr/lib/powerpc-linux-gnu/bfd-plugins \
	debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu/.
mv debian/tmp/usr/lib/powerpc-linux-gnu/ldscripts \
	debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu/.
install -d -m 755 debian/binutils-common/usr/share/man
mv debian/tmp/usr/share/man/man1 debian/binutils-common/usr/share/man/.
for f in debian/binutils-common/usr/share/man/man1/*.1; do \
  sed -i -e '/^\.TH /s/[0-9]*-[0-9]*-[0-9]*/2023-06-25/' $f; \
done
: # fix bfd.h, removing the safety inclusion guard
awk '/PR 14072/,/^#endif/ {next} {print}' debian/tmp/usr/include/bfd.h \
  > debian/tmp/usr/include/bfd.h.new
mv debian/tmp/usr/include/bfd.h.new debian/tmp/usr/include/bfd.h
: # fix multilib conflicts of generated values by __WORDSIZE-based expressions
sed -i -e '/^#include "ansidecl.h"/{p;s~^.*$~#include <bits/wordsize.h>~;}' \
    -e 's/^#define BFD_DEFAULT_TARGET_SIZE \(32\|64\) *$/#define BFD_DEFAULT_TARGET_SIZE __WORDSIZE/' \
    -e 's/^#define BFD_HOST_64BIT_LONG [01] *$/#define BFD_HOST_64BIT_LONG (__WORDSIZE == 64)/' \
    -e 's/^#define BFD_HOST_64_BIT \(long \)\?long *$/#if __WORDSIZE == 32\
#define BFD_HOST_64_BIT long long\
#else\
#define BFD_HOST_64_BIT long\
#endif/' \
    -e 's/^#define BFD_HOST_U_64_BIT unsigned \(long \)\?long *$/#define BFD_HOST_U_64_BIT unsigned BFD_HOST_64_BIT/' \
    debian/tmp/usr/include/bfd.h
: # copy plugin-api.h ...
cp -f include/plugin-api.h debian/tmp/usr/include
: # We don't need to distribute everything in binutils and -dev
rm -rf debian/tmp/usr/include/obstack.h
rm -f debian/binutils-doc/usr/share/info/configure.* debian/binutils-doc/usr/share/info/standards.*
rm -f debian/tmp/usr/bin/embedspu
install -d -m 755 debian/binutils-dev/usr/include
mv debian/tmp/usr/include/* debian/binutils-dev/usr/include/
install -d -m 755 debian/libctf0/usr/lib/powerpc-linux-gnu
mv debian/tmp/usr/lib/powerpc-linux-gnu/libctf.so.* \
	debian/libctf0/usr/lib/powerpc-linux-gnu/.
install -d -m 755 debian/libctf-nobfd0/usr/lib/powerpc-linux-gnu
mv debian/tmp/usr/lib/powerpc-linux-gnu/libctf-nobfd.so.* \
	debian/libctf-nobfd0/usr/lib/powerpc-linux-gnu/.
install -d -m 755 debian/libbinutils/usr/lib/powerpc-linux-gnu debian/binutils-dev/usr/lib/powerpc-linux-gnu
mv debian/tmp/usr/lib/powerpc-linux-gnu/*.a \
   debian/tmp/usr/lib/powerpc-linux-gnu/libbfd.so \
   debian/tmp/usr/lib/powerpc-linux-gnu/libopcodes.so \
   debian/tmp/usr/lib/powerpc-linux-gnu/libctf*.so \
	debian/binutils-dev/usr/lib/powerpc-linux-gnu
mv debian/tmp/usr/lib/powerpc-linux-gnu/libsframe.so \
	debian/binutils-dev/usr/lib/powerpc-linux-gnu
mv debian/tmp/usr/lib/powerpc-linux-gnu/*.so \
   debian/libbinutils/usr/lib/powerpc-linux-gnu
mv debian/tmp/usr/lib/powerpc-linux-gnu/libsframe.so.* \
   debian/libbinutils/usr/lib/powerpc-linux-gnu
: # Get rid of .la files since libtool obviously has no idea about transient paths
rm -f debian/tmp/usr/lib/powerpc-linux-gnu/*.la
chmod ugo-x debian/libbinutils/usr/lib/powerpc-linux-gnu/*.so
chmod ugo-x debian/libbinutils/usr/lib/powerpc-linux-gnu/*.so.*
chmod ugo-x debian/libctf0/usr/lib/powerpc-linux-gnu/*.so.*
chmod ugo-x debian/libctf-nobfd0/usr/lib/powerpc-linux-gnu/*.so.*
chmod ugo-x debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu/bfd-plugins/*.so
install -d -m 755 debian/libbinutils-dbg/usr/share/doc/
ln -sf libbinutils debian/libbinutils-dbg/usr/share/doc/libbinutils-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/libbinutils/usr/lib/powerpc-linux-gnu/libbfd-*so debian/libbinutils/usr/lib/powerpc-linux-gnu/libopcodes-*so debian/libbinutils/usr/lib/*/bfd-plugins/libdep.so debian/libbinutils/usr/lib/powerpc-linux-gnu/libctf*.so.0.0.0 debian/libbinutils/usr/lib/powerpc-linux-gnu/libgprofng.so.0.0.0 debian/libbinutils/usr/lib/*/gprofng/libgp-*.so debian/libbinutils/usr/lib/*/libgprofng.so.0.0 $(file debian/libbinutils/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='libbinutils-2.40.50.20230625-1' $i); done; mkdir -p debian/libbinutils-dbg/usr/lib/debug/.dwz/powerpc-linux-gnu; dwz=usr/lib/debug/.dwz/powerpc-linux-gnu/libbinutils.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/libbinutils-dbg/$dwz -M /$dwz $files; powerpc-linux-gnu-objcopy --compress-debug-sections debian/libbinutils-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C powerpc-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libbinutils-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); powerpc-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; powerpc-linux-gnu-strip -R .comment -R .note $i; powerpc-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libbinutils,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libbinutils-dbg/$d; powerpc-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libbinutils-dbg/$d/$f; chmod 644 debian/libbinutils-dbg/$d/$f; powerpc-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: bd84a6ec7f301f4f3a8fe6933022d9d6f36f0472 -> /usr/lib/powerpc-linux-gnu/libbfd-2.40.50-system.20230625.so
ID: 5cffa7d38460500dba023c0aa7a3989a012c34e1 -> /usr/lib/powerpc-linux-gnu/libopcodes-2.40.50-system.20230625.so
install -d -m 755 debian/libctf0-dbg/usr/share/doc/
ln -sf libctf0 debian/libctf0-dbg/usr/share/doc/libctf0-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/libctf0/usr/lib/powerpc-linux-gnu/libbfd-*so debian/libctf0/usr/lib/powerpc-linux-gnu/libopcodes-*so debian/libctf0/usr/lib/*/bfd-plugins/libdep.so debian/libctf0/usr/lib/powerpc-linux-gnu/libctf*.so.0.0.0 debian/libctf0/usr/lib/powerpc-linux-gnu/libgprofng.so.0.0.0 debian/libctf0/usr/lib/*/gprofng/libgp-*.so debian/libctf0/usr/lib/*/libgprofng.so.0.0 $(file debian/libctf0/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='libctf0-2.40.50.20230625-1' $i); done; mkdir -p debian/libctf0-dbg/usr/lib/debug/.dwz/powerpc-linux-gnu; dwz=usr/lib/debug/.dwz/powerpc-linux-gnu/libctf0.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/libctf0-dbg/$dwz -M /$dwz $files; powerpc-linux-gnu-objcopy --compress-debug-sections debian/libctf0-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C powerpc-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libctf0-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); powerpc-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; powerpc-linux-gnu-strip -R .comment -R .note $i; powerpc-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libctf0,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libctf0-dbg/$d; powerpc-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libctf0-dbg/$d/$f; chmod 644 debian/libctf0-dbg/$d/$f; powerpc-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: cd7a38e8ff03ce4d989cb5ba7579e554ddc24d6a -> /usr/lib/powerpc-linux-gnu/libctf.so.0.0.0
install -d -m 755 debian/libctf-nobfd0-dbg/usr/share/doc/
ln -sf libctf-nobfd0 debian/libctf-nobfd0-dbg/usr/share/doc/libctf-nobfd0-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/libctf-nobfd0/usr/lib/powerpc-linux-gnu/libbfd-*so debian/libctf-nobfd0/usr/lib/powerpc-linux-gnu/libopcodes-*so debian/libctf-nobfd0/usr/lib/*/bfd-plugins/libdep.so debian/libctf-nobfd0/usr/lib/powerpc-linux-gnu/libctf*.so.0.0.0 debian/libctf-nobfd0/usr/lib/powerpc-linux-gnu/libgprofng.so.0.0.0 debian/libctf-nobfd0/usr/lib/*/gprofng/libgp-*.so debian/libctf-nobfd0/usr/lib/*/libgprofng.so.0.0 $(file debian/libctf-nobfd0/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='libctf-nobfd0-2.40.50.20230625-1' $i); done; mkdir -p debian/libctf-nobfd0-dbg/usr/lib/debug/.dwz/powerpc-linux-gnu; dwz=usr/lib/debug/.dwz/powerpc-linux-gnu/libctf-nobfd0.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/libctf-nobfd0-dbg/$dwz -M /$dwz $files; powerpc-linux-gnu-objcopy --compress-debug-sections debian/libctf-nobfd0-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C powerpc-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/libctf-nobfd0-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); powerpc-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; powerpc-linux-gnu-strip -R .comment -R .note $i; powerpc-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/libctf-nobfd0,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/libctf-nobfd0-dbg/$d; powerpc-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/libctf-nobfd0-dbg/$d/$f; chmod 644 debian/libctf-nobfd0-dbg/$d/$f; powerpc-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: e79241770508bb907cd30e9af27e8623d7ab01af -> /usr/lib/powerpc-linux-gnu/libctf-nobfd.so.0.0.0
for i in debian/binutils-dev/usr/lib/powerpc-linux-gnu/*.a; do \
  echo "lto-stripping $i ..."; \
  powerpc-linux-gnu-strip -R .gnu.lto_* -R .gnu.debuglto_* -N __gnu_lto_slim -N __gnu_lto_v1 $i; \
  if which strip-nondeterminism >/dev/null 2>&1; then \
    echo "strip-nondeterminism $i ..."; \
    strip-nondeterminism $i; \
  fi; \
done
lto-stripping debian/binutils-dev/usr/lib/powerpc-linux-gnu/libbfd.a ...
lto-stripping debian/binutils-dev/usr/lib/powerpc-linux-gnu/libctf-nobfd.a ...
lto-stripping debian/binutils-dev/usr/lib/powerpc-linux-gnu/libctf.a ...
lto-stripping debian/binutils-dev/usr/lib/powerpc-linux-gnu/libopcodes.a ...
lto-stripping debian/binutils-dev/usr/lib/powerpc-linux-gnu/libsframe.a ...
: # Don't want /usr/<arch>-linux to exist in any package
rm -rf debian/tmp/usr/powerpc-linux-gnu
: # Remove windows related manpages
rm -f debian/binutils-common/usr/share/man/man1/{dlltool,nlmconv,windmc,windres}.1
rm -f debian/tmp/usr/bin/ld.bfd
mv debian/tmp/usr/bin/ld debian/tmp/usr/bin/ld.bfd
mv debian/binutils-common/usr/share/man/man1/ld.1 \
	debian/binutils-common/usr/share/man/man1/ld.bfd.1
ln -sf powerpc-linux-gnu-ld.bfd debian/tmp/usr/bin/ld
install -d -m 755 debian/binutils-common/usr/share/man/man1
ln -sf ld.bfd.1.gz debian/binutils-common/usr/share/man/man1/ld.1.gz
ln -s ld.gold debian/tmp/usr/bin/gold
cp debian/dwp.1 debian/binutils-common/usr/share/man/man1/
cp debian/ld.gold.1 debian/binutils-common/usr/share/man/man1/
ln -s ld.gold.1.gz debian/binutils-common/usr/share/man/man1/gold.1.gz
: # install a symlink for the gold linker
install -d -m 755 debian/tmp/usr/lib/gold-ld
ln -s ../../bin/ld.gold debian/tmp/usr/lib/gold-ld/ld
: # install a symlink for the bfd linker
install -d -m 755 debian/tmp/usr/lib/compat-ld
ln -s ../../bin/ld.bfd debian/tmp/usr/lib/compat-ld/ld
: # Remove empty directory
rmdir debian/tmp/usr/include/
: # Rename non-prefixed binaries to powerpc-linux-gnu- prefixed binaries
: # and provide symlinks to the prefixed binaries.
install -d -m 755 debian/binutils-powerpc-linux-gnu/usr/bin debian/binutils-powerpc-linux-gnu/usr/share/man/man1
for i in addr2line ar as c++filt elfedit gprof ld ld.bfd nm objcopy objdump ranlib readelf size strings strip gold ld.gold dwp; do \
  mv debian/tmp/usr/bin/$i debian/binutils-powerpc-linux-gnu/usr/bin/powerpc-linux-gnu-$i; \
  ln -sf powerpc-linux-gnu-$i debian/tmp/usr/bin/$i; \
done
ln -sf powerpc-linux-gnu-ld.gold debian/binutils-powerpc-linux-gnu/usr/bin/powerpc-linux-gnu-gold
for i in addr2line ar as c++filt elfedit gprof ld ld.bfd nm objcopy objdump ranlib readelf size strings strip gold ld.gold dwp; do \
  ln -sf $i.1.gz debian/binutils-powerpc-linux-gnu/usr/share/man/man1/powerpc-linux-gnu-$i.1.gz; \
done
install -d -m 755 debian/binutils-powerpc-linux-gnu-dbg/usr/share/doc/
ln -sf binutils-powerpc-linux-gnu debian/binutils-powerpc-linux-gnu-dbg/usr/share/doc/binutils-powerpc-linux-gnu-dbg
: # Strip shared libraries and binaries
set -e; nfiles=0; for i in debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu/libbfd-*so debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu/libopcodes-*so debian/binutils-powerpc-linux-gnu/usr/lib/*/bfd-plugins/libdep.so debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu/libctf*.so.0.0.0 debian/binutils-powerpc-linux-gnu/usr/lib/powerpc-linux-gnu/libgprofng.so.0.0.0 debian/binutils-powerpc-linux-gnu/usr/lib/*/gprofng/libgp-*.so debian/binutils-powerpc-linux-gnu/usr/lib/*/libgprofng.so.0.0 $(file debian/binutils-powerpc-linux-gnu/usr/bin/* |awk -F: '$0 !~ /script/ {print $1}'); do test ! -h $i || continue; test -f $i || continue; files="$files $i"; nfiles=$(expr $nfiles + 1); done; for i in $files; do id=$(debugedit --build-id --build-id-seed='binutils-powerpc-linux-gnu-2.40.50.20230625-1' $i); done; mkdir -p debian/binutils-powerpc-linux-gnu-dbg/usr/lib/debug/.dwz/powerpc-linux-gnu; dwz=usr/lib/debug/.dwz/powerpc-linux-gnu/binutils-powerpc-linux-gnu.debug; if [ $nfiles -gt 1 ]; then dwz -m debian/binutils-powerpc-linux-gnu-dbg/$dwz -M /$dwz $files; powerpc-linux-gnu-objcopy --compress-debug-sections debian/binutils-powerpc-linux-gnu-dbg/$dwz; else dwz $files; fi; for i in $files; do b_id=$(LC_ALL=C powerpc-linux-gnu-readelf -n $i | sed -n 's/ *Build ID: *\([0-9a-f][0-9a-f]*\)/\1/p'); if [ -z "$b_id" ]; then id=$(echo $i | sed -r 's,debian/[^/]+, debian/binutils-powerpc-linux-gnu-dbg/usr/lib/debug,'); echo strip $i; mkdir -p $(dirname $id); powerpc-linux-gnu-objcopy --only-keep-debug $i $id; chmod 644 $id; powerpc-linux-gnu-strip -R .comment -R .note $i; powerpc-linux-gnu-objcopy --add-gnu-debuglink $id $i; else echo "ID: ${b_id} -> $(echo $i | sed 's,debian/binutils-powerpc-linux-gnu,,')"; d=usr/lib/debug/.build-id/${b_id:0:2}; f=${b_id:2}.debug; mkdir -p debian/binutils-powerpc-linux-gnu-dbg/$d; powerpc-linux-gnu-objcopy --only-keep-debug --compress-debug-sections $i debian/binutils-powerpc-linux-gnu-dbg/$d/$f; chmod 644 debian/binutils-powerpc-linux-gnu-dbg/$d/$f; powerpc-linux-gnu-strip -R .comment -R .note $i; fi; done
ID: 2a5561edd55cf72c7d09fd019e5571827e5d7730 -> /usr/lib/powerpc-linux-gnu/bfd-plugins/libdep.so
ID: 194e135fe54dd393b5d6993dd843e10ec7e4af9f -> /usr/bin/powerpc-linux-gnu-addr2line
ID: d90aff153955522593042fd283af8a192c92249f -> /usr/bin/powerpc-linux-gnu-ar
ID: bc13edab580c06695194a024b68b457ceb60a844 -> /usr/bin/powerpc-linux-gnu-as
ID: 6d33b4a6d115a88d61b5829d39dff28dce2620ed -> /usr/bin/powerpc-linux-gnu-c++filt
ID: fc4edaeaffa041543debb505c8705a2b0622cc66 -> /usr/bin/powerpc-linux-gnu-dwp
ID: 3ee5b52a08b410d1bc4cf5647c0d94f6304237ad -> /usr/bin/powerpc-linux-gnu-elfedit
ID: 184099450d0dba95f308ab52d1497a833db54dfb -> /usr/bin/powerpc-linux-gnu-gprof
ID: 6ff2a12c6fc1852eb6b2f20f9a525c1a872ec15d -> /usr/bin/powerpc-linux-gnu-ld.bfd
ID: 2f22a60bf91a8fe664189764112ef70bfd497c09 -> /usr/bin/powerpc-linux-gnu-ld.gold
ID: 147fba1e5875992bfe9ed3fe99a3f185678a191f -> /usr/bin/powerpc-linux-gnu-nm
ID: 552fac75dfe54913fff39e4ca6b88ba778dc570c -> /usr/bin/powerpc-linux-gnu-objcopy
ID: 80cdef87958ca58a9f1932daf28c66e1eadc9a90 -> /usr/bin/powerpc-linux-gnu-objdump
ID: a98cb6d8f815f6c921b6d9d9b704d8105105f880 -> /usr/bin/powerpc-linux-gnu-ranlib
ID: 7b51988fc3af195967ff728b1371b22f9531bd69 -> /usr/bin/powerpc-linux-gnu-readelf
ID: 1f6fd064f48816530f32dc274d68a6860be96df2 -> /usr/bin/powerpc-linux-gnu-size
ID: 94ae2189f7823bd83382f148b6514f6b4ef9b25d -> /usr/bin/powerpc-linux-gnu-strings
ID: 8cee62e8d69c05ccde77bd4a714028c8816c6aa1 -> /usr/bin/powerpc-linux-gnu-strip
touch stamps/install
: # generate some control & helper files
if [ "" = yes ]; then \
  nver=$(echo 2.40.50.20230625 | awk -F. '{ OFS="."; NF--; $NF=$NF+1; print }'); \
else \
  nver=$(echo 2.40.50.20230625 | awk -F. '{ OFS="."; if (NF > 2) $NF=$NF+1; else $++NF=1; print }'); \
fi; \
for i in debian/*.in; do \
    case "$i" in debian/control.in|debian/control.cross.in) continue; esac; \
    date_ext=.20230625; \
    case "$i" in debian/*.shlibs.in) [ "" = yes ] && date_ext=; esac; \
    sed -e 's/@VER@/2.40.50/g' \
	-e 's/@DEB_VER@/2.40.50.20230625-1/g' \
	-e 's/@DEB_SVER@/2.40.50.20230625-1/g' \
	-e 's/@DEB_UVER@/2.40.50.20230625/g' \
	-e "s/@DEB_NVER@/$nver/g" \
	-e "s/@DATE_EXT@/$date_ext/g" \
	-e 's/@DEB_ARCH@/powerpc/g' \
	-e 's/@DEB_MULTIARCH@/powerpc-linux-gnu/g' \
	-e 's/@DEB_TRIPLET@/powerpc-linux-gnu/g' \
	-e "s/@dpkg_dev@/dpkg-dev (>= 1.19.0.5),/" \
	$i > ${i%*.in}; \
    case "$i" in *.post*|*.pre*) chmod 755 ${i%*.in}; esac; \
done
: # install bug reporting information
install -m 644 -D debian/binutils.presubj \
	debian/tmp/usr/share/bug/binutils/presubj
: # make lintian happy
install -m 644 -D debian/binutils-common.overrides \
	debian/binutils-common/usr/share/lintian/overrides/binutils-common
install -m 644 -D debian/libbinutils.overrides \
	debian/libbinutils/usr/share/lintian/overrides/libbinutils
install -m 644 -D debian/binutils.overrides \
	debian/tmp/usr/share/lintian/overrides/binutils
install -d -m 755 debian/binutils-powerpc-linux-gnu/usr/share/lintian/overrides
sed 's/@PKG@/binutils-powerpc-linux-gnu/' debian/binutils-triplet.overrides \
  > debian/binutils-powerpc-linux-gnu/usr/share/lintian/overrides/binutils-powerpc-linux-gnu
: # install maintainer scripts
install -d -m 755 debian/tmp/DEBIAN
install -d -m 755 debian/libbinutils/DEBIAN debian/libbinutils-dbg/DEBIAN
install -m 644 debian/binutils.triggers debian/libbinutils/DEBIAN/triggers
install -m 644 debian/libbinutils.shlibs debian/libbinutils/DEBIAN/shlibs
install -d -m 755 debian/libctf0/DEBIAN debian/libctf0-dbg/DEBIAN
install -m 644 debian/binutils.triggers debian/libctf0/DEBIAN/triggers
install -m 644 debian/libctf0.shlibs debian/libctf0/DEBIAN/shlibs
install -m 644 debian/libctf0.symbols debian/libctf0/DEBIAN/symbols
install -d -m 755 debian/libctf-nobfd0/DEBIAN debian/libctf-nobfd0-dbg/DEBIAN
install -m 644 debian/binutils.triggers debian/libctf-nobfd0/DEBIAN/triggers
install -m 644 debian/libctf-nobfd0.shlibs debian/libctf-nobfd0/DEBIAN/shlibs
install -m 644 debian/libctf-nobfd0.symbols debian/libctf-nobfd0/DEBIAN/symbols
install -d -m 755 debian/binutils-powerpc-linux-gnu/DEBIAN debian/binutils-powerpc-linux-gnu-dbg/DEBIAN
install -d -m 755 debian/binutils-dev/DEBIAN
: # install docs
install -d -m 755 debian/tmp/usr/share/doc/binutils/
install -m 644	debian/changelog debian/tmp/usr/share/doc/binutils/changelog.Debian
install -m 644	debian/copyright debian/tmp/usr/share/doc/binutils/
install -d -m 755 debian/binutils-common/usr/share/doc/binutils-common/
install -m 644 debian/changelog debian/binutils-common/usr/share/doc/binutils-common/changelog.Debian
install -m 644 debian/copyright debian/binutils-common/usr/share/doc/binutils-common/
install -d -m 755 debian/libbinutils/usr/share/doc/
ln -sf binutils-common debian/libbinutils/usr/share/doc/libbinutils
install -d -m 755 debian/libctf0/usr/share/doc/
ln -sf libbinutils debian/libctf0/usr/share/doc/libctf0
install -d -m 755 debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0
install -m 644	debian/changelog debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/changelog.Debian
install -m 644	debian/copyright debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/
install -d -m 755 debian/binutils-powerpc-linux-gnu/usr/share/doc/
ln -sf libbinutils debian/binutils-powerpc-linux-gnu/usr/share/doc/binutils-powerpc-linux-gnu
install -d -m 755 debian/binutils-dev/usr/share/doc/
ln -sf binutils debian/binutils-dev/usr/share/doc/binutils-dev
install -d -m 755 debian/binutils-common/usr/share/doc/binutils
install -m 644 binutils/NEWS debian/README.cross \
                        debian/binutils-common/usr/share/doc/binutils/
install -m 644 binutils/ChangeLog debian/binutils-common/usr/share/doc/binutils/changelog
for pkg in bfd gas gprof ld; do \
  install -d -m 755 debian/binutils-common/usr/share/doc/binutils/$pkg; \
done
install -m 644 bfd/ChangeLog bfd/PORTING bfd/TODO \
		debian/binutils-common/usr/share/doc/binutils/bfd/
install -m 644 gas/ChangeLog gas/NEWS debian/binutils-common/usr/share/doc/binutils/gas/
install -m 644 gprof/ChangeLog gprof/TODO gprof/TEST \
		debian/binutils-common/usr/share/doc/binutils/gprof/
install -m 644 ld/ChangeLog ld/TODO ld/NEWS \
		debian/binutils-common/usr/share/doc/binutils/ld/
: # These only exist in H. J. Lu releases not GNU ones.
for dir in binutils bfd gas gprof ld; do \
  if [ -f $dir/ChangeLog.linux ]; then \
    install -m 644 $dir/ChangeLog.linux debian/binutils-common/usr/share/doc/binutils/$dir/; \
  fi; \
done
: # Copy bbconv.pl to the doc dir for use by interested people
install -m 644 gprof/bbconv.pl debian/binutils-common/usr/share/doc/binutils/gprof/.
: # Compress stuff that needs it
gzip -9n debian/libctf-nobfd0/usr/share/doc/libctf-nobfd0/changelog.Debian
gzip -9n debian/tmp/usr/share/doc/binutils/changelog.Debian
find debian/binutils-common/usr/share/doc/binutils/ -type f ! -name bbconv.pl | xargs gzip -9n
gzip -9n debian/binutils-common/usr/share/doc/binutils-common/changelog.Debian
gzip -9n debian/binutils-common/usr/share/man/man1/*.1
: # Finish it all up
dpkg-gencontrol -Pdebian/tmp -pbinutils \
	 -Vgold:Provides=binutils-gold \
	-Vbinutils:native=binutils-powerpc-linux-gnu
dpkg-gencontrol: warning: Depends field of package binutils: substitution variable ${shlibs:Depends} used, but is not defined
dpkg-gencontrol: warning: Conflicts field of package binutils: substitution variable ${extraConflicts} used, but is not defined
cd debian/tmp && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
find debian/libbinutils -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
dpkg-gencontrol -Pdebian/libbinutils -plibbinutils
cd debian/libbinutils && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/libbinutils-dbg -plibbinutils-dbg
dpkg-gencontrol: warning: package libbinutils-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/libbinutils-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gensymbols -Pdebian/libctf0 -plibctf0 -ldebian/libbinutils
dpkg-gensymbols -Pdebian/libctf-nobfd0 -plibctf-nobfd0
rm -f debian/substvars
find debian/libctf0 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libctf0/usr/lib/powerpc-linux-gnu/libctf.so.0.0.0 was not linked against libsframe.so.0 (it uses none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if debian/libctf0/usr/lib/powerpc-linux-gnu/libctf.so.0.0.0 was not linked against libzstd.so.1 (it uses none of the library's symbols)
dpkg-gencontrol -Pdebian/libctf0 -plibctf0
cd debian/libctf0 && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/libctf0-dbg -plibctf0-dbg
dpkg-gencontrol: warning: package libctf0-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/libctf0-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
find debian/libctf-nobfd0 -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps
dpkg-gencontrol -Pdebian/libctf-nobfd0 -plibctf-nobfd0
cd debian/libctf-nobfd0 && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/libctf-nobfd0-dbg -plibctf-nobfd0-dbg
dpkg-gencontrol: warning: package libctf-nobfd0-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/libctf-nobfd0-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
mkdir -p debian/binutils-common/DEBIAN
dpkg-gencontrol -Pdebian/binutils-common -pbinutils-common
cd debian/binutils-common && find -type f ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
find debian/binutils-powerpc-linux-gnu -type f | xargs file | grep ELF | cut -d: -f 1 | xargs dpkg-shlibdeps -ldebian/libbinutils/usr/lib/powerpc-linux-gnu
dpkg-gencontrol -Pdebian/binutils-powerpc-linux-gnu -pbinutils-powerpc-linux-gnu -VextraDepends='libbinutils (= ${binary:Version})'
cd debian/binutils-powerpc-linux-gnu && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
dpkg-gencontrol -Pdebian/binutils-powerpc-linux-gnu-dbg -pbinutils-powerpc-linux-gnu-dbg -VextraDepends='libbinutils (= ${binary:Version})'
dpkg-gencontrol: warning: package binutils-powerpc-linux-gnu-dbg: substitution variable ${shlibs:Depends} unused, but is defined
cd debian/binutils-powerpc-linux-gnu-dbg && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
rm -f debian/substvars
dpkg-gencontrol -Pdebian/binutils-dev -pbinutils-dev
cd debian/binutils-dev && find -type f  ! -regex './DEBIAN/.*' -printf '%P\n' | LC_ALL=C sort | xargs md5sum > DEBIAN/md5sums
: chown -R root:root debian/tmp debian/binutils-common debian/libbinutils debian/libbinutils-dbg debian/libctf0 debian/libctf0-dbg debian/libctf-nobfd0 debian/libctf-nobfd0-dbg debian/binutils-powerpc-linux-gnu debian/binutils-powerpc-linux-gnu-dbg debian/binutils-dev
chmod -R go=rX  debian/tmp debian/binutils-common debian/libbinutils debian/libbinutils-dbg debian/libctf0 debian/libctf0-dbg debian/libctf-nobfd0 debian/libctf-nobfd0-dbg debian/binutils-powerpc-linux-gnu debian/binutils-powerpc-linux-gnu-dbg debian/binutils-dev
find debian/tmp -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/tmp ..
dpkg-deb: building package 'binutils' in '../binutils_2.40.50.20230625-1_powerpc.deb'.
find debian/binutils-common -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/binutils-common ..
dpkg-deb: building package 'binutils-common' in '../binutils-common_2.40.50.20230625-1_powerpc.deb'.
find debian/libctf0 -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/libctf0 ..
dpkg-deb: building package 'libctf0' in '../libctf0_2.40.50.20230625-1_powerpc.deb'.
find debian/libctf0-dbg -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/libctf0-dbg ..
dpkg-deb: building package 'libctf0-dbg' in '../libctf0-dbg_2.40.50.20230625-1_powerpc.deb'.
find debian/libctf-nobfd0 -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/libctf-nobfd0 ..
dpkg-deb: building package 'libctf-nobfd0' in '../libctf-nobfd0_2.40.50.20230625-1_powerpc.deb'.
find debian/libctf-nobfd0-dbg -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/libctf-nobfd0-dbg ..
dpkg-deb: building package 'libctf-nobfd0-dbg' in '../libctf-nobfd0-dbg_2.40.50.20230625-1_powerpc.deb'.
find debian/libbinutils -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/libbinutils ..
dpkg-deb: building package 'libbinutils' in '../libbinutils_2.40.50.20230625-1_powerpc.deb'.
find debian/libbinutils-dbg -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/libbinutils-dbg ..
dpkg-deb: building package 'libbinutils-dbg' in '../libbinutils-dbg_2.40.50.20230625-1_powerpc.deb'.
find debian/binutils-powerpc-linux-gnu -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/binutils-powerpc-linux-gnu ..
dpkg-deb: building package 'binutils-powerpc-linux-gnu' in '../binutils-powerpc-linux-gnu_2.40.50.20230625-1_powerpc.deb'.
find debian/binutils-powerpc-linux-gnu-dbg -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/binutils-powerpc-linux-gnu-dbg ..
dpkg-deb: building package 'binutils-powerpc-linux-gnu-dbg' in '../binutils-powerpc-linux-gnu-dbg_2.40.50.20230625-1_powerpc.deb'.
find debian/binutils-dev -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/binutils-dev ..
dpkg-deb: building package 'binutils-dev' in '../binutils-dev_2.40.50.20230625-1_powerpc.deb'.
==================== Build finished ====================
ps aux
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root           1  0.0  0.0 169168  8512 ?        Ss   Jun12   2:15 /sbin/init
root           2  0.0  0.0      0     0 ?        S    Jun12   0:00 [kthreadd]
root           3  0.0  0.0      0     0 ?        I<   Jun12   0:00 [rcu_gp]
root           4  0.0  0.0      0     0 ?        I<   Jun12   0:00 [rcu_par_gp]
root           5  0.0  0.0      0     0 ?        I<   Jun12   0:00 [slub_flushwq]
root           6  0.0  0.0      0     0 ?        I<   Jun12   0:00 [netns]
root           8  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kworker/0:0H-events_highpri]
root          10  0.0  0.0      0     0 ?        I<   Jun12   0:00 [mm_percpu_wq]
root          11  0.0  0.0      0     0 ?        I    Jun12   0:00 [rcu_tasks_kthread]
root          12  0.0  0.0      0     0 ?        I    Jun12   0:00 [rcu_tasks_rude_kthread]
root          13  0.0  0.0      0     0 ?        I    Jun12   0:00 [rcu_tasks_trace_kthread]
root          14  0.1  0.0      0     0 ?        S    Jun12  36:44 [ksoftirqd/0]
root          15  0.2  0.0      0     0 ?        I    Jun12  44:25 [rcu_preempt]
root          16  0.0  0.0      0     0 ?        S    Jun12   1:28 [migration/0]
root          18  0.0  0.0      0     0 ?        S    Jun12   0:00 [cpuhp/0]
root          19  0.0  0.0      0     0 ?        S    Jun12   0:00 [cpuhp/1]
root          20  0.0  0.0      0     0 ?        S    Jun12   1:28 [migration/1]
root          21  0.1  0.0      0     0 ?        S    Jun12  37:25 [ksoftirqd/1]
root          23  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kworker/1:0H-events_highpri]
root          24  0.0  0.0      0     0 ?        S    Jun12   0:00 [cpuhp/2]
root          25  0.0  0.0      0     0 ?        S    Jun12   1:29 [migration/2]
root          26  0.1  0.0      0     0 ?        S    Jun12  39:04 [ksoftirqd/2]
root          28  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kworker/2:0H-events_highpri]
root          29  0.0  0.0      0     0 ?        S    Jun12   0:00 [cpuhp/3]
root          30  0.0  0.0      0     0 ?        S    Jun12   1:17 [migration/3]
root          31  0.1  0.0      0     0 ?        S    Jun12  37:08 [ksoftirqd/3]
root          33  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kworker/3:0H-events_highpri]
root          34  0.0  0.0      0     0 ?        S    Jun12   0:00 [cpuhp/4]
root          35  0.0  0.0      0     0 ?        S    Jun12   1:28 [migration/4]
root          36  0.1  0.0      0     0 ?        S    Jun12  37:34 [ksoftirqd/4]
root          38  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kworker/4:0H-events_highpri]
root          44  0.0  0.0      0     0 ?        S    Jun12   0:00 [kdevtmpfs]
root          45  0.0  0.0      0     0 ?        I<   Jun12   0:00 [inet_frag_wq]
root          46  0.0  0.0      0     0 ?        S    Jun12   0:00 [kauditd]
root          48  0.0  0.0      0     0 ?        S    Jun12   0:00 [khungtaskd]
root          49  0.0  0.0      0     0 ?        S    Jun12   0:00 [oom_reaper]
root          50  0.0  0.0      0     0 ?        I<   Jun12   0:00 [writeback]
root          51  0.5  0.0      0     0 ?        S    Jun12 123:56 [kcompactd0]
root          52  0.0  0.0      0     0 ?        SN   Jun12   0:00 [ksmd]
root          53  0.0  0.0      0     0 ?        SN   Jun12  15:26 [khugepaged]
root          54  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kintegrityd]
root          55  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kblockd]
root          56  0.0  0.0      0     0 ?        I<   Jun12   0:00 [blkcg_punt_bio]
root          57  0.0  0.0      0     0 ?        I<   Jun12   0:00 [tpm_dev_wq]
root          58  0.0  0.0      0     0 ?        I<   Jun12   0:00 [edac-poller]
root          59  0.0  0.0      0     0 ?        I<   Jun12   0:00 [devfreq_wq]
root          61  0.0  0.0      0     0 ?        I<   Jun12   0:18 [kworker/0:1H-kblockd]
root          62  0.9  0.0      0     0 ?        S    Jun12 202:09 [kswapd0]
root          70  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kthrotld]
root          72  0.0  0.0      0     0 ?        I<   Jun12   0:00 [acpi_thermal_pm]
root          73  0.0  0.0      0     0 ?        S    Jun12   0:00 [xenbus_probe]
root          74  0.0  0.0      0     0 ?        I<   Jun12   0:00 [mld]
root          75  0.0  0.0      0     0 ?        I<   Jun12   0:00 [ipv6_addrconf]
root          80  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kstrp]
root          86  0.0  0.0      0     0 ?        I<   Jun12   0:00 [zswap-shrink]
root          87  0.0  0.0      0     0 ?        I<   Jun12   0:00 [kworker/u129:0]
root         131  0.0  0.0      0     0 ?        I<   Jun12   0:18 [kworker/4:1H-kblockd]
root         142  0.0  0.0      0     0 ?        I<   Jun12   0:17 [kworker/3:1H-kblockd]
root         144  0.0  0.0      0     0 ?        I<   Jun12   0:17 [kworker/1:1H-kblockd]
root         161  0.0  0.0      0     0 ?        I<   Jun12   0:17 [kworker/2:1H-kblockd]
root         167  0.0  0.0      0     0 ?        I<   Jun12   0:00 [ata_sff]
root         168  0.0  0.0      0     0 ?        S    Jun12   0:00 [scsi_eh_0]
root         169  0.0  0.0      0     0 ?        I<   Jun12   0:00 [scsi_tmf_0]
root         170  0.0  0.0      0     0 ?        S    Jun12   0:00 [scsi_eh_1]
root         171  0.0  0.0      0     0 ?        I<   Jun12   0:00 [scsi_tmf_1]
root         202  0.0  0.0      0     0 ?        S    Jun12   0:24 [jbd2/vda1-8]
root         203  0.0  0.0      0     0 ?        I<   Jun12   0:00 [ext4-rsv-conver]
root         214  0.0  0.0      0     0 ?        S    Jun12   0:05 [hwrng]
root         247  0.0  0.1  49960 12016 ?        Ss   Jun12   3:02 /lib/systemd/systemd-journald
root         276  0.0  0.0  25988  2232 ?        Ss   Jun12   0:01 /lib/systemd/systemd-udevd
root         315  0.0  0.0      0     0 ?        I<   Jun12   0:00 [cryptd]
root         441  0.0  0.0   8408  1528 ?        Ss   Jun12   0:24 /usr/sbin/haveged --Foreground --verbose=1
root         453  0.0  0.0   2500   916 ?        Ss   Jun12   0:00 /usr/sbin/acpid
root         464  0.0  0.0   6544  1788 ?        Ss   Jun12   0:04 /usr/sbin/cron -f
110          465  0.0  0.0   9392  3244 ?        Ss   Jun12   0:30 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
root         467  0.0  0.0 221772  1228 ?        Ssl  Jun12   0:23 /usr/sbin/rsyslogd -n -iNONE
root         470  0.0  0.0  17436  4720 ?        Ss   Jun12   0:20 /lib/systemd/systemd-logind
daemon       473  0.0  0.0   3580  1528 ?        Ss   Jun12   0:00 /usr/sbin/atd -f
root         477  0.0  0.0   6000  2260 ?        Ss   Jun12   0:06 dhclient -4 -v -i -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases -I -df /var/lib/dhcp/dhclient6.eth0.leases eth0
root         568  0.0  0.2 398556 21080 ?        Ssl  Jun12  10:22 /usr/bin/python3 /usr/bin/fail2ban-server -xf start
103          624  0.0  0.1  84872 19244 ?        SLs  Jun12   1:11 /usr/sbin/ntpd -p /run/ntpd.pid -c /etc/ntpsec/ntp.conf -g -N -u ntpsec:ntpsec
root         633  0.0  0.0  15540  5684 ?        Ss   Jun12   0:50 sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups
root         637  0.0  0.0   2892   752 tty1     Ss+  Jun12   0:00 /sbin/agetty -o -p -- \u --noclear - linux
root         777  0.0  0.0  42652  1992 ?        Ss   Jun12   0:23 /usr/lib/postfix/sbin/master -w
109          779  0.0  0.0  43236  2924 ?        S    Jun12   0:04 qmgr -l -t unix -u
1000      146486  0.0  0.0  18964  4116 ?        Ss   Jun12   0:03 /lib/systemd/systemd --user
1000      146487  0.0  0.0 168904   100 ?        S    Jun12   0:00 (sd-pam)
105       147300  0.0  0.0  78276  1368 ?        Ss   Jun12   0:00 gpg-agent --homedir /var/lib/jenkins/.gnupg --use-standard-socket --daemon
root      556844  0.0  0.0      0     0 ?        I    Jun27   0:01 [kworker/4:1-events]
root      842275  0.1  0.0      0     0 ?        I    00:00   0:09 [kworker/3:0-events]
root      928876  0.0  0.0      0     0 ?        I    00:15   0:00 [kworker/1:1-events]
root     1059553  0.0  0.0      0     0 ?        I    00:30   0:00 [kworker/0:1-mm_percpu_wq]
root     1089505  0.0  0.0  17700  6024 ?        Ss   Jun27   0:00 sshd: jenkins [priv]
105      1089539  0.0  0.0  18100  4316 ?        S    Jun27   0:43 sshd: jenkins@notty
105      1089540  0.0  0.0   4056  1608 ?        Ss   Jun27   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_mipsel_gcc12_nobiarch_diffoscope HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=yes
105      1089565  0.0  0.0   4476  1580 ?        S    Jun27   0:00 /bin/bash /tmp/jenkins-script-AY6usybO jenkins_mipsel_gcc12_nobiarch_diffoscope HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=yes
105      1089939  0.0  0.0   4608  1620 ?        SN   Jun27   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=yes
105      1089956  0.0  0.0   4608  1580 ?        SN   Jun27   0:00 /bin/bash /tmp/jenkins-script-5e0eoU5y sid minimal ./bootstrap.sh HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=yes
root     1094500  0.0  0.0   7420  2300 ?        SN   Jun27   0:00 sudo chroot /chroots/chroot-run-sid.z8qI2Zks4 /tmp/chroot-testrun
root     1094501  0.0  0.0   4344  1652 ?        SN   Jun27   0:00 /bin/bash /tmp/chroot-testrun
root     1094502  0.0  0.0   2756  1880 ?        SN   Jun27   0:04 /bin/sh ./bootstrap.sh HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=yes
root     1251685  0.0  0.0      0     0 ?        I    00:35   0:00 [kworker/u128:4-flush-254:0]
root     1369327  0.0  0.0   4516  2440 ?        SN   00:48   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -B -uc -us -ai386 -d -Pcross,nocheck,noinsttest,noudeb,stage2
buildd   1369383  0.0  0.1  20736 17596 ?        SN   00:48   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -B -uc -us -ai386 -d -Pcross,nocheck,noinsttest,noudeb,stage2
buildd   1369821  0.0  0.0   3492  2540 ?        SN   00:48   0:00 /usr/bin/make -f debian/rules binary-arch
109      1440927  0.0  0.0  43040  5896 ?        S    00:51   0:00 pickup -l -t unix -u -c
root     1539086  0.0  0.0      0     0 ?        I    01:00   0:00 [kworker/1:2-cgroup_destroy]
root     1559987  0.0  0.0   4516  2372 ?        SN   01:01   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -apowerpc -Pnocheck -B -uc -us
buildd   1559991  0.0  0.1  20884 17540 ?        SN   01:01   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -apowerpc -Pnocheck -B -uc -us
buildd   1560144  0.0  0.0   3520  2460 ?        SN   01:01   0:00 /usr/bin/make -f debian/rules binary-arch
root     1630178  0.0  0.0      0     0 ?        I    01:08   0:00 [kworker/u128:0-flush-254:0]
root     1695497  0.0  0.0   4516  2564 ?        SN   01:11   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -d -b -uc -us
109      1702498  0.0  0.0  43044  5948 ?        S    01:12   0:00 proxymap -t unix -u
buildd   1704854  0.0  0.1  20844 18360 ?        SN   01:12   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -d -b -uc -us
buildd   1705350  0.0  0.0   3260  2164 ?        SN   01:12   0:00 /usr/bin/make -C build-tree/i386-amd64 -j 1
buildd   1705351  0.0  0.0   2576   884 ?        SN   01:12   0:00 /bin/sh -c /usr/bin/make -r PARALLELMFLAGS="" -C /tmp/buildd/glibc_2/glibc-2.36 objdir=`pwd` all
buildd   1705353  0.0  0.0   6228  4044 ?        SN   01:12   0:00 /usr/bin/make -r PARALLELMFLAGS= -C /tmp/buildd/glibc_2/glibc-2.36 objdir=/tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64 all
buildd   1706141  0.0  0.0   3392  2432 ?        SN   01:12   0:00 /usr/bin/make -f debian/rules build
buildd   1717023  0.0  0.0   3104  2468 ?        SN   01:12   0:00 /usr/bin/make -j 1 -f debian/rules2 build
buildd   1721188  0.0  0.0   3924  2920 ?        SN   01:13   0:00 /bin/bash -e -c ( \   set +e; \   PATH=/tmp/buildd/gcc3/gcc-12-12.3.0/bin:/usr/lib/gcc/bin:$PATH \    \      /usr/bin/make -j 1 -C /tmp/buildd/gcc3/gcc-12-12.3.0/build \ ?   LDFLAGS_FOR_TARGET="-Wl,-z,relro" \ ?; \   echo $? > status; \   echo === TIME stamps/05-build-stamp ===; \ ) 2>&1 | tee bootstrap-protocol
buildd   1721193  0.0  0.0   3924  1796 ?        SN   01:13   0:00 /bin/bash -e -c ( \   set +e; \   PATH=/tmp/buildd/gcc3/gcc-12-12.3.0/bin:/usr/lib/gcc/bin:$PATH \    \      /usr/bin/make -j 1 -C /tmp/buildd/gcc3/gcc-12-12.3.0/build \ ?   LDFLAGS_FOR_TARGET="-Wl,-z,relro" \ ?; \   echo $? > status; \   echo === TIME stamps/05-build-stamp ===; \ ) 2>&1 | tee bootstrap-protocol
buildd   1721194  0.0  0.0   4584  3700 ?        SN   01:13   0:00 /usr/bin/make -j 1 -C /tmp/buildd/gcc3/gcc-12-12.3.0/build LDFLAGS_FOR_TARGET=-Wl,-z,relro
buildd   1721195  0.0  0.0   2488   872 ?        SN   01:13   0:00 tee bootstrap-protocol
buildd   1721219  0.0  0.0   4060  3032 ?        SN   01:13   0:00 /bin/bash -c r=`${PWDCMD-pwd}`; export r; \ s=`cd ../src; ${PWDCMD-pwd}`; export s; \   /usr/bin/make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH" "TARGET_SUBDIR=m68k-linux-gnu" "bindir=/usr/bin" "datadir=/usr/share" "exec_prefix=/usr" "includedir=/usr/m68k-linux-gnu/include" "datarootdir=/usr/share" "docdir=/usr/share/doc/" "infodir=/usr/share/info" "pdfdir=/usr/share/doc/" "htmldir=/usr/share/doc/" "libdir=/usr/lib" "libexecdir=/usr/lib" "lispdir=" "localstatedir=/usr/var" "mandir=/usr/share/man" "oldincludedir=/usr/include" "prefix=/usr" "sbindir=/usr/sbin" "sharedstatedir=/usr/com" "sysconfdir=/usr/etc" "tooldir=/usr/m68k-linux-gnu" "build_tooldir=/usr/m68k-linux-gnu" "target_alias=m68k-linux-gnu" "AWK=gawk" "BISON=bison" "CC_FOR_BUILD=x86_64-linux-gnu-gcc-12" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=x86_64-linux-gnu-g++-12" "EXPECT=expect" "FLEX=flex" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS_FOR_BUILD=-Wl,-z,relro" "LEX=flex" "M4=m4" "MAKE=/usr/bin/make" "RUNTEST=runtest" "RUNTESTFLAGS=" "SED=/usr/bin/sed" "SHELL=/bin/bash" "YACC=bison -y" "`echo 'ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "ADA_CFLAGS=" "AR_FLAGS=rc" "`echo 'BOOT_ADAFLAGS=-gnatpg' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g -O2" "BOOT_LDFLAGS=" "CFLAGS=-g -O2  " "CXXFLAGS=-g -O2  " "LDFLAGS=-Wl,-z,relro" "LIBCFLAGS=-g -O2  " "LIBCXXFLAGS=-g -O2   -fno-implicit-templates" "STAGE1_CHECKING=--enable-checking=release,types" "STAGE1_LANGUAGES=c,c++,lto" "GNATBIND=x86_64-linux-gnu-gnatbind" "GNATMAKE=x86_64-linux-gnu-gnatmake" "GDC=x86_64-linux-gnu-gdc-12" "GDCFLAGS=-g -O2  " "AR_FOR_TARGET=/usr/m68k-linux-gnu/bin/ar" "AS_FOR_TARGET=/usr/m68k-linux-gnu/bin/as" "CC_FOR_TARGET= $r/./gcc/xgcc -B$r/./gcc/" "CFLAGS_FOR_TARGET=-g -O2" "CPPFLAGS_FOR_TARGET=" "CXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE" "DLLTOOL_FOR_TARGET=m68k-linux-gnu-dlltool" "DSYMUTIL_FOR_TARGET=m68k-linux-gnu-dsymutil" "FLAGS_FOR_TARGET=-B/usr/m68k-linux-gnu/bin/ -B/usr/m68k-linux-gnu/lib/ -isystem /usr/m68k-linux-gnu/include -isystem /usr/m68k-linux-gnu/sys-include -isystem /tmp/buildd/gcc3/gcc-12-12.3.0/build/sys-include" "GFORTRAN_FOR_TARGET= $r/./gcc/gfortran -B$r/./gcc/" "GOC_FOR_TARGET= m68k-linux-gnu-gccgo" "GOCFLAGS_FOR_TARGET=-O2 -g" "GDC_FOR_TARGET= m68k-linux-gnu-gdc" "GDCFLAGS_FOR_TARGET=-O2 -g" "GM2_FOR_TARGET= m68k-linux-gnu-gm2" "GM2FLAGS_FOR_TARGET=-O2 -g" "LD_FOR_TARGET=/usr/m68k-linux-gnu/bin/ld" "LIPO_FOR_TARGET=m68k-linux-gnu-lipo" "LDFLAGS_FOR_TARGET=-Wl,-z,relro" "LIBCFLAGS_FOR_TARGET=-g -O2" "LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates" "NM_FOR_TARGET=/usr/m68k-linux-gnu/bin/nm" "OBJDUMP_FOR_TARGET=/usr/m68k-linux-gnu/bin/objdump" "OBJCOPY_FOR_TARGET=/usr/m68k-linux-gnu/bin/objcopy" "RANLIB_FOR_TARGET=/usr/m68k-linux-gnu/bin/ranlib" "READELF_FOR_TARGET=/usr/m68k-linux-gnu/bin/readelf" "STRIP_FOR_TARGET=/usr/m68k-linux-gnu/bin/strip" "WINDRES_FOR_TARGET=m68k-linux-gnu-windres" "WINDMC_FOR_TARGET=m68k-linux-gnu-windmc" "BUILD_CONFIG=" "`echo 'LANGUAGES=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false" "STAGE1_CFLAGS=-g" "STAGE1_CXXFLAGS=-g -O2  " "STAGE1_GENERATOR_CFLAGS=" "STAGE1_TFLAGS= -fno-checking" "STAGE2_CFLAGS=-g -O2 -fno-checking" "STAGE2_CXXFLAGS=-g -O2  " "STAGE2_GENERATOR_CFLAGS=" "STAGE2_TFLAGS= -fno-checking" "STAGE3_CFLAGS=-g -O2 -fchecking=1" "STAGE3_CXXFLAGS=-g -O2  " "STAGE3_GENERATOR_CFLAGS=" "STAGE3_TFLAGS= -fchecking=1" "STAGE4_CFLAGS=-g -O2" "STAGE4_CXXFLAGS=-g -O2  " "STAGE4_GENERATOR_CFLAGS=" "STAGE4_TFLAGS=" "STAGEprofile_CFLAGS=-g -O2 -fno-checking -fprofile-generate" "STAGEprofile_CXXFLAGS=-g -O2  " "STAGEprofile_GENERATOR_CFLAGS=" "STAGEprofile_TFLAGS= -fno-checking" "STAGEtrain_CFLAGS=-g -O2" "STAGEtrain_CXXFLAGS=-g -O2  " "STAGEtrain_GENERATOR_CFLAGS=" "STAGEtrain_TFLAGS=" "STAGEfeedback_CFLAGS=-g -O2 -fprofile-use -fprofile-reproducible=parallel-runs" "STAGEfeedback_CXXFLAGS=-g -O2  " "STAGEfeedback_GENERATOR_CFLAGS=" "STAGEfeedback_TFLAGS=" "STAGEautoprofile_CFLAGS=-g -O2 -fno-checking -g" "STAGEautoprofile_CXXFLAGS=-g -O2  " "STAGEautoprofile_GENERATOR_CFLAGS=" "STAGEautoprofile_TFLAGS= -fno-checking" "STAGEautofeedback_CFLAGS=-g -O2 -fchecking=1" "STAGEautofeedback_CXXFLAGS=-g -O2  " "STAGEautofeedback_GENERATOR_CFLAGS=" "STAGEautofeedback_TFLAGS= -fchecking=1"  "TFLAGS=" "CONFIG_SHELL=/bin/bash" "MAKEINFO=makeinfo --split-size=5000000"  \ ?PGO_BUILD_CFLAGS="" PGO_BUILD_LTO_CFLAGS="" all-host all-target \ && :
buildd   1721237  0.0  0.0   4716  3908 ?        SN   01:13   0:00 /usr/bin/make DESTDIR= RPATH_ENVVAR=LD_LIBRARY_PATH TARGET_SUBDIR=m68k-linux-gnu bindir=/usr/bin datadir=/usr/share exec_prefix=/usr includedir=/usr/m68k-linux-gnu/include datarootdir=/usr/share docdir=/usr/share/doc/ infodir=/usr/share/info pdfdir=/usr/share/doc/ htmldir=/usr/share/doc/ libdir=/usr/lib libexecdir=/usr/lib lispdir= localstatedir=/usr/var mandir=/usr/share/man oldincludedir=/usr/include prefix=/usr sbindir=/usr/sbin sharedstatedir=/usr/com sysconfdir=/usr/etc tooldir=/usr/m68k-linux-gnu build_tooldir=/usr/m68k-linux-gnu target_alias=m68k-linux-gnu AWK=gawk BISON=bison CC_FOR_BUILD=x86_64-linux-gnu-gcc-12 CFLAGS_FOR_BUILD=-g -O2 CXX_FOR_BUILD=x86_64-linux-gnu-g++-12 EXPECT=expect FLEX=flex INSTALL=/usr/bin/install -c INSTALL_DATA=/usr/bin/install -c -m 644 INSTALL_PROGRAM=/usr/bin/install -c INSTALL_SCRIPT=/usr/bin/install -c LDFLAGS_FOR_BUILD=-Wl,-z,relro LEX=flex M4=m4 MAKE=/usr/bin/make RUNTEST=runtest RUNTESTFLAGS= SED=/usr/bin/sed SHELL=/bin/bash YACC=bison -y XFOO= ADA_CFLAGS= AR_FLAGS=rc BOOT_ADAFLAGS=-gnatpg BOOT_CFLAGS=-g -O2 BOOT_LDFLAGS= CFLAGS=-g -O2   CXXFLAGS=-g -O2   LDFLAGS=-Wl,-z,relro LIBCFLAGS=-g -O2   LIBCXXFLAGS=-g -O2   -fno-implicit-templates STAGE1_CHECKING=--enable-checking=release,types STAGE1_LANGUAGES=c,c++,lto GNATBIND=x86_64-linux-gnu-gnatbind GNATMAKE=x86_64-linux-gnu-gnatmake GDC=x86_64-linux-gnu-gdc-12 GDCFLAGS=-g -O2   AR_FOR_TARGET=/usr/m68k-linux-gnu/bin/ar AS_FOR_TARGET=/usr/m68k-linux-gnu/bin/as CC_FOR_TARGET= /tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/xgcc -B/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/ CFLAGS_FOR_TARGET=-g -O2 CPPFLAGS_FOR_TARGET= CXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE DLLTOOL_FOR_TARGET=m68k-linux-gnu-dlltool DSYMUTIL_FOR_TARGET=m68k-linux-gnu-dsymutil FLAGS_FOR_TARGET=-B/usr/m68k-linux-gnu/bin/ -B/usr/m68k-linux-gnu/lib/ -isystem /usr/m68k-linux-gnu/include -isystem /usr/m68k-linux-gnu/sys-include -isystem /tmp/buildd/gcc3/gcc-12-12.3.0/build/sys-include GFORTRAN_FOR_TARGET= /tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/gfortran -B/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/ GOC_FOR_TARGET= m68k-linux-gnu-gccgo GOCFLAGS_FOR_TARGET=-O2 -g GDC_FOR_TARGET= m68k-linux-gnu-gdc GDCFLAGS_FOR_TARGET=-O2 -g GM2_FOR_TARGET= m68k-linux-gnu-gm2 GM2FLAGS_FOR_TARGET=-O2 -g LD_FOR_TARGET=/usr/m68k-linux-gnu/bin/ld LIPO_FOR_TARGET=m68k-linux-gnu-lipo LDFLAGS_FOR_TARGET=-Wl,-z,relro LIBCFLAGS_FOR_TARGET=-g -O2 LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates NM_FOR_TARGET=/usr/m68k-linux-gnu/bin/nm OBJDUMP_FOR_TARGET=/usr/m68k-linux-gnu/bin/objdump OBJCOPY_FOR_TARGET=/usr/m68k-linux-gnu/bin/objcopy RANLIB_FOR_TARGET=/usr/m68k-linux-gnu/bin/ranlib READELF_FOR_TARGET=/usr/m68k-linux-gnu/bin/readelf STRIP_FOR_TARGET=/usr/m68k-linux-gnu/bin/strip WINDRES_FOR_TARGET=m68k-linux-gnu-windres WINDMC_FOR_TARGET=m68k-linux-gnu-windmc BUILD_CONFIG= XFOO= LEAN=false STAGE1_CFLAGS=-g STAGE1_CXXFLAGS=-g -O2   STAGE1_GENERATOR_CFLAGS= STAGE1_TFLAGS= -fno-checking STAGE2_CFLAGS=-g -O2 -fno-checking STAGE2_CXXFLAGS=-g -O2   STAGE2_GENERATOR_CFLAGS= STAGE2_TFLAGS= -fno-checking STAGE3_CFLAGS=-g -O2 -fchecking=1 STAGE3_CXXFLAGS=-g -O2   STAGE3_GENERATOR_CFLAGS= STAGE3_TFLAGS= -fchecking=1 STAGE4_CFLAGS=-g -O2 STAGE4_CXXFLAGS=-g -O2   STAGE4_GENERATOR_CFLAGS= STAGE4_TFLAGS= STAGEprofile_CFLAGS=-g -O2 -fno-checking -fprofile-generate STAGEprofile_CXXFLAGS=-g -O2   STAGEprofile_GENERATOR_CFLAGS= STAGEprofile_TFLAGS= -fno-checking STAGEtrain_CFLAGS=-g -O2 STAGEtrain_CXXFLAGS=-g -O2   STAGEtrain_GENERATOR_CFLAGS= STAGEtrain_TFLAGS= STAGEfeedback_CFLAGS=-g -O2 -fprofile-use -fprofile-reproducible=parallel-runs STAGEfeedback_CXXFLAGS=-g -O2   STAGEfeedback_GENERATOR_CFLAGS= STAGEfeedback_TFLAGS= STAGEautoprofile_CFLAGS=-g -O2 -fno-checking -g STAGEautoprofile_CXXFLAGS=-g -O2   STAGEautoprofile_GENERATOR_CFLAGS= STAGEautoprofile_TFLAGS= -fno-checking STAGEautofeedback_CFLAGS=-g -O2 -fchecking=1 STAGEautofeedback_CXXFLAGS=-g -O2   STAGEautofeedback_GENERATOR_CFLAGS= STAGEautofeedback_TFLAGS= -fchecking=1 TFLAGS= CONFIG_SHELL=/bin/bash MAKEINFO=makeinfo --split-size=5000000 PGO_BUILD_CFLAGS= PGO_BUILD_LTO_CFLAGS= all-host all-target
root     1762557  0.0  0.0      0     0 ?        I    01:15   0:00 [kworker/2:0]
root     1763997  0.0  0.0      0     0 ?        I    01:15   0:00 [kworker/4:0]
buildd   1793541  0.0  0.0   4068  3188 ?        SN   01:17   0:00 /bin/bash -c r=`${PWDCMD-pwd}`; export r; \ s=`cd ../src; ${PWDCMD-pwd}`; export s; \ FLEX="flex"; export FLEX; LEX="flex"; export LEX; BISON="bison"; export BISON; YACC="bison -y"; export YACC; M4="m4"; export M4; SED="/usr/bin/sed"; export SED; AWK="gawk"; export AWK; MAKEINFO="makeinfo --split-size=5000000"; export MAKEINFO; CC="x86_64-linux-gnu-gcc-12"; export CC; ADA_CFLAGS=""; export ADA_CFLAGS; CFLAGS="-g -O2    "; export CFLAGS; CONFIG_SHELL="/bin/bash"; export CONFIG_SHELL; CXX="x86_64-linux-gnu-g++-12"; export CXX; CXXFLAGS="-g -O2    "; export CXXFLAGS; GFORTRAN=""; export GFORTRAN; GOC=""; export GOC; GDC="x86_64-linux-gnu-gdc-12"; export GDC; GM2=""; export GM2; AR="x86_64-linux-gnu-ar"; export AR; AS="x86_64-linux-gnu-as"; export AS; CC_FOR_BUILD="x86_64-linux-gnu-gcc-12"; export CC_FOR_BUILD; CPP_FOR_BUILD=""; export CPP_FOR_BUILD; CPPFLAGS_FOR_BUILD=""; export CPPFLAGS_FOR_BUILD; CXX_FOR_BUILD="x86_64-linux-gnu-g++-12"; export CXX_FOR_BUILD; DLLTOOL="dlltool"; export DLLTOOL; DSYMUTIL="dsymutil"; export DSYMUTIL; LD="x86_64-linux-gnu-ld"; export LD; LDFLAGS="-static-libstdc++ -static-libgcc -Wl,-z,relro"; export LDFLAGS; NM="x86_64-linux-gnu-nm"; export NM; RANLIB="x86_64-linux-gnu-ranlib"; export RANLIB; WINDRES="windres"; export WINDRES; WINDMC="windmc"; export WINDMC; OBJCOPY=""; export OBJCOPY; OBJDUMP="x86_64-linux-gnu-objdump"; export OBJDUMP; OTOOL="otool"; export OTOOL; READELF="x86_64-linux-gnu-readelf"; export READELF; AR_FOR_TARGET="/usr/m68k-linux-gnu/bin/ar"; export AR_FOR_TARGET; AS_FOR_TARGET="/usr/m68k-linux-gnu/bin/as"; export AS_FOR_TARGET; DSYMUTIL_FOR_TARGET="m68k-linux-gnu-dsymutil"; export DSYMUTIL_FOR_TARGET; GCC_FOR_TARGET=" $r/./gcc/xgcc -B$r/./gcc/"; export GCC_FOR_TARGET; LD_FOR_TARGET="/usr/m68k-linux-gnu/bin/ld"; export LD_FOR_TARGET; NM_FOR_TARGET="/usr/m68k-linux-gnu/bin/nm"; export NM_FOR_TARGET; OBJDUMP_FOR_TARGET="/usr/m68k-linux-gnu/bin/objdump"; export OBJDUMP_FOR_TARGET; OBJCOPY_FOR_TARGET="/usr/m68k-linux-gnu/bin/objcopy"; export OBJCOPY_FOR_TARGET; OTOOL_FOR_TARGET="m68k-linux-gnu-otool"; export OTOOL_FOR_TARGET; RANLIB_FOR_TARGET="/usr/m68k-linux-gnu/bin/ranlib"; export RANLIB_FOR_TARGET; READELF_FOR_TARGET="/usr/m68k-linux-gnu/bin/readelf"; export READELF_FOR_TARGET; TOPLEVEL_CONFIGURE_ARGUMENTS="../src/configure -v --with-pkgversion='Debian 12.3.0-4' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,c++,fortran --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-libssp --disable-libitm --disable-libsanitizer --disable-libquadmath --disable-libquadmath-support --enable-plugin --enable-default-pie --with-system-zlib --enable-multiarch --disable-werror --disable-werror --disable-multilib --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=m68k-linux-gnu --program-prefix=m68k-linux-gnu- --includedir=/usr/m68k-linux-gnu/include"; export TOPLEVEL_CONFIGURE_ARGUMENTS; HOST_LIBS=""; export HOST_LIBS; GMPLIBS="-lmpc -lmpfr -lgmp"; export GMPLIBS; GMPINC=""; export GMPINC; ISLLIBS="-lisl"; export ISLLIBS; ISLINC=""; export ISLINC; LIBELFLIBS="@libelflibs@"; export LIBELFLIBS; LIBELFINC="@libelfinc@"; export LIBELFINC; XGCC_FLAGS_FOR_TARGET="-B/usr/m68k-linux-gnu/bin/ -B/usr/m68k-linux-gnu/lib/ -isystem /usr/m68k-linux-gnu/include -isystem /usr/m68k-linux-gnu/sys-include -isystem /tmp/buildd/gcc3/gcc-12-12.3.0/build/sys-include  "; export XGCC_FLAGS_FOR_TARGET; LD_LIBRARY_PATH=`echo "$LD_LIBRARY_PATH" | sed 's,::*,:,g;s,^:*,,;s,:*$,,'`; export LD_LIBRARY_PATH;  \ (cd ./gcc && \   /usr/bin/make "DESTDIR=" "RPATH_ENVVAR=LD_LIBRARY_PATH" "TARGET_SUBDIR=m68k-linux-gnu" "bindir=/usr/bin" "datadir=/usr/share" "exec_prefix=/usr" "includedir=/usr/m68k-linux-gnu/include" "datarootdir=/usr/share" "docdir=/usr/share/doc/" "infodir=/usr/share/info" "pdfdir=/usr/share/doc/" "htmldir=/usr/share/doc/" "libdir=/usr/lib" "libexecdir=/usr/lib" "lispdir=" "localstatedir=/usr/var" "mandir=/usr/share/man" "oldincludedir=/usr/include" "prefix=/usr" "sbindir=/usr/sbin" "sharedstatedir=/usr/com" "sysconfdir=/usr/etc" "tooldir=/usr/m68k-linux-gnu" "build_tooldir=/usr/m68k-linux-gnu" "target_alias=m68k-linux-gnu" "AWK=gawk" "BISON=bison" "CC_FOR_BUILD=x86_64-linux-gnu-gcc-12" "CFLAGS_FOR_BUILD=-g -O2" "CXX_FOR_BUILD=x86_64-linux-gnu-g++-12" "EXPECT=expect" "FLEX=flex" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS_FOR_BUILD=-Wl,-z,relro" "LEX=flex" "M4=m4" "MAKE=/usr/bin/make" "RUNTEST=runtest" "RUNTESTFLAGS=" "SED=/usr/bin/sed" "SHELL=/bin/bash" "YACC=bison -y" "`echo 'ADAFLAGS=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "ADA_CFLAGS=" "AR_FLAGS=rc" "`echo 'BOOT_ADAFLAGS=-gnatpg' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "BOOT_CFLAGS=-g -O2" "BOOT_LDFLAGS=" "CFLAGS=-g -O2    " "CXXFLAGS=-g -O2    " "LDFLAGS=-Wl,-z,relro" "LIBCFLAGS=-g -O2  " "LIBCXXFLAGS=-g -O2   -fno-implicit-templates" "STAGE1_CHECKING=--enable-checking=release,types" "STAGE1_LANGUAGES=c,c++,lto" "GNATBIND=x86_64-linux-gnu-gnatbind" "GNATMAKE=x86_64-linux-gnu-gnatmake" "GDC=x86_64-linux-gnu-gdc-12" "GDCFLAGS=-g -O2  " "AR_FOR_TARGET=/usr/m68k-linux-gnu/bin/ar" "AS_FOR_TARGET=/usr/m68k-linux-gnu/bin/as" "CC_FOR_TARGET=/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/xgcc -B/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/" "CFLAGS_FOR_TARGET=-g -O2" "CPPFLAGS_FOR_TARGET=" "CXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE" "DLLTOOL_FOR_TARGET=m68k-linux-gnu-dlltool" "DSYMUTIL_FOR_TARGET=m68k-linux-gnu-dsymutil" "FLAGS_FOR_TARGET=-B/usr/m68k-linux-gnu/bin/ -B/usr/m68k-linux-gnu/lib/ -isystem /usr/m68k-linux-gnu/include -isystem /usr/m68k-linux-gnu/sys-include -isystem /tmp/buildd/gcc3/gcc-12-12.3.0/build/sys-include" "GFORTRAN_FOR_TARGET=/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/gfortran -B/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/" "GOC_FOR_TARGET=m68k-linux-gnu-gccgo" "GOCFLAGS_FOR_TARGET=-O2 -g" "GDC_FOR_TARGET=m68k-linux-gnu-gdc" "GDCFLAGS_FOR_TARGET=-O2 -g" "GM2_FOR_TARGET=m68k-linux-gnu-gm2" "GM2FLAGS_FOR_TARGET=-O2 -g" "LD_FOR_TARGET=/usr/m68k-linux-gnu/bin/ld" "LIPO_FOR_TARGET=m68k-linux-gnu-lipo" "LDFLAGS_FOR_TARGET=-Wl,-z,relro" "LIBCFLAGS_FOR_TARGET=-g -O2" "LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates" "NM_FOR_TARGET=/usr/m68k-linux-gnu/bin/nm" "OBJDUMP_FOR_TARGET=/usr/m68k-linux-gnu/bin/objdump" "OBJCOPY_FOR_TARGET=/usr/m68k-linux-gnu/bin/objcopy" "RANLIB_FOR_TARGET=/usr/m68k-linux-gnu/bin/ranlib" "READELF_FOR_TARGET=/usr/m68k-linux-gnu/bin/readelf" "STRIP_FOR_TARGET=/usr/m68k-linux-gnu/bin/strip" "WINDRES_FOR_TARGET=m68k-linux-gnu-windres" "WINDMC_FOR_TARGET=m68k-linux-gnu-windmc" "BUILD_CONFIG=" "`echo 'LANGUAGES=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "LEAN=false" "STAGE1_CFLAGS=-g" "STAGE1_CXXFLAGS=-g -O2  " "STAGE1_GENERATOR_CFLAGS=" "STAGE1_TFLAGS=-fno-checking" "STAGE2_CFLAGS=-g -O2 -fno-checking" "STAGE2_CXXFLAGS=-g -O2  " "STAGE2_GENERATOR_CFLAGS=" "STAGE2_TFLAGS=-fno-checking" "STAGE3_CFLAGS=-g -O2 -fchecking=1" "STAGE3_CXXFLAGS=-g -O2  " "STAGE3_GENERATOR_CFLAGS=" "STAGE3_TFLAGS=-fchecking=1" "STAGE4_CFLAGS=-g -O2" "STAGE4_CXXFLAGS=-g -O2  " "STAGE4_GENERATOR_CFLAGS=" "STAGE4_TFLAGS=" "STAGEprofile_CFLAGS=-g -O2 -fno-checking -fprofile-generate" "STAGEprofile_CXXFLAGS=-g -O2  " "STAGEprofile_GENERATOR_CFLAGS=" "STAGEprofile_TFLAGS=-fno-checking" "STAGEtrain_CFLAGS=-g -O2" "STAGEtrain_CXXFLAGS=-g -O2  " "STAGEtrain_GENERATOR_CFLAGS=" "STAGEtrain_TFLAGS=" "STAGEfeedback_CFLAGS=-g -O2 -fprofile-use -fprofile-reproducible=parallel-runs" "STAGEfeedback_CXXFLAGS=-g -O2  " "STAGEfeedback_GENERATOR_CFLAGS=" "STAGEfeedback_TFLAGS=" "STAGEautoprofile_CFLAGS=-g -O2 -fno-checking -g" "STAGEautoprofile_CXXFLAGS=-g -O2  " "STAGEautoprofile_GENERATOR_CFLAGS=" "STAGEautoprofile_TFLAGS=-fno-checking" "STAGEautofeedback_CFLAGS=-g -O2 -fchecking=1" "STAGEautofeedback_CXXFLAGS=-g -O2  " "STAGEautofeedback_GENERATOR_CFLAGS=" "STAGEautofeedback_TFLAGS=-fchecking=1"  "TFLAGS=" "CONFIG_SHELL=/bin/bash" "MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000"  'AR=x86_64-linux-gnu-ar' 'AS=x86_64-linux-gnu-as' 'CC=x86_64-linux-gnu-gcc-12' 'CXX=x86_64-linux-gnu-g++-12' 'DLLTOOL=dlltool' 'DSYMUTIL=dsymutil' 'GFORTRAN=' 'GOC=' 'GDC=x86_64-linux-gnu-gdc-12' 'GM2=' 'LD=x86_64-linux-gnu-ld' 'LIPO=lipo' 'NM=x86_64-linux-gnu-nm' 'OBJDUMP=x86_64-linux-gnu-objdump' 'OTOOL=otool' 'RANLIB=x86_64-linux-gnu-ranlib' 'READELF=x86_64-linux-gnu-readelf' 'STRIP=x86_64-linux-gnu-strip' 'WINDRES=windres' 'WINDMC=windmc' 'CREATE_GCOV=create_gcov' LDFLAGS="${LDFLAGS}" HOST_LIBS="${HOST_LIBS}" "GCC_FOR_TARGET= $r/./gcc/xgcc -B$r/./gcc/" "GM2_FOR_TARGET=m68k-linux-gnu-gm2" "`echo 'STMP_FIXPROTO=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" "`echo 'LIMITS_H_TEST=' | sed -e s'/[^=][^=]*=$/XFOO=/'`" \ ?all)
buildd   1793555  0.1  0.1  15876 15032 ?        SN   01:17   0:00 /usr/bin/make DESTDIR= RPATH_ENVVAR=LD_LIBRARY_PATH TARGET_SUBDIR=m68k-linux-gnu bindir=/usr/bin datadir=/usr/share exec_prefix=/usr includedir=/usr/m68k-linux-gnu/include datarootdir=/usr/share docdir=/usr/share/doc/ infodir=/usr/share/info pdfdir=/usr/share/doc/ htmldir=/usr/share/doc/ libdir=/usr/lib libexecdir=/usr/lib lispdir= localstatedir=/usr/var mandir=/usr/share/man oldincludedir=/usr/include prefix=/usr sbindir=/usr/sbin sharedstatedir=/usr/com sysconfdir=/usr/etc tooldir=/usr/m68k-linux-gnu build_tooldir=/usr/m68k-linux-gnu target_alias=m68k-linux-gnu AWK=gawk BISON=bison CC_FOR_BUILD=x86_64-linux-gnu-gcc-12 CFLAGS_FOR_BUILD=-g -O2 CXX_FOR_BUILD=x86_64-linux-gnu-g++-12 EXPECT=expect FLEX=flex INSTALL=/usr/bin/install -c INSTALL_DATA=/usr/bin/install -c -m 644 INSTALL_PROGRAM=/usr/bin/install -c INSTALL_SCRIPT=/usr/bin/install -c LDFLAGS_FOR_BUILD=-Wl,-z,relro LEX=flex M4=m4 MAKE=/usr/bin/make RUNTEST=runtest RUNTESTFLAGS= SED=/usr/bin/sed SHELL=/bin/bash YACC=bison -y XFOO= ADA_CFLAGS= AR_FLAGS=rc BOOT_ADAFLAGS=-gnatpg BOOT_CFLAGS=-g -O2 BOOT_LDFLAGS= CFLAGS=-g -O2     CXXFLAGS=-g -O2     LDFLAGS=-Wl,-z,relro LIBCFLAGS=-g -O2   LIBCXXFLAGS=-g -O2   -fno-implicit-templates STAGE1_CHECKING=--enable-checking=release,types STAGE1_LANGUAGES=c,c++,lto GNATBIND=x86_64-linux-gnu-gnatbind GNATMAKE=x86_64-linux-gnu-gnatmake GDC=x86_64-linux-gnu-gdc-12 GDCFLAGS=-g -O2   AR_FOR_TARGET=/usr/m68k-linux-gnu/bin/ar AS_FOR_TARGET=/usr/m68k-linux-gnu/bin/as CC_FOR_TARGET=/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/xgcc -B/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/ CFLAGS_FOR_TARGET=-g -O2 CPPFLAGS_FOR_TARGET= CXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE DLLTOOL_FOR_TARGET=m68k-linux-gnu-dlltool DSYMUTIL_FOR_TARGET=m68k-linux-gnu-dsymutil FLAGS_FOR_TARGET=-B/usr/m68k-linux-gnu/bin/ -B/usr/m68k-linux-gnu/lib/ -isystem /usr/m68k-linux-gnu/include -isystem /usr/m68k-linux-gnu/sys-include -isystem /tmp/buildd/gcc3/gcc-12-12.3.0/build/sys-include GFORTRAN_FOR_TARGET=/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/gfortran -B/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/ GOC_FOR_TARGET=m68k-linux-gnu-gccgo GOCFLAGS_FOR_TARGET=-O2 -g GDC_FOR_TARGET=m68k-linux-gnu-gdc GDCFLAGS_FOR_TARGET=-O2 -g GM2_FOR_TARGET=m68k-linux-gnu-gm2 GM2FLAGS_FOR_TARGET=-O2 -g LD_FOR_TARGET=/usr/m68k-linux-gnu/bin/ld LIPO_FOR_TARGET=m68k-linux-gnu-lipo LDFLAGS_FOR_TARGET=-Wl,-z,relro LIBCFLAGS_FOR_TARGET=-g -O2 LIBCXXFLAGS_FOR_TARGET=-g -O2 -D_GNU_SOURCE -fno-implicit-templates NM_FOR_TARGET=/usr/m68k-linux-gnu/bin/nm OBJDUMP_FOR_TARGET=/usr/m68k-linux-gnu/bin/objdump OBJCOPY_FOR_TARGET=/usr/m68k-linux-gnu/bin/objcopy RANLIB_FOR_TARGET=/usr/m68k-linux-gnu/bin/ranlib READELF_FOR_TARGET=/usr/m68k-linux-gnu/bin/readelf STRIP_FOR_TARGET=/usr/m68k-linux-gnu/bin/strip WINDRES_FOR_TARGET=m68k-linux-gnu-windres WINDMC_FOR_TARGET=m68k-linux-gnu-windmc BUILD_CONFIG= XFOO= LEAN=false STAGE1_CFLAGS=-g STAGE1_CXXFLAGS=-g -O2   STAGE1_GENERATOR_CFLAGS= STAGE1_TFLAGS=-fno-checking STAGE2_CFLAGS=-g -O2 -fno-checking STAGE2_CXXFLAGS=-g -O2   STAGE2_GENERATOR_CFLAGS= STAGE2_TFLAGS=-fno-checking STAGE3_CFLAGS=-g -O2 -fchecking=1 STAGE3_CXXFLAGS=-g -O2   STAGE3_GENERATOR_CFLAGS= STAGE3_TFLAGS=-fchecking=1 STAGE4_CFLAGS=-g -O2 STAGE4_CXXFLAGS=-g -O2   STAGE4_GENERATOR_CFLAGS= STAGE4_TFLAGS= STAGEprofile_CFLAGS=-g -O2 -fno-checking -fprofile-generate STAGEprofile_CXXFLAGS=-g -O2   STAGEprofile_GENERATOR_CFLAGS= STAGEprofile_TFLAGS=-fno-checking STAGEtrain_CFLAGS=-g -O2 STAGEtrain_CXXFLAGS=-g -O2   STAGEtrain_GENERATOR_CFLAGS= STAGEtrain_TFLAGS= STAGEfeedback_CFLAGS=-g -O2 -fprofile-use -fprofile-reproducible=parallel-runs STAGEfeedback_CXXFLAGS=-g -O2   STAGEfeedback_GENERATOR_CFLAGS= STAGEfeedback_TFLAGS= STAGEautoprofile_CFLAGS=-g -O2 -fno-checking -g STAGEautoprofile_CXXFLAGS=-g -O2   STAGEautoprofile_GENERATOR_CFLAGS= STAGEautoprofile_TFLAGS=-fno-checking STAGEautofeedback_CFLAGS=-g -O2 -fchecking=1 STAGEautofeedback_CXXFLAGS=-g -O2   STAGEautofeedback_GENERATOR_CFLAGS= STAGEautofeedback_TFLAGS=-fchecking=1 TFLAGS= CONFIG_SHELL=/bin/bash MAKEINFO=makeinfo --split-size=5000000 --split-size=5000000 AR=x86_64-linux-gnu-ar AS=x86_64-linux-gnu-as CC=x86_64-linux-gnu-gcc-12 CXX=x86_64-linux-gnu-g++-12 DLLTOOL=dlltool DSYMUTIL=dsymutil GFORTRAN= GOC= GDC=x86_64-linux-gnu-gdc-12 GM2= LD=x86_64-linux-gnu-ld LIPO=lipo NM=x86_64-linux-gnu-nm OBJDUMP=x86_64-linux-gnu-objdump OTOOL=otool RANLIB=x86_64-linux-gnu-ranlib READELF=x86_64-linux-gnu-readelf STRIP=x86_64-linux-gnu-strip WINDRES=windres WINDMC=windmc CREATE_GCOV=create_gcov LDFLAGS=-static-libstdc++ -static-libgcc -Wl,-z,relro HOST_LIBS= GCC_FOR_TARGET= /tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/xgcc -B/tmp/buildd/gcc3/gcc-12-12.3.0/build/./gcc/ GM2_FOR_TARGET=m68k-linux-gnu-gm2 XFOO= XFOO= all
root     1832552  0.0  0.0   4516  2464 ?        SN   01:19   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -amipsel -B -Pcross,nocheck,noinsttest,noudeb,nobiarch -uc -us
buildd   1832557  0.2  0.1  20516 17112 ?        SN   01:19   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -amipsel -B -Pcross,nocheck,noinsttest,noudeb,nobiarch -uc -us
buildd   1832678  0.0  0.0   3260  2248 ?        SN   01:19   0:00 /usr/bin/make -f debian/rules build-arch
buildd   1832679  0.1  0.1  18084 14660 ?        SN   01:19   0:00 /usr/bin/perl /usr/bin/dh build-arch --with quilt --builddirectory=build/
root     1834945  0.0  0.0      0     0 ?        I    01:19   0:00 [kworker/u128:1-events_unbound]
buildd   1836490  0.1  0.1  14028 10448 ?        SN   01:19   0:00 /usr/bin/perl /usr/bin/dh_auto_build -a -O--builddirectory=build/
buildd   1836499  0.0  0.0   3384  2256 ?        SN   01:19   0:00 make -j1
buildd   1836502  0.0  0.0   3384  2416 ?        SN   01:19   0:00 make all-recursive
buildd   1836503  0.0  0.0   4348  2912 ?        SN   01:19   0:00 /bin/bash -c fail=; \ if (target_option=k; case ${target_option-} in ?) ;; *) echo "am__make_running_with_option: internal error: invalid" "target option '${target_option-}' specified" >&2; exit 1;; esac; has_opt=no; sane_makeflags=$MAKEFLAGS; if { if test -z '2'; then false; elif test -n 'x86_64-pc-linux-gnu'; then true; elif test -n '4.3' && test -n '/tmp/buildd/libxaw/libxaw-1.0.14/build'; then true; else false; fi; }; then sane_makeflags=$MFLAGS; else case $MAKEFLAGS in *\\[\ \?]*) bs=\\; sane_makeflags=`printf '%s\n' "$MAKEFLAGS" | sed "s/$bs$bs[$bs $bs?]*//g"`;; esac; fi; skip_next=no; strip_trailopt () { flg=`printf '%s\n' "$flg" | sed "s/$1.*$//"`; }; for flg in $sane_makeflags; do test $skip_next = yes && { skip_next=no; continue; }; case $flg in *=*|--*) continue;; -*I) strip_trailopt 'I'; skip_next=yes;; -*I?*) strip_trailopt 'I';; -*O) strip_trailopt 'O'; skip_next=yes;; -*O?*) strip_trailopt 'O';; -*l) strip_trailopt 'l'; skip_next=yes;; -*l?*) strip_trailopt 'l';; -[dEDm]) skip_next=yes;; -[JT]) skip_next=yes;; esac; case $flg in *$target_option*) has_opt=yes; break;; esac; done; test $has_opt = yes); then \   failcom='fail=yes'; \ else \   failcom='exit 1'; \ fi; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ case "all-recursive" in \   distclean-* | maintainer-clean-*) list='include src man specs' ;; \   *) list='include src man specs' ;; \ esac; \ for subdir in $list; do \   echo "Making $target in $subdir"; \   if test "$subdir" = "."; then \     dot_seen=yes; \     local_target="$target-am"; \   else \     local_target="$target"; \   fi; \   (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make  $local_target) \   || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \   make  "$target-am" || exit 1; \ fi; test -z "$fail"
buildd   1836509  0.0  0.0   3516  2436 ?        SN   01:19   0:00 make all
buildd   1837228  0.0  0.0   3932   928 ?        SN   01:19   0:00 x86_64-linux-gnu-g++-12 -fno-PIE -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -Woverloaded-virtual -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -DHAVE_CONFIG_H -I. -I. -I../../src/gcc -I../../src/gcc/. -I../../src/gcc/../include -I../../src/gcc/../libcpp/include -I../../src/gcc/../libcody -I../../src/gcc/../libdecnumber -I../../src/gcc/../libdecnumber/dpd -I../libdecnumber -I../../src/gcc/../libbacktrace -o gimple-match.o -MT gimple-match.o -MMD -MP -MF ./.deps/gimple-match.TPo gimple-match.cc
buildd   1837230 99.1  6.4 718128 656624 ?       RN   01:19   0:44 /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -I . -I . -I ../../src/gcc -I ../../src/gcc/. -I ../../src/gcc/../include -I ../../src/gcc/../libcpp/include -I ../../src/gcc/../libcody -I ../../src/gcc/../libdecnumber -I ../../src/gcc/../libdecnumber/dpd -I ../libdecnumber -I ../../src/gcc/../libbacktrace -imultiarch x86_64-linux-gnu -MMD gimple-match.d -MF ./.deps/gimple-match.TPo -MP -MT gimple-match.o -D_GNU_SOURCE -D IN_GCC -D CROSS_DIRECTORY_STRUCTURE -D HAVE_CONFIG_H gimple-match.cc -quiet -dumpbase gimple-match.cc -dumpbase-ext .cc -mtune=generic -march=x86-64 -g -O2 -Wextra -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wsuggest-attribute=format -Woverloaded-virtual -Wpedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-unused -fno-PIE -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -fasynchronous-unwind-tables -o /tmp/ccUihj0b.s
buildd   1838426  0.6  0.0   5880  4848 ?        SN   01:20   0:00 /usr/bin/make subdir=posix -C posix ..=../ subdir_lib
root     1839846  0.0  0.0   4516  2452 ?        SN   01:20   0:00 /sbin/runuser --user buildd --group buildd -- /usr/bin/env -- dpkg-buildpackage -amipsel -B -Pcross,nocheck,noinsttest,noudeb -uc -us
buildd   1839851  1.5  0.1  20492 17292 ?        SN   01:20   0:00 /usr/bin/perl /usr/bin/dpkg-buildpackage -amipsel -B -Pcross,nocheck,noinsttest,noudeb -uc -us
buildd   1839921  0.0  0.0   3260  2144 ?        SN   01:20   0:00 /usr/bin/make -f debian/rules binary-arch
buildd   1839922  1.5  0.1  18080 14836 ?        SN   01:20   0:00 /usr/bin/perl /usr/bin/dh binary-arch --with autoreconf
buildd   1840899  0.0  0.0   3260  2148 ?        SN   01:20   0:00 /usr/bin/make -f debian/rules override_dh_auto_configure
buildd   1840900  6.7  0.1  14408 10972 ?        SN   01:20   0:00 /usr/bin/perl /usr/bin/dh_auto_configure --builddir=build-deb
buildd   1840904  7.3  0.0   4304  3316 ?        SN   01:20   0:00 /bin/bash ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=${prefix}/lib/mipsel-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --host=mipsel-linux-gnu
buildd   1841284  7.5  0.0   5532  4004 ?        SN   01:20   0:00 /bin/bash ../libtool --tag=CC --mode=compile mipsel-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include -DPROJECT_ROOT="/usr" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -DXAW7 -g -O2 -ffile-prefix-map=/tmp/buildd/libxaw/libxaw-1.0.14=. -fstack-protector-strong -Wformat -Werror=format-security -c -o libXaw7_la-Toggle.lo ../../src/Toggle.c
buildd   1841389  0.0  0.0   4260   908 ?        SN   01:20   0:00 mipsel-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -I../../include -DPROJECT_ROOT="/usr" -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -DXAW7 -g -O2 -ffile-prefix-map=/tmp/buildd/libxaw/libxaw-1.0.14=. -fstack-protector-strong -Wformat -Werror=format-security -c ../../src/Toggle.c -o libXaw7_la-Toggle.o
buildd   1841390  105  0.2  44568 27252 ?        RN   01:20   0:00 /usr/lib/gcc/mipsel-linux-gnu/12/cc1 -quiet -I . -I ../../src -I .. -I ../../include -imultilib . -imultiarch mipsel-linux-gnu -D HAVE_CONFIG_H -D PROJECT_ROOT="/usr" -D _FORTIFY_SOURCE=2 -D XAW7 ../../src/Toggle.c -mel -quiet -dumpbase libXaw7_la-Toggle.c -dumpbase-ext .c -march=mips32r2 -mfpxx -mllsc -mno-lxc1-sxc1 -mno-madd4 -mips32r2 -mabi=32 -g -O2 -Wdate-time -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wsuggest-attribute=noreturn -Wsuggest-attribute=format -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -Wformat=1 -Werror=format-security -fno-strict-aliasing -ffile-prefix-map=/tmp/buildd/libxaw/libxaw-1.0.14=. -fstack-protector-strong -o /tmp/ccKyP6zC.s
buildd   1841393 12.5  0.0   8648  4100 ?        RN   01:20   0:00 ps aux
buildd   1841429  0.0  0.0   4304  2060 ?        SN   01:20   0:00 /bin/bash ../configure --build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=${prefix}/lib/mipsel-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --host=mipsel-linux-gnu
buildd   1841430  0.0  0.0   3880   912 ?        SN   01:20   0:00 mipsel-linux-gnu-gcc -c -g -O2 -ffile-prefix-map=/tmp/buildd/libtirpc/libtirpc-1.3.3+ds=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
buildd   1841431  100  0.1  37336 17876 ?        RN   01:20   0:00 /usr/lib/gcc-cross/mipsel-linux-gnu/12/cc1 -quiet -imultiarch mipsel-linux-gnu -D _FORTIFY_SOURCE=2 conftest.c -mel -quiet -dumpbase conftest.c -dumpbase-ext .c -march=mips32r2 -mfpxx -mllsc -mno-lxc1-sxc1 -mno-madd4 -mips32r2 -mabi=32 -g -O2 -Wformat=1 -Werror=format-security -Wdate-time -ffile-prefix-map=/tmp/buildd/libtirpc/libtirpc-1.3.3+ds=. -fstack-protector-strong -o /tmp/ccBNp2I7.s
buildd   1841437  0.0  0.0   4292   884 ?        SN   01:20   0:00 i686-linux-gnu-gcc-12 -Wl,--hash-style=both -m64 -D__x86_64__ ../sysdeps/unix/sysv/linux/setresuid.c -c -std=gnu11 -fgnu89-inline -pipe -O2 -g -fdebug-prefix-map=/tmp/buildd/glibc_2/glibc-2.36=. -Wall -Wwrite-strings -Wundef -fmerge-all-constants -frounding-math -fstack-protector-strong -fno-common -Wstrict-prototypes -Wold-style-definition -fmath-errno -fPIC -ftls-model=initial-exec -isystem /tmp/buildd/glibc_2/glibc-2.36/debian/include -I../include -I/tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix -I/tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64 -I../sysdeps/unix/sysv/linux/x86_64/64 -I../sysdeps/unix/sysv/linux/x86_64 -I../sysdeps/unix/sysv/linux/x86/include -I../sysdeps/unix/sysv/linux/x86 -I../sysdeps/x86/nptl -I../sysdeps/unix/sysv/linux/wordsize-64 -I../sysdeps/x86_64/nptl -I../sysdeps/unix/sysv/linux/include -I../sysdeps/unix/sysv/linux -I../sysdeps/nptl -I../sysdeps/pthread -I../sysdeps/gnu -I../sysdeps/unix/inet -I../sysdeps/unix/sysv -I../sysdeps/unix/x86_64 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/x86_64/64 -I../sysdeps/x86_64/fpu/multiarch -I../sysdeps/x86_64/fpu -I../sysdeps/x86/fpu -I../sysdeps/x86_64/multiarch -I../sysdeps/x86_64 -I../sysdeps/x86/include -I../sysdeps/x86 -I../sysdeps/ieee754/float128 -I../sysdeps/ieee754/ldbl-96/include -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/wordsize-64 -I../sysdeps/ieee754 -I../sysdeps/generic -I.. -I../libio -I. -nostdinc -isystem /usr/lib/gcc-cross/i686-linux-gnu/12/include -isystem /tmp/buildd/glibc_2/glibc-2.36/debian/include -D_LIBC_REENTRANT -include /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/libc-modules.h -DMODULE_NAME=libc -include ../include/libc-symbols.h -DPIC -DSHARED -DTOP_NAMESPACE=glibc -o /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/setresuid.os -MD -MP -MF /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/setresuid.os.dt -MT /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/setresuid.os
buildd   1841438  0.0  0.1  45656 18160 ?        RN   01:20   0:00 /usr/lib/gcc-cross/i686-linux-gnu/12/cc1 -quiet -nostdinc -I ../include -I /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix -I /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64 -I ../sysdeps/unix/sysv/linux/x86_64/64 -I ../sysdeps/unix/sysv/linux/x86_64 -I ../sysdeps/unix/sysv/linux/x86/include -I ../sysdeps/unix/sysv/linux/x86 -I ../sysdeps/x86/nptl -I ../sysdeps/unix/sysv/linux/wordsize-64 -I ../sysdeps/x86_64/nptl -I ../sysdeps/unix/sysv/linux/include -I ../sysdeps/unix/sysv/linux -I ../sysdeps/nptl -I ../sysdeps/pthread -I ../sysdeps/gnu -I ../sysdeps/unix/inet -I ../sysdeps/unix/sysv -I ../sysdeps/unix/x86_64 -I ../sysdeps/unix -I ../sysdeps/posix -I ../sysdeps/x86_64/64 -I ../sysdeps/x86_64/fpu/multiarch -I ../sysdeps/x86_64/fpu -I ../sysdeps/x86/fpu -I ../sysdeps/x86_64/multiarch -I ../sysdeps/x86_64 -I ../sysdeps/x86/include -I ../sysdeps/x86 -I ../sysdeps/ieee754/float128 -I ../sysdeps/ieee754/ldbl-96/include -I ../sysdeps/ieee754/ldbl-96 -I ../sysdeps/ieee754/dbl-64 -I ../sysdeps/ieee754/flt-32 -I ../sysdeps/wordsize-64 -I ../sysdeps/ieee754 -I ../sysdeps/generic -I .. -I ../libio -I . -imultilib 64 -imultiarch x86_64-linux-gnu -MD /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/setresuid.d -MF /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/setresuid.os.dt -MP -MT /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/setresuid.os -D __x86_64__ -D _LIBC_REENTRANT -D MODULE_NAME=libc -D PIC -D SHARED -D TOP_NAMESPACE=glibc -isystem /tmp/buildd/glibc_2/glibc-2.36/debian/include -isystem /usr/lib/gcc-cross/i686-linux-gnu/12/include -isystem /tmp/buildd/glibc_2/glibc-2.36/debian/include -include /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/libc-modules.h -include ../include/libc-symbols.h ../sysdeps/unix/sysv/linux/setresuid.c -quiet -dumpdir /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/ -dumpbase setresuid.c -dumpbase-ext .c -m64 -mtune=generic -march=x86-64 -g -O2 -Wall -Wwrite-strings -Wundef -Wstrict-prototypes -Wold-style-definition -std=gnu11 -fgnu89-inline -fdebug-prefix-map=/tmp/buildd/glibc_2/glibc-2.36=. -fmerge-all-constants -frounding-math -fstack-protector-strong -fno-common -fmath-errno -fPIC -ftls-model=initial-exec -fasynchronous-unwind-tables -o -
buildd   1841439  0.0  0.0   6024  3356 ?        SN   01:20   0:00 /usr/lib/gcc-cross/i686-linux-gnu/12/../../../../i686-linux-gnu/bin/as -I ../include -I /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix -I /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64 -I ../sysdeps/unix/sysv/linux/x86_64/64 -I ../sysdeps/unix/sysv/linux/x86_64 -I ../sysdeps/unix/sysv/linux/x86/include -I ../sysdeps/unix/sysv/linux/x86 -I ../sysdeps/x86/nptl -I ../sysdeps/unix/sysv/linux/wordsize-64 -I ../sysdeps/x86_64/nptl -I ../sysdeps/unix/sysv/linux/include -I ../sysdeps/unix/sysv/linux -I ../sysdeps/nptl -I ../sysdeps/pthread -I ../sysdeps/gnu -I ../sysdeps/unix/inet -I ../sysdeps/unix/sysv -I ../sysdeps/unix/x86_64 -I ../sysdeps/unix -I ../sysdeps/posix -I ../sysdeps/x86_64/64 -I ../sysdeps/x86_64/fpu/multiarch -I ../sysdeps/x86_64/fpu -I ../sysdeps/x86/fpu -I ../sysdeps/x86_64/multiarch -I ../sysdeps/x86_64 -I ../sysdeps/x86/include -I ../sysdeps/x86 -I ../sysdeps/ieee754/float128 -I ../sysdeps/ieee754/ldbl-96/include -I ../sysdeps/ieee754/ldbl-96 -I ../sysdeps/ieee754/dbl-64 -I ../sysdeps/ieee754/flt-32 -I ../sysdeps/wordsize-64 -I ../sysdeps/ieee754 -I ../sysdeps/generic -I .. -I ../libio -I . --gdwarf-5 --64 -o /tmp/buildd/glibc_2/glibc-2.36/build-tree/i386-amd64/posix/setresuid.os
root     1866834  0.0  0.0  17700  6044 ?        Ss   Jun27   0:00 sshd: jenkins [priv]
105      1866840  0.0  0.0  17960  4324 ?        S    Jun27   0:49 sshd: jenkins@notty
105      1866841  0.0  0.0   4056  1608 ?        Ss   Jun27   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_mipsel_gcc12_supported HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      1866872  0.0  0.0   4476  1624 ?        S    Jun27   0:00 /bin/bash /tmp/jenkins-script-Oj6C7lec jenkins_mipsel_gcc12_supported HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      1867376  0.0  0.0   4608  1580 ?        SN   Jun27   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      1867394  0.0  0.0   4608  1576 ?        SN   Jun27   0:00 /bin/bash /tmp/jenkins-script-TOMLo86j sid minimal ./bootstrap.sh HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     1871413  0.0  0.0   7420  2264 ?        SN   Jun27   0:00 sudo chroot /chroots/chroot-run-sid.6kwCLnkpK /tmp/chroot-testrun
root     1871417  0.0  0.0   4344  2604 ?        SN   Jun27   0:00 /bin/bash /tmp/chroot-testrun
root     1871418  0.0  0.0   2752  1872 ?        SN   Jun27   0:03 /bin/sh ./bootstrap.sh HOST_ARCH=mipsel GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      2897969  0.0  0.0  18864  4264 ?        Ss   Jun26   0:00 /lib/systemd/systemd --user
105      2897970  0.0  0.0 170224   144 ?        S    Jun26   0:00 (sd-pam)
root     3089912  0.0  0.0  17700  6060 ?        Ss   Jun27   0:00 sshd: jenkins [priv]
105      3089947  0.0  0.0  17960  4212 ?        S    Jun27   0:45 sshd: jenkins@notty
105      3089977  0.0  0.0   4056  1564 ?        Ss   Jun27   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_powerpc_gcc13_nobiarch HOST_ARCH=powerpc GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      3090023  0.0  0.0   4476  1580 ?        S    Jun27   0:00 /bin/bash /tmp/jenkins-script-4dceiNGm jenkins_powerpc_gcc13_nobiarch HOST_ARCH=powerpc GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      3091153  0.0  0.0   4608  1620 ?        SN   Jun27   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=powerpc GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
105      3091184  0.0  0.0   4608  1624 ?        SN   Jun27   0:00 /bin/bash /tmp/jenkins-script-UnBOEgXA sid minimal ./bootstrap.sh HOST_ARCH=powerpc GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
root     3099675  0.0  0.0   7420  2352 ?        SN   Jun27   0:00 sudo chroot /chroots/chroot-run-sid.6rDSCpl7R /tmp/chroot-testrun
root     3099677  0.0  0.0   4344  1540 ?        SN   Jun27   0:00 /bin/bash /tmp/chroot-testrun
root     3099678  0.0  0.0   2740  1808 ?        SN   Jun27   0:04 /bin/sh ./bootstrap.sh HOST_ARCH=powerpc GCC_VER=13 ENABLE_MULTILIB=no ENABLE_MULTIARCH_GCC=yes ENABLE_DIFFOSCOPE=no
root     3265004  0.1  0.0      0     0 ?        I    Jun27   0:16 [kworker/3:1-rcu_par_gp]
root     3266647  0.0  0.0  17700  6316 ?        Ss   Jun27   0:00 sshd: jenkins [priv]
105      3266713  0.0  0.0  17960  4504 ?        S    Jun27   0:07 sshd: jenkins@notty
105      3266724  0.0  0.0   4056  1604 ?        Ss   Jun27   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_i386_gcc12_supported_diffoscope HOST_ARCH=i386 GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=yes
105      3266746  0.0  0.0   4476  1624 ?        S    Jun27   0:00 /bin/bash /tmp/jenkins-script-dzHlAY91 jenkins_i386_gcc12_supported_diffoscope HOST_ARCH=i386 GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=yes
105      3267499  0.0  0.0   4608  1624 ?        SN   Jun27   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=i386 GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=yes
105      3267524  0.0  0.0   4608  1624 ?        SN   Jun27   0:00 /bin/bash /tmp/jenkins-script-ytj5OPUZ sid minimal ./bootstrap.sh HOST_ARCH=i386 GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=yes
root     3280398  0.0  0.0   7420  2308 ?        SN   Jun27   0:00 sudo chroot /chroots/chroot-run-sid.owudKz6hT /tmp/chroot-testrun
root     3280400  0.0  0.0   4344  2580 ?        SN   Jun27   0:00 /bin/bash /tmp/chroot-testrun
root     3280401  0.0  0.0   2748  1880 ?        SN   Jun27   0:00 /bin/sh ./bootstrap.sh HOST_ARCH=i386 GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=yes
root     3568107  0.0  0.0  17696  6376 ?        Ss   Jun27   0:00 sshd: jenkins [priv]
105      3568228  0.0  0.0  17956  4460 ?        S    Jun27   0:07 sshd: jenkins@notty
105      3568262  0.0  0.0   4056  1564 ?        Ss   Jun27   0:00 /bin/bash /srv/jenkins/bin/rebootstrap.sh jenkins_m68k_gcc12_supported HOST_ARCH=m68k GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      3568333  0.0  0.0   4476  1624 ?        S    Jun27   0:00 /bin/bash /tmp/jenkins-script-NBHZkOKh jenkins_m68k_gcc12_supported HOST_ARCH=m68k GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      3570359  0.0  0.0   4608  1580 ?        SN   Jun27   0:00 /bin/bash /srv/jenkins/bin/chroot-run.sh sid minimal ./bootstrap.sh HOST_ARCH=m68k GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
105      3570398  0.0  0.0   4608  1620 ?        SN   Jun27   0:00 /bin/bash /tmp/jenkins-script-D237xs7o sid minimal ./bootstrap.sh HOST_ARCH=m68k GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     3581648  0.0  0.0   7420  2272 ?        SN   Jun27   0:00 sudo chroot /chroots/chroot-run-sid.YsTa8dcjC /tmp/chroot-testrun
root     3581652  0.0  0.0   4344  2592 ?        SN   Jun27   0:00 /bin/bash /tmp/chroot-testrun
root     3581653  0.0  0.0   2748  1904 ?        SN   Jun27   0:00 /bin/sh ./bootstrap.sh HOST_ARCH=m68k GCC_VER=12 ENABLE_MULTILIB=yes ENABLE_MULTIARCH_GCC=no ENABLE_DIFFOSCOPE=no
root     3614899  0.0  0.0  20396  4416 ?        Ss   Jun18   0:42 /usr/bin/perl -wT /usr/sbin/munin-node --foreground
root     4029427  0.0  0.0      0     0 ?        I    Jun27   0:01 [kworker/0:2-events]
root     4171705  0.0  0.0      0     0 ?        I    Jun27   0:00 [kworker/2:1-events]
test -f bfd/elf32.c -a -f debian/rules
rm -fr debian/binutils-for-host
install -d -m 755 debian/binutils-for-host/DEBIAN/ debian/binutils-for-host/usr/share/doc/
ln -sf binutils-common debian/binutils-for-host/usr/share/doc/binutils-for-host
rm -f debian/substvars
dpkg-gencontrol -Pdebian/binutils-for-host -pbinutils-for-host \
	-Vbinutils:native=binutils-powerpc-linux-gnu \
	-Vbinutils:minver=2.30-2
: chown -R root:root debian/binutils-for-host
chmod -R go=rX debian/binutils-for-host
find debian/binutils-for-host -depth -newermt 'Sun, 25 Jun 2023 09:25:03 +0200' -print0 | \
	xargs -0r touch --no-dereference --date='Sun, 25 Jun 2023 09:25:03 +0200'
dpkg-deb --root-owner-group --build debian/binutils-for-host ..
dpkg-deb: building package 'binutils-for-host' in '../binutils-for-host_2.40.50.20230625-1_powerpc.deb'.
test -f bfd/elf32.c -a -f debian/rules
 dpkg-genbuildinfo --build=any -O../binutils_2.40.50.20230625-1_powerpc.buildinfo
 dpkg-genchanges --build=any -O../binutils_2.40.50.20230625-1_powerpc.changes
dpkg-genchanges: warning: package libgprofng0 in control file but not in files list
dpkg-genchanges: warning: package libgprofng0-dbg in control file but not in files list
dpkg-genchanges: warning: package binutils-multiarch in control file but not in files list
dpkg-genchanges: warning: package binutils-multiarch-dbg in control file but not in files list
dpkg-genchanges: warning: package binutils-multiarch-dev in control file but not in files list
dpkg-genchanges: info: binary-only arch-specific upload (source code and arch-indep packages not included)
 dpkg-source --after-build .
dpkg-buildpackage: info: binary-only upload (no source included)
total 63384
drwxr-xr-x 27 buildd buildd     1420 Jun 28 01:19 binutils-2.40.50.20230625
-rw-r--r--  1 buildd buildd  2425148 Jun 28 01:19 binutils-common_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd  3323448 Jun 28 01:20 binutils-dev_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd     1116 Jun 28 01:20 binutils-for-host_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd 30582148 Jun 28 01:20 binutils-powerpc-linux-gnu-dbg_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd  2090924 Jun 28 01:20 binutils-powerpc-linux-gnu_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd   102576 Jun 25 08:03 binutils_2.40.50.20230625-1.debian.tar.xz
-rw-r--r--  1 buildd buildd    11919 Jun 25 08:03 binutils_2.40.50.20230625-1.dsc
-rw-r--r--  1 buildd buildd     9322 Jun 28 01:20 binutils_2.40.50.20230625-1_powerpc.buildinfo
-rw-r--r--  1 buildd buildd     5717 Jun 28 01:20 binutils_2.40.50.20230625-1_powerpc.changes
-rw-r--r--  1 buildd buildd    64964 Jun 28 01:19 binutils_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd 23246440 Jun 25 08:03 binutils_2.40.50.20230625.orig.tar.xz
-rw-r--r--  1 buildd buildd  1591216 Jun 28 01:20 libbinutils-dbg_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd   590708 Jun 28 01:20 libbinutils_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd   290960 Jun 28 01:19 libctf-nobfd0-dbg_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd   144104 Jun 28 01:19 libctf-nobfd0_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd   299436 Jun 28 01:19 libctf0-dbg_2.40.50.20230625-1_powerpc.deb
-rw-r--r--  1 buildd buildd    80164 Jun 28 01:19 libctf0_2.40.50.20230625-1_powerpc.deb
.changes put in a distribution not listed within it!
Ignoring as --ignore=wrongdistribution given.
Exporting indices...
Get:1 file:/tmp/repo rebootstrap InRelease
Ign:1 file:/tmp/repo rebootstrap InRelease
Get:2 file:/tmp/repo rebootstrap-native InRelease
Ign:2 file:/tmp/repo rebootstrap-native InRelease
Get:3 file:/tmp/repo rebootstrap Release [2842 B]
Get:4 file:/tmp/repo rebootstrap-native Release [1490 B]
Get:3 file:/tmp/repo rebootstrap Release [2842 B]
Get:5 file:/tmp/repo rebootstrap Release.gpg
Ign:5 file:/tmp/repo rebootstrap Release.gpg
Get:6 file:/tmp/repo rebootstrap/main powerpc Packages [159 kB]
Get:4 file:/tmp/repo rebootstrap-native Release [1490 B]
Hit:7 http://deb.debian.org/debian sid InRelease
Get:8 file:/tmp/repo rebootstrap-native Release.gpg
Ign:8 file:/tmp/repo rebootstrap-native Release.gpg
Reading package lists...
progress-mark:148:cross build binutils
progress_mark "cross build binutils"
mark_built binutils
done automatically cross building packages. left: 
# needed for build-essential

automatically_cross_build_packages

assert_built "$need_packages"
checking installability of build-essential with dose

echo "checking installability of build-essential with dose"
apt_get_install botch
Reading package lists...
Building dependency tree...
Reading state information...
  MarkInstall botch:amd64 < none -> 0.24-2 @un puN Ib > FU=1
    MarkInstall libbz2-1.0:amd64 < 1.0.8-5+b1 @ii pK > FU=0
      MarkInstall libc6:amd64 < 2.36-9 @ii pK > FU=0
        MarkInstall libgcc-s1:amd64 < 13.1.0-6 @ii pK > FU=0
          MarkInstall gcc-13-base:amd64 < 13.1.0-6 @ii pK > FU=0
    MarkInstall zlib1g:amd64 < 1:1.2.13.dfsg-1 @ii pK > FU=0
    MarkInstall python3:amd64 < 3.11.4-1 @ii pK > FU=0
      MarkInstall python3-minimal:amd64 < 3.11.4-1 @ii pK > FU=0
        MarkInstall python3.11-minimal:amd64 < 3.11.4-1 @ii pK > FU=0
          MarkInstall libpython3.11-minimal:amd64 < 3.11.4-1 @ii pK > FU=0
            MarkInstall libssl3:amd64 < 3.0.9-1 @ii pK > FU=0
          MarkInstall libexpat1:amd64 < 2.5.0-2 @ii pK > FU=0
      MarkInstall python3.11:amd64 < 3.11.4-1 @ii pK > FU=0
        MarkInstall libpython3.11-stdlib:amd64 < 3.11.4-1 @ii pK > FU=0
          MarkInstall libcrypt1:amd64 < 1:4.4.35-1 @ii pK > FU=0
          MarkInstall libdb5.3:amd64 < 5.3.28+dfsg2-1 @ii pK > FU=0
          MarkInstall libffi8:amd64 < 3.4.4-1 @ii pK > FU=0
          MarkInstall liblzma5:amd64 < 5.4.1-0.2 @ii pK > FU=0
          MarkInstall libncursesw6:amd64 < 6.4-4 @ii pK > FU=0
            MarkInstall libtinfo6:amd64 < 6.4-4 @ii pK > FU=0
          MarkInstall libnsl2:amd64 < 1.3.0-2 @ii pK > FU=0
            MarkInstall libtirpc3:amd64 < 1.3.3+ds-1 @ii pK > FU=0
              MarkInstall libgssapi-krb5-2:amd64 < 1.20.1-2 @ii pK > FU=0
                MarkInstall libcom-err2:amd64 < 1.47.0-2 @ii pK > FU=0
                MarkInstall libk5crypto3:amd64 < 1.20.1-2 @ii pK > FU=0
                  MarkInstall libkrb5support0:amd64 < 1.20.1-2 @ii pK > FU=0
                MarkInstall libkrb5-3:amd64 < 1.20.1-2 @ii pK > FU=0
                  MarkInstall libkeyutils1:amd64 < 1.6.3-2 @ii pK > FU=0
              MarkInstall libtirpc-common:amd64 < 1.3.3+ds-1 @ii pK > FU=0
          MarkInstall libreadline8:amd64 < 8.2-1.3 @ii pK > FU=0
            MarkInstall readline-common:amd64 < 8.2-1.3 @ii pK > FU=0
          MarkInstall libsqlite3-0:amd64 < 3.42.0-1 @ii pK > FU=0
          MarkInstall libuuid1:amd64 < 2.38.1-5+b1 @ii pK > FU=0
      MarkInstall libpython3-stdlib:amd64 < 3.11.4-1 @ii pK > FU=0
    MarkInstall dose-builddebcheck:amd64 < 7.0.0-1+b2 @ii pK > FU=0
  Installing dose-extra:amd64 as Depends of botch:amd64
    MarkInstall dose-extra:amd64 < none -> 7.0.0-1+b2 @un puN > FU=0
    MarkInstall dctrl-tools:amd64 < 2.24-3+b1 @ii pK > FU=0
  Installing aspcud:amd64 as Depends of botch:amd64
    MarkInstall aspcud:amd64 < none -> 1:1.9.6-2 @un puN Ib > FU=0
      MarkInstall libstdc++6:amd64 < 13.1.0-6 @ii pK > FU=0
    Installing gringo:amd64 as Depends of aspcud:amd64
      MarkInstall gringo:amd64 < none -> 5.4.1-3.1+b1 @un puN Ib > FU=0
      Installing liblua5.4-0:amd64 as Depends of gringo:amd64
        MarkInstall liblua5.4-0:amd64 < none -> 5.4.4-3 @un puN > FU=0
      Installing libpython3.11:amd64 as Depends of gringo:amd64
        MarkInstall libpython3.11:amd64 < none -> 3.11.4-1 @un puN > FU=0
    Installing clasp:amd64 as Depends of aspcud:amd64
      MarkInstall clasp:amd64 < none -> 3.3.5-4.2 @un puN > FU=0
  Installing python3-apt:amd64 as Depends of botch:amd64
    MarkInstall python3-apt:amd64 < none -> 2.6.0 @un puN Ib > FU=0
      MarkInstall libapt-pkg6.0:amd64 < 2.6.1 @ii pK > FU=0
        MarkInstall libgcrypt20:amd64 < 1.10.2-2 @ii pK > FU=0
          MarkInstall libgpg-error0:amd64 < 1.46-1 @ii pK > FU=0
        MarkInstall liblz4-1:amd64 < 1.9.4-1 @ii pK > FU=0
        MarkInstall libudev1:amd64 < 253-4 @ii pK > FU=0
          MarkInstall libcap2:amd64 < 1:2.66-4 @ii pK > FU=0
        MarkInstall libxxhash0:amd64 < 0.8.1-1 @ii pK > FU=0
        MarkInstall libzstd1:amd64 < 1.5.5+dfsg2-1 @ii pK > FU=0
    Installing python-apt-common:amd64 as Depends of python3-apt:amd64
      MarkInstall python-apt-common:amd64 < none -> 2.6.0 @un puN > FU=0
    Installing distro-info-data:amd64 as Depends of python3-apt:amd64
      MarkInstall distro-info-data:amd64 < none -> 0.58 @un puN > FU=0
  Installing python3-debian:amd64 as Depends of botch:amd64
    MarkInstall python3-debian:amd64 < none -> 0.1.49 @un puN Ib > FU=0
    Installing python3-chardet:amd64 as Depends of python3-debian:amd64
      MarkInstall python3-chardet:amd64 < none -> 5.1.0+dfsg-2 @un puN Ib > FU=0
      Installing python3-pkg-resources:amd64 as Depends of python3-chardet:amd64
        MarkInstall python3-pkg-resources:amd64 < none -> 67.8.0-1 @un puN > FU=0
  Installing python3-networkx:amd64 as Depends of botch:amd64
    MarkInstall python3-networkx:amd64 < none -> 2.8.8-1 @un puN > FU=0
  Installing python3-yaml:amd64 as Depends of botch:amd64
    MarkInstall python3-yaml:amd64 < none -> 6.0-3+b2 @un puN Ib > FU=0
    Installing libyaml-0-2:amd64 as Depends of python3-yaml:amd64
      MarkInstall libyaml-0-2:amd64 < none -> 0.2.5-1 @un puN > FU=0
  Installing python3-pygraphviz:amd64 as Depends of botch:amd64
    MarkInstall python3-pygraphviz:amd64 < none -> 1.7-3+b4 @un puN Ib > FU=0
    Installing graphviz:amd64 as Depends of python3-pygraphviz:amd64
      MarkInstall graphviz:amd64 < none -> 2.42.2-7+b3 @un puN Ib > FU=0
      Installing libann0:amd64 as Depends of graphviz:amd64
        MarkInstall libann0:amd64 < none -> 1.1.2+doc-9+b1 @un puN > FU=0
      Installing libcdt5:amd64 as Depends of graphviz:amd64
        MarkInstall libcdt5:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libcgraph6:amd64 as Depends of graphviz:amd64
        MarkInstall libcgraph6:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libgd3:amd64 as Depends of graphviz:amd64
        MarkInstall libgd3:amd64 < none -> 2.3.3-9 @un puN Ib > FU=0
        Installing libavif15:amd64 as Depends of libgd3:amd64
          MarkInstall libavif15:amd64 < none -> 0.11.1-1 @un puN Ib > FU=0
          Installing libaom3:amd64 as Depends of libavif15:amd64
            MarkInstall libaom3:amd64 < none -> 3.6.1-1 @un puN > FU=0
          Installing libdav1d6:amd64 as Depends of libavif15:amd64
            MarkInstall libdav1d6:amd64 < none -> 1.2.1-2 @un puN > FU=0
          Installing libgav1-1:amd64 as Depends of libavif15:amd64
            MarkInstall libgav1-1:amd64 < none -> 0.18.0-1+b1 @un puN Ib > FU=0
            Installing libabsl20220623:amd64 as Depends of libgav1-1:amd64
              MarkInstall libabsl20220623:amd64 < none -> 20220623.1-1 @un puN > FU=0
          Installing librav1e0:amd64 as Depends of libavif15:amd64
            MarkInstall librav1e0:amd64 < none -> 0.6.6-1 @un puN > FU=0
          Installing libsvtav1enc1:amd64 as Depends of libavif15:amd64
            MarkInstall libsvtav1enc1:amd64 < none -> 1.6.0+dfsg-1 @un puN > FU=0
          Installing libyuv0:amd64 as Depends of libavif15:amd64
            MarkInstall libyuv0:amd64 < none -> 0.0~git20230616.a366ad7-1 @un puN Ib > FU=0
            Installing libjpeg62-turbo:amd64 as Depends of libyuv0:amd64
              MarkInstall libjpeg62-turbo:amd64 < none -> 1:2.1.5-2 @un puN > FU=0
        Installing libfontconfig1:amd64 as Depends of libgd3:amd64
          MarkInstall libfontconfig1:amd64 < none -> 2.14.1-4 @un puN Ib > FU=0
          Installing libfreetype6:amd64 as Depends of libfontconfig1:amd64
            MarkInstall libfreetype6:amd64 < none -> 2.12.1+dfsg-5 @un puN Ib > FU=0
            Installing libbrotli1:amd64 as Depends of libfreetype6:amd64
              MarkInstall libbrotli1:amd64 < none -> 1.0.9-2+b6 @un puN > FU=0
            Installing libpng16-16:amd64 as Depends of libfreetype6:amd64
              MarkInstall libpng16-16:amd64 < none -> 1.6.40-1 @un puN > FU=0
          Installing fontconfig-config:amd64 as Depends of libfontconfig1:amd64
            MarkInstall fontconfig-config:amd64 < none -> 2.14.1-4 @rc uN Ib > FU=0
            Installing fonts-dejavu-core:amd64 as Depends of fontconfig-config:amd64
              MarkInstall fonts-dejavu-core:amd64 < none -> 2.37-6 @rc uN > FU=0
        Installing libheif1:amd64 as Depends of libgd3:amd64
          MarkInstall libheif1:amd64 < none -> 1.15.1-1 @un puN Ib > FU=0
          Installing libde265-0:amd64 as Depends of libheif1:amd64
            MarkInstall libde265-0:amd64 < none -> 1.0.12-1 @un puN > FU=0
          Installing libx265-199:amd64 as Depends of libheif1:amd64
            MarkInstall libx265-199:amd64 < none -> 3.5-2+b1 @un puN Ib > FU=0
            Installing libnuma1:amd64 as Depends of libx265-199:amd64
              MarkInstall libnuma1:amd64 < none -> 2.0.16-1 @un puN > FU=0
        Installing libtiff6:amd64 as Depends of libgd3:amd64
          MarkInstall libtiff6:amd64 < none -> 4.5.1-1 @un puN Ib > FU=0
          Installing libdeflate0:amd64 as Depends of libtiff6:amd64
            MarkInstall libdeflate0:amd64 < none -> 1.14-1 @un puN > FU=0
          Installing libjbig0:amd64 as Depends of libtiff6:amd64
            MarkInstall libjbig0:amd64 < none -> 2.1-6.1 @un puN > FU=0
          Installing liblerc4:amd64 as Depends of libtiff6:amd64
            MarkInstall liblerc4:amd64 < none -> 4.0.0+ds-2 @un puN > FU=0
          Installing libwebp7:amd64 as Depends of libtiff6:amd64
            MarkInstall libwebp7:amd64 < none -> 1.2.4-0.2 @un puN > FU=0
        Installing libxpm4:amd64 as Depends of libgd3:amd64
          MarkInstall libxpm4:amd64 < none -> 1:3.5.12-1.1 @un puN Ib > FU=0
          Installing libx11-6:amd64 as Depends of libxpm4:amd64
            MarkInstall libx11-6:amd64 < none -> 2:1.8.6-1 @un puN Ib > FU=0
            Installing libxcb1:amd64 as Depends of libx11-6:amd64
              MarkInstall libxcb1:amd64 < none -> 1.15-1 @un puN Ib > FU=0
              Installing libxau6:amd64 as Depends of libxcb1:amd64
                MarkInstall libxau6:amd64 < none -> 1:1.0.9-1 @un puN > FU=0
              Installing libxdmcp6:amd64 as Depends of libxcb1:amd64
                MarkInstall libxdmcp6:amd64 < none -> 1:1.1.2-3 @un puN Ib > FU=0
                Installing libbsd0:amd64 as Depends of libxdmcp6:amd64
                  MarkInstall libbsd0:amd64 < none -> 0.11.7-4 @un puN > FU=0
                    MarkInstall libmd0:amd64 < 1.1.0-1 @ii pK > FU=0
            Installing libx11-data:amd64 as Depends of libx11-6:amd64
              MarkInstall libx11-data:amd64 < none -> 2:1.8.6-1 @un puN > FU=0
      Installing libglib2.0-0:amd64 as Depends of graphviz:amd64
        MarkInstall libglib2.0-0:amd64 < none -> 2.74.6-2 @rc puN > FU=0
          MarkInstall libmount1:amd64 < 2.38.1-5+b1 @ii pK > FU=0
            MarkInstall libblkid1:amd64 < 2.38.1-5+b1 @ii pK > FU=0
            MarkInstall libselinux1:amd64 < 3.4-1+b6 @ii pK > FU=0
              MarkInstall libpcre2-8-0:amd64 < 10.42-1 @ii pK > FU=0
      Installing libgts-0.7-5:amd64 as Depends of graphviz:amd64
        MarkInstall libgts-0.7-5:amd64 < none -> 0.7.6+darcs121130-5+b1 @un puN > FU=0
      Installing libgvc6:amd64 as Depends of graphviz:amd64
        MarkInstall libgvc6:amd64 < none -> 2.42.2-7+b3 @un puN Ib > FU=0
        Installing libcairo2:amd64 as Depends of libgvc6:amd64
          MarkInstall libcairo2:amd64 < none -> 1.16.0-7 @un puN Ib > FU=0
          Installing libpixman-1-0:amd64 as Depends of libcairo2:amd64
            MarkInstall libpixman-1-0:amd64 < none -> 0.42.2-1 @un puN > FU=0
          Installing libxcb-render0:amd64 as Depends of libcairo2:amd64
            MarkInstall libxcb-render0:amd64 < none -> 1.15-1 @un puN > FU=0
          Installing libxcb-shm0:amd64 as Depends of libcairo2:amd64
            MarkInstall libxcb-shm0:amd64 < none -> 1.15-1 @un puN > FU=0
          Installing libxext6:amd64 as Depends of libcairo2:amd64
            MarkInstall libxext6:amd64 < none -> 2:1.3.4-1+b1 @un puN > FU=0
          Installing libxrender1:amd64 as Depends of libcairo2:amd64
            MarkInstall libxrender1:amd64 < none -> 1:0.9.10-1.1 @un puN > FU=0
        Installing libltdl7:amd64 as Depends of libgvc6:amd64
          MarkInstall libltdl7:amd64 < none -> 2.4.7-5 @un puN > FU=0
        Installing libpango-1.0-0:amd64 as Depends of libgvc6:amd64
          MarkInstall libpango-1.0-0:amd64 < none -> 1.50.14+ds-1 @un puN Ib > FU=0
          Installing fontconfig:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall fontconfig:amd64 < none -> 2.14.1-4 @un uN > FU=0
          Installing libfribidi0:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall libfribidi0:amd64 < none -> 1.0.13-3 @un puN > FU=0
          Installing libharfbuzz0b:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall libharfbuzz0b:amd64 < none -> 6.0.0+dfsg-3 @un puN Ib > FU=0
            Installing libgraphite2-3:amd64 as Depends of libharfbuzz0b:amd64
              MarkInstall libgraphite2-3:amd64 < none -> 1.3.14-1 @un puN > FU=0
          Installing libthai0:amd64 as Depends of libpango-1.0-0:amd64
            MarkInstall libthai0:amd64 < none -> 0.1.29-1 @un puN Ib > FU=0
            Installing libthai-data:amd64 as Depends of libthai0:amd64
              MarkInstall libthai-data:amd64 < none -> 0.1.29-1 @un puN > FU=0
            Installing libdatrie1:amd64 as Depends of libthai0:amd64
              MarkInstall libdatrie1:amd64 < none -> 0.2.13-2+b1 @un puN > FU=0
        Installing libpangocairo-1.0-0:amd64 as Depends of libgvc6:amd64
          MarkInstall libpangocairo-1.0-0:amd64 < none -> 1.50.14+ds-1 @un puN Ib > FU=0
          Installing libpangoft2-1.0-0:amd64 as Depends of libpangocairo-1.0-0:amd64
            MarkInstall libpangoft2-1.0-0:amd64 < none -> 1.50.14+ds-1 @un puN > FU=0
        Installing libpathplan4:amd64 as Depends of libgvc6:amd64
          MarkInstall libpathplan4:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libgvpr2:amd64 as Depends of graphviz:amd64
        MarkInstall libgvpr2:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing liblab-gamut1:amd64 as Depends of graphviz:amd64
        MarkInstall liblab-gamut1:amd64 < none -> 2.42.2-7+b3 @un puN > FU=0
      Installing libxaw7:amd64 as Depends of graphviz:amd64
        MarkInstall libxaw7:amd64 < none -> 2:1.0.14-1 @un puN Ib > FU=0
        Installing libxmu6:amd64 as Depends of libxaw7:amd64
          MarkInstall libxmu6:amd64 < none -> 2:1.1.3-3 @un puN Ib > FU=0
          Installing libxt6:amd64 as Depends of libxmu6:amd64
            MarkInstall libxt6:amd64 < none -> 1:1.2.1-1.1 @un puN Ib > FU=0
            Installing libice6:amd64 as Depends of libxt6:amd64
              MarkInstall libice6:amd64 < none -> 2:1.0.10-1 @un puN Ib > FU=0
              Installing x11-common:amd64 as Depends of libice6:amd64
                MarkInstall x11-common:amd64 < none -> 1:7.7+23 @rc puN > FU=0
            Installing libsm6:amd64 as Depends of libxt6:amd64
              MarkInstall libsm6:amd64 < none -> 2:1.2.3-1 @un puN > FU=0
  Installing zutils:amd64 as Depends of botch:amd64
    MarkInstall zutils:amd64 < none -> 1.12-3 @un puN > FU=0
    MarkInstall dpkg-dev:amd64 < 1.21.22 @ii pK > FU=0
      MarkInstall perl:amd64 < 5.36.0-7 @ii pK > FU=0
        MarkInstall perl-base:amd64 < 5.36.0-7 @ii pK > FU=0
        MarkInstall perl-modules-5.36:amd64 < 5.36.0-7 @ii pK > FU=0
        MarkInstall libperl5.36:amd64 < 5.36.0-7 @ii pK > FU=0
          MarkInstall libgdbm-compat4:amd64 < 1.23-3 @ii pK > FU=0
            MarkInstall libgdbm6:amd64 < 1.23-3 @ii pK > FU=0
      MarkInstall libdpkg-perl:amd64 < 1.21.22 @ii pK > FU=0
      MarkInstall binutils:amd64 < 2.40.50.20230625-1 @ii pK > FU=0
        MarkInstall binutils-common:amd64 < 2.40.50.20230625-1 @ii pK > FU=0
        MarkInstall libbinutils:amd64 < 2.40.50.20230625-1 @ii pK > FU=0
        MarkInstall binutils-x86-64-linux-gnu:amd64 < 2.40.50.20230625-1 @ii pK > FU=0
          MarkInstall libctf-nobfd0:amd64 < 2.40.50.20230625-1 @ii pK > FU=0
          MarkInstall libctf0:amd64 < 2.40.50.20230625-1 @ii pK > FU=0
          MarkInstall libgprofng0:amd64 < 2.40.50.20230625-1 @ii pK > FU=0
          MarkInstall libjansson4:amd64 < 2.14-2 @ii pK > FU=0
  Installing libyojson-ocaml-dev:amd64 as Depends of botch:amd64
    MarkInstall libyojson-ocaml-dev:amd64 < none -> 2.0.2-2 @un puN Ib > FU=0
    Installing libyojson-ocaml:amd64 as Depends of libyojson-ocaml-dev:amd64
      MarkInstall libyojson-ocaml:amd64 < none -> 2.0.2-2 @un puN Ib > FU=0
      Installing ocaml-base:amd64 as Depends of libyojson-ocaml:amd64
        MarkInstall ocaml-base:amd64 < none -> 4.13.1-4 @un puN > FU=0
    Installing ocaml:amd64 as Depends of libyojson-ocaml-dev:amd64
      MarkInstall ocaml:amd64 < none -> 4.13.1-4 @un puN Ib > FU=0
      Installing ocaml-interp:amd64 as Depends of ocaml:amd64
        MarkInstall ocaml-interp:amd64 < none -> 4.13.1-4 @un puN Ib > FU=0
        Installing ocaml-compiler-libs:amd64 as Depends of ocaml-interp:amd64
          MarkInstall ocaml-compiler-libs:amd64 < none -> 4.13.1-4 @un puN > FU=0
      Installing libncurses-dev:amd64 as Depends of ocaml:amd64
        MarkInstall libncurses-dev:amd64 < none -> 6.4-4 @un puN Ib > FU=0
        Installing libncurses6:amd64 as Depends of libncurses-dev:amd64
          MarkInstall libncurses6:amd64 < none -> 6.4-4 @un puN > FU=0
          MarkInstall libc6-dev:amd64 < 2.36-9 @ii pK > FU=0
            MarkInstall linux-libc-dev:amd64 < 6.3.7-1 @ii pK > FU=0
            MarkInstall libcrypt-dev:amd64 < 1:4.4.35-1 @ii pK > FU=0
            MarkInstall libnsl-dev:amd64 < 1.3.0-2 @ii pK > FU=0
              MarkInstall libtirpc-dev:amd64 < 1.3.3+ds-1 @ii pK > FU=0
            MarkInstall rpcsvc-proto:amd64 < 1.4.3-1 @ii pK > FU=0
        MarkInstall gcc:amd64 < 4:12.3.0-1 @ii pK > FU=0
          MarkInstall cpp:amd64 < 4:12.3.0-1 @ii pK > FU=0
            MarkInstall cpp-12:amd64 < 12.3.0-4 @ii pK > FU=0
              MarkInstall gcc-12-base:amd64 < 12.3.0-4 @ii pK > FU=0
              MarkInstall libgmp10:amd64 < 2:6.2.1+dfsg1-1.1 @ii pK > FU=0
              MarkInstall libisl23:amd64 < 0.26-3 @ii pK > FU=0
              MarkInstall libmpc3:amd64 < 1.3.1-1 @ii pK > FU=0
                MarkInstall libmpfr6:amd64 < 4.2.0-1 @ii pK > FU=0
          MarkInstall gcc-12:amd64 < 12.3.0-4 @ii pK > FU=0
            MarkInstall libcc1-0:amd64 < 13.1.0-6 @ii pK > FU=0
            MarkInstall libgcc-12-dev:amd64 < 12.3.0-4 @ii pK > FU=0
              MarkInstall libgomp1:amd64 < 13.1.0-6 @ii pK > FU=0
              MarkInstall libitm1:amd64 < 13.1.0-6 @ii pK > FU=0
              MarkInstall libatomic1:amd64 < 13.1.0-6 @ii pK > FU=0
              MarkInstall libasan8:amd64 < 13.1.0-6 @ii pK > FU=0
              MarkInstall liblsan0:amd64 < 13.1.0-6 @ii pK > FU=0
              MarkInstall libtsan2:amd64 < 13.1.0-6 @ii pK > FU=0
              MarkInstall libubsan1:amd64 < 13.1.0-6 @ii pK > FU=0
              MarkInstall libquadmath0:amd64 < 13.1.0-6 @ii pK > FU=0
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
  Ignore MarkGarbage of python3.11:amd64 < 3.11.4-1 @ii pK > as its mode (Keep) is protected
  Ignore MarkGarbage of libltdl7:amd64 < none -> 2.4.7-5 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libdatrie1:amd64 < none -> 0.2.13-2+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libthai0:amd64 < none -> 0.1.29-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libxrender1:amd64 < none -> 1:0.9.10-1.1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libyojson-ocaml:amd64 < none -> 2.0.2-2 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of dose-extra:amd64 < none -> 7.0.0-1+b2 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libpango-1.0-0:amd64 < none -> 1.50.14+ds-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libann0:amd64 < none -> 1.1.2+doc-9+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libaom3:amd64 < none -> 3.6.1-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libheif1:amd64 < none -> 1.15.1-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libcairo2:amd64 < none -> 1.16.0-7 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of python3-pygraphviz:amd64 < none -> 1.7-3+b4 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of zutils:amd64 < none -> 1.12-3 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of ocaml-interp:amd64 < none -> 4.13.1-4 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of gringo:amd64 < none -> 5.4.1-3.1+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of python3-networkx:amd64 < none -> 2.8.8-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of python3.11:amd64 < 3.11.4-1 @ii pK > as its mode (Keep) is protected
  Ignore MarkGarbage of libltdl7:amd64 < none -> 2.4.7-5 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libdatrie1:amd64 < none -> 0.2.13-2+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libthai0:amd64 < none -> 0.1.29-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libxrender1:amd64 < none -> 1:0.9.10-1.1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libyojson-ocaml:amd64 < none -> 2.0.2-2 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of dose-extra:amd64 < none -> 7.0.0-1+b2 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libpango-1.0-0:amd64 < none -> 1.50.14+ds-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libann0:amd64 < none -> 1.1.2+doc-9+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libaom3:amd64 < none -> 3.6.1-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libheif1:amd64 < none -> 1.15.1-1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of libcairo2:amd64 < none -> 1.16.0-7 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of python3-pygraphviz:amd64 < none -> 1.7-3+b4 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of zutils:amd64 < none -> 1.12-3 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of ocaml-interp:amd64 < none -> 4.13.1-4 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of gringo:amd64 < none -> 5.4.1-3.1+b1 @un puN > as its mode (Install) is protected
  Ignore MarkGarbage of python3-networkx:amd64 < none -> 2.8.8-1 @un puN > as its mode (Install) is protected
The following packages were automatically installed and are no longer required:
  gcc-13-powerpc-linux-gnu-base libgcc-13-dev-powerpc-cross
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  aspcud clasp distro-info-data dose-extra fontconfig fontconfig-config
  fonts-dejavu-core graphviz gringo libabsl20220623 libann0 libaom3 libavif15
  libbrotli1 libbsd0 libcairo2 libcdt5 libcgraph6 libdatrie1 libdav1d6
  libde265-0 libdeflate0 libfontconfig1 libfreetype6 libfribidi0 libgav1-1
  libgd3 libglib2.0-0 libgraphite2-3 libgts-0.7-5 libgvc6 libgvpr2
  libharfbuzz0b libheif1 libice6 libjbig0 libjpeg62-turbo liblab-gamut1
  liblerc4 libltdl7 liblua5.4-0 libncurses-dev libncurses6 libnuma1
  libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
  libpixman-1-0 libpng16-16 libpython3.11 librav1e0 libsm6 libsvtav1enc1
  libthai-data libthai0 libtiff6 libwebp7 libx11-6 libx11-data libx265-199
  libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6
  libxmu6 libxpm4 libxrender1 libxt6 libyaml-0-2 libyojson-ocaml
  libyojson-ocaml-dev libyuv0 ocaml ocaml-base ocaml-compiler-libs
  ocaml-interp python-apt-common python3-apt python3-chardet python3-debian
  python3-networkx python3-pkg-resources python3-pygraphviz python3-yaml
  x11-common zutils
Suggested packages:
  libgraph-easy-perl devscripts www-browser libsoap-lite-perl botch-doc
  gsfonts graphviz-doc libgd-tools low-memory-monitor ncurses-doc ocaml-doc
  elpa-tuareg python-apt-doc python3-setuptools python-pygraphviz-doc
Recommended packages:
  libjs-jquery-tablesorter libjs-jquery fonts-liberation2 libglib2.0-data
  shared-mime-info xdg-user-dirs libgts-bin libgpm2 ocaml-findlib ocaml-man
  ledit | readline-editor iso-codes python3-gdal python3-matplotlib
  python3-numpy python3-pydot python3-scipy lzip
The following NEW packages will be installed:
  aspcud botch clasp distro-info-data dose-extra fontconfig fontconfig-config
  fonts-dejavu-core graphviz gringo libabsl20220623 libann0 libaom3 libavif15
  libbrotli1 libbsd0 libcairo2 libcdt5 libcgraph6 libdatrie1 libdav1d6
  libde265-0 libdeflate0 libfontconfig1 libfreetype6 libfribidi0 libgav1-1
  libgd3 libglib2.0-0 libgraphite2-3 libgts-0.7-5 libgvc6 libgvpr2
  libharfbuzz0b libheif1 libice6 libjbig0 libjpeg62-turbo liblab-gamut1
  liblerc4 libltdl7 liblua5.4-0 libncurses-dev libncurses6 libnuma1
  libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
  libpixman-1-0 libpng16-16 libpython3.11 librav1e0 libsm6 libsvtav1enc1
  libthai-data libthai0 libtiff6 libwebp7 libx11-6 libx11-data libx265-199
  libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6
  libxmu6 libxpm4 libxrender1 libxt6 libyaml-0-2 libyojson-ocaml
  libyojson-ocaml-dev libyuv0 ocaml ocaml-base ocaml-compiler-libs
  ocaml-interp python-apt-common python3-apt python3-chardet python3-debian
  python3-networkx python3-pkg-resources python3-pygraphviz python3-yaml
  x11-common zutils
0 upgraded, 91 newly installed, 0 to remove and 0 not upgraded.
Need to get 152 MB of archives.
After this operation, 655 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian sid/main amd64 liblua5.4-0 amd64 5.4.4-3 [137 kB]
Get:2 http://deb.debian.org/debian sid/main amd64 libpython3.11 amd64 3.11.4-1 [1979 kB]
Get:3 http://deb.debian.org/debian sid/main amd64 gringo amd64 5.4.1-3.1+b1 [1888 kB]
Get:4 http://deb.debian.org/debian sid/main amd64 clasp amd64 3.3.5-4.2 [629 kB]
Get:5 http://deb.debian.org/debian sid/main amd64 aspcud amd64 1:1.9.6-2 [126 kB]
Get:6 http://deb.debian.org/debian sid/main amd64 dose-extra amd64 7.0.0-1+b2 [2084 kB]
Get:7 http://deb.debian.org/debian sid/main amd64 python-apt-common all 2.6.0 [64.3 kB]
Get:8 http://deb.debian.org/debian sid/main amd64 distro-info-data all 0.58 [5848 B]
Get:9 http://deb.debian.org/debian sid/main amd64 python3-apt amd64 2.6.0 [159 kB]
Get:10 http://deb.debian.org/debian sid/main amd64 python3-pkg-resources all 67.8.0-1 [234 kB]
Get:11 http://deb.debian.org/debian sid/main amd64 python3-chardet all 5.1.0+dfsg-2 [110 kB]
Get:12 http://deb.debian.org/debian sid/main amd64 python3-debian all 0.1.49 [115 kB]
Get:13 http://deb.debian.org/debian sid/main amd64 python3-networkx all 2.8.8-1 [1425 kB]
Get:14 http://deb.debian.org/debian sid/main amd64 libyaml-0-2 amd64 0.2.5-1 [53.6 kB]
Get:15 http://deb.debian.org/debian sid/main amd64 python3-yaml amd64 6.0-3+b2 [119 kB]
Get:16 http://deb.debian.org/debian sid/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB]
Get:17 http://deb.debian.org/debian sid/main amd64 libcdt5 amd64 2.42.2-7+b3 [39.8 kB]
Get:18 http://deb.debian.org/debian sid/main amd64 libcgraph6 amd64 2.42.2-7+b3 [63.2 kB]
Get:19 http://deb.debian.org/debian sid/main amd64 libaom3 amd64 3.6.1-1 [1850 kB]
Get:20 http://deb.debian.org/debian sid/main amd64 libdav1d6 amd64 1.2.1-2 [541 kB]
Get:21 http://deb.debian.org/debian sid/main amd64 libabsl20220623 amd64 20220623.1-1 [391 kB]
Get:22 http://deb.debian.org/debian sid/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
Get:23 http://deb.debian.org/debian sid/main amd64 librav1e0 amd64 0.6.6-1 [876 kB]
Get:24 http://deb.debian.org/debian sid/main amd64 libsvtav1enc1 amd64 1.6.0+dfsg-1 [2104 kB]
Get:25 http://deb.debian.org/debian sid/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB]
Get:26 http://deb.debian.org/debian sid/main amd64 libyuv0 amd64 0.0~git20230616.a366ad7-1 [169 kB]
Get:27 http://deb.debian.org/debian sid/main amd64 libavif15 amd64 0.11.1-1 [93.8 kB]
Get:28 http://deb.debian.org/debian sid/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
Get:29 http://deb.debian.org/debian sid/main amd64 libpng16-16 amd64 1.6.40-1 [275 kB]
Get:30 http://deb.debian.org/debian sid/main amd64 libfreetype6 amd64 2.12.1+dfsg-5 [399 kB]
Get:31 http://deb.debian.org/debian sid/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
Get:32 http://deb.debian.org/debian sid/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
Get:33 http://deb.debian.org/debian sid/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
Get:34 http://deb.debian.org/debian sid/main amd64 libde265-0 amd64 1.0.12-1 [185 kB]
Get:35 http://deb.debian.org/debian sid/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB]
Get:36 http://deb.debian.org/debian sid/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB]
Get:37 http://deb.debian.org/debian sid/main amd64 libheif1 amd64 1.15.1-1 [215 kB]
Get:38 http://deb.debian.org/debian sid/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
Get:39 http://deb.debian.org/debian sid/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
Get:40 http://deb.debian.org/debian sid/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
Get:41 http://deb.debian.org/debian sid/main amd64 libwebp7 amd64 1.2.4-0.2 [285 kB]
Get:42 http://deb.debian.org/debian sid/main amd64 libtiff6 amd64 4.5.1-1 [321 kB]
Get:43 http://deb.debian.org/debian sid/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:44 http://deb.debian.org/debian sid/main amd64 libbsd0 amd64 0.11.7-4 [115 kB]
Get:45 http://deb.debian.org/debian sid/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:46 http://deb.debian.org/debian sid/main amd64 libxcb1 amd64 1.15-1 [144 kB]
Get:47 http://deb.debian.org/debian sid/main amd64 libx11-data all 2:1.8.6-1 [323 kB]
Get:48 http://deb.debian.org/debian sid/main amd64 libx11-6 amd64 2:1.8.6-1 [793 kB]
Get:49 http://deb.debian.org/debian sid/main amd64 libxpm4 amd64 1:3.5.12-1.1 [48.4 kB]
Get:50 http://deb.debian.org/debian sid/main amd64 libgd3 amd64 2.3.3-9 [124 kB]
Get:51 http://deb.debian.org/debian sid/main amd64 libglib2.0-0 amd64 2.74.6-2 [1398 kB]
Get:52 http://deb.debian.org/debian sid/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB]
Get:53 http://deb.debian.org/debian sid/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
Get:54 http://deb.debian.org/debian sid/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
Get:55 http://deb.debian.org/debian sid/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
Get:56 http://deb.debian.org/debian sid/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
Get:57 http://deb.debian.org/debian sid/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
Get:58 http://deb.debian.org/debian sid/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
Get:59 http://deb.debian.org/debian sid/main amd64 libltdl7 amd64 2.4.7-5 [393 kB]
Get:60 http://deb.debian.org/debian sid/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
Get:61 http://deb.debian.org/debian sid/main amd64 libfribidi0 amd64 1.0.13-3 [71.1 kB]
Get:62 http://deb.debian.org/debian sid/main amd64 libgraphite2-3 amd64 1.3.14-1 [81.2 kB]
Get:63 http://deb.debian.org/debian sid/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1945 kB]
Get:64 http://deb.debian.org/debian sid/main amd64 libthai-data all 0.1.29-1 [176 kB]
Get:65 http://deb.debian.org/debian sid/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB]
Get:66 http://deb.debian.org/debian sid/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB]
Get:67 http://deb.debian.org/debian sid/main amd64 libpango-1.0-0 amd64 1.50.14+ds-1 [212 kB]
Get:68 http://deb.debian.org/debian sid/main amd64 libpangoft2-1.0-0 amd64 1.50.14+ds-1 [47.4 kB]
Get:69 http://deb.debian.org/debian sid/main amd64 libpangocairo-1.0-0 amd64 1.50.14+ds-1 [34.1 kB]
Get:70 http://deb.debian.org/debian sid/main amd64 libpathplan4 amd64 2.42.2-7+b3 [42.2 kB]
Get:71 http://deb.debian.org/debian sid/main amd64 libgvc6 amd64 2.42.2-7+b3 [678 kB]
Get:72 http://deb.debian.org/debian sid/main amd64 libgvpr2 amd64 2.42.2-7+b3 [189 kB]
Get:73 http://deb.debian.org/debian sid/main amd64 liblab-gamut1 amd64 2.42.2-7+b3 [198 kB]
Get:74 http://deb.debian.org/debian sid/main amd64 x11-common all 1:7.7+23 [252 kB]
Get:75 http://deb.debian.org/debian sid/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
Get:76 http://deb.debian.org/debian sid/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
Get:77 http://deb.debian.org/debian sid/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB]
Get:78 http://deb.debian.org/debian sid/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB]
Get:79 http://deb.debian.org/debian sid/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB]
Get:80 http://deb.debian.org/debian sid/main amd64 graphviz amd64 2.42.2-7+b3 [611 kB]
Get:81 http://deb.debian.org/debian sid/main amd64 python3-pygraphviz amd64 1.7-3+b4 [75.1 kB]
Get:82 http://deb.debian.org/debian sid/main amd64 zutils amd64 1.12-3 [92.2 kB]
Get:83 http://deb.debian.org/debian sid/main amd64 ocaml-base amd64 4.13.1-4 [668 kB]
Get:84 http://deb.debian.org/debian sid/main amd64 libyojson-ocaml amd64 2.0.2-2 [614 kB]
Get:85 http://deb.debian.org/debian sid/main amd64 ocaml-compiler-libs amd64 4.13.1-4 [31.0 MB]
Get:86 http://deb.debian.org/debian sid/main amd64 ocaml-interp amd64 4.13.1-4 [6158 kB]
Get:87 http://deb.debian.org/debian sid/main amd64 libncurses6 amd64 6.4-4 [103 kB]
Get:88 http://deb.debian.org/debian sid/main amd64 libncurses-dev amd64 6.4-4 [349 kB]
Get:89 http://deb.debian.org/debian sid/main amd64 ocaml amd64 4.13.1-4 [72.1 MB]
Get:90 http://deb.debian.org/debian sid/main amd64 libyojson-ocaml-dev amd64 2.0.2-2 [1272 kB]
Get:91 http://deb.debian.org/debian sid/main amd64 botch amd64 0.24-2 [7720 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 152 MB in 3s (57.6 MB/s)
Selecting previously unselected package liblua5.4-0:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21265 files and directories currently installed.)
Preparing to unpack .../00-liblua5.4-0_5.4.4-3_amd64.deb ...
Unpacking liblua5.4-0:amd64 (5.4.4-3) ...
Selecting previously unselected package libpython3.11:amd64.
Preparing to unpack .../01-libpython3.11_3.11.4-1_amd64.deb ...
Unpacking libpython3.11:amd64 (3.11.4-1) ...
Selecting previously unselected package gringo.
Preparing to unpack .../02-gringo_5.4.1-3.1+b1_amd64.deb ...
Unpacking gringo (5.4.1-3.1+b1) ...
Selecting previously unselected package clasp.
Preparing to unpack .../03-clasp_3.3.5-4.2_amd64.deb ...
Unpacking clasp (3.3.5-4.2) ...
Selecting previously unselected package aspcud.
Preparing to unpack .../04-aspcud_1%3a1.9.6-2_amd64.deb ...
Unpacking aspcud (1:1.9.6-2) ...
Selecting previously unselected package dose-extra.
Preparing to unpack .../05-dose-extra_7.0.0-1+b2_amd64.deb ...
Unpacking dose-extra (7.0.0-1+b2) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../06-python-apt-common_2.6.0_all.deb ...
Unpacking python-apt-common (2.6.0) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../07-distro-info-data_0.58_all.deb ...
Unpacking distro-info-data (0.58) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../08-python3-apt_2.6.0_amd64.deb ...
Unpacking python3-apt (2.6.0) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../09-python3-pkg-resources_67.8.0-1_all.deb ...
Unpacking python3-pkg-resources (67.8.0-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../10-python3-chardet_5.1.0+dfsg-2_all.deb ...
Unpacking python3-chardet (5.1.0+dfsg-2) ...
Selecting previously unselected package python3-debian.
Preparing to unpack .../11-python3-debian_0.1.49_all.deb ...
Unpacking python3-debian (0.1.49) ...
Selecting previously unselected package python3-networkx.
Preparing to unpack .../12-python3-networkx_2.8.8-1_all.deb ...
Unpacking python3-networkx (2.8.8-1) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../13-libyaml-0-2_0.2.5-1_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
Selecting previously unselected package python3-yaml.
Preparing to unpack .../14-python3-yaml_6.0-3+b2_amd64.deb ...
Unpacking python3-yaml (6.0-3+b2) ...
Selecting previously unselected package libann0.
Preparing to unpack .../15-libann0_1.1.2+doc-9+b1_amd64.deb ...
Unpacking libann0 (1.1.2+doc-9+b1) ...
Selecting previously unselected package libcdt5:amd64.
Preparing to unpack .../16-libcdt5_2.42.2-7+b3_amd64.deb ...
Unpacking libcdt5:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libcgraph6:amd64.
Preparing to unpack .../17-libcgraph6_2.42.2-7+b3_amd64.deb ...
Unpacking libcgraph6:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libaom3:amd64.
Preparing to unpack .../18-libaom3_3.6.1-1_amd64.deb ...
Unpacking libaom3:amd64 (3.6.1-1) ...
Selecting previously unselected package libdav1d6:amd64.
Preparing to unpack .../19-libdav1d6_1.2.1-2_amd64.deb ...
Unpacking libdav1d6:amd64 (1.2.1-2) ...
Selecting previously unselected package libabsl20220623:amd64.
Preparing to unpack .../20-libabsl20220623_20220623.1-1_amd64.deb ...
Unpacking libabsl20220623:amd64 (20220623.1-1) ...
Selecting previously unselected package libgav1-1:amd64.
Preparing to unpack .../21-libgav1-1_0.18.0-1+b1_amd64.deb ...
Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
Selecting previously unselected package librav1e0:amd64.
Preparing to unpack .../22-librav1e0_0.6.6-1_amd64.deb ...
Unpacking librav1e0:amd64 (0.6.6-1) ...
Selecting previously unselected package libsvtav1enc1:amd64.
Preparing to unpack .../23-libsvtav1enc1_1.6.0+dfsg-1_amd64.deb ...
Unpacking libsvtav1enc1:amd64 (1.6.0+dfsg-1) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../24-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Selecting previously unselected package libyuv0:amd64.
Preparing to unpack .../25-libyuv0_0.0~git20230616.a366ad7-1_amd64.deb ...
Unpacking libyuv0:amd64 (0.0~git20230616.a366ad7-1) ...
Selecting previously unselected package libavif15:amd64.
Preparing to unpack .../26-libavif15_0.11.1-1_amd64.deb ...
Unpacking libavif15:amd64 (0.11.1-1) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../27-libbrotli1_1.0.9-2+b6_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../28-libpng16-16_1.6.40-1_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.40-1) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../29-libfreetype6_2.12.1+dfsg-5_amd64.deb ...
Unpacking libfreetype6:amd64 (2.12.1+dfsg-5) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../30-fonts-dejavu-core_2.37-6_all.deb ...
Unpacking fonts-dejavu-core (2.37-6) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../31-fontconfig-config_2.14.1-4_amd64.deb ...
Unpacking fontconfig-config (2.14.1-4) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../32-libfontconfig1_2.14.1-4_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.14.1-4) ...
Selecting previously unselected package libde265-0:amd64.
Preparing to unpack .../33-libde265-0_1.0.12-1_amd64.deb ...
Unpacking libde265-0:amd64 (1.0.12-1) ...
Selecting previously unselected package libnuma1:amd64.
Preparing to unpack .../34-libnuma1_2.0.16-1_amd64.deb ...
Unpacking libnuma1:amd64 (2.0.16-1) ...
Selecting previously unselected package libx265-199:amd64.
Preparing to unpack .../35-libx265-199_3.5-2+b1_amd64.deb ...
Unpacking libx265-199:amd64 (3.5-2+b1) ...
Selecting previously unselected package libheif1:amd64.
Preparing to unpack .../36-libheif1_1.15.1-1_amd64.deb ...
Unpacking libheif1:amd64 (1.15.1-1) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../37-libdeflate0_1.14-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.14-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../38-libjbig0_2.1-6.1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-6.1) ...
Selecting previously unselected package liblerc4:amd64.
Preparing to unpack .../39-liblerc4_4.0.0+ds-2_amd64.deb ...
Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
Selecting previously unselected package libwebp7:amd64.
Preparing to unpack .../40-libwebp7_1.2.4-0.2_amd64.deb ...
Unpacking libwebp7:amd64 (1.2.4-0.2) ...
Selecting previously unselected package libtiff6:amd64.
Preparing to unpack .../41-libtiff6_4.5.1-1_amd64.deb ...
Unpacking libtiff6:amd64 (4.5.1-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../42-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../43-libbsd0_0.11.7-4_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.7-4) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../44-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../45-libxcb1_1.15-1_amd64.deb ...
Unpacking libxcb1:amd64 (1.15-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../46-libx11-data_2%3a1.8.6-1_all.deb ...
Unpacking libx11-data (2:1.8.6-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../47-libx11-6_2%3a1.8.6-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.8.6-1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../48-libxpm4_1%3a3.5.12-1.1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1.1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../49-libgd3_2.3.3-9_amd64.deb ...
Unpacking libgd3:amd64 (2.3.3-9) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../50-libglib2.0-0_2.74.6-2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.74.6-2) ...
Selecting previously unselected package libgts-0.7-5:amd64.
Preparing to unpack .../51-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../52-libpixman-1-0_0.42.2-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../53-libxcb-render0_1.15-1_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.15-1) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../54-libxcb-shm0_1.15-1_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.15-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../55-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../56-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../57-libcairo2_1.16.0-7_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-7) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../58-libltdl7_2.4.7-5_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.7-5) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../59-fontconfig_2.14.1-4_amd64.deb ...
Unpacking fontconfig (2.14.1-4) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../60-libfribidi0_1.0.13-3_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.13-3) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../61-libgraphite2-3_1.3.14-1_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../62-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../63-libthai-data_0.1.29-1_all.deb ...
Unpacking libthai-data (0.1.29-1) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../64-libdatrie1_0.2.13-2+b1_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../65-libthai0_0.1.29-1_amd64.deb ...
Unpacking libthai0:amd64 (0.1.29-1) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../66-libpango-1.0-0_1.50.14+ds-1_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.50.14+ds-1) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../67-libpangoft2-1.0-0_1.50.14+ds-1_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.50.14+ds-1) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../68-libpangocairo-1.0-0_1.50.14+ds-1_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.50.14+ds-1) ...
Selecting previously unselected package libpathplan4:amd64.
Preparing to unpack .../69-libpathplan4_2.42.2-7+b3_amd64.deb ...
Unpacking libpathplan4:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../70-libgvc6_2.42.2-7+b3_amd64.deb ...
Unpacking libgvc6 (2.42.2-7+b3) ...
Selecting previously unselected package libgvpr2:amd64.
Preparing to unpack .../71-libgvpr2_2.42.2-7+b3_amd64.deb ...
Unpacking libgvpr2:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package liblab-gamut1:amd64.
Preparing to unpack .../72-liblab-gamut1_2.42.2-7+b3_amd64.deb ...
Unpacking liblab-gamut1:amd64 (2.42.2-7+b3) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../73-x11-common_1%3a7.7+23_all.deb ...
Unpacking x11-common (1:7.7+23) ...
Selecting previously unselected package libice6:amd64.
Preparing to unpack .../74-libice6_2%3a1.0.10-1_amd64.deb ...
Unpacking libice6:amd64 (2:1.0.10-1) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../75-libsm6_2%3a1.2.3-1_amd64.deb ...
Unpacking libsm6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../76-libxt6_1%3a1.2.1-1.1_amd64.deb ...
Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../77-libxmu6_2%3a1.1.3-3_amd64.deb ...
Unpacking libxmu6:amd64 (2:1.1.3-3) ...
Selecting previously unselected package libxaw7:amd64.
Preparing to unpack .../78-libxaw7_2%3a1.0.14-1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.14-1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../79-graphviz_2.42.2-7+b3_amd64.deb ...
Unpacking graphviz (2.42.2-7+b3) ...
Selecting previously unselected package python3-pygraphviz.
Preparing to unpack .../80-python3-pygraphviz_1.7-3+b4_amd64.deb ...
Unpacking python3-pygraphviz (1.7-3+b4) ...
Selecting previously unselected package zutils.
Preparing to unpack .../81-zutils_1.12-3_amd64.deb ...
dpkg-divert: warning: diverting file '/bin/zcat' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zcat.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zcmp' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zcmp.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zdiff' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zdiff.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zegrep' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zegrep.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zfgrep' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zfgrep.1.gz' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/bin/zgrep' from an Essential package with rename is dangerous, use --no-rename
dpkg-divert: warning: diverting file '/usr/share/man/man1/zgrep.1.gz' from an Essential package with rename is dangerous, use --no-rename
Unpacking zutils (1.12-3) ...
Selecting previously unselected package ocaml-base.
Preparing to unpack .../82-ocaml-base_4.13.1-4_amd64.deb ...
Unpacking ocaml-base (4.13.1-4) ...
Selecting previously unselected package libyojson-ocaml.
Preparing to unpack .../83-libyojson-ocaml_2.0.2-2_amd64.deb ...
Unpacking libyojson-ocaml (2.0.2-2) ...
Selecting previously unselected package ocaml-compiler-libs.
Preparing to unpack .../84-ocaml-compiler-libs_4.13.1-4_amd64.deb ...
Unpacking ocaml-compiler-libs (4.13.1-4) ...
Selecting previously unselected package ocaml-interp.
Preparing to unpack .../85-ocaml-interp_4.13.1-4_amd64.deb ...
Unpacking ocaml-interp (4.13.1-4) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../86-libncurses6_6.4-4_amd64.deb ...
Unpacking libncurses6:amd64 (6.4-4) ...
Selecting previously unselected package libncurses-dev:amd64.
Preparing to unpack .../87-libncurses-dev_6.4-4_amd64.deb ...
Unpacking libncurses-dev:amd64 (6.4-4) ...
Selecting previously unselected package ocaml.
Preparing to unpack .../88-ocaml_4.13.1-4_amd64.deb ...
Unpacking ocaml (4.13.1-4) ...
Selecting previously unselected package libyojson-ocaml-dev.
Preparing to unpack .../89-libyojson-ocaml-dev_2.0.2-2_amd64.deb ...
Unpacking libyojson-ocaml-dev (2.0.2-2) ...
Selecting previously unselected package botch.
Preparing to unpack .../90-botch_0.24-2_amd64.deb ...
Unpacking botch (0.24-2) ...
Setting up python3-pkg-resources (67.8.0-1) ...
Setting up libgraphite2-3:amd64 (1.3.14-1) ...
Setting up libpixman-1-0:amd64 (0.42.2-1) ...
Setting up libaom3:amd64 (3.6.1-1) ...
Setting up libabsl20220623:amd64 (20220623.1-1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up liblerc4:amd64 (4.0.0+ds-2) ...
Setting up libpython3.11:amd64 (3.11.4-1) ...
Setting up clasp (3.3.5-4.2) ...
Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
Setting up libyaml-0-2:amd64 (0.2.5-1) ...
Setting up libglib2.0-0:amd64 (2.74.6-2) ...
No schema files found: doing nothing.
Setting up distro-info-data (0.58) ...
Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
Setting up liblab-gamut1:amd64 (2.42.2-7+b3) ...
Setting up x11-common (1:7.7+23) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libdeflate0:amd64 (1.14-1) ...
Setting up python3-yaml (6.0-3+b2) ...
Setting up libsvtav1enc1:amd64 (1.6.0+dfsg-1) ...
Setting up python3-networkx (2.8.8-1) ...
Setting up libjbig0:amd64 (2.1-6.1) ...
Setting up librav1e0:amd64 (0.6.6-1) ...
Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
Setting up python3-chardet (5.1.0+dfsg-2) ...
Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
Setting up dose-extra (7.0.0-1+b2) ...
Setting up libx11-data (2:1.8.6-1) ...
Setting up libpathplan4:amd64 (2.42.2-7+b3) ...
Setting up libann0 (1.1.2+doc-9+b1) ...
Setting up libncurses6:amd64 (6.4-4) ...
Setting up python3-debian (0.1.49) ...
Setting up libfribidi0:amd64 (1.0.13-3) ...
Setting up libpng16-16:amd64 (1.6.40-1) ...
Setting up ocaml-base (4.13.1-4) ...
Setting up fonts-dejavu-core (2.37-6) ...
Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
Setting up libdav1d6:amd64 (1.2.1-2) ...
Setting up libltdl7:amd64 (2.4.7-5) ...
Setting up libwebp7:amd64 (1.2.4-0.2) ...
Setting up libnuma1:amd64 (2.0.16-1) ...
Setting up python-apt-common (2.6.0) ...
Setting up libtiff6:amd64 (4.5.1-1) ...
Setting up liblua5.4-0:amd64 (5.4.4-3) ...
Setting up libthai-data (0.1.29-1) ...
Setting up libcdt5:amd64 (2.42.2-7+b3) ...
Setting up libcgraph6:amd64 (2.42.2-7+b3) ...
Setting up libde265-0:amd64 (1.0.12-1) ...
Setting up libbsd0:amd64 (0.11.7-4) ...
Setting up libyuv0:amd64 (0.0~git20230616.a366ad7-1) ...
Setting up zutils (1.12-3) ...
Setting up libice6:amd64 (2:1.0.10-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libncurses-dev:amd64 (6.4-4) ...
Setting up libxcb1:amd64 (1.15-1) ...
Setting up libavif15:amd64 (0.11.1-1) ...
Setting up libyojson-ocaml (2.0.2-2) ...
Setting up libxcb-render0:amd64 (1.15-1) ...
Setting up python3-apt (2.6.0) ...
Setting up fontconfig-config (2.14.1-4) ...
Setting up gringo (5.4.1-3.1+b1) ...
Setting up libxcb-shm0:amd64 (1.15-1) ...
Setting up libthai0:amd64 (0.1.29-1) ...
Setting up libfreetype6:amd64 (2.12.1+dfsg-5) ...
Setting up libx265-199:amd64 (3.5-2+b1) ...
Setting up libgvpr2:amd64 (2.42.2-7+b3) ...
Setting up libx11-6:amd64 (2:1.8.6-1) ...
Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
Setting up libsm6:amd64 (2:1.2.3-1) ...
Setting up aspcud (1:1.9.6-2) ...
Setting up libxpm4:amd64 (1:3.5.12-1.1) ...
Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
Setting up libheif1:amd64 (1.15.1-1) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up libxt6:amd64 (1:1.2.1-1.1) ...
Setting up libxmu6:amd64 (2:1.1.3-3) ...
Setting up libxaw7:amd64 (2:1.0.14-1) ...
Setting up ocaml-compiler-libs (4.13.1-4) ...
Setting up ocaml-interp (4.13.1-4) ...
Setting up ocaml (4.13.1-4) ...
Setting up libyojson-ocaml-dev (2.0.2-2) ...
Processing triggers for sgml-base (1.31) ...
Setting up libfontconfig1:amd64 (2.14.1-4) ...
Setting up fontconfig (2.14.1-4) ...
Regenerating fonts cache... done.
Processing triggers for libc-bin (2.36-9) ...
Setting up libpango-1.0-0:amd64 (1.50.14+ds-1) ...
Processing triggers for man-db (2.11.2-2) ...
Not building database; man-db/auto-update is not 'true'.
Setting up libcairo2:amd64 (1.16.0-7) ...
Setting up libgd3:amd64 (2.3.3-9) ...
Setting up libpangoft2-1.0-0:amd64 (1.50.14+ds-1) ...
Setting up libpangocairo-1.0-0:amd64 (1.50.14+ds-1) ...
Setting up libgvc6 (2.42.2-7+b3) ...
Setting up graphviz (2.42.2-7+b3) ...
Setting up python3-pygraphviz (1.7-3+b4) ...
Setting up botch (0.24-2) ...
Processing triggers for libc-bin (2.36-9) ...
package_list=$(mktemp -t packages.XXXXXXXXXX)
grep-dctrl --exact --field Architecture '(' "$HOST_ARCH" --or all ')' /var/lib/apt/lists/*_Packages > "$package_list"
botch-distcheck-more-problems "--deb-native-arch=$HOST_ARCH" --successes --failures --explain --checkonly "build-essential:$HOST_ARCH" "--bg=deb://$package_list" "--fg=deb://$package_list" || :
output-version: 1.2
native-architecture: powerpc
report:
 -
  package: build-essential
  version: 12.10
  architecture: powerpc
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: build-essential
      version: 12.10
      architecture: powerpc
      unsat-dependency: gcc:powerpc (>= 4:12.3)
 -
  package: build-essential
  version: 12.10
  architecture: powerpc
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: build-essential
      version: 12.10
      architecture: powerpc
      unsat-dependency: g++:powerpc (>= 4:12.3)
 -
  package: build-essential
  version: 12.10
  architecture: powerpc
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: dpkg-dev
      version: 1.21.22
      architecture: all
      unsat-dependency: perl
     depchains:
      -
       depchain:
        -
         package: build-essential
         version: 12.10
         architecture: powerpc
         depends: dpkg-dev:powerpc (>= 1.17.11)
 -
  package: build-essential
  version: 12.10
  architecture: powerpc
  status: broken
  reasons:
   -
    missing:
     pkg:
      package: libdpkg-perl
      version: 1.21.22
      architecture: all
      unsat-dependency: perl
     depchains:
      -
       depchain:
        -
         package: build-essential
         version: 12.10
         architecture: powerpc
         depends: dpkg-dev:powerpc (>= 1.17.11)
        -
         package: dpkg-dev
         version: 1.21.22
         architecture: all
         depends: libdpkg-perl:powerpc (= 1.21.22)
 
background-packages: 68617
foreground-packages: 1
total-packages: 34309
broken-packages: 1
rm -f "$package_list"
Wed Jun 28 01:21:18 UTC 2023 - chroot-run.sh stopped running as /tmp/jenkins-script-UnBOEgXA, removing.
+ cd
+ cleanup_all
+ rm -r /tmp/gitclone-IHARWmSMs
+ trap - INT TERM EXIT
Wed Jun 28 01:21:18 UTC 2023 - rebootstrap.sh stopped running as /tmp/jenkins-script-4dceiNGm, removing.
Finished: SUCCESS