weaveworks / weave

Simple, resilient multi-host containers networking and more.
https://www.weave.works
Apache License 2.0
6.62k stars 670 forks source link

Error parsing reference: "weaveworks/weavebuild:" is not a valid repository/tag: invalid reference format #3368

Closed marccarre closed 6 years ago

marccarre commented 6 years ago

What you expected to happen?

Weave Net to build successfully.

What happened?

$ make
[...]
docker tag weaveworks/weavebuild weaveworks/weavebuild:
Error parsing reference: "weaveworks/weavebuild:" is not a valid repository/tag: invalid reference format
make: *** [.build.uptodate] Error 1

How to reproduce it?

$ git checkout master
$ git fetch origin master
$ git merge --ff-only origin/master
$ git show HEAD
commit dcaf77a900576b7c106fe491a3371c470934d2e5 (HEAD -> master, origin/master, origin/HEAD)
Merge: e669ac6e e64656d1
Author: Martynas Pumputis <martynasp@gmail.com>
Date:   Thu Aug 2 12:38:09 2018 +0200

    Merge pull request #3270 from weaveworks/circle20

    Convert CI build to CircleCI 2.0

    Fix #3255

$ docker version
Client:
 Version:           18.06.0-ce
 API version:       1.38
 Go version:        go1.10.3
 Git commit:        0ffa825
 Built:             Wed Jul 18 19:05:26 2018
 OS/Arch:           darwin/amd64
 Experimental:      false

Server:
 Engine:
  Version:          18.06.0-ce
  API version:      1.38 (minimum version 1.12)
  Go version:       go1.10.3
  Git commit:       0ffa825
  Built:            Wed Jul 18 19:13:46 2018
  OS/Arch:          linux/amd64
  Experimental:     true
$ uname -a
Darwin xxxxxxxxx.local 17.7.0 Darwin Kernel Version 17.7.0: Thu Jun 21 22:53:14 PDT 2018; root:xnu-4570.71.2~1/RELEASE_X86_64 x86_64
$ make
echo "DOCKERHUB_USER|weaveworks|g;s|ARCH_EXT||g;s|ALPINE_BASEIMAGE|alpine:3.6|g;s|QEMUARCH|"
DOCKERHUB_USER|weaveworks|g;s|ARCH_EXT||g;s|ALPINE_BASEIMAGE|alpine:3.6|g;s|QEMUARCH|
sed -e "s|DOCKERHUB_USER|weaveworks|g;s|ARCH_EXT||g;s|ALPINE_BASEIMAGE|alpine:3.6|g;s|QEMUARCH||g" prog/weaver/Dockerfile.template > prog/weaver/Dockerfile.weaveworks
sed -i.bak "/CROSS_BUILD_/d" prog/weaver/Dockerfile.weaveworks
make: tools/image-tag: Command not found
docker build -t weaveworks/weavebuild build/
Sending build context to Docker daemon  10.75kB
Step 1/17 : FROM golang:1.10.1-stretch
1.10.1-stretch: Pulling from library/golang
cc1a78bfd46b: Already exists 
53c14872d997: Pull complete 
99ae159b9cae: Pull complete 
66cbf2b79699: Pull complete 
a16f46d95485: Pull complete 
f235c5ef7891: Pull complete 
cdd98e20e590: Pull complete 
Digest: sha256:e7331dea607f66adb0d597f43d7cb9cdc36ac73cff56536bde3311b46c5186e9
Status: Downloaded newer image for golang:1.10.1-stretch
 ---> 1af690c44028
Step 2/17 : ENV GOARM 7
 ---> Running in a0d026b67ca2
Removing intermediate container a0d026b67ca2
 ---> 927493db8d7c
Step 3/17 : ENV DEB_CROSSPLATFORMS  armhf   arm64   ppc64el
 ---> Running in b53ba8495603
Removing intermediate container b53ba8495603
 ---> a23f10f1d61b
Step 4/17 : ENV GO_CROSSPLATFORMS   linux/arm   linux/arm64     linux/ppc64le
 ---> Running in 16fccd0105b0
Removing intermediate container 16fccd0105b0
 ---> 2cd10b6464c9
Step 5/17 : ENV GCC_CROSSCOMPILERS  arm-linux-gnueabihf     aarch64-linux-gnu   powerpc64le-linux-gnu
 ---> Running in 44399d73f213
Removing intermediate container 44399d73f213
 ---> 02560a7ccc60
Step 6/17 : RUN echo "deb http://emdebian.org/tools/debian/ jessie main" > /etc/apt/sources.list.d/cgocrosscompiling.list   && curl http://emdebian.org/tools/debian/emdebian-toolchain-archive.key | apt-key add -   && for platform in ${DEB_CROSSPLATFORMS}; do dpkg --add-architecture $platform; done   && apt-get update   && apt-get install -y build-essential   && for platform in ${DEB_CROSSPLATFORMS}; do apt-get install -y crossbuild-essential-${platform}; done   && apt-get clean && rm -rf /var/lib/apt/lists/*
 ---> Running in 5c104225cbbc
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0Warning: apt-key output should not be parsed (stdout is not a terminal)
100  2398  100  2398    0     0   7177      0 --:--:-- --:--:-- --:--:--  7179
OK
Get:1 http://emdebian.org/tools/debian jessie InRelease [30.7 kB]
Get:3 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Ign:1 http://emdebian.org/tools/debian jessie InRelease
Get:5 http://emdebian.org/tools/debian jessie/main ppc64el Packages [7416 B]
Get:6 http://emdebian.org/tools/debian jessie/main arm64 Packages [8219 B]
Get:7 http://emdebian.org/tools/debian jessie/main amd64 Packages [17.2 kB]
Get:8 http://emdebian.org/tools/debian jessie/main armhf Packages [8217 B]
Get:9 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [479 kB]
Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:10 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
Get:11 http://security.debian.org/debian-security stretch/updates/main armhf Packages [460 kB]
Get:12 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
Get:13 http://security.debian.org/debian-security stretch/updates/main ppc64el Packages [454 kB]
Get:14 http://cdn-fastly.deb.debian.org/debian stretch-updates/main armhf Packages [5477 B]
Get:15 http://cdn-fastly.deb.debian.org/debian stretch-updates/main ppc64el Packages [5411 B]
Get:16 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [5476 B]
Get:17 http://cdn-fastly.deb.debian.org/debian stretch-updates/main arm64 Packages [5448 B]
Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main arm64 Packages [9287 kB]
Get:19 http://security.debian.org/debian-security stretch/updates/main arm64 Packages [455 kB]
Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main ppc64el Packages [9262 kB]
Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [9500 kB]
Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main armhf Packages [9277 kB]
Fetched 39.6 MB in 35s (1126 kB/s)
Reading package lists...
W: GPG error: http://emdebian.org/tools/debian jessie InRelease: The following signatures were invalid: 084C6C6F39159EDB67969AA87DE089671804772E
W: The repository 'http://emdebian.org/tools/debian jessie InRelease' is not signed.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  bzip2 dpkg-dev fakeroot libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libdpkg-perl libfakeroot patch xz-utils
Suggested packages:
  bzip2-doc debian-keyring ed diffutils-doc
Recommended packages:
  libfile-fcntllock-perl liblocale-gettext-perl
The following NEW packages will be installed:
  build-essential bzip2 dpkg-dev fakeroot libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libfakeroot patch xz-utils
The following packages will be upgraded:
  libdpkg-perl
1 upgraded, 10 newly installed, 0 to remove and 28 not upgraded.
Need to get 3519 kB of archives.
After this operation, 3453 kB of additional disk space will be used.
Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 bzip2 amd64 1.0.6-8.1 [47.5 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xz-utils amd64 5.2.2-1.2+b1 [266 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdpkg-perl all 1.18.25 [1287 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 patch amd64 2.7.5-1+deb9u1 [112 kB]
Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dpkg-dev all 1.18.25 [1595 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 build-essential amd64 12.3 [7346 B]
Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfakeroot amd64 1.21-3.1 [45.7 kB]
Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 fakeroot amd64 1.21-3.1 [85.6 kB]
Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libalgorithm-diff-perl all 1.19.03-1 [48.7 kB]
Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4+b2 [11.6 kB]
Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3519 kB in 5s (686 kB/s)
Selecting previously unselected package bzip2.
(Reading database ... 15048 files and directories currently installed.)
Preparing to unpack .../00-bzip2_1.0.6-8.1_amd64.deb ...
Unpacking bzip2 (1.0.6-8.1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../01-xz-utils_5.2.2-1.2+b1_amd64.deb ...
Unpacking xz-utils (5.2.2-1.2+b1) ...
Preparing to unpack .../02-libdpkg-perl_1.18.25_all.deb ...
Unpacking libdpkg-perl (1.18.25) over (1.18.24) ...
Selecting previously unselected package patch.
Preparing to unpack .../03-patch_2.7.5-1+deb9u1_amd64.deb ...
Unpacking patch (2.7.5-1+deb9u1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../04-dpkg-dev_1.18.25_all.deb ...
Unpacking dpkg-dev (1.18.25) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../05-build-essential_12.3_amd64.deb ...
Unpacking build-essential (12.3) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../06-libfakeroot_1.21-3.1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.21-3.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../07-fakeroot_1.21-3.1_amd64.deb ...
Unpacking fakeroot (1.21-3.1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../08-libalgorithm-diff-perl_1.19.03-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../09-libalgorithm-diff-xs-perl_0.04-4+b2_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-4+b2) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../10-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Setting up libdpkg-perl (1.18.25) ...
Setting up bzip2 (1.0.6-8.1) ...
Setting up patch (2.7.5-1+deb9u1) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Setting up xz-utils (5.2.2-1.2+b1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libfakeroot:amd64 (1.21-3.1) ...
Setting up libalgorithm-diff-perl (1.19.03-1) ...
Setting up fakeroot (1.21-3.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up dpkg-dev (1.18.25) ...
Setting up libalgorithm-diff-xs-perl (0.04-4+b2) ...
Setting up build-essential (12.3) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  binutils-arm-linux-gnueabihf cpp-6-arm-linux-gnueabihf
  cpp-arm-linux-gnueabihf cross-config dpkg-cross file
  g++-6-arm-linux-gnueabihf g++-arm-linux-gnueabihf gcc-6-arm-linux-gnueabihf
  gcc-6-arm-linux-gnueabihf-base gcc-6-cross-base gcc-arm-linux-gnueabihf
  libasan3-armhf-cross libatomic1-armhf-cross libauthen-sasl-perl
  libc6-armhf-cross libc6-dev-armhf-cross libconfig-auto-perl
  libconfig-inifiles-perl libdebian-dpkgcross-perl libencode-locale-perl
  libfile-homedir-perl libfile-listing-perl libfile-which-perl
  libfont-afm-perl libgcc-6-dev-armhf-cross libgcc1-armhf-cross
  libgomp1-armhf-cross libhtml-form-perl libhtml-format-perl
  libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
  libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
  libhttp-message-perl libhttp-negotiate-perl libicu57 libio-html-perl
  libio-socket-ssl-perl libio-string-perl liblocale-gettext-perl
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libmailtools-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
  libstdc++-6-dev-armhf-cross libstdc++6-armhf-cross libtimedate-perl
  libubsan0-armhf-cross liburi-perl libwww-perl libwww-robotrules-perl
  libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
  libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
  libxml-simple-perl libxml2 libyaml-libyaml-perl libyaml-perl
  linux-libc-dev-armhf-cross netbase perl-openssl-defaults sgml-base xml-core
Suggested packages:
  binutils-doc gcc-6-locales cpp-doc binutils-multiarch gcc-6-doc
  libstdc++6-6-dbg-armhf-cross libgcc1-dbg-armhf-cross
  libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross libatomic1-dbg-armhf-cross
  libasan3-dbg-armhf-cross liblsan0-dbg-armhf-cross libtsan0-dbg-armhf-cross
  libubsan0-dbg-armhf-cross libcilkrts5-dbg-armhf-cross
  libmpx2-dbg-armhf-cross libquadmath0-dbg-armhf-cross manpages-dev autoconf
  automake libtool flex bison gdb-arm-linux-gnueabihf gcc-doc
  libdigest-hmac-perl libgssapi-perl libdata-dump-perl libcrypt-ssleay-perl
  libauthen-ntlm-perl libyaml-shell-perl sgml-base-doc debhelper
The following NEW packages will be installed:
  binutils-arm-linux-gnueabihf cpp-6-arm-linux-gnueabihf
  cpp-arm-linux-gnueabihf cross-config crossbuild-essential-armhf dpkg-cross
  file g++-6-arm-linux-gnueabihf g++-arm-linux-gnueabihf
  gcc-6-arm-linux-gnueabihf gcc-6-arm-linux-gnueabihf-base gcc-6-cross-base
  gcc-arm-linux-gnueabihf libasan3-armhf-cross libatomic1-armhf-cross
  libauthen-sasl-perl libc6-armhf-cross libc6-dev-armhf-cross
  libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
  libencode-locale-perl libfile-homedir-perl libfile-listing-perl
  libfile-which-perl libfont-afm-perl libgcc-6-dev-armhf-cross
  libgcc1-armhf-cross libgomp1-armhf-cross libhtml-form-perl
  libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl
  libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
  libhttp-message-perl libhttp-negotiate-perl libicu57 libio-html-perl
  libio-socket-ssl-perl libio-string-perl liblocale-gettext-perl
  liblwp-mediatypes-perl liblwp-protocol-https-perl libmagic-mgc libmagic1
  libmailtools-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
  libstdc++-6-dev-armhf-cross libstdc++6-armhf-cross libtimedate-perl
  libubsan0-armhf-cross liburi-perl libwww-perl libwww-robotrules-perl
  libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
  libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
  libxml-simple-perl libxml2 libyaml-libyaml-perl libyaml-perl
  linux-libc-dev-armhf-cross netbase perl-openssl-defaults sgml-base xml-core
0 upgraded, 74 newly installed, 0 to remove and 28 not upgraded.
Need to get 40.8 MB of archives.
After this operation, 147 MB of additional disk space will be used.
Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblocale-gettext-perl amd64 1.07-3+b1 [18.7 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 sgml-base all 1.29 [14.8 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netbase all 5.4 [19.1 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagic-mgc amd64 1:5.30-1+deb9u2 [222 kB]
Get:5 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmagic1 amd64 1:5.30-1+deb9u2 [111 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 file amd64 1:5.30-1+deb9u2 [64.1 kB]
Get:7 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libicu57 amd64 57.1-6+deb9u2 [7700 kB]
Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml2 amd64 2.9.4+dfsg1-2.2+deb9u2 [920 kB]
Get:9 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-6-arm-linux-gnueabihf-base amd64 6.3.0-18cross1 [180 kB]
Get:10 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cpp-6-arm-linux-gnueabihf amd64 6.3.0-18cross1 [6108 kB]
Get:11 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cpp-arm-linux-gnueabihf amd64 4:6.3.0-4 [15.7 kB]
Get:12 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 binutils-arm-linux-gnueabihf amd64 2.28-5 [2756 kB]
Get:13 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-6-cross-base all 6.3.0-18cross1 [173 kB]
Get:14 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libc6-armhf-cross all 2.24-10cross1 [1147 kB]
Get:15 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgcc1-armhf-cross all 1:6.3.0-18cross1 [38.4 kB]
Get:16 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgomp1-armhf-cross all 6.3.0-18cross1 [62.9 kB]
Get:17 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libatomic1-armhf-cross all 6.3.0-18cross1 [5822 B]
Get:18 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libstdc++6-armhf-cross all 6.3.0-18cross1 [304 kB]
Get:19 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libasan3-armhf-cross all 6.3.0-18cross1 [276 kB]
Get:20 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libubsan0-armhf-cross all 6.3.0-18cross1 [92.2 kB]
Get:21 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libgcc-6-dev-armhf-cross all 6.3.0-18cross1 [534 kB]
Get:22 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-6-arm-linux-gnueabihf amd64 6.3.0-18cross1 [6398 kB]
Get:23 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 gcc-arm-linux-gnueabihf amd64 4:6.3.0-4 [1382 B]
Get:24 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 linux-libc-dev-armhf-cross all 4.9.25-1cross1 [772 kB]
Get:25 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libc6-dev-armhf-cross all 2.24-10cross1 [1993 kB]
Get:26 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libstdc++-6-dev-armhf-cross all 6.3.0-18cross1 [1457 kB]
Get:27 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-6-arm-linux-gnueabihf amd64 6.3.0-18cross1 [6626 kB]
Get:28 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 g++-arm-linux-gnueabihf amd64 4:6.3.0-4 [1102 B]
Get:29 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libconfig-inifiles-perl all 2.94-1 [53.4 kB]
Get:30 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
Get:31 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml-namespacesupport-perl all 1.11-1 [14.8 kB]
Get:32 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml-sax-base-perl all 1.07-1 [23.1 kB]
Get:33 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml-sax-perl all 0.99+dfsg-2 [68.3 kB]
Get:34 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml-libxml-perl amd64 2.0128+dfsg-1+deb9u1 [338 kB]
Get:35 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liburi-perl all 1.71-1 [88.6 kB]
Get:36 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
Get:37 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libtimedate-perl all 2.3000-2 [42.2 kB]
Get:38 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
Get:39 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
Get:40 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
Get:41 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhtml-parser-perl amd64 3.72-3 [104 kB]
Get:42 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhtml-tree-perl all 5.03-2 [210 kB]
Get:43 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
Get:44 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get:45 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhttp-message-perl all 6.11-1 [75.9 kB]
Get:46 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhttp-cookies-perl all 6.01-1 [17.4 kB]
Get:47 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhttp-negotiate-perl all 6.00-2 [13.6 kB]
Get:48 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 perl-openssl-defaults amd64 3 [6782 B]
Get:49 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet-ssleay-perl amd64 1.80-1 [285 kB]
Get:50 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libio-socket-ssl-perl all 2.044-1 [195 kB]
Get:51 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet-http-perl all 6.12-1 [23.8 kB]
Get:52 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 liblwp-protocol-https-perl all 6.06-2 [9582 B]
Get:53 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwww-robotrules-perl all 6.01-1 [14.3 kB]
Get:54 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libwww-perl all 6.15-1 [195 kB]
Get:55 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml-parser-perl amd64 2.44-2+b1 [212 kB]
Get:56 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml-sax-expat-perl all 0.40-2 [12.9 kB]
Get:57 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libxml-simple-perl all 2.22-1 [71.8 kB]
Get:58 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libyaml-perl all 1.21-1 [64.8 kB]
Get:59 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libconfig-auto-perl all 0.44-1 [19.5 kB]
Get:60 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfile-which-perl all 1.21-1 [14.3 kB]
Get:61 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfile-homedir-perl all 1.00-1 [48.9 kB]
Get:62 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libdebian-dpkgcross-perl all 2.6.15-1 [38.4 kB]
Get:63 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 cross-config all 2.6.15-1 [39.6 kB]
Get:64 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 dpkg-cross all 2.6.15-1 [49.2 kB]
Get:65 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 crossbuild-essential-armhf all 12.3 [6320 B]
Get:66 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
Get:67 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
Get:68 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
Get:69 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
Get:70 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libhttp-daemon-perl all 6.01-1 [17.3 kB]
Get:71 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
Get:72 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
Get:73 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 libyaml-libyaml-perl amd64 0.63-2 [68.8 kB]
Get:74 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 xml-core all 0.17 [23.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 40.8 MB in 35s (1145 kB/s)
Selecting previously unselected package liblocale-gettext-perl.
(Reading database ... 15453 files and directories currently installed.)
Preparing to unpack .../00-liblocale-gettext-perl_1.07-3+b1_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-3+b1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../01-sgml-base_1.29_all.deb ...
Unpacking sgml-base (1.29) ...
Selecting previously unselected package netbase.
Preparing to unpack .../02-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../03-libmagic-mgc_1%3a5.30-1+deb9u2_amd64.deb ...
Unpacking libmagic-mgc (1:5.30-1+deb9u2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../04-libmagic1_1%3a5.30-1+deb9u2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.30-1+deb9u2) ...
Selecting previously unselected package file.
Preparing to unpack .../05-file_1%3a5.30-1+deb9u2_amd64.deb ...
Unpacking file (1:5.30-1+deb9u2) ...
Selecting previously unselected package libicu57:amd64.
Preparing to unpack .../06-libicu57_57.1-6+deb9u2_amd64.deb ...
Unpacking libicu57:amd64 (57.1-6+deb9u2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../07-libxml2_2.9.4+dfsg1-2.2+deb9u2_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
Selecting previously unselected package gcc-6-arm-linux-gnueabihf-base:amd64.
Preparing to unpack .../08-gcc-6-arm-linux-gnueabihf-base_6.3.0-18cross1_amd64.deb ...
Unpacking gcc-6-arm-linux-gnueabihf-base:amd64 (6.3.0-18cross1) ...
Selecting previously unselected package cpp-6-arm-linux-gnueabihf.
Preparing to unpack .../09-cpp-6-arm-linux-gnueabihf_6.3.0-18cross1_amd64.deb ...
Unpacking cpp-6-arm-linux-gnueabihf (6.3.0-18cross1) ...
Selecting previously unselected package cpp-arm-linux-gnueabihf.
Preparing to unpack .../10-cpp-arm-linux-gnueabihf_4%3a6.3.0-4_amd64.deb ...
Unpacking cpp-arm-linux-gnueabihf (4:6.3.0-4) ...
Selecting previously unselected package binutils-arm-linux-gnueabihf.
Preparing to unpack .../11-binutils-arm-linux-gnueabihf_2.28-5_amd64.deb ...
Unpacking binutils-arm-linux-gnueabihf (2.28-5) ...
Selecting previously unselected package gcc-6-cross-base.
Preparing to unpack .../12-gcc-6-cross-base_6.3.0-18cross1_all.deb ...
Unpacking gcc-6-cross-base (6.3.0-18cross1) ...
Selecting previously unselected package libc6-armhf-cross.
Preparing to unpack .../13-libc6-armhf-cross_2.24-10cross1_all.deb ...
Unpacking libc6-armhf-cross (2.24-10cross1) ...
Selecting previously unselected package libgcc1-armhf-cross.
Preparing to unpack .../14-libgcc1-armhf-cross_1%3a6.3.0-18cross1_all.deb ...
Unpacking libgcc1-armhf-cross (1:6.3.0-18cross1) ...
Selecting previously unselected package libgomp1-armhf-cross.
Preparing to unpack .../15-libgomp1-armhf-cross_6.3.0-18cross1_all.deb ...
Unpacking libgomp1-armhf-cross (6.3.0-18cross1) ...
Selecting previously unselected package libatomic1-armhf-cross.
Preparing to unpack .../16-libatomic1-armhf-cross_6.3.0-18cross1_all.deb ...
Unpacking libatomic1-armhf-cross (6.3.0-18cross1) ...
Selecting previously unselected package libstdc++6-armhf-cross.
Preparing to unpack .../17-libstdc++6-armhf-cross_6.3.0-18cross1_all.deb ...
Unpacking libstdc++6-armhf-cross (6.3.0-18cross1) ...
Selecting previously unselected package libasan3-armhf-cross.
Preparing to unpack .../18-libasan3-armhf-cross_6.3.0-18cross1_all.deb ...
Unpacking libasan3-armhf-cross (6.3.0-18cross1) ...
Selecting previously unselected package libubsan0-armhf-cross.
Preparing to unpack .../19-libubsan0-armhf-cross_6.3.0-18cross1_all.deb ...
Unpacking libubsan0-armhf-cross (6.3.0-18cross1) ...
Selecting previously unselected package libgcc-6-dev-armhf-cross.
Preparing to unpack .../20-libgcc-6-dev-armhf-cross_6.3.0-18cross1_all.deb ...
Unpacking libgcc-6-dev-armhf-cross (6.3.0-18cross1) ...
Selecting previously unselected package gcc-6-arm-linux-gnueabihf.
Preparing to unpack .../21-gcc-6-arm-linux-gnueabihf_6.3.0-18cross1_amd64.deb ...
Unpacking gcc-6-arm-linux-gnueabihf (6.3.0-18cross1) ...
Selecting previously unselected package gcc-arm-linux-gnueabihf.
Preparing to unpack .../22-gcc-arm-linux-gnueabihf_4%3a6.3.0-4_amd64.deb ...
Unpacking gcc-arm-linux-gnueabihf (4:6.3.0-4) ...
Selecting previously unselected package linux-libc-dev-armhf-cross.
Preparing to unpack .../23-linux-libc-dev-armhf-cross_4.9.25-1cross1_all.deb ...
Unpacking linux-libc-dev-armhf-cross (4.9.25-1cross1) ...
Selecting previously unselected package libc6-dev-armhf-cross.
Preparing to unpack .../24-libc6-dev-armhf-cross_2.24-10cross1_all.deb ...
Unpacking libc6-dev-armhf-cross (2.24-10cross1) ...
Selecting previously unselected package libstdc++-6-dev-armhf-cross.
Preparing to unpack .../25-libstdc++-6-dev-armhf-cross_6.3.0-18cross1_all.deb ...
Unpacking libstdc++-6-dev-armhf-cross (6.3.0-18cross1) ...
Selecting previously unselected package g++-6-arm-linux-gnueabihf.
Preparing to unpack .../26-g++-6-arm-linux-gnueabihf_6.3.0-18cross1_amd64.deb ...
Unpacking g++-6-arm-linux-gnueabihf (6.3.0-18cross1) ...
Selecting previously unselected package g++-arm-linux-gnueabihf.
Preparing to unpack .../27-g++-arm-linux-gnueabihf_4%3a6.3.0-4_amd64.deb ...
Unpacking g++-arm-linux-gnueabihf (4:6.3.0-4) ...
Selecting previously unselected package libconfig-inifiles-perl.
Preparing to unpack .../28-libconfig-inifiles-perl_2.94-1_all.deb ...
Unpacking libconfig-inifiles-perl (2.94-1) ...
Selecting previously unselected package libio-string-perl.
Preparing to unpack .../29-libio-string-perl_1.08-3_all.deb ...
Unpacking libio-string-perl (1.08-3) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Preparing to unpack .../30-libxml-namespacesupport-perl_1.11-1_all.deb ...
Unpacking libxml-namespacesupport-perl (1.11-1) ...
Selecting previously unselected package libxml-sax-base-perl.
Preparing to unpack .../31-libxml-sax-base-perl_1.07-1_all.deb ...
Unpacking libxml-sax-base-perl (1.07-1) ...
Selecting previously unselected package libxml-sax-perl.
Preparing to unpack .../32-libxml-sax-perl_0.99+dfsg-2_all.deb ...
Unpacking libxml-sax-perl (0.99+dfsg-2) ...
Selecting previously unselected package libxml-libxml-perl.
Preparing to unpack .../33-libxml-libxml-perl_2.0128+dfsg-1+deb9u1_amd64.deb ...
Unpacking libxml-libxml-perl (2.0128+dfsg-1+deb9u1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../34-liburi-perl_1.71-1_all.deb ...
Unpacking liburi-perl (1.71-1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../35-libencode-locale-perl_1.05-1_all.deb ...
Unpacking libencode-locale-perl (1.05-1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../36-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../37-libhttp-date-perl_6.02-1_all.deb ...
Unpacking libhttp-date-perl (6.02-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../38-libfile-listing-perl_6.04-1_all.deb ...
Unpacking libfile-listing-perl (6.04-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../39-libhtml-tagset-perl_3.20-3_all.deb ...
Unpacking libhtml-tagset-perl (3.20-3) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../40-libhtml-parser-perl_3.72-3_amd64.deb ...
Unpacking libhtml-parser-perl (3.72-3) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../41-libhtml-tree-perl_5.03-2_all.deb ...
Unpacking libhtml-tree-perl (5.03-2) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../42-libio-html-perl_1.001-1_all.deb ...
Unpacking libio-html-perl (1.001-1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../43-liblwp-mediatypes-perl_6.02-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.02-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../44-libhttp-message-perl_6.11-1_all.deb ...
Unpacking libhttp-message-perl (6.11-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../45-libhttp-cookies-perl_6.01-1_all.deb ...
Unpacking libhttp-cookies-perl (6.01-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../46-libhttp-negotiate-perl_6.00-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.00-2) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../47-perl-openssl-defaults_3_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../48-libnet-ssleay-perl_1.80-1_amd64.deb ...
Unpacking libnet-ssleay-perl (1.80-1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../49-libio-socket-ssl-perl_2.044-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.044-1) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../50-libnet-http-perl_6.12-1_all.deb ...
Unpacking libnet-http-perl (6.12-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../51-liblwp-protocol-https-perl_6.06-2_all.deb ...
Unpacking liblwp-protocol-https-perl (6.06-2) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../52-libwww-robotrules-perl_6.01-1_all.deb ...
Unpacking libwww-robotrules-perl (6.01-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../53-libwww-perl_6.15-1_all.deb ...
Unpacking libwww-perl (6.15-1) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../54-libxml-parser-perl_2.44-2+b1_amd64.deb ...
Unpacking libxml-parser-perl (2.44-2+b1) ...
Selecting previously unselected package libxml-sax-expat-perl.
Preparing to unpack .../55-libxml-sax-expat-perl_0.40-2_all.deb ...
Unpacking libxml-sax-expat-perl (0.40-2) ...
Selecting previously unselected package libxml-simple-perl.
Preparing to unpack .../56-libxml-simple-perl_2.22-1_all.deb ...
Unpacking libxml-simple-perl (2.22-1) ...
Selecting previously unselected package libyaml-perl.
Preparing to unpack .../57-libyaml-perl_1.21-1_all.deb ...
Unpacking libyaml-perl (1.21-1) ...
Selecting previously unselected package libconfig-auto-perl.
Preparing to unpack .../58-libconfig-auto-perl_0.44-1_all.deb ...
Unpacking libconfig-auto-perl (0.44-1) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../59-libfile-which-perl_1.21-1_all.deb ...
Unpacking libfile-which-perl (1.21-1) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../60-libfile-homedir-perl_1.00-1_all.deb ...
Unpacking libfile-homedir-perl (1.00-1) ...
Selecting previously unselected package libdebian-dpkgcross-perl.
Preparing to unpack .../61-libdebian-dpkgcross-perl_2.6.15-1_all.deb ...
Unpacking libdebian-dpkgcross-perl (2.6.15-1) ...
Selecting previously unselected package cross-config.
Preparing to unpack .../62-cross-config_2.6.15-1_all.deb ...
Unpacking cross-config (2.6.15-1) ...
Selecting previously unselected package dpkg-cross.
Preparing to unpack .../63-dpkg-cross_2.6.15-1_all.deb ...
Unpacking dpkg-cross (2.6.15-1) ...
Selecting previously unselected package crossbuild-essential-armhf.
Preparing to unpack .../64-crossbuild-essential-armhf_12.3_all.deb ...
Unpacking crossbuild-essential-armhf (12.3) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../65-libauthen-sasl-perl_2.1600-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../66-libfont-afm-perl_1.20-2_all.deb ...
Unpacking libfont-afm-perl (1.20-2) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../67-libhtml-form-perl_6.03-1_all.deb ...
Unpacking libhtml-form-perl (6.03-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../68-libhtml-format-perl_2.12-1_all.deb ...
Unpacking libhtml-format-perl (2.12-1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../69-libhttp-daemon-perl_6.01-1_all.deb ...
Unpacking libhttp-daemon-perl (6.01-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../70-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../71-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libyaml-libyaml-perl.
Preparing to unpack .../72-libyaml-libyaml-perl_0.63-2_amd64.deb ...
Unpacking libyaml-libyaml-perl (0.63-2) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../73-xml-core_0.17_all.deb ...
Unpacking xml-core (0.17) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up libfont-afm-perl (1.20-2) ...
Setting up libc6-armhf-cross (2.24-10cross1) ...
Setting up libconfig-inifiles-perl (2.94-1) ...
Setting up libxml-namespacesupport-perl (1.11-1) ...
Setting up libfile-which-perl (1.21-1) ...
Setting up libencode-locale-perl (1.05-1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up gcc-6-cross-base (6.3.0-18cross1) ...
Setting up perl-openssl-defaults:amd64 (3) ...
Setting up libfile-homedir-perl (1.00-1) ...
Setting up libio-html-perl (1.001-1) ...
Setting up binutils-arm-linux-gnueabihf (2.28-5) ...
Setting up libyaml-perl (1.21-1) ...
Setting up libgomp1-armhf-cross (6.3.0-18cross1) ...
Setting up sgml-base (1.29) ...
Setting up libicu57:amd64 (57.1-6+deb9u2) ...
Setting up linux-libc-dev-armhf-cross (4.9.25-1cross1) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-2.2+deb9u2) ...
Setting up libatomic1-armhf-cross (6.3.0-18cross1) ...
Setting up libmagic-mgc (1:5.30-1+deb9u2) ...
Setting up libmagic1:amd64 (1:5.30-1+deb9u2) ...
Setting up libxml-sax-base-perl (1.07-1) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Setting up cross-config (2.6.15-1) ...
Setting up liburi-perl (1.71-1) ...
Setting up libhtml-parser-perl (3.72-3) ...
Setting up libio-string-perl (1.08-3) ...
Setting up liblocale-gettext-perl (1.07-3+b1) ...
Setting up libnet-http-perl (6.12-1) ...
Setting up xml-core (0.17) ...
Setting up libyaml-libyaml-perl (0.63-2) ...
Setting up libwww-robotrules-perl (6.01-1) ...
Setting up libauthen-sasl-perl (2.1600-1) ...
Setting up netbase (5.4) ...
Setting up libxml-sax-perl (0.99+dfsg-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline

Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up gcc-6-arm-linux-gnueabihf-base:amd64 (6.3.0-18cross1) ...
Setting up cpp-6-arm-linux-gnueabihf (6.3.0-18cross1) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libgcc1-armhf-cross (1:6.3.0-18cross1) ...
Setting up libstdc++6-armhf-cross (6.3.0-18cross1) ...
Setting up libnet-ssleay-perl (1.80-1) ...
Setting up libc6-dev-armhf-cross (2.24-10cross1) ...
Setting up file (1:5.30-1+deb9u2) ...
Setting up libio-socket-ssl-perl (2.044-1) ...
Setting up libhtml-tree-perl (5.03-2) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up cpp-arm-linux-gnueabihf (4:6.3.0-4) ...
Setting up libhttp-message-perl (6.11-1) ...
Setting up libxml-libxml-perl (2.0128+dfsg-1+deb9u1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up libubsan0-armhf-cross (6.3.0-18cross1) ...
Setting up libasan3-armhf-cross (6.3.0-18cross1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libhtml-format-perl (2.12-1) ...
Setting up libgcc-6-dev-armhf-cross (6.3.0-18cross1) ...
Setting up libhttp-cookies-perl (6.01-1) ...
Setting up libstdc++-6-dev-armhf-cross (6.3.0-18cross1) ...
Setting up gcc-6-arm-linux-gnueabihf (6.3.0-18cross1) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up g++-6-arm-linux-gnueabihf (6.3.0-18cross1) ...
Setting up libxml-simple-perl (2.22-1) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libconfig-auto-perl (0.44-1) ...
Setting up gcc-arm-linux-gnueabihf (4:6.3.0-4) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up libdebian-dpkgcross-perl (2.6.15-1) ...
Setting up g++-arm-linux-gnueabihf (4:6.3.0-4) ...
Setting up dpkg-cross (2.6.15-1) ...
Setting up crossbuild-essential-armhf (12.3) ...
Setting up liblwp-protocol-https-perl (6.06-2) ...
Setting up libwww-perl (6.15-1) ...
Setting up libxml-parser-perl (2.44-2+b1) ...
Setting up libxml-sax-expat-perl (0.40-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Processing triggers for sgml-base (1.29) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  binutils-aarch64-linux-gnu cpp-6-aarch64-linux-gnu cpp-aarch64-linux-gnu
  g++-6-aarch64-linux-gnu g++-aarch64-linux-gnu gcc-6-aarch64-linux-gnu
  gcc-6-aarch64-linux-gnu-base gcc-aarch64-linux-gnu libasan3-arm64-cross
  libatomic1-arm64-cross libc6-arm64-cross libc6-dev-arm64-cross
  libgcc-6-dev-arm64-cross libgcc1-arm64-cross libgomp1-arm64-cross
  libitm1-arm64-cross libstdc++-6-dev-arm64-cross libstdc++6-arm64-cross
  libubsan0-arm64-cross linux-libc-dev-arm64-cross
Suggested packages:
  binutils-doc gcc-6-locales cpp-doc gcc-6-doc libstdc++6-6-dbg-arm64-cross
  libgcc1-dbg-arm64-cross libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross
  libatomic1-dbg-arm64-cross libasan3-dbg-arm64-cross liblsan0-dbg-arm64-cross
  libtsan0-dbg-arm64-cross libubsan0-dbg-arm64-cross
  libcilkrts5-dbg-arm64-cross libmpx2-dbg-arm64-cross
  libquadmath0-dbg-arm64-cross manpages-dev autoconf automake libtool flex
  bison gdb-aarch64-linux-gnu gcc-doc
The following NEW packages will be installed:
  binutils-aarch64-linux-gnu cpp-6-aarch64-linux-gnu cpp-aarch64-linux-gnu
  crossbuild-essential-arm64 g++-6-aarch64-linux-gnu g++-aarch64-linux-gnu
  gcc-6-aarch64-linux-gnu gcc-6-aarch64-linux-gnu-base gcc-aarch64-linux-gnu
  libasan3-arm64-cross libatomic1-arm64-cross libc6-arm64-cross
  libc6-dev-arm64-cross libgcc-6-dev-arm64-cross libgcc1-arm64-cross
  libgomp1-arm64-cross libitm1-arm64-cross libstdc++-6-dev-arm64-cross
  libstdc++6-arm64-cross libubsan0-arm64-cross linux-libc-dev-arm64-cross
0 upgraded, 21 newly installed, 0 to remove and 28 not upgraded.
Need to get 27.7 MB of archives.
After this operation, 100 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 gcc-6-aarch64-linux-gnu-base amd64 6.3.0-18cross1 [180 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 cpp-6-aarch64-linux-gnu amd64 6.3.0-18cross1 [5679 kB]
Get:3 http://deb.debian.org/debian stretch/main amd64 cpp-aarch64-linux-gnu amd64 4:6.3.0-4 [15.7 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 binutils-aarch64-linux-gnu amd64 2.28-5 [2801 kB]
Get:5 http://deb.debian.org/debian stretch/main amd64 libc6-arm64-cross all 2.24-10cross1 [1215 kB]
Get:6 http://deb.debian.org/debian stretch/main amd64 libgcc1-arm64-cross all 1:6.3.0-18cross1 [29.9 kB]
Get:7 http://deb.debian.org/debian stretch/main amd64 libgomp1-arm64-cross all 6.3.0-18cross1 [58.0 kB]
Get:8 http://deb.debian.org/debian stretch/main amd64 libitm1-arm64-cross all 6.3.0-18cross1 [23.7 kB]
Get:9 http://deb.debian.org/debian stretch/main amd64 libatomic1-arm64-cross all 6.3.0-18cross1 [6148 B]
Get:10 http://deb.debian.org/debian stretch/main amd64 libstdc++6-arm64-cross all 6.3.0-18cross1 [319 kB]
Get:11 http://deb.debian.org/debian stretch/main amd64 libasan3-arm64-cross all 6.3.0-18cross1 [260 kB]
Get:12 http://deb.debian.org/debian stretch/main amd64 libubsan0-arm64-cross all 6.3.0-18cross1 [94.3 kB]
Get:13 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev-arm64-cross all 6.3.0-18cross1 [549 kB]
Get:14 http://deb.debian.org/debian stretch/main amd64 gcc-6-aarch64-linux-gnu amd64 6.3.0-18cross1 [6019 kB]
Get:15 http://deb.debian.org/debian stretch/main amd64 gcc-aarch64-linux-gnu amd64 4:6.3.0-4 [1376 B]
Get:16 http://deb.debian.org/debian stretch/main amd64 linux-libc-dev-arm64-cross all 4.9.25-1cross1 [766 kB]
Get:17 http://deb.debian.org/debian stretch/main amd64 libc6-dev-arm64-cross all 2.24-10cross1 [2114 kB]
Get:18 http://deb.debian.org/debian stretch/main amd64 libstdc++-6-dev-arm64-cross all 6.3.0-18cross1 [1376 kB]
Get:19 http://deb.debian.org/debian stretch/main amd64 g++-6-aarch64-linux-gnu amd64 6.3.0-18cross1 [6194 kB]
Get:20 http://deb.debian.org/debian stretch/main amd64 g++-aarch64-linux-gnu amd64 4:6.3.0-4 [1094 B]
Get:21 http://deb.debian.org/debian stretch/main amd64 crossbuild-essential-arm64 all 12.3 [6318 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 27.7 MB in 23s (1167 kB/s)
Selecting previously unselected package gcc-6-aarch64-linux-gnu-base:amd64.
(Reading database ... 19033 files and directories currently installed.)
Preparing to unpack .../00-gcc-6-aarch64-linux-gnu-base_6.3.0-18cross1_amd64.deb ...
Unpacking gcc-6-aarch64-linux-gnu-base:amd64 (6.3.0-18cross1) ...
Selecting previously unselected package cpp-6-aarch64-linux-gnu.
Preparing to unpack .../01-cpp-6-aarch64-linux-gnu_6.3.0-18cross1_amd64.deb ...
Unpacking cpp-6-aarch64-linux-gnu (6.3.0-18cross1) ...
Selecting previously unselected package cpp-aarch64-linux-gnu.
Preparing to unpack .../02-cpp-aarch64-linux-gnu_4%3a6.3.0-4_amd64.deb ...
Unpacking cpp-aarch64-linux-gnu (4:6.3.0-4) ...
Selecting previously unselected package binutils-aarch64-linux-gnu.
Preparing to unpack .../03-binutils-aarch64-linux-gnu_2.28-5_amd64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.28-5) ...
Selecting previously unselected package libc6-arm64-cross.
Preparing to unpack .../04-libc6-arm64-cross_2.24-10cross1_all.deb ...
Unpacking libc6-arm64-cross (2.24-10cross1) ...
Selecting previously unselected package libgcc1-arm64-cross.
Preparing to unpack .../05-libgcc1-arm64-cross_1%3a6.3.0-18cross1_all.deb ...
Unpacking libgcc1-arm64-cross (1:6.3.0-18cross1) ...
Selecting previously unselected package libgomp1-arm64-cross.
Preparing to unpack .../06-libgomp1-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libgomp1-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package libitm1-arm64-cross.
Preparing to unpack .../07-libitm1-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libitm1-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package libatomic1-arm64-cross.
Preparing to unpack .../08-libatomic1-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libatomic1-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package libstdc++6-arm64-cross.
Preparing to unpack .../09-libstdc++6-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libstdc++6-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package libasan3-arm64-cross.
Preparing to unpack .../10-libasan3-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libasan3-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package libubsan0-arm64-cross.
Preparing to unpack .../11-libubsan0-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libubsan0-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package libgcc-6-dev-arm64-cross.
Preparing to unpack .../12-libgcc-6-dev-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libgcc-6-dev-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package gcc-6-aarch64-linux-gnu.
Preparing to unpack .../13-gcc-6-aarch64-linux-gnu_6.3.0-18cross1_amd64.deb ...
Unpacking gcc-6-aarch64-linux-gnu (6.3.0-18cross1) ...
Selecting previously unselected package gcc-aarch64-linux-gnu.
Preparing to unpack .../14-gcc-aarch64-linux-gnu_4%3a6.3.0-4_amd64.deb ...
Unpacking gcc-aarch64-linux-gnu (4:6.3.0-4) ...
Selecting previously unselected package linux-libc-dev-arm64-cross.
Preparing to unpack .../15-linux-libc-dev-arm64-cross_4.9.25-1cross1_all.deb ...
Unpacking linux-libc-dev-arm64-cross (4.9.25-1cross1) ...
Selecting previously unselected package libc6-dev-arm64-cross.
Preparing to unpack .../16-libc6-dev-arm64-cross_2.24-10cross1_all.deb ...
Unpacking libc6-dev-arm64-cross (2.24-10cross1) ...
Selecting previously unselected package libstdc++-6-dev-arm64-cross.
Preparing to unpack .../17-libstdc++-6-dev-arm64-cross_6.3.0-18cross1_all.deb ...
Unpacking libstdc++-6-dev-arm64-cross (6.3.0-18cross1) ...
Selecting previously unselected package g++-6-aarch64-linux-gnu.
Preparing to unpack .../18-g++-6-aarch64-linux-gnu_6.3.0-18cross1_amd64.deb ...
Unpacking g++-6-aarch64-linux-gnu (6.3.0-18cross1) ...
Selecting previously unselected package g++-aarch64-linux-gnu.
Preparing to unpack .../19-g++-aarch64-linux-gnu_4%3a6.3.0-4_amd64.deb ...
Unpacking g++-aarch64-linux-gnu (4:6.3.0-4) ...
Selecting previously unselected package crossbuild-essential-arm64.
Preparing to unpack .../20-crossbuild-essential-arm64_12.3_all.deb ...
Unpacking crossbuild-essential-arm64 (12.3) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Setting up libc6-arm64-cross (2.24-10cross1) ...
Setting up binutils-aarch64-linux-gnu (2.28-5) ...
Setting up libgomp1-arm64-cross (6.3.0-18cross1) ...
Setting up linux-libc-dev-arm64-cross (4.9.25-1cross1) ...
Setting up libgcc1-arm64-cross (1:6.3.0-18cross1) ...
Setting up gcc-6-aarch64-linux-gnu-base:amd64 (6.3.0-18cross1) ...
Setting up cpp-6-aarch64-linux-gnu (6.3.0-18cross1) ...
Setting up libatomic1-arm64-cross (6.3.0-18cross1) ...
Setting up libstdc++6-arm64-cross (6.3.0-18cross1) ...
Setting up libubsan0-arm64-cross (6.3.0-18cross1) ...
Setting up libitm1-arm64-cross (6.3.0-18cross1) ...
Setting up libc6-dev-arm64-cross (2.24-10cross1) ...
Setting up cpp-aarch64-linux-gnu (4:6.3.0-4) ...
Setting up libasan3-arm64-cross (6.3.0-18cross1) ...
Setting up libgcc-6-dev-arm64-cross (6.3.0-18cross1) ...
Setting up gcc-6-aarch64-linux-gnu (6.3.0-18cross1) ...
Setting up gcc-aarch64-linux-gnu (4:6.3.0-4) ...
Setting up libstdc++-6-dev-arm64-cross (6.3.0-18cross1) ...
Setting up g++-6-aarch64-linux-gnu (6.3.0-18cross1) ...
Setting up g++-aarch64-linux-gnu (4:6.3.0-4) ...
Setting up crossbuild-essential-arm64 (12.3) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  binutils-powerpc64le-linux-gnu cpp-6-powerpc64le-linux-gnu
  cpp-powerpc64le-linux-gnu g++-6-powerpc64le-linux-gnu
  g++-powerpc64le-linux-gnu gcc-6-powerpc64le-linux-gnu
  gcc-6-powerpc64le-linux-gnu-base gcc-powerpc64le-linux-gnu
  libasan3-ppc64el-cross libatomic1-ppc64el-cross libc6-dev-ppc64el-cross
  libc6-ppc64el-cross libgcc-6-dev-ppc64el-cross libgcc1-ppc64el-cross
  libgomp1-ppc64el-cross libitm1-ppc64el-cross libstdc++-6-dev-ppc64el-cross
  libstdc++6-ppc64el-cross libubsan0-ppc64el-cross
  linux-libc-dev-ppc64el-cross
Suggested packages:
  binutils-doc gcc-6-locales cpp-doc gcc-6-doc libstdc++6-6-dbg-ppc64el-cross
  libgcc1-dbg-ppc64el-cross libgomp1-dbg-ppc64el-cross
  libitm1-dbg-ppc64el-cross libatomic1-dbg-ppc64el-cross
  libasan3-dbg-ppc64el-cross liblsan0-dbg-ppc64el-cross
  libtsan0-dbg-ppc64el-cross libubsan0-dbg-ppc64el-cross
  libcilkrts5-dbg-ppc64el-cross libmpx2-dbg-ppc64el-cross
  libquadmath0-dbg-ppc64el-cross manpages-dev autoconf automake libtool flex
  bison gdb-powerpc64le-linux-gnu gcc-doc
The following NEW packages will be installed:
  binutils-powerpc64le-linux-gnu cpp-6-powerpc64le-linux-gnu
  cpp-powerpc64le-linux-gnu crossbuild-essential-ppc64el
  g++-6-powerpc64le-linux-gnu g++-powerpc64le-linux-gnu
  gcc-6-powerpc64le-linux-gnu gcc-6-powerpc64le-linux-gnu-base
  gcc-powerpc64le-linux-gnu libasan3-ppc64el-cross libatomic1-ppc64el-cross
  libc6-dev-ppc64el-cross libc6-ppc64el-cross libgcc-6-dev-ppc64el-cross
  libgcc1-ppc64el-cross libgomp1-ppc64el-cross libitm1-ppc64el-cross
  libstdc++-6-dev-ppc64el-cross libstdc++6-ppc64el-cross
  libubsan0-ppc64el-cross linux-libc-dev-ppc64el-cross
0 upgraded, 21 newly installed, 0 to remove and 28 not upgraded.
Need to get 28.6 MB of archives.
After this operation, 105 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 gcc-6-powerpc64le-linux-gnu-base amd64 6.3.0-18cross1 [180 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 cpp-6-powerpc64le-linux-gnu amd64 6.3.0-18cross1 [5968 kB]
Get:3 http://deb.debian.org/debian stretch/main amd64 cpp-powerpc64le-linux-gnu amd64 4:6.3.0-4 [15.7 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 binutils-powerpc64le-linux-gnu amd64 2.28-5 [2318 kB]
Get:5 http://deb.debian.org/debian stretch/main amd64 libc6-ppc64el-cross all 2.24-10cross1 [1319 kB]
Get:6 http://deb.debian.org/debian stretch/main amd64 libgcc1-ppc64el-cross all 1:6.3.0-18cross1 [27.2 kB]
Get:7 http://deb.debian.org/debian stretch/main amd64 libgomp1-ppc64el-cross all 6.3.0-18cross1 [63.7 kB]
Get:8 http://deb.debian.org/debian stretch/main amd64 libitm1-ppc64el-cross all 6.3.0-18cross1 [27.4 kB]
Get:9 http://deb.debian.org/debian stretch/main amd64 libatomic1-ppc64el-cross all 6.3.0-18cross1 [7908 B]
Get:10 http://deb.debian.org/debian stretch/main amd64 libstdc++6-ppc64el-cross all 6.3.0-18cross1 [368 kB]
Get:11 http://deb.debian.org/debian stretch/main amd64 libasan3-ppc64el-cross all 6.3.0-18cross1 [272 kB]
Get:12 http://deb.debian.org/debian stretch/main amd64 libubsan0-ppc64el-cross all 6.3.0-18cross1 [102 kB]
Get:13 http://deb.debian.org/debian stretch/main amd64 libgcc-6-dev-ppc64el-cross all 6.3.0-18cross1 [659 kB]
Get:14 http://deb.debian.org/debian stretch/main amd64 gcc-6-powerpc64le-linux-gnu amd64 6.3.0-18cross1 [6255 kB]
Get:15 http://deb.debian.org/debian stretch/main amd64 gcc-powerpc64le-linux-gnu amd64 4:6.3.0-4 [1388 B]
Get:16 http://deb.debian.org/debian stretch/main amd64 linux-libc-dev-ppc64el-cross all 4.9.25-1cross1 [783 kB]
Get:17 http://deb.debian.org/debian stretch/main amd64 libc6-dev-ppc64el-cross all 2.24-10cross1 [2357 kB]
Get:18 http://deb.debian.org/debian stretch/main amd64 libstdc++-6-dev-ppc64el-cross all 6.3.0-18cross1 [1430 kB]
Get:19 http://deb.debian.org/debian stretch/main amd64 g++-6-powerpc64le-linux-gnu amd64 6.3.0-18cross1 [6483 kB]
Get:20 http://deb.debian.org/debian stretch/main amd64 g++-powerpc64le-linux-gnu amd64 4:6.3.0-4 [1106 B]
Get:21 http://deb.debian.org/debian stretch/main amd64 crossbuild-essential-ppc64el all 12.3 [6326 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 28.6 MB in 19s (1446 kB/s)
Selecting previously unselected package gcc-6-powerpc64le-linux-gnu-base:amd64.
(Reading database ... 21370 files and directories currently installed.)
Preparing to unpack .../00-gcc-6-powerpc64le-linux-gnu-base_6.3.0-18cross1_amd64.deb ...
Unpacking gcc-6-powerpc64le-linux-gnu-base:amd64 (6.3.0-18cross1) ...
Selecting previously unselected package cpp-6-powerpc64le-linux-gnu.
Preparing to unpack .../01-cpp-6-powerpc64le-linux-gnu_6.3.0-18cross1_amd64.deb ...
Unpacking cpp-6-powerpc64le-linux-gnu (6.3.0-18cross1) ...
Selecting previously unselected package cpp-powerpc64le-linux-gnu.
Preparing to unpack .../02-cpp-powerpc64le-linux-gnu_4%3a6.3.0-4_amd64.deb ...
Unpacking cpp-powerpc64le-linux-gnu (4:6.3.0-4) ...
Selecting previously unselected package binutils-powerpc64le-linux-gnu.
Preparing to unpack .../03-binutils-powerpc64le-linux-gnu_2.28-5_amd64.deb ...
Unpacking binutils-powerpc64le-linux-gnu (2.28-5) ...
Selecting previously unselected package libc6-ppc64el-cross.
Preparing to unpack .../04-libc6-ppc64el-cross_2.24-10cross1_all.deb ...
Unpacking libc6-ppc64el-cross (2.24-10cross1) ...
Selecting previously unselected package libgcc1-ppc64el-cross.
Preparing to unpack .../05-libgcc1-ppc64el-cross_1%3a6.3.0-18cross1_all.deb ...
Unpacking libgcc1-ppc64el-cross (1:6.3.0-18cross1) ...
Selecting previously unselected package libgomp1-ppc64el-cross.
Preparing to unpack .../06-libgomp1-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libgomp1-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package libitm1-ppc64el-cross.
Preparing to unpack .../07-libitm1-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libitm1-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package libatomic1-ppc64el-cross.
Preparing to unpack .../08-libatomic1-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libatomic1-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package libstdc++6-ppc64el-cross.
Preparing to unpack .../09-libstdc++6-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libstdc++6-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package libasan3-ppc64el-cross.
Preparing to unpack .../10-libasan3-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libasan3-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package libubsan0-ppc64el-cross.
Preparing to unpack .../11-libubsan0-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libubsan0-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package libgcc-6-dev-ppc64el-cross.
Preparing to unpack .../12-libgcc-6-dev-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libgcc-6-dev-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package gcc-6-powerpc64le-linux-gnu.
Preparing to unpack .../13-gcc-6-powerpc64le-linux-gnu_6.3.0-18cross1_amd64.deb ...
Unpacking gcc-6-powerpc64le-linux-gnu (6.3.0-18cross1) ...
Selecting previously unselected package gcc-powerpc64le-linux-gnu.
Preparing to unpack .../14-gcc-powerpc64le-linux-gnu_4%3a6.3.0-4_amd64.deb ...
Unpacking gcc-powerpc64le-linux-gnu (4:6.3.0-4) ...
Selecting previously unselected package linux-libc-dev-ppc64el-cross.
Preparing to unpack .../15-linux-libc-dev-ppc64el-cross_4.9.25-1cross1_all.deb ...
Unpacking linux-libc-dev-ppc64el-cross (4.9.25-1cross1) ...
Selecting previously unselected package libc6-dev-ppc64el-cross.
Preparing to unpack .../16-libc6-dev-ppc64el-cross_2.24-10cross1_all.deb ...
Unpacking libc6-dev-ppc64el-cross (2.24-10cross1) ...
Selecting previously unselected package libstdc++-6-dev-ppc64el-cross.
Preparing to unpack .../17-libstdc++-6-dev-ppc64el-cross_6.3.0-18cross1_all.deb ...
Unpacking libstdc++-6-dev-ppc64el-cross (6.3.0-18cross1) ...
Selecting previously unselected package g++-6-powerpc64le-linux-gnu.
Preparing to unpack .../18-g++-6-powerpc64le-linux-gnu_6.3.0-18cross1_amd64.deb ...
Unpacking g++-6-powerpc64le-linux-gnu (6.3.0-18cross1) ...
Selecting previously unselected package g++-powerpc64le-linux-gnu.
Preparing to unpack .../19-g++-powerpc64le-linux-gnu_4%3a6.3.0-4_amd64.deb ...
Unpacking g++-powerpc64le-linux-gnu (4:6.3.0-4) ...
Selecting previously unselected package crossbuild-essential-ppc64el.
Preparing to unpack .../20-crossbuild-essential-ppc64el_12.3_all.deb ...
Unpacking crossbuild-essential-ppc64el (12.3) ...
Setting up libc6-ppc64el-cross (2.24-10cross1) ...
Setting up binutils-powerpc64le-linux-gnu (2.28-5) ...
Setting up linux-libc-dev-ppc64el-cross (4.9.25-1cross1) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Setting up libgcc1-ppc64el-cross (1:6.3.0-18cross1) ...
Setting up libitm1-ppc64el-cross (6.3.0-18cross1) ...
Setting up gcc-6-powerpc64le-linux-gnu-base:amd64 (6.3.0-18cross1) ...
Setting up libatomic1-ppc64el-cross (6.3.0-18cross1) ...
Setting up libstdc++6-ppc64el-cross (6.3.0-18cross1) ...
Setting up cpp-6-powerpc64le-linux-gnu (6.3.0-18cross1) ...
Setting up libubsan0-ppc64el-cross (6.3.0-18cross1) ...
Setting up cpp-powerpc64le-linux-gnu (4:6.3.0-4) ...
Setting up libgomp1-ppc64el-cross (6.3.0-18cross1) ...
Setting up libc6-dev-ppc64el-cross (2.24-10cross1) ...
Setting up libasan3-ppc64el-cross (6.3.0-18cross1) ...
Setting up libgcc-6-dev-ppc64el-cross (6.3.0-18cross1) ...
Setting up libstdc++-6-dev-ppc64el-cross (6.3.0-18cross1) ...
Setting up gcc-6-powerpc64le-linux-gnu (6.3.0-18cross1) ...
Setting up g++-6-powerpc64le-linux-gnu (6.3.0-18cross1) ...
Setting up gcc-powerpc64le-linux-gnu (4:6.3.0-4) ...
Setting up g++-powerpc64le-linux-gnu (4:6.3.0-4) ...
Setting up crossbuild-essential-ppc64el (12.3) ...
Removing intermediate container 5c104225cbbc
 ---> da221e69b09f
Step 7/17 : RUN apt-get update  && apt-get install -y       libpcap-dev         python-requests         time        file        flex        bison
 ---> Running in 9551ee85d48e
Ign:1 http://deb.debian.org/debian stretch InRelease
Get:2 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB]
Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB]
Get:4 http://emdebian.org/tools/debian jessie InRelease [30.7 kB]
Get:5 http://deb.debian.org/debian stretch Release [118 kB]
Get:6 http://deb.debian.org/debian stretch Release.gpg [2434 B]
Get:7 http://deb.debian.org/debian stretch-updates/main ppc64el Packages [5411 B]
Get:8 http://deb.debian.org/debian stretch-updates/main amd64 Packages [5476 B]
Get:9 http://deb.debian.org/debian stretch-updates/main arm64 Packages [5448 B]
Get:10 http://security.debian.org/debian-security stretch/updates/main arm64 Packages [455 kB]
Ign:4 http://emdebian.org/tools/debian jessie InRelease
Get:11 http://deb.debian.org/debian stretch-updates/main armhf Packages [5477 B]
Get:12 http://emdebian.org/tools/debian jessie/main armhf Packages [8217 B]
Get:13 http://emdebian.org/tools/debian jessie/main ppc64el Packages [7416 B]
Get:14 http://deb.debian.org/debian stretch/main arm64 Packages [9287 kB]
Get:15 http://emdebian.org/tools/debian jessie/main amd64 Packages [17.2 kB]
Get:16 http://emdebian.org/tools/debian jessie/main arm64 Packages [8219 B]
Get:17 http://security.debian.org/debian-security stretch/updates/main ppc64el Packages [454 kB]
Get:18 http://security.debian.org/debian-security stretch/updates/main armhf Packages [460 kB]
Get:19 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [479 kB]
Get:20 http://deb.debian.org/debian stretch/main armhf Packages [9277 kB]
Get:21 http://deb.debian.org/debian stretch/main amd64 Packages [9500 kB]
Get:22 http://deb.debian.org/debian stretch/main ppc64el Packages [9262 kB]
Fetched 39.6 MB in 31s (1265 kB/s)
Reading package lists...
W: GPG error: http://emdebian.org/tools/debian jessie InRelease: The following signatures were invalid: 084C6C6F39159EDB67969AA87DE089671804772E
W: The repository 'http://emdebian.org/tools/debian jessie InRelease' is not signed.
Reading package lists...
Building dependency tree...
Reading state information...
file is already the newest version (1:5.30-1+deb9u2).
file set to manually installed.
The following additional packages will be installed:
  libbison-dev libfl-dev libpcap0.8 libpcap0.8-dev libsigsegv2 m4
  python-cffi-backend python-chardet python-cryptography python-enum34
  python-idna python-ipaddress python-openssl python-pkg-resources
  python-pyasn1 python-setuptools python-urllib3
Suggested packages:
  bison-doc m4-doc python-cryptography-doc python-cryptography-vectors
  python-enum34-doc python-openssl-doc python-openssl-dbg doc-base
  python-socks python-setuptools-doc python-ntlm
The following NEW packages will be installed:
  bison flex libbison-dev libfl-dev libpcap-dev libpcap0.8 libpcap0.8-dev
  libsigsegv2 m4 python-cffi-backend python-chardet python-cryptography
  python-enum34 python-idna python-ipaddress python-openssl
  python-pkg-resources python-pyasn1 python-requests python-setuptools
  python-urllib3 time
0 upgraded, 22 newly installed, 0 to remove and 28 not upgraded.
Need to get 3616 kB of archives.
After this operation, 11.2 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian stretch/main amd64 libsigsegv2 amd64 2.10-5 [28.9 kB]
Get:2 http://deb.debian.org/debian stretch/main amd64 m4 amd64 1.4.18-1 [202 kB]
Get:3 http://deb.debian.org/debian stretch/main amd64 flex amd64 2.6.1-1.3 [440 kB]
Get:4 http://deb.debian.org/debian stretch/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1+b1 [433 kB]
Get:5 http://deb.debian.org/debian stretch/main amd64 bison amd64 2:3.0.4.dfsg-1+b1 [786 kB]
Get:6 http://deb.debian.org/debian stretch/main amd64 libfl-dev amd64 2.6.1-1.3 [93.1 kB]
Get:7 http://deb.debian.org/debian stretch/main amd64 libpcap0.8 amd64 1.8.1-3 [138 kB]
Get:8 http://deb.debian.org/debian stretch/main amd64 libpcap0.8-dev amd64 1.8.1-3 [239 kB]
Get:9 http://deb.debian.org/debian stretch/main amd64 libpcap-dev all 1.8.1-3 [25.4 kB]
Get:10 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB]
Get:11 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB]
Get:12 http://deb.debian.org/debian stretch/main amd64 python-chardet all 2.3.0-2 [96.0 kB]
Get:13 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB]
Get:14 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB]
Get:15 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB]
Get:16 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB]
Get:17 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB]
Get:18 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB]
Get:19 http://deb.debian.org/debian stretch/main amd64 python-openssl all 16.2.0-1 [43.7 kB]
Get:20 http://deb.debian.org/debian stretch/main amd64 python-urllib3 all 1.19.1-1 [77.5 kB]
Get:21 http://deb.debian.org/debian stretch/main amd64 python-requests all 2.12.4-1 [101 kB]
Get:22 http://deb.debian.org/debian stretch/main amd64 time amd64 1.7-25.1+b1 [31.6 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3616 kB in 2s (1286 kB/s)
Selecting previously unselected package libsigsegv2:amd64.
(Reading database ... 23733 files and directories currently installed.)
Preparing to unpack .../00-libsigsegv2_2.10-5_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.10-5) ...
Selecting previously unselected package m4.
Preparing to unpack .../01-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package flex.
Preparing to unpack .../02-flex_2.6.1-1.3_amd64.deb ...
Unpacking flex (2.6.1-1.3) ...
Selecting previously unselected package libbison-dev:amd64.
Preparing to unpack .../03-libbison-dev_2%3a3.0.4.dfsg-1+b1_amd64.deb ...
Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1+b1) ...
Selecting previously unselected package bison.
Preparing to unpack .../04-bison_2%3a3.0.4.dfsg-1+b1_amd64.deb ...
Unpacking bison (2:3.0.4.dfsg-1+b1) ...
Selecting previously unselected package libfl-dev:amd64.
Preparing to unpack .../05-libfl-dev_2.6.1-1.3_amd64.deb ...
Unpacking libfl-dev:amd64 (2.6.1-1.3) ...
Selecting previously unselected package libpcap0.8:amd64.
Preparing to unpack .../06-libpcap0.8_1.8.1-3_amd64.deb ...
Unpacking libpcap0.8:amd64 (1.8.1-3) ...
Selecting previously unselected package libpcap0.8-dev.
Preparing to unpack .../07-libpcap0.8-dev_1.8.1-3_amd64.deb ...
Unpacking libpcap0.8-dev (1.8.1-3) ...
Selecting previously unselected package libpcap-dev.
Preparing to unpack .../08-libpcap-dev_1.8.1-3_all.deb ...
Unpacking libpcap-dev (1.8.1-3) ...
Selecting previously unselected package python-cffi-backend.
Preparing to unpack .../09-python-cffi-backend_1.9.1-2_amd64.deb ...
Unpacking python-cffi-backend (1.9.1-2) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../10-python-pkg-resources_33.1.1-1_all.deb ...
Unpacking python-pkg-resources (33.1.1-1) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../11-python-chardet_2.3.0-2_all.deb ...
Unpacking python-chardet (2.3.0-2) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../12-python-enum34_1.1.6-1_all.deb ...
Unpacking python-enum34 (1.1.6-1) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../13-python-idna_2.2-1_all.deb ...
Unpacking python-idna (2.2-1) ...
Selecting previously unselected package python-ipaddress.
Preparing to unpack .../14-python-ipaddress_1.0.17-1_all.deb ...
Unpacking python-ipaddress (1.0.17-1) ...
Selecting previously unselected package python-pyasn1.
Preparing to unpack .../15-python-pyasn1_0.1.9-2_all.deb ...
Unpacking python-pyasn1 (0.1.9-2) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../16-python-setuptools_33.1.1-1_all.deb ...
Unpacking python-setuptools (33.1.1-1) ...
Selecting previously unselected package python-cryptography.
Preparing to unpack .../17-python-cryptography_1.7.1-3_amd64.deb ...
Unpacking python-cryptography (1.7.1-3) ...
Selecting previously unselected package python-openssl.
Preparing to unpack .../18-python-openssl_16.2.0-1_all.deb ...
Unpacking python-openssl (16.2.0-1) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../19-python-urllib3_1.19.1-1_all.deb ...
Unpacking python-urllib3 (1.19.1-1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../20-python-requests_2.12.4-1_all.deb ...
Unpacking python-requests (2.12.4-1) ...
Selecting previously unselected package time.
Preparing to unpack .../21-time_1.7-25.1+b1_amd64.deb ...
Unpacking time (1.7-25.1+b1) ...
Setting up python-idna (2.2-1) ...
Setting up python-urllib3 (1.19.1-1) ...
Setting up time (1.7-25.1+b1) ...
Setting up libsigsegv2:amd64 (2.10-5) ...
Setting up python-pyasn1 (0.1.9-2) ...
Setting up m4 (1.4.18-1) ...
Setting up python-pkg-resources (33.1.1-1) ...
Setting up python-cffi-backend (1.9.1-2) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Setting up python-enum34 (1.1.6-1) ...
Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1+b1) ...
Setting up bison (2:3.0.4.dfsg-1+b1) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode
Setting up python-ipaddress (1.0.17-1) ...
Setting up libpcap0.8:amd64 (1.8.1-3) ...
Setting up python-setuptools (33.1.1-1) ...
Setting up python-chardet (2.3.0-2) ...
Setting up flex (2.6.1-1.3) ...
Setting up libpcap0.8-dev (1.8.1-3) ...
Setting up libfl-dev:amd64 (2.6.1-1.3) ...
Setting up python-cryptography (1.7.1-3) ...
Setting up libpcap-dev (1.8.1-3) ...
Setting up python-requests (2.12.4-1) ...
Setting up python-openssl (16.2.0-1) ...
Processing triggers for libc-bin (2.24-11+deb9u3) ...
Removing intermediate container 9551ee85d48e
 ---> 6cb8436bfcb6
Step 8/17 : RUN curl -fsSLo shfmt https://github.com/mvdan/sh/releases/download/v1.3.0/shfmt_v1.3.0_linux_amd64 &&  echo "b1925c2c405458811f0c227266402cf1868b4de529f114722c2e3a5af4ac7bb2  shfmt" | sha256sum -c &&    chmod +x shfmt &&   mv shfmt /usr/bin
 ---> Running in 0927f7ed85ab
shfmt: OK
Removing intermediate container 0927f7ed85ab
 ---> 1b436f906abe
Step 9/17 : RUN go get     github.com/weaveworks/build-tools/cover     github.com/mattn/goveralls   github.com/golang/lint/golint   github.com/fzipp/gocyclo    github.com/fatih/hclfmt     github.com/client9/misspell/cmd/misspell
 ---> Running in 521cdfbf9eab
Removing intermediate container 521cdfbf9eab
 ---> 4210ec6346e4
Step 10/17 : RUN go clean -i net    && go install -tags netgo std   && go install -race -tags netgo std
 ---> Running in 10deeb09a032
Removing intermediate container 10deeb09a032
 ---> 7b22e062b496
Step 11/17 : RUN for platform in ${GO_CROSSPLATFORMS}; do       GOOS=${platform%/*} GOARCH=${platform##*/}          go install -tags netgo std; done
 ---> Running in 778d271e02ee
Removing intermediate container 778d271e02ee
 ---> 3d74802423d2
Step 12/17 : RUN chmod -R a+w /usr/local/go
 ---> Running in 1c0e20881491
Removing intermediate container 1c0e20881491
 ---> 8b3d6c3c5e1b
Step 13/17 : ENV LIBPCAP_CROSS_VERSION=1.6.2
 ---> Running in c5bfc997f115
Removing intermediate container c5bfc997f115
 ---> 16cdb4eb027b
Step 14/17 : RUN curl -sSL http://www.tcpdump.org/release/libpcap-${LIBPCAP_CROSS_VERSION}.tar.gz | tar -xz     && cd libpcap-${LIBPCAP_CROSS_VERSION}  && for crosscompiler in ${GCC_CROSSCOMPILERS}; do   CC=${crosscompiler}-gcc ac_cv_linux_vers=2 ./configure --host=${crosscompiler} --with-pcap=linux        && make         && export LIB_DIR="/usr/local/lib/${crosscompiler}-gcc" VER="$(cat ./VERSION)" MAJOR_VER="$(sed 's/\([0-9][0-9]*\)\..*/\1/' ./VERSION)"         && mkdir -p ${LIB_DIR}      && cp -f libpcap.a libpcap.so.${VER} ${LIB_DIR}         && ln -sf libpcap.so.${VER} /usr/local/lib/libpcap.so.${MAJOR_VER}      && ln -sf libpcap.so.${MAJOR_VER} /usr/local/lib/libpcap.so         && make clean; done
 ---> Running in 52904800fd2f
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnueabihf
checking target system type... arm-unknown-linux-gnueabihf
checking for arm-linux-gnueabihf-gcc... arm-linux-gnueabihf-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-gnueabihf-gcc accepts -g... yes
checking for arm-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking for inline... inline
checking for __attribute__... yes
checking whether __attribute__((unused)) can be used without warnings... yes
checking whether __attribute__((format)) can be used without warnings... yes
checking how to run the C preprocessor... arm-linux-gnueabihf-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for int8_t... yes
checking for u_int8_t... yes
checking for int16_t... yes
checking for u_int16_t... yes
checking for int32_t... yes
checking for u_int32_t... yes
checking for int64_t... yes
checking for u_int64_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGEFILE_SOURCE value needed for large files... no
checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking linux/if_packet.h usability... yes
checking linux/if_packet.h presence... yes
checking for linux/if_packet.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking netpacket/if_packet.h usability... no
checking netpacket/if_packet.h presence... no
checking for netpacket/if_packet.h... no
checking for net/pfvar.h... no
checking for netinet/if_ether.h... yes
checking for ANSI ioctl definitions... yes
checking for strerror... yes
checking for strlcpy... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing putmsg... none required
checking for ether_hostton... yes
checking whether ether_hostton is declared... no
checking netinet/ether.h usability... yes
checking netinet/ether.h presence... yes
checking for netinet/ether.h... yes
checking whether ether_hostton is declared... yes
checking if --disable-protochain option is specified... enabled
checking packet capture type... linux
checking for linux/wireless.h... yes
checking for nl_socket_alloc in -lnl-3... no
checking for nl_socket_alloc in -lnl... no
checking for nl_handle_alloc in -lnl... no
checking for linux/ethtool.h... yes
checking if if_packet.h has tpacket_stats defined... yes
checking if tpacket_auxdata struct has tp_vlan_tci member... yes
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for socklen_t... yes
checking for getaddrinfo... yes
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking whether we have DAG API headers... no (/usr/local/include)
checking whether we have the DAG API... no
checking whether we have Septel API... no
checking whether we have Myricom Sniffer API... no (/opt/snf)
checking for flex... flex
checking for flex 2.4 or higher... yes
checking for bison... bison
checking for arm-linux-gnueabihf-ranlib... arm-linux-gnueabihf-ranlib
checking for arm-linux-gnueabihf-ar... arm-linux-gnueabihf-ar
checking whether ln -s works... yes
checking if sockaddr struct has the sa_len member... no
checking if sockaddr_storage struct exists... yes
checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
checking if unaligned accesses fail... yes
checking for USB sniffing support... yes
configure: Device for USB sniffing is /dev/usbmon
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/usbdevice_fs.h usability... yes
checking linux/usbdevice_fs.h presence... yes
checking for linux/usbdevice_fs.h... yes
checking if usbdevfs_ctrltransfer struct has bRequestType member... yes
checking whether the platform could support netfilter sniffing... yes
checking whether we can compile the netfilter support... yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: Bluetooth sniffing is not supported; install bluez-lib devel to enable it
checking libusb-1.0/libusb.h usability... no
checking libusb-1.0/libusb.h presence... no
checking for libusb-1.0/libusb.h... no
configure: canusb sniffing is not supported; install libusb1.0 lib devel to enable it
checking for linux/can.h... yes
configure: CAN sniffing is supported
checking for pkg-config... pkg-config
checking for D-Bus... no
checking linux/net_tstamp.h usability... yes
checking linux/net_tstamp.h presence... yes
checking for linux/net_tstamp.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcap-filter.manmisc
config.status: creating pcap-linktype.manmisc
config.status: creating pcap-tstamp.manmisc
config.status: creating pcap-savefile.manfile
config.status: creating pcap.3pcap
config.status: creating pcap_compile.3pcap
config.status: creating pcap_datalink.3pcap
config.status: creating pcap_dump_open.3pcap
config.status: creating pcap_get_tstamp_precision.3pcap
config.status: creating pcap_list_datalinks.3pcap
config.status: creating pcap_list_tstamp_types.3pcap
config.status: creating pcap_open_dead.3pcap
config.status: creating pcap_open_offline.3pcap
config.status: creating pcap_set_tstamp_precision.3pcap
config.status: creating pcap_set_tstamp_type.3pcap
config.status: creating config.h
config.status: executing default-1 commands
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-linux.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-usb-linux.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-can-linux.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-netfilter-linux.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./fad-getad.c
if grep GIT ./VERSION >/dev/null; then \
    read ver <./VERSION; \
    echo $ver | tr -d '\012'; \
    date +_%Y_%m_%d; \
else \
    cat ./VERSION; \
fi | sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' > version.h
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./inet.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./gencode.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./optimize.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./nametoaddr.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./etherent.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./savefile.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap-ng.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-common.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_image.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_dump.c
./runlex.sh flex -Ppcap_ -oscanner.c scanner.l
bison -y -p pcap_ -d grammar.y
grammar.y: warning: 38 shift/reduce conflicts [-Wconflicts-sr]
mv y.tab.c grammar.c
mv y.tab.h tokdefs.h
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c scanner.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -Dyylval=pcap_lval -c grammar.c
rm -f bpf_filter.c
ln -s ./bpf/net/bpf_filter.c bpf_filter.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c bpf_filter.c
if grep GIT ./VERSION >/dev/null; then \
    read ver <./VERSION; \
    echo $ver | tr -d '\012'; \
    date +_%Y_%m_%d; \
else \
    cat ./VERSION; \
fi | sed -e 's/.*/char pcap_version[] = "&";/' > version.c
arm-linux-gnueabihf-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c version.c
arm-linux-gnueabihf-ar rc libpcap.a pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o  
arm-linux-gnueabihf-ranlib libpcap.a
VER=`cat ./VERSION`; \
MAJOR_VER=`sed 's/\([0-9][0-9]*\)\..*/\1/' ./VERSION`; \
arm-linux-gnueabihf-gcc -shared -Wl,-soname,libpcap.so.$MAJOR_VER  \
    -o libpcap.so.$VER pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o   
./config.status --file=pcap-config.tmp:./pcap-config.in
config.status: creating pcap-config.tmp
mv pcap-config.tmp pcap-config
chmod a+x pcap-config
rm -f pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o  libpcap.* capturetest filtertest findalldevstest opentest selpolltest valgrindtest libpcap-`cat ./VERSION`.tar.gz scanner.c grammar.c bpf_filter.c version.c scanner.h tokdefs.h version.h lex.yy.c pcap-config
checking build system type... x86_64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking target system type... aarch64-unknown-linux-gnu
checking for aarch64-linux-gnu-gcc... aarch64-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether aarch64-linux-gnu-gcc accepts -g... yes
checking for aarch64-linux-gnu-gcc option to accept ISO C89... none needed
checking for inline... inline
checking for __attribute__... yes
checking whether __attribute__((unused)) can be used without warnings... yes
checking whether __attribute__((format)) can be used without warnings... yes
checking how to run the C preprocessor... aarch64-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for int8_t... yes
checking for u_int8_t... yes
checking for int16_t... yes
checking for u_int16_t... yes
checking for int32_t... yes
checking for u_int32_t... yes
checking for int64_t... yes
checking for u_int64_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking linux/if_packet.h usability... yes
checking linux/if_packet.h presence... yes
checking for linux/if_packet.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking netpacket/if_packet.h usability... no
checking netpacket/if_packet.h presence... no
checking for netpacket/if_packet.h... no
checking for net/pfvar.h... no
checking for netinet/if_ether.h... yes
checking for ANSI ioctl definitions... yes
checking for strerror... yes
checking for strlcpy... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing putmsg... none required
checking for ether_hostton... yes
checking whether ether_hostton is declared... no
checking netinet/ether.h usability... yes
checking netinet/ether.h presence... yes
checking for netinet/ether.h... yes
checking whether ether_hostton is declared... yes
checking if --disable-protochain option is specified... enabled
checking packet capture type... linux
checking for linux/wireless.h... yes
checking for nl_socket_alloc in -lnl-3... no
checking for nl_socket_alloc in -lnl... no
checking for nl_handle_alloc in -lnl... no
checking for linux/ethtool.h... yes
checking if if_packet.h has tpacket_stats defined... yes
checking if tpacket_auxdata struct has tp_vlan_tci member... yes
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for socklen_t... yes
checking for getaddrinfo... yes
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking whether we have DAG API headers... no (/usr/local/include)
checking whether we have the DAG API... no
checking whether we have Septel API... no
checking whether we have Myricom Sniffer API... no (/opt/snf)
checking for flex... flex
checking for flex 2.4 or higher... yes
checking for bison... bison
checking for aarch64-linux-gnu-ranlib... aarch64-linux-gnu-ranlib
checking for aarch64-linux-gnu-ar... aarch64-linux-gnu-ar
checking whether ln -s works... yes
checking if sockaddr struct has the sa_len member... no
checking if sockaddr_storage struct exists... yes
checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
checking if unaligned accesses fail... /lib/ld-linux-aarch64.so.1: No such file or directory
yes
checking for USB sniffing support... yes
configure: Device for USB sniffing is /dev/usbmon
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/usbdevice_fs.h usability... yes
checking linux/usbdevice_fs.h presence... yes
checking for linux/usbdevice_fs.h... yes
checking if usbdevfs_ctrltransfer struct has bRequestType member... yes
checking whether the platform could support netfilter sniffing... yes
checking whether we can compile the netfilter support... yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: Bluetooth sniffing is not supported; install bluez-lib devel to enable it
checking libusb-1.0/libusb.h usability... no
checking libusb-1.0/libusb.h presence... no
checking for libusb-1.0/libusb.h... no
configure: canusb sniffing is not supported; install libusb1.0 lib devel to enable it
checking for linux/can.h... yes
configure: CAN sniffing is supported
checking for pkg-config... pkg-config
checking for D-Bus... no
checking linux/net_tstamp.h usability... yes
checking linux/net_tstamp.h presence... yes
checking for linux/net_tstamp.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcap-filter.manmisc
config.status: creating pcap-linktype.manmisc
config.status: creating pcap-tstamp.manmisc
config.status: creating pcap-savefile.manfile
config.status: creating pcap.3pcap
config.status: creating pcap_compile.3pcap
config.status: creating pcap_datalink.3pcap
config.status: creating pcap_dump_open.3pcap
config.status: creating pcap_get_tstamp_precision.3pcap
config.status: creating pcap_list_datalinks.3pcap
config.status: creating pcap_list_tstamp_types.3pcap
config.status: creating pcap_open_dead.3pcap
config.status: creating pcap_open_offline.3pcap
config.status: creating pcap_set_tstamp_precision.3pcap
config.status: creating pcap_set_tstamp_type.3pcap
config.status: creating config.h
config.status: executing default-1 commands
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-linux.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-usb-linux.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-can-linux.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-netfilter-linux.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./fad-getad.c
if grep GIT ./VERSION >/dev/null; then \
    read ver <./VERSION; \
    echo $ver | tr -d '\012'; \
    date +_%Y_%m_%d; \
else \
    cat ./VERSION; \
fi | sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' > version.h
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./inet.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./gencode.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./optimize.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./nametoaddr.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./etherent.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./savefile.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap-ng.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-common.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_image.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_dump.c
./runlex.sh flex -Ppcap_ -oscanner.c scanner.l
bison -y -p pcap_ -d grammar.y
grammar.y: warning: 38 shift/reduce conflicts [-Wconflicts-sr]
mv y.tab.c grammar.c
mv y.tab.h tokdefs.h
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c scanner.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -Dyylval=pcap_lval -c grammar.c
rm -f bpf_filter.c
ln -s ./bpf/net/bpf_filter.c bpf_filter.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c bpf_filter.c
if grep GIT ./VERSION >/dev/null; then \
    read ver <./VERSION; \
    echo $ver | tr -d '\012'; \
    date +_%Y_%m_%d; \
else \
    cat ./VERSION; \
fi | sed -e 's/.*/char pcap_version[] = "&";/' > version.c
aarch64-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c version.c
aarch64-linux-gnu-ar rc libpcap.a pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o  
aarch64-linux-gnu-ranlib libpcap.a
VER=`cat ./VERSION`; \
MAJOR_VER=`sed 's/\([0-9][0-9]*\)\..*/\1/' ./VERSION`; \
aarch64-linux-gnu-gcc -shared -Wl,-soname,libpcap.so.$MAJOR_VER  \
    -o libpcap.so.$VER pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o   
./config.status --file=pcap-config.tmp:./pcap-config.in
config.status: creating pcap-config.tmp
mv pcap-config.tmp pcap-config
chmod a+x pcap-config
rm -f pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o  libpcap.* capturetest filtertest findalldevstest opentest selpolltest valgrindtest libpcap-`cat ./VERSION`.tar.gz scanner.c grammar.c bpf_filter.c version.c scanner.h tokdefs.h version.h lex.yy.c pcap-config
checking build system type... x86_64-unknown-linux-gnu
checking host system type... powerpc64le-unknown-linux-gnu
checking target system type... powerpc64le-unknown-linux-gnu
checking for powerpc64le-linux-gnu-gcc... powerpc64le-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether powerpc64le-linux-gnu-gcc accepts -g... yes
checking for powerpc64le-linux-gnu-gcc option to accept ISO C89... none needed
checking for inline... inline
checking for __attribute__... yes
checking whether __attribute__((unused)) can be used without warnings... yes
checking whether __attribute__((format)) can be used without warnings... yes
checking how to run the C preprocessor... powerpc64le-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking sys/bitypes.h usability... yes
checking sys/bitypes.h presence... yes
checking for sys/bitypes.h... yes
checking for int8_t... yes
checking for u_int8_t... yes
checking for int16_t... yes
checking for u_int16_t... yes
checking for int32_t... yes
checking for u_int32_t... yes
checking for int64_t... yes
checking for u_int64_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for _LARGEFILE_SOURCE value needed for large files... no
checking sys/ioccom.h usability... no
checking sys/ioccom.h presence... no
checking for sys/ioccom.h... no
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking linux/types.h usability... yes
checking linux/types.h presence... yes
checking for linux/types.h... yes
checking linux/if_packet.h usability... yes
checking linux/if_packet.h presence... yes
checking for linux/if_packet.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking netpacket/if_packet.h usability... no
checking netpacket/if_packet.h presence... no
checking for netpacket/if_packet.h... no
checking for net/pfvar.h... no
checking for netinet/if_ether.h... yes
checking for ANSI ioctl definitions... yes
checking for strerror... yes
checking for strlcpy... no
checking for vsnprintf... yes
checking for snprintf... yes
checking for library containing gethostbyname... none required
checking for library containing socket... none required
checking for library containing putmsg... none required
checking for ether_hostton... yes
checking whether ether_hostton is declared... no
checking netinet/ether.h usability... yes
checking netinet/ether.h presence... yes
checking for netinet/ether.h... yes
checking whether ether_hostton is declared... yes
checking if --disable-protochain option is specified... enabled
checking packet capture type... linux
checking for linux/wireless.h... yes
checking for nl_socket_alloc in -lnl-3... no
checking for nl_socket_alloc in -lnl... no
checking for nl_handle_alloc in -lnl... no
checking for linux/ethtool.h... yes
checking if if_packet.h has tpacket_stats defined... yes
checking if tpacket_auxdata struct has tp_vlan_tci member... yes
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for socklen_t... yes
checking for getaddrinfo... yes
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking whether we have DAG API headers... no (/usr/local/include)
checking whether we have the DAG API... no
checking whether we have Septel API... no
checking whether we have Myricom Sniffer API... no (/opt/snf)
checking for flex... flex
checking for flex 2.4 or higher... yes
checking for bison... bison
checking for powerpc64le-linux-gnu-ranlib... powerpc64le-linux-gnu-ranlib
checking for powerpc64le-linux-gnu-ar... powerpc64le-linux-gnu-ar
checking whether ln -s works... yes
checking if sockaddr struct has the sa_len member... no
checking if sockaddr_storage struct exists... yes
checking if dl_hp_ppa_info_t struct has dl_module_id_1 member... no
checking if unaligned accesses fail... /lib64/ld64.so.2: No such file or directory
yes
checking for USB sniffing support... yes
configure: Device for USB sniffing is /dev/usbmon
checking linux/compiler.h usability... no
checking linux/compiler.h presence... no
checking for linux/compiler.h... no
checking linux/usbdevice_fs.h usability... yes
checking linux/usbdevice_fs.h presence... yes
checking for linux/usbdevice_fs.h... yes
checking if usbdevfs_ctrltransfer struct has bRequestType member... yes
checking whether the platform could support netfilter sniffing... yes
checking whether we can compile the netfilter support... yes
checking bluetooth/bluetooth.h usability... no
checking bluetooth/bluetooth.h presence... no
checking for bluetooth/bluetooth.h... no
configure: Bluetooth sniffing is not supported; install bluez-lib devel to enable it
checking libusb-1.0/libusb.h usability... no
checking libusb-1.0/libusb.h presence... no
checking for libusb-1.0/libusb.h... no
configure: canusb sniffing is not supported; install libusb1.0 lib devel to enable it
checking for linux/can.h... yes
configure: CAN sniffing is supported
checking for pkg-config... pkg-config
checking for D-Bus... no
checking linux/net_tstamp.h usability... yes
checking linux/net_tstamp.h presence... yes
checking for linux/net_tstamp.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
configure: creating ./config.status
config.status: creating Makefile
config.status: creating pcap-filter.manmisc
config.status: creating pcap-linktype.manmisc
config.status: creating pcap-tstamp.manmisc
config.status: creating pcap-savefile.manfile
config.status: creating pcap.3pcap
config.status: creating pcap_compile.3pcap
config.status: creating pcap_datalink.3pcap
config.status: creating pcap_dump_open.3pcap
config.status: creating pcap_get_tstamp_precision.3pcap
config.status: creating pcap_list_datalinks.3pcap
config.status: creating pcap_list_tstamp_types.3pcap
config.status: creating pcap_open_dead.3pcap
config.status: creating pcap_open_offline.3pcap
config.status: creating pcap_set_tstamp_precision.3pcap
config.status: creating pcap_set_tstamp_type.3pcap
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-linux.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-usb-linux.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-can-linux.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-netfilter-linux.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./fad-getad.c
if grep GIT ./VERSION >/dev/null; then \
    read ver <./VERSION; \
    echo $ver | tr -d '\012'; \
    date +_%Y_%m_%d; \
else \
    cat ./VERSION; \
fi | sed -e 's/.*/static const char pcap_version_string[] = "libpcap version &";/' > version.h
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./inet.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./gencode.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./optimize.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./nametoaddr.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./etherent.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./savefile.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./sf-pcap-ng.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./pcap-common.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_image.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c ./bpf_dump.c
./runlex.sh flex -Ppcap_ -oscanner.c scanner.l
bison -y -p pcap_ -d grammar.y
grammar.y: warning: 38 shift/reduce conflicts [-Wconflicts-sr]
mv y.tab.c grammar.c
mv y.tab.h tokdefs.h
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c scanner.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -Dyylval=pcap_lval -c grammar.c
rm -f bpf_filter.c
ln -s ./bpf/net/bpf_filter.c bpf_filter.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c bpf_filter.c
if grep GIT ./VERSION >/dev/null; then \
    read ver <./VERSION; \
    echo $ver | tr -d '\012'; \
    date +_%Y_%m_%d; \
else \
    cat ./VERSION; \
fi | sed -e 's/.*/char pcap_version[] = "&";/' > version.c
powerpc64le-linux-gnu-gcc -fpic -I.  -DHAVE_CONFIG_H  -D_U_="__attribute__((unused))" -g -O2 -c version.c
powerpc64le-linux-gnu-ar rc libpcap.a pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o  
powerpc64le-linux-gnu-ranlib libpcap.a
VER=`cat ./VERSION`; \
MAJOR_VER=`sed 's/\([0-9][0-9]*\)\..*/\1/' ./VERSION`; \
powerpc64le-linux-gnu-gcc -shared -Wl,-soname,libpcap.so.$MAJOR_VER  \
    -o libpcap.so.$VER pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o   
./config.status --file=pcap-config.tmp:./pcap-config.in
config.status: creating pcap-config.tmp
mv pcap-config.tmp pcap-config
chmod a+x pcap-config
rm -f pcap-linux.o pcap-usb-linux.o pcap-can-linux.o pcap-netfilter-linux.o fad-getad.o pcap.o inet.o gencode.o optimize.o nametoaddr.o etherent.o savefile.o sf-pcap.o sf-pcap-ng.o pcap-common.o bpf_image.o bpf_dump.o  scanner.o grammar.o bpf_filter.o version.o  libpcap.* capturetest filtertest findalldevstest opentest selpolltest valgrindtest libpcap-`cat ./VERSION`.tar.gz scanner.c grammar.c bpf_filter.c version.c scanner.h tokdefs.h version.h lex.yy.c pcap-config
Removing intermediate container 52904800fd2f
 ---> 411524db4170
Step 15/17 : RUN curl -fsSL https://get.docker.com | VERSION=18.06.0-ce /bin/sh
 ---> Running in 14a8c3c350e7
# Executing docker install script, commit: 36b78b2
+ sh -c apt-get update -qq >/dev/null
W: GPG error: http://emdebian.org/tools/debian jessie InRelease: The following signatures were invalid: 084C6C6F39159EDB67969AA87DE089671804772E
W: The repository 'http://emdebian.org/tools/debian jessie InRelease' is not signed.
+ sh -c apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
debconf: delaying package configuration, since apt-utils is not installed
+ sh -c curl -fsSL "https://download.docker.com/linux/debian/gpg" | apt-key add -qq - >/dev/null
Warning: apt-key output should not be parsed (stdout is not a terminal)
+ sh -c echo "deb [arch=amd64] https://download.docker.com/linux/debian stretch edge" > /etc/apt/sources.list.d/docker.list
+ [ debian = debian ]
+ [ stretch = wheezy ]
+ sh -c apt-get update -qq >/dev/null
W: GPG error: http://emdebian.org/tools/debian jessie InRelease: The following signatures were invalid: 084C6C6F39159EDB67969AA87DE089671804772E
W: The repository 'http://emdebian.org/tools/debian jessie InRelease' is not signed.
INFO: Searching repository for VERSION '18.06.0-ce'
INFO: apt-cache madison 'docker-ce' | grep '18.06.0.*ce.*-0~debian' | head -1 | cut -d' ' -f 4
+ sh -c apt-get install -y -qq --no-install-recommends docker-ce=18.06.0~ce~3-0~debian >/dev/null
debconf: delaying package configuration, since apt-utils is not installed
If you would like to use Docker as a non-root user, you should now consider
adding your user to the "docker" group with something like:

  sudo usermod -aG docker your-user

Remember that you will have to log out and back in for this to take effect!

WARNING: Adding a user to the "docker" group will grant the ability to run
         containers which can be used to obtain root privileges on the
         docker host.
         Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
         for more information.
Removing intermediate container 14a8c3c350e7
 ---> d354bf131287
Step 16/17 : COPY build.sh /
 ---> 3e765b360b90
Step 17/17 : ENTRYPOINT ["sh", "/build.sh"]
 ---> Running in 78735dff8851
Removing intermediate container 78735dff8851
 ---> 6173a402b361
Successfully built 6173a402b361
Successfully tagged weaveworks/weavebuild:latest
docker tag weaveworks/weavebuild weaveworks/weavebuild:
Error parsing reference: "weaveworks/weavebuild:" is not a valid repository/tag: invalid reference format
make: *** [.build.uptodate] Error 1

Anything else we need to know?

This may or may not be related to https://app.intercom.io/a/apps/nvwp88sj/inbox/inbox/all/conversations/17786897537 -- unclear at this stage. Right before the actual build error, there are apt/gpg related errors/warnings which appeared in "red" in my terminal. If the OP is talking about the same issue, this may have confused him.

Versions:

If related, branches 2.2 and 2.4 may be failing too.

murali-reddy commented 6 years ago

docker tag weaveworks/weavebuild weaveworks/weavebuild: Error parsing reference: "weaveworks/weavebuild:" is not a valid repository/tag: invalid reference format make: *** [.build.uptodate] Error 1

I ran into this issue other day. This would happen when tools/image-tag is missing as indicated in the error above

tools/image-tag: Command not found

If you follow the build steps and doing git submodule update --init before make should fix this.

Please re-open if this still does not fix.