24500K .......... .......... .......... .......... .......... 94% 139M 0s 24550K .......... .......... .......... .......... .......... 94% 136M 0s 24600K .......... .......... .......... .......... .......... 95% 132M 0s 24650K .......... .......... .......... .......... .......... 95% 140M 0s 24700K .......... .......... .......... .......... .......... 95% 148M 0s 24750K .......... .......... .......... .......... .......... 95% 156M 0s 24800K .......... .......... .......... .......... .......... 95% 114M 0s 24850K .......... .......... .......... .......... .......... 96% 149M 0s 24900K .......... .......... .......... .......... .......... 96% 11.1M 0s 24950K .......... .......... .......... .......... .......... 96% 158M 0s 25000K .......... .......... .......... .......... .......... 96% 143M 0s 25050K .......... .......... .......... .......... .......... 96% 147M 0s 25100K .......... .......... .......... .......... .......... 97% 158M 0s 25150K .......... .......... .......... .......... .......... 97% 159M 0s 25200K .......... .......... .......... .......... .......... 97% 117M 0s 25250K .......... .......... .......... .......... .......... 97% 158M 0s 25300K .......... .......... .......... .......... .......... 97% 153M 0s 25350K .......... .......... .......... .......... .......... 98% 164M 0s 25400K .......... .......... .......... .......... .......... 98% 145M 0s 25450K .......... .......... .......... .......... .......... 98% 158M 0s 25500K .......... .......... .......... .......... .......... 98% 12.3M 0s 25550K .......... .......... .......... .......... .......... 98% 154M 0s 25600K .......... .......... .......... .......... .......... 99% 175M 0s 25650K .......... .......... .......... .......... .......... 99% 211M 0s 25700K .......... .......... .......... .......... .......... 99% 213M 0s 25750K .......... .......... .......... .......... .......... 99% 218M 0s 25800K .......... .......... .......... .......... .......... 99% 190M 0s 25850K .......... .......... .......... .......... .......... 99% 217M 0s 25900K ..... 100% 125M=0.5s 2022-10-15 13:23:45 (56.1 MB/s) - '/tmp/instance-0/output-1/build/.go1.19.1.src.tar.gz.0Y7qYV/output' saved [26527375/26527375] go1.19.1.src.tar.gz: OK (sha256: 27871baa490f3401414ad793fba49086f6c855b1c584385ed7771e1204c7e179) >>> host-go 1.19.1 Extracting gzip -d -c /tmp/instance-0/dl/go/go1.19.1.src.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/host-go-1.19.1 -xf - >>> host-go 1.19.1 Patching Applying 0001-build.go-explicit-option-for-crosscompilation.patch using patch: patching file src/cmd/dist/build.go Applying 0003-runtime-support-riscv64-SV57-mode.patch using patch: patching file src/runtime/lfstack_64bit.go >>> host-go 1.19.1 Configuring >>> host-go 1.19.1 Building cd /tmp/instance-0/output-1/build/host-go-1.19.1/src && GO111MODULE=off GOCACHE=/tmp/instance-0/output-1/host/share/host-go-cache GOROOT_BOOTSTRAP=/tmp/instance-0/output-1/host/lib/go-1.4-bootstrap-20171003 GOROOT_FINAL=/tmp/instance-0/output-1/host/lib/go GOROOT="/tmp/instance-0/output-1/build/host-go-1.19.1" GOBIN="/tmp/instance-0/output-1/build/host-go-1.19.1/bin" GOOS=linux CC=/usr/bin/gcc CXX=/usr/bin/g++ CGO_ENABLED=1 ./make.bash Building Go cmd/dist using /tmp/instance-0/output-1/host/lib/go-1.4-bootstrap-20171003. (go1.4-bootstrap-20170531 linux/amd64) Building Go toolchain1 using /tmp/instance-0/output-1/host/lib/go-1.4-bootstrap-20171003. Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. Building Go toolchain2 using go_bootstrap and Go toolchain1. Building Go toolchain3 using go_bootstrap and Go toolchain2. Building packages and commands for linux/amd64. --- Installed Go for linux/amd64 in /tmp/instance-0/output-1/build/host-go-1.19.1 Installed commands in /tmp/instance-0/output-1/build/host-go-1.19.1/bin The binaries expect /tmp/instance-0/output-1/build/host-go-1.19.1 to be copied or moved to /tmp/instance-0/output-1/host/lib/go >>> host-go 1.19.1 Installing to host directory /usr/bin/install -D -m 0755 /tmp/instance-0/output-1/build/host-go-1.19.1/bin/go /tmp/instance-0/output-1/host/lib/go/bin/go /usr/bin/install -D -m 0755 /tmp/instance-0/output-1/build/host-go-1.19.1/bin/gofmt /tmp/instance-0/output-1/host/lib/go/bin/gofmt ln -sf ../lib/go/bin/go /tmp/instance-0/output-1/host/bin/ ln -sf ../lib/go/bin/gofmt /tmp/instance-0/output-1/host/bin/ cp -a /tmp/instance-0/output-1/build/host-go-1.19.1/lib /tmp/instance-0/output-1/host/lib/go/ mkdir -p /tmp/instance-0/output-1/host/lib/go/pkg cp -a /tmp/instance-0/output-1/build/host-go-1.19.1/pkg/include /tmp/instance-0/output-1/build/host-go-1.19.1/pkg/linux_* /tmp/instance-0/output-1/host/lib/go/pkg/ cp -a /tmp/instance-0/output-1/build/host-go-1.19.1/pkg/tool /tmp/instance-0/output-1/host/lib/go/pkg/ # There is a known issue which requires the go sources to be installed # https://golang.org/issue/2775 cp -a /tmp/instance-0/output-1/build/host-go-1.19.1/src /tmp/instance-0/output-1/host/lib/go/ # Set all file timestamps to prevent the go compiler from rebuilding any # built in packages when programs are built. find /tmp/instance-0/output-1/host/lib/go -type f -exec touch -r /tmp/instance-0/output-1/build/host-go-1.19.1/bin/go {} \; >>> host-runc 1.1.4 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-0/output-1/build/.runc-1.1.4.tar.gz.NQR6ZK/output' 'https://github.com/opencontainers/runc/archive/v1.1.4/runc-1.1.4.tar.gz' --2022-10-15 13:28:46-- https://github.com/opencontainers/runc/archive/v1.1.4/runc-1.1.4.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/opencontainers/runc/tar.gz/refs/tags/v1.1.4 [following] --2022-10-15 13:28:46-- https://codeload.github.com/opencontainers/runc/tar.gz/refs/tags/v1.1.4 Resolving codeload.github.com (codeload.github.com)... 140.82.114.10 Connecting to codeload.github.com (codeload.github.com)|140.82.114.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-0/output-1/build/.runc-1.1.4.tar.gz.NQR6ZK/output' 0K .......... .......... .......... .......... .......... 480K 50K .......... .......... .......... .......... .......... 966K 100K .......... .......... .......... .......... .......... 958K 150K .......... .......... .......... .......... .......... 92.6M 200K .......... .......... .......... .......... .......... 97.6M 250K .......... .......... .......... .......... .......... 96.2M 300K .......... .......... .......... .......... .......... 1.00M 350K .......... .......... .......... .......... .......... 150M 400K .......... .......... .......... .......... .......... 144M 450K .......... .......... .......... .......... .......... 907K 500K .......... .......... .......... .......... .......... 190M 550K .......... .......... .......... .......... .......... 202M 600K .......... .......... .......... .......... .......... 225M 650K .......... .......... .......... .......... .......... 224M 700K .......... .......... .......... .......... .......... 204M 750K .......... .......... .......... .......... .......... 179M 800K .......... .......... .......... .......... .......... 497K 850K .......... .......... .......... .......... .......... 201M 900K .......... .......... .......... .......... .......... 218M 950K .......... .......... .......... .......... .......... 195M 1000K .......... .......... .......... .......... .......... 206M 1050K .......... .......... .......... .......... .......... 207M 1100K .......... .......... .......... .......... .......... 211M 1150K .......... .......... .......... .......... .......... 177M 1200K .......... .......... .......... .......... .......... 216M 1250K .......... .......... .......... .......... .......... 211M 1300K .......... .......... .......... .......... .......... 1007K 1350K .......... .......... .......... .......... .......... 160M 1400K .......... .......... .......... .......... .......... 182M 1450K .......... .......... .......... .......... .......... 190M 1500K .......... .......... .......... .......... .......... 233M 1550K .......... .......... .......... .......... .......... 977K 1600K .......... .......... .......... .......... .......... 184M 1650K .......... .......... .......... .......... .......... 191M 1700K .......... .......... .......... .......... .......... 216M 1750K .......... .......... .......... .......... .......... 219M 1800K .......... .......... .......... .......... .......... 1000K 1850K .......... .......... .......... .......... .......... 160M 1900K .......... .......... .......... .......... .......... 12.4M 1950K .......... .......... .......... .......... .......... 504K 2000K .......... .......... .......... .......... .......... 85.1M 2050K .......... .......... .......... .......... .......... 93.1M 2100K .......... .......... .......... .......... .......... 86.8M 2150K .......... .......... .......... .......... .......... 19.0M 2200K .......... .......... .......... .......... .......... 60.5M 2250K .......... .......... ......... 93.4M=0.7s 2022-10-15 13:28:47 (3.27 MB/s) - '/tmp/instance-0/output-1/build/.runc-1.1.4.tar.gz.NQR6ZK/output' saved [2334639] runc-1.1.4.tar.gz: OK (sha256: 4f02077432642eebd768fc857318ae7929290b3a3511eb1be338005e360cfa34) >>> host-runc 1.1.4 Extracting gzip -d -c /tmp/instance-0/dl/runc/runc-1.1.4.tar.gz | tar --strip-components=1 -C /tmp/instance-0/output-1/build/host-runc-1.1.4 -xf - >>> host-runc 1.1.4 Patching if [ ! -f /tmp/instance-0/output-1/build/host-runc-1.1.4/go.mod ]; then printf "module github.com/opencontainers/runc\n" > /tmp/instance-0/output-1/build/host-runc-1.1.4/go.mod; fi >>> host-runc 1.1.4 Configuring >>> host-runc 1.1.4 Building cd /tmp/instance-0/output-1/build/host-runc-1.1.4; GO111MODULE=on GOFLAGS=-mod=vendor GOROOT="/tmp/instance-0/output-1/host/lib/go" GOPATH="/tmp/instance-0/output-1/host/share/go-path" GOPROXY=off PATH="/tmp/instance-0/output-1/host/bin:/tmp/instance-0/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" GOBIN= CGO_ENABLED=1 GOOS="" GOARCH="" GOCACHE="/tmp/instance-0/output-1/host/share/host-go-cache" CC="/usr/bin/gcc" CXX="/usr/bin/g++" CGO_CFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" CGO_CXXFLAGS="-O2 -I/tmp/instance-0/output-1/host/include" CGO_LDFLAGS="-L/tmp/instance-0/output-1/host/lib -Wl,-rpath,/tmp/instance-0/output-1/host/lib" /tmp/instance-0/output-1/host/bin/go build -v -ldflags "-X main.version=1.1.4" -modcacherw -tags "cgo static_build" -trimpath -p 1 -o /tmp/instance-0/output-1/build/host-runc-1.1.4/bin/runc github.com/opencontainers/runc/. internal/goarch internal/unsafeheader internal/abi internal/cpu internal/bytealg internal/goexperiment internal/goos runtime/internal/atomic runtime/internal/math runtime/internal/sys runtime/internal/syscall runtime internal/reflectlite errors internal/race sync/atomic sync io unicode unicode/utf8 bytes encoding math/bits math internal/itoa strconv reflect encoding/binary encoding/base64 sort internal/fmtsort internal/oserror syscall internal/syscall/unix time internal/poll internal/syscall/execenv internal/testlog path io/fs os fmt strings unicode/utf16 encoding/json hash hash/fnv google.golang.org/protobuf/internal/detrand google.golang.org/protobuf/internal/errors google.golang.org/protobuf/encoding/protowire google.golang.org/protobuf/internal/pragma google.golang.org/protobuf/reflect/protoreflect google.golang.org/protobuf/internal/descfmt google.golang.org/protobuf/internal/descopts google.golang.org/protobuf/internal/flags go/token google.golang.org/protobuf/internal/strs regexp/syntax regexp google.golang.org/protobuf/internal/encoding/text google.golang.org/protobuf/internal/encoding/defval google.golang.org/protobuf/internal/encoding/messageset google.golang.org/protobuf/internal/genid google.golang.org/protobuf/internal/order google.golang.org/protobuf/reflect/protoregistry google.golang.org/protobuf/runtime/protoiface google.golang.org/protobuf/proto google.golang.org/protobuf/internal/filedesc bufio compress/flate hash/crc32 compress/gzip google.golang.org/protobuf/internal/set google.golang.org/protobuf/encoding/prototext google.golang.org/protobuf/internal/encoding/tag io/ioutil google.golang.org/protobuf/internal/impl google.golang.org/protobuf/internal/filetype google.golang.org/protobuf/internal/version google.golang.org/protobuf/runtime/protoimpl github.com/checkpoint-restore/go-criu/v5/rpc golang.org/x/sys/internal/unsafeheader golang.org/x/sys/unix github.com/containerd/console container/list context crypto crypto/internal/subtle crypto/subtle crypto/cipher crypto/internal/boring/sig crypto/internal/boring crypto/aes crypto/des crypto/internal/nistec/fiat embed crypto/internal/nistec math/rand math/big crypto/elliptic crypto/internal/boring/bbig crypto/internal/randutil crypto/sha512 encoding/asn1 vendor/golang.org/x/crypto/cryptobyte/asn1 vendor/golang.org/x/crypto/cryptobyte crypto/ecdsa crypto/internal/edwards25519/field crypto/internal/edwards25519 crypto/rand crypto/ed25519 crypto/hmac crypto/md5 crypto/rc4 crypto/rsa crypto/sha1 crypto/sha256 crypto/dsa encoding/hex crypto/x509/pkix encoding/pem internal/godebug vendor/golang.org/x/net/dns/dnsmessage internal/nettrace internal/singleflight internal/intern net/netip runtime/cgo net net/url path/filepath crypto/x509 vendor/golang.org/x/crypto/internal/subtle vendor/golang.org/x/crypto/chacha20 vendor/golang.org/x/crypto/internal/poly1305 vendor/golang.org/x/sys/cpu vendor/golang.org/x/crypto/chacha20poly1305 vendor/golang.org/x/crypto/curve25519/internal/field vendor/golang.org/x/crypto/curve25519 vendor/golang.org/x/crypto/hkdf crypto/tls github.com/coreos/go-systemd/v22/activation github.com/docker/go-units os/exec github.com/checkpoint-restore/go-criu/v5 github.com/cyphar/filepath-securejoin github.com/moby/sys/mountinfo github.com/mrunalp/fileutils github.com/opencontainers/runc/libcontainer/utils github.com/opencontainers/runc/libcontainer/apparmor os/user github.com/godbus/dbus/v5 log github.com/coreos/go-systemd/v22/dbus github.com/opencontainers/runc/libcontainer/devices github.com/opencontainers/runtime-spec/specs-go github.com/sirupsen/logrus github.com/opencontainers/runc/libcontainer/configs github.com/syndtr/gocapability/capability github.com/opencontainers/runc/libcontainer/capabilities github.com/opencontainers/runc/libcontainer/user github.com/opencontainers/runc/libcontainer/userns github.com/opencontainers/runc/libcontainer/cgroups hash/adler32 compress/zlib debug/dwarf debug/elf github.com/cilium/ebpf/internal/unix github.com/cilium/ebpf/asm github.com/cilium/ebpf/internal github.com/cilium/ebpf/internal/btf github.com/cilium/ebpf github.com/cilium/ebpf/link github.com/opencontainers/runc/libcontainer/cgroups/ebpf github.com/opencontainers/runc/libcontainer/cgroups/devices github.com/opencontainers/runc/libcontainer/cgroups/ebpf/devicefilter github.com/opencontainers/runc/libcontainer/cgroups/fscommon github.com/opencontainers/runc/libcontainer/cgroups/fs2 github.com/opencontainers/runc/libcontainer/cgroups/fs github.com/opencontainers/runc/libcontainer/cgroups/systemd github.com/opencontainers/runc/libcontainer/cgroups/manager github.com/opencontainers/runc/libcontainer/intelrdt github.com/opencontainers/selinux/pkg/pwalkdir github.com/opencontainers/selinux/go-selinux github.com/opencontainers/runc/libcontainer/configs/validate github.com/opencontainers/runc/libcontainer/keys github.com/opencontainers/runc/libcontainer/logs github.com/opencontainers/runc/libcontainer/seccomp github.com/opencontainers/runc/libcontainer/system github.com/opencontainers/runc/types github.com/opencontainers/selinux/go-selinux/label github.com/vishvananda/netns github.com/vishvananda/netlink/nl github.com/vishvananda/netlink runtime/debug github.com/opencontainers/runc/libcontainer github.com/opencontainers/runc/libcontainer/nsenter github.com/opencontainers/runc/libcontainer/specconv github.com/opencontainers/runc/types/features flag github.com/shurcooL/sanitized_anchor_name html github.com/russross/blackfriday/v2 github.com/cpuguy83/go-md2man/v2/md2man text/tabwriter text/template/parse text/template github.com/urfave/cli os/signal github.com/opencontainers/runc >>> host-runc 1.1.4 Installing to host directory /usr/bin/install -D -m 0755 /tmp/instance-0/output-1/build/host-runc-1.1.4/bin/runc /tmp/instance-0/output-1/host/bin/runc >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-0/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-0/output-1/host/bin/powerpc64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-0/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-0/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-0/output-1/target/etc/shells; fi rm -f -r /tmp/instance-0/output-1/target/usr/share/openrc mkdir -p /tmp/instance-0/output-1/target/etc echo "buildroot" > /tmp/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-0/output-1/target/etc/hosts mkdir -p /tmp/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-0/output-1/target/etc/shells rm -rf /tmp/instance-0/output-1/target/usr/include /tmp/instance-0/output-1/target/usr/share/aclocal \ /tmp/instance-0/output-1/target/usr/lib/pkgconfig /tmp/instance-0/output-1/target/usr/share/pkgconfig \ /tmp/instance-0/output-1/target/usr/lib/cmake /tmp/instance-0/output-1/target/usr/share/cmake \ /tmp/instance-0/output-1/target/usr/lib/rpm /tmp/instance-0/output-1/target/usr/doc find /tmp/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-0/output-1/target/lib/ /tmp/instance-0/output-1/target/usr/lib/ /tmp/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-0/output-1/target/usr/share/gdb rm -rf /tmp/instance-0/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-0/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-0/output-1/target/usr/share/zsh rm -rf /tmp/instance-0/output-1/target/usr/man /tmp/instance-0/output-1/target/usr/share/man rm -rf /tmp/instance-0/output-1/target/usr/info /tmp/instance-0/output-1/target/usr/share/info rm -rf /tmp/instance-0/output-1/target/usr/doc /tmp/instance-0/output-1/target/usr/share/doc rm -rf /tmp/instance-0/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-0/output-1/target/lib/debug /tmp/instance-0/output-1/target/usr/lib/debug find /tmp/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /tmp/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-495-g716b8c4e7b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /tmp/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-0/output-1/per-package /tmp/instance-0/buildroot/support/scripts/fix-rpath target touch /tmp/instance-0/output-1/target/usr ln -snf /tmp/instance-0/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /tmp/instance-0/output-1/staging make: Leaving directory '/tmp/instance-0/buildroot' make: Entering directory '/tmp/instance-0/buildroot' >>> Buildroot 2022.08-495-g716b8c4e7b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-44-g2628500f5dff1dd99c49a09b418b3b1ea3a6b5d3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> dhrystone 2 Collecting legal info >>> findutils 4.9.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libdmtx 0.7.5 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-runc 1.1.4 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.19.1 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-0/output-1/legal-info make: Leaving directory '/tmp/instance-0/buildroot'