Skip to content

Console Output

16:05:56 [2019-12-27T16:05:56.476Z] + make test
16:05:56 [2019-12-27T16:05:56.476Z] bin/linuxkit pkg build -org docker -hash test binfmt
16:05:56 [2019-12-27T16:05:56.476Z] Building "docker/binfmt:test"
16:05:56 [2019-12-27T16:05:56.476Z] No valid trust data for test
16:05:56 [2019-12-27T16:05:56.476Z] No image pulled, continuing with build
16:05:56 [2019-12-27T16:05:56.476Z] Sending build context to Docker daemon  11.26kB

16:05:56 [2019-12-27T16:05:56.735Z] Step 1/25 : FROM debian@sha256:2f04d3d33b6027bb74ecc81397abe780649ec89f1a2af18d7022737d0482cefe AS qemu
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 85c4fd36a543
16:05:56 [2019-12-27T16:05:56.735Z] Step 2/25 : ARG VERSION=v4.1.0
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 33af9e8fadc1
16:05:56 [2019-12-27T16:05:56.735Z] Step 3/25 : RUN apt-get update &&     apt-get install -y         build-essential         git         libtool         libpixman-1-dev         libglib2.0-dev         pkg-config         python
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> c16a8ebb4c98
16:05:56 [2019-12-27T16:05:56.735Z] 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
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 48127457d888
16:05:56 [2019-12-27T16:05:56.735Z] Step 5/25 : WORKDIR /qemu
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 4d464e4a8501
16:05:56 [2019-12-27T16:05:56.735Z] 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"
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 9898631f99da
16:05:56 [2019-12-27T16:05:56.735Z] Step 7/25 : RUN make -j "$(getconf _NPROCESSORS_ONLN)"
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> f2fdea83ce8f
16:05:56 [2019-12-27T16:05:56.735Z] Step 8/25 : RUN make install
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 6b54243c5dcb
16:05:56 [2019-12-27T16:05:56.735Z] Step 9/25 : FROM linuxkit/alpine:27df8a8be139cd19cd7348c21efca8843b424f2b AS mirror
16:05:56 [2019-12-27T16:05:56.735Z]  ---> f6b40cd6d610
16:05:56 [2019-12-27T16:05:56.735Z] Step 10/25 : RUN apk add --no-cache go musl-dev
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 4797e82b08b2
16:05:56 [2019-12-27T16:05:56.735Z] Step 11/25 : ENV GOPATH=/go PATH=$PATH:/go/bin
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> a1b1f9c9fb29
16:05:56 [2019-12-27T16:05:56.735Z] Step 12/25 : COPY main.go /go/src/binfmt/
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> be4cf8c4fe4a
16:05:56 [2019-12-27T16:05:56.735Z] Step 13/25 : RUN go-compile.sh /go/src/binfmt
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 494a1572e70a
16:05:56 [2019-12-27T16:05:56.735Z] Step 14/25 : FROM scratch
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 
16:05:56 [2019-12-27T16:05:56.735Z] Step 15/25 : ENTRYPOINT []
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 61f22524527c
16:05:56 [2019-12-27T16:05:56.735Z] Step 16/25 : WORKDIR /
16:05:56 [2019-12-27T16:05:56.735Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.735Z]  ---> 0cce9b8fcca4
16:05:56 [2019-12-27T16:05:56.735Z] Step 17/25 : COPY --from=qemu usr/bin/qemu-* usr/bin/
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> 8d2775dbe5f8
16:05:56 [2019-12-27T16:05:56.994Z] Step 18/25 : COPY --from=mirror /go/bin/binfmt usr/bin/binfmt
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> c01c8983e44d
16:05:56 [2019-12-27T16:05:56.994Z] Step 19/25 : COPY etc/binfmt.d/00_linuxkit.conf etc/binfmt.d/00_linuxkit.conf
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> e628a05d5694
16:05:56 [2019-12-27T16:05:56.994Z] Step 20/25 : CMD ["/usr/bin/binfmt"]
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> bcabf3cae8cc
16:05:56 [2019-12-27T16:05:56.994Z] Step 21/25 : LABEL org.mobyproject.config={"capabilities":["CAP_SYS_ADMIN"],"net":"new","ipc":"new","readonly":true}
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> 6901d62d1ad9
16:05:56 [2019-12-27T16:05:56.994Z] Step 22/25 : LABEL org.mobyproject.linuxkit.revision=4f4f7feae125e1b2796806fff708fd3ac9c20657
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> 7f0c915cdac9
16:05:56 [2019-12-27T16:05:56.994Z] Step 23/25 : LABEL org.mobyproject.linuxkit.version=v0.7
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> 5ed90d0fc384
16:05:56 [2019-12-27T16:05:56.994Z] Step 24/25 : LABEL org.opencontainers.image.revision=86203db3c914c9c828e420e5632bff611cf0a02c
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> db2c6715fb55
16:05:56 [2019-12-27T16:05:56.994Z] Step 25/25 : LABEL org.opencontainers.image.source=https://github.com/linuxkit/linuxkit
16:05:56 [2019-12-27T16:05:56.994Z]  ---> Using cache
16:05:56 [2019-12-27T16:05:56.994Z]  ---> 8dd9c39f2d10
16:05:56 [2019-12-27T16:05:56.994Z] Successfully built 8dd9c39f2d10
16:05:56 [2019-12-27T16:05:56.994Z] Successfully tagged docker/binfmt:test-amd64
16:05:56 [2019-12-27T16:05:56.994Z] Tagging docker/binfmt:test-amd64 as docker/binfmt:test
16:05:56 [2019-12-27T16:05:56.994Z] Build complete, not pushing, all done.
16:05:56 [2019-12-27T16:05:56.994Z] docker run --rm --privileged docker/binfmt:test
16:05:57 [2019-12-27T16:05:57.933Z] docker run --rm arm64v8/alpine uname -a
16:05:57 [2019-12-27T16:05:57.933Z] Unable to find image 'arm64v8/alpine:latest' locally
16:05:58 [2019-12-27T16:05:58.191Z] latest: Pulling from arm64v8/alpine
16:05:58 [2019-12-27T16:05:58.191Z] cde5963f3b93: Pulling fs layer
16:05:58 [2019-12-27T16:05:58.449Z] cde5963f3b93: Verifying Checksum
16:05:58 [2019-12-27T16:05:58.449Z] cde5963f3b93: Download complete
16:05:58 [2019-12-27T16:05:58.449Z] cde5963f3b93: Pull complete
16:05:58 [2019-12-27T16:05:58.449Z] Digest: sha256:892105a25acfbcb693eba42428b5a7daa63e20a1b1c85bd225ef36f447db9182
16:05:58 [2019-12-27T16:05:58.449Z] Status: Downloaded newer image for arm64v8/alpine:latest
16:05:59 [2019-12-27T16:05:59.478Z] Linux 5e8988015089 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 aarch64 Linux
16:05:59 [2019-12-27T16:05:59.478Z] docker run --rm arm32v7/alpine uname -a
16:05:59 [2019-12-27T16:05:59.736Z] Unable to find image 'arm32v7/alpine:latest' locally
16:05:59 [2019-12-27T16:05:59.736Z] latest: Pulling from arm32v7/alpine
16:05:59 [2019-12-27T16:05:59.736Z] 3922e475e500: Pulling fs layer
16:05:59 [2019-12-27T16:05:59.994Z] 3922e475e500: Verifying Checksum
16:05:59 [2019-12-27T16:05:59.994Z] 3922e475e500: Download complete
16:05:59 [2019-12-27T16:05:59.994Z] 3922e475e500: Pull complete
16:06:00 [2019-12-27T16:06:00.251Z] Digest: sha256:e1138bb27b6d4fd0b871bef09503dd9a143ecc96dce2126bf88c520e0ea998bb
16:06:00 [2019-12-27T16:06:00.251Z] Status: Downloaded newer image for arm32v7/alpine:latest
16:06:00 [2019-12-27T16:06:00.817Z] Linux ee36a089850a 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 armv7l Linux
16:06:01 [2019-12-27T16:06:01.076Z] docker run --rm ppc64le/alpine uname -a
16:06:01 [2019-12-27T16:06:01.334Z] Unable to find image 'ppc64le/alpine:latest' locally
16:06:01 [2019-12-27T16:06:01.334Z] latest: Pulling from ppc64le/alpine
16:06:01 [2019-12-27T16:06:01.334Z] a5dee701e1e8: Pulling fs layer
16:06:01 [2019-12-27T16:06:01.592Z] a5dee701e1e8: Verifying Checksum
16:06:01 [2019-12-27T16:06:01.592Z] a5dee701e1e8: Download complete
16:06:01 [2019-12-27T16:06:01.851Z] a5dee701e1e8: Pull complete
16:06:01 [2019-12-27T16:06:01.851Z] Digest: sha256:4782ed3b32fa6d0dc526f7772172a86445168320c2aebde5a7017c2e229bbf10
16:06:01 [2019-12-27T16:06:01.851Z] Status: Downloaded newer image for ppc64le/alpine:latest
16:06:02 [2019-12-27T16:06:02.787Z] Linux 7eae2e0f4069 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 ppc64le Linux
16:06:03 [2019-12-27T16:06:03.045Z] docker run --rm s390x/alpine uname -a
16:06:03 [2019-12-27T16:06:03.045Z] Unable to find image 's390x/alpine:latest' locally
16:06:03 [2019-12-27T16:06:03.045Z] latest: Pulling from s390x/alpine
16:06:03 [2019-12-27T16:06:03.045Z] bca389ebb9be: Pulling fs layer
16:06:03 [2019-12-27T16:06:03.303Z] bca389ebb9be: Verifying Checksum
16:06:03 [2019-12-27T16:06:03.303Z] bca389ebb9be: Download complete
16:06:03 [2019-12-27T16:06:03.563Z] bca389ebb9be: Pull complete
16:06:03 [2019-12-27T16:06:03.563Z] Digest: sha256:bf9ea7e74684d7ffbf167130740177e680ae4770e3e00da710eb567edb15b26c
16:06:03 [2019-12-27T16:06:03.563Z] Status: Downloaded newer image for s390x/alpine:latest
16:06:04 [2019-12-27T16:06:04.496Z] Linux c03311ed549e 4.15.0-1048-aws #50-Ubuntu SMP Wed Sep 4 22:03:52 UTC 2019 s390x Linux