Skip to content

Console Output

13:41:45 [2020-01-29T13:41:45.609Z] + make test
13:41:45 [2020-01-29T13:41:45.609Z] bin/linuxkit pkg build -org docker -hash test binfmt
13:41:45 [2020-01-29T13:41:45.609Z] Building "docker/binfmt:test"
13:41:45 [2020-01-29T13:41:45.609Z] No valid trust data for test
13:41:45 [2020-01-29T13:41:45.609Z] No image pulled, continuing with build
13:41:45 [2020-01-29T13:41:45.609Z] Sending build context to Docker daemon  11.26kB

13:41:45 [2020-01-29T13:41:45.871Z] Step 1/25 : FROM debian@sha256:2f04d3d33b6027bb74ecc81397abe780649ec89f1a2af18d7022737d0482cefe AS qemu
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 85c4fd36a543
13:41:45 [2020-01-29T13:41:45.871Z] Step 2/25 : ARG VERSION=v4.1.0
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> bcc3d8a8bfd3
13:41:45 [2020-01-29T13:41:45.871Z] Step 3/25 : RUN apt-get update &&     apt-get install -y         build-essential         git         libtool         libpixman-1-dev         libglib2.0-dev         pkg-config         python
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 6512baf6c1bb
13:41:45 [2020-01-29T13:41:45.871Z] Step 4/25 : RUN git clone -b moby/$VERSION https://github.com/moby/qemu &&   	cd qemu && scripts/git-submodule.sh update     		ui/keycodemapdb     		tests/fp/berkeley-testfloat-3     		tests/fp/berkeley-softfloat-3     		dtc
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 182d2ea59d36
13:41:45 [2020-01-29T13:41:45.871Z] Step 5/25 : WORKDIR /qemu
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 245c08344fed
13:41:45 [2020-01-29T13:41:45.871Z] Step 6/25 : RUN ./configure         --prefix=/usr         --with-pkgversion=$VERSION         --enable-linux-user         --disable-system         --static         --disable-blobs         --disable-bluez         --disable-brlapi         --disable-cap-ng         --disable-capstone         --disable-curl         --disable-curses         --disable-docs         --disable-gcrypt         --disable-gnutls         --disable-gtk         --disable-guest-agent         --disable-guest-agent-msi         --disable-libiscsi         --disable-libnfs         --disable-mpath         --disable-nettle         --disable-opengl         --disable-sdl         --disable-spice         --disable-tools         --disable-vte         --target-list="aarch64-linux-user arm-linux-user ppc64le-linux-user s390x-linux-user riscv64-linux-user"
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 5155b74fe00a
13:41:45 [2020-01-29T13:41:45.871Z] Step 7/25 : RUN make -j "$(getconf _NPROCESSORS_ONLN)"
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 5fc1cf7d62b9
13:41:45 [2020-01-29T13:41:45.871Z] Step 8/25 : RUN make install
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> b4c7da5b96e9
13:41:45 [2020-01-29T13:41:45.871Z] Step 9/25 : FROM linuxkit/alpine:27df8a8be139cd19cd7348c21efca8843b424f2b AS mirror
13:41:45 [2020-01-29T13:41:45.871Z]  ---> f6b40cd6d610
13:41:45 [2020-01-29T13:41:45.871Z] Step 10/25 : RUN apk add --no-cache go musl-dev
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> c55f8a2b2181
13:41:45 [2020-01-29T13:41:45.871Z] Step 11/25 : ENV GOPATH=/go PATH=$PATH:/go/bin
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> fe2d0ab9f19b
13:41:45 [2020-01-29T13:41:45.871Z] Step 12/25 : COPY main.go /go/src/binfmt/
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 886b6c5a62e2
13:41:45 [2020-01-29T13:41:45.871Z] Step 13/25 : RUN go-compile.sh /go/src/binfmt
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 1c20c36bbc07
13:41:45 [2020-01-29T13:41:45.871Z] Step 14/25 : FROM scratch
13:41:45 [2020-01-29T13:41:45.871Z]  ---> 
13:41:45 [2020-01-29T13:41:45.871Z] Step 15/25 : ENTRYPOINT []
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> f67f402a77c7
13:41:45 [2020-01-29T13:41:45.871Z] Step 16/25 : WORKDIR /
13:41:45 [2020-01-29T13:41:45.871Z]  ---> Using cache
13:41:45 [2020-01-29T13:41:45.871Z]  ---> bf19b1227a7d
13:41:45 [2020-01-29T13:41:45.871Z] Step 17/25 : COPY --from=qemu usr/bin/qemu-* usr/bin/
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> df98454823c6
13:41:46 [2020-01-29T13:41:46.127Z] Step 18/25 : COPY --from=mirror /go/bin/binfmt usr/bin/binfmt
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> baf77a4e511a
13:41:46 [2020-01-29T13:41:46.127Z] Step 19/25 : COPY etc/binfmt.d/00_linuxkit.conf etc/binfmt.d/00_linuxkit.conf
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> a7d96dabb652
13:41:46 [2020-01-29T13:41:46.127Z] Step 20/25 : CMD ["/usr/bin/binfmt"]
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> 071511ceac5f
13:41:46 [2020-01-29T13:41:46.127Z] Step 21/25 : LABEL org.mobyproject.config={"capabilities":["CAP_SYS_ADMIN"],"net":"new","ipc":"new","readonly":true}
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> 661e793b516c
13:41:46 [2020-01-29T13:41:46.127Z] Step 22/25 : LABEL org.mobyproject.linuxkit.revision=4f4f7feae125e1b2796806fff708fd3ac9c20657
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> 78d606ff2816
13:41:46 [2020-01-29T13:41:46.127Z] Step 23/25 : LABEL org.mobyproject.linuxkit.version=v0.7
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> aced6ca21c6e
13:41:46 [2020-01-29T13:41:46.127Z] Step 24/25 : LABEL org.opencontainers.image.revision=1fd9bd2793cabc8fb6453ad7dbc487feeb7082e5
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> 5e148fa86c4a
13:41:46 [2020-01-29T13:41:46.127Z] Step 25/25 : LABEL org.opencontainers.image.source=https://github.com/linuxkit/linuxkit
13:41:46 [2020-01-29T13:41:46.127Z]  ---> Using cache
13:41:46 [2020-01-29T13:41:46.127Z]  ---> 34eb20036bb9
13:41:46 [2020-01-29T13:41:46.127Z] Successfully built 34eb20036bb9
13:41:46 [2020-01-29T13:41:46.127Z] Successfully tagged docker/binfmt:test-amd64
13:41:46 [2020-01-29T13:41:46.127Z] Tagging docker/binfmt:test-amd64 as docker/binfmt:test
13:41:46 [2020-01-29T13:41:46.127Z] Build complete, not pushing, all done.
13:41:46 [2020-01-29T13:41:46.127Z] docker run --rm --privileged docker/binfmt:test
13:41:47 [2020-01-29T13:41:47.053Z] docker run --rm arm64v8/alpine uname -a
13:41:47 [2020-01-29T13:41:47.053Z] Unable to find image 'arm64v8/alpine:latest' locally
13:41:47 [2020-01-29T13:41:47.308Z] latest: Pulling from arm64v8/alpine
13:41:47 [2020-01-29T13:41:47.308Z] 8fa90b21c985: Pulling fs layer
13:41:47 [2020-01-29T13:41:47.565Z] 8fa90b21c985: Verifying Checksum
13:41:47 [2020-01-29T13:41:47.565Z] 8fa90b21c985: Download complete
13:41:47 [2020-01-29T13:41:47.565Z] 8fa90b21c985: Pull complete
13:41:47 [2020-01-29T13:41:47.565Z] Digest: sha256:4d5c5951669588e23881c158629ae6bac4ab44866d5b4d150c3f15d91f26682b
13:41:47 [2020-01-29T13:41:47.565Z] Status: Downloaded newer image for arm64v8/alpine:latest
13:41:48 [2020-01-29T13:41:48.577Z] Linux 8096d95ea418 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 aarch64 Linux
13:41:48 [2020-01-29T13:41:48.577Z] docker run --rm arm32v7/alpine uname -a
13:41:48 [2020-01-29T13:41:48.832Z] Unable to find image 'arm32v7/alpine:latest' locally
13:41:48 [2020-01-29T13:41:48.832Z] latest: Pulling from arm32v7/alpine
13:41:48 [2020-01-29T13:41:48.832Z] 3a2c5e3c37b2: Pulling fs layer
13:41:49 [2020-01-29T13:41:49.087Z] 3a2c5e3c37b2: Verifying Checksum
13:41:49 [2020-01-29T13:41:49.087Z] 3a2c5e3c37b2: Download complete
13:41:49 [2020-01-29T13:41:49.087Z] 3a2c5e3c37b2: Pull complete
13:41:49 [2020-01-29T13:41:49.087Z] Digest: sha256:2c26a655f6e38294e859edac46230210bbed3591d6ff57060b8671cda09756d4
13:41:49 [2020-01-29T13:41:49.087Z] Status: Downloaded newer image for arm32v7/alpine:latest
13:41:50 [2020-01-29T13:41:50.011Z] Linux f3c0a803610f 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 armv7l Linux
13:41:50 [2020-01-29T13:41:50.265Z] docker run --rm ppc64le/alpine uname -a
13:41:50 [2020-01-29T13:41:50.265Z] Unable to find image 'ppc64le/alpine:latest' locally
13:41:50 [2020-01-29T13:41:50.265Z] latest: Pulling from ppc64le/alpine
13:41:50 [2020-01-29T13:41:50.265Z] cd95c8a93e39: Pulling fs layer
13:41:50 [2020-01-29T13:41:50.520Z] cd95c8a93e39: Download complete
13:41:50 [2020-01-29T13:41:50.775Z] cd95c8a93e39: Pull complete
13:41:50 [2020-01-29T13:41:50.775Z] Digest: sha256:ff8a6adf5859433869343296f1b06e0a7bdf4fc836b08d5854221e351baf6929
13:41:50 [2020-01-29T13:41:50.775Z] Status: Downloaded newer image for ppc64le/alpine:latest
13:41:51 [2020-01-29T13:41:51.335Z] Linux 338b7b02a476 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 ppc64le Linux
13:41:51 [2020-01-29T13:41:51.894Z] docker run --rm s390x/alpine uname -a
13:41:51 [2020-01-29T13:41:51.894Z] Unable to find image 's390x/alpine:latest' locally
13:41:51 [2020-01-29T13:41:51.894Z] latest: Pulling from s390x/alpine
13:41:51 [2020-01-29T13:41:51.894Z] 176bad61a3a4: Pulling fs layer
13:41:52 [2020-01-29T13:41:52.150Z] 176bad61a3a4: Verifying Checksum
13:41:52 [2020-01-29T13:41:52.150Z] 176bad61a3a4: Download complete
13:41:52 [2020-01-29T13:41:52.404Z] 176bad61a3a4: Pull complete
13:41:52 [2020-01-29T13:41:52.404Z] Digest: sha256:ef20eb43010abda2d7944e0cd11ef00a961ff7a7f953671226fbf8747895417d
13:41:52 [2020-01-29T13:41:52.404Z] Status: Downloaded newer image for s390x/alpine:latest
13:41:52 [2020-01-29T13:41:52.963Z] Linux 62524729662c 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 s390x Linux