Skip to content

Instantly share code, notes, and snippets.

@sub-mod
Created June 7, 2019 15:33
Show Gist options
  • Save sub-mod/ded03060c73b4744cc53f8ef31aaace2 to your computer and use it in GitHub Desktop.
Save sub-mod/ded03060c73b4744cc53f8ef31aaace2 to your computer and use it in GitHub Desktop.
notebook_logs
$ python build_image.py --tf_version=1.13.1 --platform=cpu tf_notebook
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
INFO|2019-06-06T23:48:38|build_image.py|71| docker daemon ready.
INFO|2019-06-06T23:48:38|build_image.py|25| Running: docker build --pull --build-arg INSTALL_TFMA=yes --build-arg TF_PACKAGE=http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp36-cp36m-linux_x86_64.whl --build-arg BASE_IMAGE=ubuntu:18.04@sha256:de774a3145f7ca4f0bd144c7d4ffb2931e06634f11529653b23eba85aef8e378 --build-arg TF_PACKAGE_PY_27=http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp27-none-linux_x86_64.whl -t gcr.io/kubeflow-images-public/tensorflow-1.13.1-notebook-cpu:latest -f Dockerfile .
cwd=/Users/subin/development/kubeflow/kubeflow/components/tensorflow-notebook-image
INFO|2019-06-06T23:48:38|build_image.py|40| Subprocess output:
INFO|2019-06-06T23:48:39|build_image.py|46| Sending build context to Docker daemon 19.9MB
INFO|2019-06-06T23:48:39|build_image.py|46| Step 1/46 : ARG BASE_IMAGE=ubuntu:18.04@sha256:de774a3145f7ca4f0bd144c7d4ffb2931e06634f11529653b23eba85aef8e378
INFO|2019-06-06T23:48:39|build_image.py|46| Step 2/46 : FROM $BASE_IMAGE
INFO|2019-06-06T23:48:40|build_image.py|46| sha256:de774a3145f7ca4f0bd144c7d4ffb2931e06634f11529653b23eba85aef8e378: Pulling from library/ubuntu
INFO|2019-06-06T23:48:40|build_image.py|46| Digest: sha256:de774a3145f7ca4f0bd144c7d4ffb2931e06634f11529653b23eba85aef8e378
INFO|2019-06-06T23:48:40|build_image.py|46| Status: Image is up to date for ubuntu:18.04@sha256:de774a3145f7ca4f0bd144c7d4ffb2931e06634f11529653b23eba85aef8e378
INFO|2019-06-06T23:48:40|build_image.py|46| ---> cd6d8154f1e1
INFO|2019-06-06T23:48:40|build_image.py|46| Step 3/46 : ARG TF_PACKAGE=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.7.0-cp36-cp36m-linux_x86_64.whl
INFO|2019-06-06T23:48:40|build_image.py|46| ---> Using cache
INFO|2019-06-06T23:48:40|build_image.py|46| ---> 6d59a010f14d
INFO|2019-06-06T23:48:40|build_image.py|46| Step 4/46 : ARG TF_PACKAGE_PY_27=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-1.7.0-cp27-none-linux_x86_64.whl
INFO|2019-06-06T23:48:40|build_image.py|46| ---> Using cache
INFO|2019-06-06T23:48:40|build_image.py|46| ---> 7c9227b6c2ae
INFO|2019-06-06T23:48:40|build_image.py|46| Step 5/46 : ARG TF_SERVING_VERSION=0.0.0
INFO|2019-06-06T23:48:40|build_image.py|46| ---> Using cache
INFO|2019-06-06T23:48:40|build_image.py|46| ---> 7db23b3f28e5
INFO|2019-06-06T23:48:40|build_image.py|46| Step 6/46 : ARG TFMA_VERSION
INFO|2019-06-06T23:48:40|build_image.py|46| ---> Using cache
INFO|2019-06-06T23:48:40|build_image.py|46| ---> 4361f90885a3
INFO|2019-06-06T23:48:40|build_image.py|46| Step 7/46 : ARG TFDV_VERSION
INFO|2019-06-06T23:48:40|build_image.py|46| ---> Using cache
INFO|2019-06-06T23:48:40|build_image.py|46| ---> c644cbf29b6c
INFO|2019-06-06T23:48:40|build_image.py|46| Step 8/46 : ARG PIPELINE_SDK_PACKAGE=https://storage.googleapis.com/ml-pipeline/release/0.1.7/kfp.tar.gz
INFO|2019-06-06T23:48:41|build_image.py|46| ---> Running in c33733708647
INFO|2019-06-06T23:48:41|build_image.py|46| Removing intermediate container c33733708647
INFO|2019-06-06T23:48:41|build_image.py|46| ---> a2f17df6f4c0
INFO|2019-06-06T23:48:41|build_image.py|46| Step 9/46 : USER root
INFO|2019-06-06T23:48:41|build_image.py|46| ---> Running in 39cb4a71a245
INFO|2019-06-06T23:48:41|build_image.py|46| Removing intermediate container 39cb4a71a245
INFO|2019-06-06T23:48:41|build_image.py|46| ---> 983a2079fbd5
INFO|2019-06-06T23:48:41|build_image.py|46| Step 10/46 : ENV DEBIAN_FRONTEND noninteractive
INFO|2019-06-06T23:48:41|build_image.py|46| ---> Running in b5776fc81aef
INFO|2019-06-06T23:48:41|build_image.py|46| Removing intermediate container b5776fc81aef
INFO|2019-06-06T23:48:41|build_image.py|46| ---> 723e805efba6
INFO|2019-06-06T23:48:41|build_image.py|46| Step 11/46 : ENV NB_USER jovyan
INFO|2019-06-06T23:48:42|build_image.py|46| ---> Running in 1d8baada0347
INFO|2019-06-06T23:48:42|build_image.py|46| Removing intermediate container 1d8baada0347
INFO|2019-06-06T23:48:42|build_image.py|46| ---> 462f2ea7b1ae
INFO|2019-06-06T23:48:42|build_image.py|46| Step 12/46 : ENV NB_UID 1000
INFO|2019-06-06T23:48:42|build_image.py|46| ---> Running in ecdea8d8cf8b
INFO|2019-06-06T23:48:42|build_image.py|46| Removing intermediate container ecdea8d8cf8b
INFO|2019-06-06T23:48:42|build_image.py|46| ---> 5d009f449946
INFO|2019-06-06T23:48:42|build_image.py|46| Step 13/46 : ENV HOME /home/$NB_USER
INFO|2019-06-06T23:48:42|build_image.py|46| ---> Running in d38d50528472
INFO|2019-06-06T23:48:43|build_image.py|46| Removing intermediate container d38d50528472
INFO|2019-06-06T23:48:43|build_image.py|46| ---> dc68e4e19c09
INFO|2019-06-06T23:48:43|build_image.py|46| Step 14/46 : ENV CONDA_DIR=/opt/conda
INFO|2019-06-06T23:48:43|build_image.py|46| ---> Running in 4eb337671e06
INFO|2019-06-06T23:48:43|build_image.py|46| Removing intermediate container 4eb337671e06
INFO|2019-06-06T23:48:43|build_image.py|46| ---> 630fe10b3a57
INFO|2019-06-06T23:48:43|build_image.py|46| Step 15/46 : ENV PATH $CONDA_DIR/bin:$PATH
INFO|2019-06-06T23:48:43|build_image.py|46| ---> Running in 9d5da984c6bd
INFO|2019-06-06T23:48:43|build_image.py|46| Removing intermediate container 9d5da984c6bd
INFO|2019-06-06T23:48:43|build_image.py|46| ---> f364d1492a5f
INFO|2019-06-06T23:48:43|build_image.py|46| Step 16/46 : ENV TF_PACKAGE $TF_PACKAGE
INFO|2019-06-06T23:48:43|build_image.py|46| ---> Running in cc90b59eee70
INFO|2019-06-06T23:48:44|build_image.py|46| Removing intermediate container cc90b59eee70
INFO|2019-06-06T23:48:44|build_image.py|46| ---> 1c73471fe090
INFO|2019-06-06T23:48:44|build_image.py|46| Step 17/46 : ENV TF_PACKAGE_27 $TF_PACKAGE_PY_27
INFO|2019-06-06T23:48:44|build_image.py|46| ---> Running in b50383a03d83
INFO|2019-06-06T23:48:44|build_image.py|46| Removing intermediate container b50383a03d83
INFO|2019-06-06T23:48:44|build_image.py|46| ---> 5aa33486f878
INFO|2019-06-06T23:48:44|build_image.py|46| Step 18/46 : ENV TF_SERVING_VERSION $TF_PACKAGE_PY_27
INFO|2019-06-06T23:48:44|build_image.py|46| ---> Running in 4d9e3d8ffa86
INFO|2019-06-06T23:48:44|build_image.py|46| Removing intermediate container 4d9e3d8ffa86
INFO|2019-06-06T23:48:44|build_image.py|46| ---> f2b5ac0527a4
INFO|2019-06-06T23:48:44|build_image.py|46| Step 19/46 : ENV TFMA_VERSION $TFMA_VERSION
INFO|2019-06-06T23:48:44|build_image.py|46| ---> Running in 2965c191b6c2
INFO|2019-06-06T23:48:45|build_image.py|46| Removing intermediate container 2965c191b6c2
INFO|2019-06-06T23:48:45|build_image.py|46| ---> ccac350d5755
INFO|2019-06-06T23:48:45|build_image.py|46| Step 20/46 : ENV TFDV_VERSION $TFDV_VERSION
INFO|2019-06-06T23:48:45|build_image.py|46| ---> Running in 769a88d87f18
INFO|2019-06-06T23:48:45|build_image.py|46| Removing intermediate container 769a88d87f18
INFO|2019-06-06T23:48:45|build_image.py|46| ---> d181250b1fee
INFO|2019-06-06T23:48:45|build_image.py|46| Step 21/46 : ENV PIPELINE_SDK_PACKAGE $PIPELINE_SDK_PACKAGE
INFO|2019-06-06T23:48:45|build_image.py|46| ---> Running in cf7551a715d4
INFO|2019-06-06T23:48:45|build_image.py|46| Removing intermediate container cf7551a715d4
INFO|2019-06-06T23:48:45|build_image.py|46| ---> fa14f70f0249
INFO|2019-06-06T23:48:45|build_image.py|46| Step 22/46 : SHELL ["/bin/bash", "-c"]
INFO|2019-06-06T23:48:45|build_image.py|46| ---> Running in a66e38b95ca2
INFO|2019-06-06T23:48:46|build_image.py|46| Removing intermediate container a66e38b95ca2
INFO|2019-06-06T23:48:46|build_image.py|46| ---> 509d33077d85
INFO|2019-06-06T23:48:46|build_image.py|46| Step 23/46 : RUN apt-get update && apt-get install -yq --no-install-recommends apt-transport-https build-essential bzip2 ca-certificates curl g++ git gnupg graphviz locales lsb-release openssh-client sudo unzip vim wget zip && apt-get clean && rm -rf /var/lib/apt/lists/*
INFO|2019-06-06T23:48:46|build_image.py|46| ---> Running in e66c6bb41b81
INFO|2019-06-06T23:48:47|build_image.py|46| Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
INFO|2019-06-06T23:48:47|build_image.py|46| Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
INFO|2019-06-06T23:48:47|build_image.py|46| Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
INFO|2019-06-06T23:48:47|build_image.py|46| Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe Sources [157 kB]
INFO|2019-06-06T23:48:47|build_image.py|46| Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
INFO|2019-06-06T23:48:48|build_image.py|46| Get:6 http://archive.ubuntu.com/ubuntu bionic/universe Sources [11.5 MB]
INFO|2019-06-06T23:48:48|build_image.py|46| Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [4168 B]
INFO|2019-06-06T23:48:48|build_image.py|46| Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [5436 B]
INFO|2019-06-06T23:48:48|build_image.py|46| Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [324 kB]
INFO|2019-06-06T23:48:48|build_image.py|46| Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [486 kB]
INFO|2019-06-06T23:48:49|build_image.py|46| Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
INFO|2019-06-06T23:48:49|build_image.py|46| Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
INFO|2019-06-06T23:48:49|build_image.py|46| Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
INFO|2019-06-06T23:48:49|build_image.py|46| Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
INFO|2019-06-06T23:48:50|build_image.py|46| Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe Sources [320 kB]
INFO|2019-06-06T23:48:50|build_image.py|46| Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [10.8 kB]
INFO|2019-06-06T23:48:50|build_image.py|46| Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [830 kB]
INFO|2019-06-06T23:48:50|build_image.py|46| Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [7236 B]
INFO|2019-06-06T23:48:50|build_image.py|46| Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1215 kB]
INFO|2019-06-06T23:48:50|build_image.py|46| Get:20 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2496 B]
INFO|2019-06-06T23:48:50|build_image.py|46| Get:21 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [3902 B]
INFO|2019-06-06T23:48:51|build_image.py|46| Fetched 28.3 MB in 4s (6852 kB/s)
INFO|2019-06-06T23:48:52|build_image.py|46| Reading package lists...
INFO|2019-06-06T23:48:53|build_image.py|46| Reading package lists...
INFO|2019-06-06T23:48:53|build_image.py|46| Building dependency tree...
INFO|2019-06-06T23:48:53|build_image.py|46| Reading state information...
INFO|2019-06-06T23:48:53|build_image.py|46| bzip2 is already the newest version (1.0.6-8.1).
INFO|2019-06-06T23:48:53|build_image.py|46| The following additional packages will be installed:
INFO|2019-06-06T23:48:53|build_image.py|46| binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-7 dirmngr
INFO|2019-06-06T23:48:53|build_image.py|46| distro-info-data dpkg-dev fontconfig fontconfig-config fonts-dejavu-core
INFO|2019-06-06T23:48:53|build_image.py|46| g++-7 gcc gcc-7 gcc-7-base gcc-8-base git-man gnupg-l10n gnupg-utils gpg
INFO|2019-06-06T23:48:53|build_image.py|46| gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm gpgv libann0 libasan4
INFO|2019-06-06T23:48:53|build_image.py|46| libasn1-8-heimdal libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin
INFO|2019-06-06T23:48:53|build_image.py|46| libc6-dev libcairo2 libcc1-0 libcdt5 libcgraph6 libcilkrts5 libcurl3-gnutls
INFO|2019-06-06T23:48:53|build_image.py|46| libcurl4 libdatrie1 libdpkg-perl libedit2 liberror-perl libexpat1
INFO|2019-06-06T23:48:53|build_image.py|46| libfontconfig1 libfreetype6 libgcc-7-dev libgcc1 libgd3 libgdbm-compat4
INFO|2019-06-06T23:48:53|build_image.py|46| libgdbm5 libglib2.0-0 libgomp1 libgpm2 libgraphite2-3 libgssapi-krb5-2
INFO|2019-06-06T23:48:53|build_image.py|46| libgssapi3-heimdal libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b
INFO|2019-06-06T23:48:53|build_image.py|46| libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
INFO|2019-06-06T23:48:53|build_image.py|46| libhx509-5-heimdal libice6 libisl19 libitm1 libjbig0 libjpeg-turbo8 libjpeg8
INFO|2019-06-06T23:48:53|build_image.py|46| libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0
INFO|2019-06-06T23:48:53|build_image.py|46| libksba8 liblab-gamut1 libldap-2.4-2 libldap-common liblsan0 libltdl7
INFO|2019-06-06T23:48:53|build_image.py|46| libmpc3 libmpdec2 libmpfr6 libmpx2 libnghttp2-14 libnpth0 libpango-1.0-0
INFO|2019-06-06T23:48:53|build_image.py|46| libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libperl5.26 libpixman-1-0
INFO|2019-06-06T23:48:53|build_image.py|46| libpng16-16 libpsl5 libpython3-stdlib libpython3.6 libpython3.6-minimal
INFO|2019-06-06T23:48:53|build_image.py|46| libpython3.6-stdlib libquadmath0 libreadline7 libroken18-heimdal librtmp1
INFO|2019-06-06T23:48:53|build_image.py|46| libsasl2-2 libsasl2-modules-db libsm6 libsqlite3-0 libssl1.0.0 libssl1.1
INFO|2019-06-06T23:48:53|build_image.py|46| libstdc++-7-dev libstdc++6 libthai-data libthai0 libtiff5 libtsan0 libubsan0
INFO|2019-06-06T23:48:53|build_image.py|46| libwebp6 libwind0-heimdal libx11-6 libx11-data libxau6 libxaw7
INFO|2019-06-06T23:48:53|build_image.py|46| libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6 libxpm4
INFO|2019-06-06T23:48:53|build_image.py|46| libxrender1 libxt6 linux-libc-dev make mime-support multiarch-support
INFO|2019-06-06T23:48:53|build_image.py|46| openssl patch perl perl-base perl-modules-5.26 pinentry-curses python3
INFO|2019-06-06T23:48:53|build_image.py|46| python3-minimal python3.6 python3.6-minimal readline-common ucf vim-common
INFO|2019-06-06T23:48:53|build_image.py|46| vim-runtime x11-common xxd xz-utils
INFO|2019-06-06T23:48:53|build_image.py|46| Suggested packages:
INFO|2019-06-06T23:48:53|build_image.py|46| binutils-doc cpp-doc gcc-7-locales dbus-user-session libpam-systemd
INFO|2019-06-06T23:48:53|build_image.py|46| pinentry-gnome3 tor debian-keyring g++-multilib g++-7-multilib gcc-7-doc
INFO|2019-06-06T23:48:53|build_image.py|46| libstdc++6-7-dbg gcc-multilib manpages-dev autoconf automake libtool flex
INFO|2019-06-06T23:48:53|build_image.py|46| bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg
INFO|2019-06-06T23:48:53|build_image.py|46| libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
INFO|2019-06-06T23:48:53|build_image.py|46| libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run
INFO|2019-06-06T23:48:53|build_image.py|46| | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
INFO|2019-06-06T23:48:53|build_image.py|46| git-mediawiki git-svn parcimonie xloadimage scdaemon gsfonts graphviz-doc
INFO|2019-06-06T23:48:53|build_image.py|46| glibc-doc bzr libgd-tools gdbm-l10n gpm krb5-doc krb5-user libstdc++-7-doc
INFO|2019-06-06T23:48:53|build_image.py|46| lsb make-doc keychain libpam-ssh monkeysphere ssh-askpass ed diffutils-doc
INFO|2019-06-06T23:48:53|build_image.py|46| perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl pinentry-doc
INFO|2019-06-06T23:48:53|build_image.py|46| python3-doc python3-tk python3-venv python3.6-venv python3.6-doc
INFO|2019-06-06T23:48:53|build_image.py|46| binfmt-support readline-doc ctags vim-doc vim-scripts
INFO|2019-06-06T23:48:53|build_image.py|46| Recommended packages:
INFO|2019-06-06T23:48:53|build_image.py|46| fakeroot libalgorithm-merge-perl less fonts-liberation manpages manpages-dev
INFO|2019-06-06T23:48:53|build_image.py|46| libfile-fcntllock-perl liblocale-gettext-perl libglib2.0-data
INFO|2019-06-06T23:48:53|build_image.py|46| shared-mime-info xdg-user-dirs libgts-bin krb5-locales publicsuffix
INFO|2019-06-06T23:48:53|build_image.py|46| libsasl2-modules file xauth netbase
INFO|2019-06-06T23:48:53|build_image.py|46| The following NEW packages will be installed:
INFO|2019-06-06T23:48:53|build_image.py|46| apt-transport-https binutils binutils-common binutils-x86-64-linux-gnu
INFO|2019-06-06T23:48:53|build_image.py|46| build-essential ca-certificates cpp cpp-7 curl dirmngr distro-info-data
INFO|2019-06-06T23:48:53|build_image.py|46| dpkg-dev fontconfig fontconfig-config fonts-dejavu-core g++ g++-7 gcc gcc-7
INFO|2019-06-06T23:48:53|build_image.py|46| gcc-7-base git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
INFO|2019-06-06T23:48:53|build_image.py|46| gpg-wks-client gpg-wks-server gpgconf gpgsm graphviz libann0 libasan4
INFO|2019-06-06T23:48:53|build_image.py|46| libasn1-8-heimdal libassuan0 libatomic1 libbinutils libbsd0 libc-dev-bin
INFO|2019-06-06T23:48:53|build_image.py|46| libc6-dev libcairo2 libcc1-0 libcdt5 libcgraph6 libcilkrts5 libcurl3-gnutls
INFO|2019-06-06T23:48:53|build_image.py|46| libcurl4 libdatrie1 libdpkg-perl libedit2 liberror-perl libexpat1
INFO|2019-06-06T23:48:53|build_image.py|46| libfontconfig1 libfreetype6 libgcc-7-dev libgd3 libgdbm-compat4 libgdbm5
INFO|2019-06-06T23:48:53|build_image.py|46| libglib2.0-0 libgomp1 libgpm2 libgraphite2-3 libgssapi-krb5-2
INFO|2019-06-06T23:48:53|build_image.py|46| libgssapi3-heimdal libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b
INFO|2019-06-06T23:48:53|build_image.py|46| libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal
INFO|2019-06-06T23:48:53|build_image.py|46| libhx509-5-heimdal libice6 libisl19 libitm1 libjbig0 libjpeg-turbo8 libjpeg8
INFO|2019-06-06T23:48:53|build_image.py|46| libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0
INFO|2019-06-06T23:48:53|build_image.py|46| libksba8 liblab-gamut1 libldap-2.4-2 libldap-common liblsan0 libltdl7
INFO|2019-06-06T23:48:53|build_image.py|46| libmpc3 libmpdec2 libmpfr6 libmpx2 libnghttp2-14 libnpth0 libpango-1.0-0
INFO|2019-06-06T23:48:53|build_image.py|46| libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libperl5.26 libpixman-1-0
INFO|2019-06-06T23:48:53|build_image.py|46| libpng16-16 libpsl5 libpython3-stdlib libpython3.6 libpython3.6-minimal
INFO|2019-06-06T23:48:53|build_image.py|46| libpython3.6-stdlib libquadmath0 libreadline7 libroken18-heimdal librtmp1
INFO|2019-06-06T23:48:53|build_image.py|46| libsasl2-2 libsasl2-modules-db libsm6 libsqlite3-0 libssl1.0.0 libssl1.1
INFO|2019-06-06T23:48:53|build_image.py|46| libstdc++-7-dev libthai-data libthai0 libtiff5 libtsan0 libubsan0 libwebp6
INFO|2019-06-06T23:48:53|build_image.py|46| libwind0-heimdal libx11-6 libx11-data libxau6 libxaw7 libxcb-render0
INFO|2019-06-06T23:48:53|build_image.py|46| libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6 libxpm4 libxrender1 libxt6
INFO|2019-06-06T23:48:53|build_image.py|46| linux-libc-dev locales lsb-release make mime-support multiarch-support
INFO|2019-06-06T23:48:53|build_image.py|46| openssh-client openssl patch perl perl-modules-5.26 pinentry-curses python3
INFO|2019-06-06T23:48:53|build_image.py|46| python3-minimal python3.6 python3.6-minimal readline-common sudo ucf unzip
INFO|2019-06-06T23:48:53|build_image.py|46| vim vim-common vim-runtime wget x11-common xxd xz-utils zip
INFO|2019-06-06T23:48:53|build_image.py|46| The following packages will be upgraded:
INFO|2019-06-06T23:48:53|build_image.py|46| gcc-8-base gpgv libgcc1 libstdc++6 perl-base
INFO|2019-06-06T23:48:54|build_image.py|46| 5 upgraded, 167 newly installed, 0 to remove and 33 not upgraded.
INFO|2019-06-06T23:48:54|build_image.py|46| Need to get 82.7 MB of archives.
INFO|2019-06-06T23:48:54|build_image.py|46| After this operation, 371 MB of additional disk space will be used.
INFO|2019-06-06T23:48:54|build_image.py|46| Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.3 [1390 kB]
INFO|2019-06-06T23:48:54|build_image.py|46| Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.0g-2ubuntu4.3 [1130 kB]
INFO|2019-06-06T23:48:54|build_image.py|46| Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.7-1~18.04 [531 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexpat1 amd64 2.2.5-3 [80.2 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.7-1~18.04 [1604 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsqlite3-0 amd64 3.22.0-1 [496 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.7-1~18.04 [1711 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.7-1~18.04 [197 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 multiarch-support amd64 2.27-3ubuntu1 [6916 B]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbsd0 amd64 0.8.7-1 [41.5 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2 [335 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 [110 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-8-base amd64 8.3.0-6ubuntu1~18.04 [18.6 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6 amd64 8.3.0-6ubuntu1~18.04 [400 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1 amd64 1:8.3.0-6ubuntu1~18.04 [40.7 kB]
INFO|2019-06-06T23:48:55|build_image.py|46| Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.2 [198 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.0g-2ubuntu4.3 [532 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 ca-certificates all 20180409 [151 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.5 [4568 B]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.2 [1169 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 locales all 2.27-3ubuntu1 [3612 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 sudo amd64 1.8.21p2-3ubuntu1 [428 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 xxd amd64 2:8.0.1453-1ubuntu1 [49.2 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim-common all 2:8.0.1453-1ubuntu1 [70.4 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.1 [30.9 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.1 [85.6 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.1 [279 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.1 [122 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:60 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.3 [1088 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.11 [1692 B]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.1 [193 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.1 [501 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.1 [1854 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.1 [3396 B]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB]
INFO|2019-06-06T23:48:56|build_image.py|46| Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-51.55 [1005 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.4.0-1ubuntu1~18.04 [19.0 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.4.0-1ubuntu1~18.04 [6740 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.2 [27.6 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.3.0-6ubuntu1~18.04 [47.4 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.3.0-6ubuntu1~18.04 [76.4 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.3.0-6ubuntu1~18.04 [27.9 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.3.0-6ubuntu1~18.04 [9180 B]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.4.0-1ubuntu1~18.04 [359 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.3.0-6ubuntu1~18.04 [133 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.3.0-6ubuntu1~18.04 [288 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.4.0-1ubuntu1~18.04 [126 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.4.0-1ubuntu1~18.04 [42.5 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.3.0-6ubuntu1~18.04 [11.6 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.3.0-6ubuntu1~18.04 [134 kB]
INFO|2019-06-06T23:48:57|build_image.py|46| Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.4.0-1ubuntu1~18.04 [2381 kB]
INFO|2019-06-06T23:48:58|build_image.py|46| Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.4.0-1ubuntu1~18.04 [7462 kB]
INFO|2019-06-06T23:48:58|build_image.py|46| Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.2 [5184 B]
INFO|2019-06-06T23:48:58|build_image.py|46| Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.4.0-1ubuntu1~18.04 [1467 kB]
INFO|2019-06-06T23:48:58|build_image.py|46| Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.4.0-1ubuntu1~18.04 [7575 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.2 [1568 B]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:95 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.1 [211 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 patch amd64 2.7.6-2ubuntu1 [102 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.1 [608 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB]
INFO|2019-06-06T23:48:59|build_image.py|46| Get:104 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:106 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:107 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:108 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [14.8 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [49.2 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.2 [16.7 kB]
INFO|2019-06-06T23:49:00|build_image.py|46| Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.2 [155 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.7 [214 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.7 [159 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.2 [123 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:119 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:120 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B]
INFO|2019-06-06T23:49:01|build_image.py|46| Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.2 [316 kB]
INFO|2019-06-06T23:49:02|build_image.py|46| Get:122 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.7 [212 kB]
INFO|2019-06-06T23:49:02|build_image.py|46| Get:123 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
INFO|2019-06-06T23:49:02|build_image.py|46| Get:124 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.4 [803 kB]
INFO|2019-06-06T23:49:02|build_image.py|46| Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.4 [3907 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:126 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.2 [49.6 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:127 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.2 [127 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:128 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.2 [467 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.2 [227 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:131 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.2 [91.9 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:132 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.2 [84.9 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:133 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.2 [215 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.2 [249 kB]
INFO|2019-06-06T23:49:03|build_image.py|46| Get:135 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:136 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:137 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:139 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:140 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.2 [153 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:142 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:143 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.3 [119 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:144 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
INFO|2019-06-06T23:49:04|build_image.py|46| Get:145 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:146 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:147 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5600 B]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:148 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:151 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:152 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:154 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB]
INFO|2019-06-06T23:49:05|build_image.py|46| Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:156 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:157 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:159 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:160 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:161 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:162 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:163 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:164 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
INFO|2019-06-06T23:49:06|build_image.py|46| Get:165 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
INFO|2019-06-06T23:49:07|build_image.py|46| Get:166 http://archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB]
INFO|2019-06-06T23:49:07|build_image.py|46| Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]
INFO|2019-06-06T23:49:07|build_image.py|46| Get:168 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6 amd64 3.6.7-1~18.04 [1415 kB]
INFO|2019-06-06T23:49:07|build_image.py|46| Get:169 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB]
INFO|2019-06-06T23:49:07|build_image.py|46| Get:170 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim-runtime all 2:8.0.1453-1ubuntu1 [5437 kB]
INFO|2019-06-06T23:49:08|build_image.py|46| Get:171 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim amd64 2:8.0.1453-1ubuntu1 [1152 kB]
INFO|2019-06-06T23:49:08|build_image.py|46| Get:172 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB]
INFO|2019-06-06T23:49:08|build_image.py|46| debconf: delaying package configuration, since apt-utils is not installed
INFO|2019-06-06T23:49:08|build_image.py|46| Fetched 82.7 MB in 14s (5773 kB/s)
(Reading database ... 4037 files and directories currently installed.)
INFO|2019-06-06T23:49:08|build_image.py|46| Preparing to unpack .../perl-base_5.26.1-6ubuntu0.3_amd64.deb ...
INFO|2019-06-06T23:49:08|build_image.py|46| Unpacking perl-base (5.26.1-6ubuntu0.3) over (5.26.1-6ubuntu0.2) ...
INFO|2019-06-06T23:49:09|build_image.py|46| Setting up perl-base (5.26.1-6ubuntu0.3) ...
INFO|2019-06-06T23:49:09|build_image.py|46| Selecting previously unselected package libssl1.1:amd64.
(Reading database ... 4037 files and directories currently installed.)
INFO|2019-06-06T23:49:09|build_image.py|46| Preparing to unpack .../libssl1.1_1.1.0g-2ubuntu4.3_amd64.deb ...
INFO|2019-06-06T23:49:09|build_image.py|46| Unpacking libssl1.1:amd64 (1.1.0g-2ubuntu4.3) ...
INFO|2019-06-06T23:49:09|build_image.py|46| Selecting previously unselected package libpython3.6-minimal:amd64.
INFO|2019-06-06T23:49:09|build_image.py|46| Preparing to unpack .../libpython3.6-minimal_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:09|build_image.py|46| Unpacking libpython3.6-minimal:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:09|build_image.py|46| Selecting previously unselected package libexpat1:amd64.
INFO|2019-06-06T23:49:09|build_image.py|46| Preparing to unpack .../libexpat1_2.2.5-3_amd64.deb ...
INFO|2019-06-06T23:49:09|build_image.py|46| Unpacking libexpat1:amd64 (2.2.5-3) ...
INFO|2019-06-06T23:49:09|build_image.py|46| Selecting previously unselected package python3.6-minimal.
INFO|2019-06-06T23:49:09|build_image.py|46| Preparing to unpack .../python3.6-minimal_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:09|build_image.py|46| Unpacking python3.6-minimal (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Setting up libssl1.1:amd64 (1.1.0g-2ubuntu4.3) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Setting up libpython3.6-minimal:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Setting up libexpat1:amd64 (2.2.5-3) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Setting up python3.6-minimal (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Selecting previously unselected package python3-minimal.
(Reading database ... 4293 files and directories currently installed.)
INFO|2019-06-06T23:49:10|build_image.py|46| Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:10|build_image.py|46| Unpacking python3-minimal (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Selecting previously unselected package mime-support.
INFO|2019-06-06T23:49:10|build_image.py|46| Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
INFO|2019-06-06T23:49:10|build_image.py|46| Unpacking mime-support (3.60ubuntu1) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Selecting previously unselected package libmpdec2:amd64.
INFO|2019-06-06T23:49:10|build_image.py|46| Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:10|build_image.py|46| Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Selecting previously unselected package readline-common.
INFO|2019-06-06T23:49:10|build_image.py|46| Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
INFO|2019-06-06T23:49:10|build_image.py|46| Unpacking readline-common (7.0-3) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Selecting previously unselected package libreadline7:amd64.
INFO|2019-06-06T23:49:10|build_image.py|46| Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ...
INFO|2019-06-06T23:49:10|build_image.py|46| Unpacking libreadline7:amd64 (7.0-3) ...
INFO|2019-06-06T23:49:10|build_image.py|46| Selecting previously unselected package libsqlite3-0:amd64.
INFO|2019-06-06T23:49:10|build_image.py|46| Preparing to unpack .../5-libsqlite3-0_3.22.0-1_amd64.deb ...
INFO|2019-06-06T23:49:10|build_image.py|46| Unpacking libsqlite3-0:amd64 (3.22.0-1) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libpython3.6-stdlib:amd64.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../6-libpython3.6-stdlib_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libpython3.6-stdlib:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package python3.6.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../7-python3.6_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking python3.6 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libpython3-stdlib:amd64.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Setting up python3-minimal (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package python3.
(Reading database ... 4751 files and directories currently installed.)
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking python3 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package multiarch-support.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../multiarch-support_2.27-3ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking multiarch-support (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Setting up multiarch-support (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libxau6:amd64.
(Reading database ... 4788 files and directories currently installed.)
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../00-libxau6_1%3a1.0.8-1_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libxau6:amd64 (1:1.0.8-1) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libbsd0:amd64.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../01-libbsd0_0.8.7-1_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libbsd0:amd64 (0.8.7-1) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libxdmcp6:amd64.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libxcb1:amd64.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../03-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libx11-data.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ...
INFO|2019-06-06T23:49:11|build_image.py|46| Selecting previously unselected package libx11-6:amd64.
INFO|2019-06-06T23:49:11|build_image.py|46| Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ...
INFO|2019-06-06T23:49:11|build_image.py|46| Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package libxext6:amd64.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../06-libxext6_2%3a1.3.3-1_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking libxext6:amd64 (2:1.3.3-1) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package libpng16-16:amd64.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../07-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package libfreetype6:amd64.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../08-libfreetype6_2.8.1-2ubuntu2_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package ucf.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../09-ucf_3.0038_all.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Moving old data out of the way
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking ucf (3.0038) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package fonts-dejavu-core.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../10-fonts-dejavu-core_2.37-1_all.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking fonts-dejavu-core (2.37-1) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package fontconfig-config.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../11-fontconfig-config_2.12.6-0ubuntu2_all.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking fontconfig-config (2.12.6-0ubuntu2) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package libfontconfig1:amd64.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../12-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package fontconfig.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../13-fontconfig_2.12.6-0ubuntu2_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking fontconfig (2.12.6-0ubuntu2) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package libjpeg-turbo8:amd64.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../14-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.1_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package x11-common.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../15-x11-common_1%3a7.7+19ubuntu7.1_all.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| dpkg-query: no packages found matching nux-tools
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking x11-common (1:7.7+19ubuntu7.1) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package libice6:amd64.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../16-libice6_2%3a1.0.9-2_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking libice6:amd64 (2:1.0.9-2) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package libsm6:amd64.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../17-libsm6_2%3a1.2.2-1_amd64.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking libsm6:amd64 (2:1.2.2-1) ...
INFO|2019-06-06T23:49:12|build_image.py|46| Selecting previously unselected package perl-modules-5.26.
INFO|2019-06-06T23:49:12|build_image.py|46| Preparing to unpack .../18-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ...
INFO|2019-06-06T23:49:12|build_image.py|46| Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ...
INFO|2019-06-06T23:49:13|build_image.py|46| Selecting previously unselected package libgdbm5:amd64.
INFO|2019-06-06T23:49:13|build_image.py|46| Preparing to unpack .../19-libgdbm5_1.14.1-6_amd64.deb ...
INFO|2019-06-06T23:49:13|build_image.py|46| Unpacking libgdbm5:amd64 (1.14.1-6) ...
INFO|2019-06-06T23:49:13|build_image.py|46| Selecting previously unselected package libgdbm-compat4:amd64.
INFO|2019-06-06T23:49:13|build_image.py|46| Preparing to unpack .../20-libgdbm-compat4_1.14.1-6_amd64.deb ...
INFO|2019-06-06T23:49:13|build_image.py|46| Unpacking libgdbm-compat4:amd64 (1.14.1-6) ...
INFO|2019-06-06T23:49:13|build_image.py|46| Selecting previously unselected package libperl5.26:amd64.
INFO|2019-06-06T23:49:13|build_image.py|46| Preparing to unpack .../21-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ...
INFO|2019-06-06T23:49:13|build_image.py|46| Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Selecting previously unselected package perl.
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../22-perl_5.26.1-6ubuntu0.3_amd64.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking perl (5.26.1-6ubuntu0.3) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../23-gcc-8-base_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking gcc-8-base:amd64 (8.3.0-6ubuntu1~18.04) over (8-20180414-1ubuntu2) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Setting up gcc-8-base:amd64 (8.3.0-6ubuntu1~18.04) ...
(Reading database ... 7223 files and directories currently installed.)
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../libstdc++6_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking libstdc++6:amd64 (8.3.0-6ubuntu1~18.04) over (8-20180414-1ubuntu2) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Setting up libstdc++6:amd64 (8.3.0-6ubuntu1~18.04) ...
(Reading database ... 7223 files and directories currently installed.)
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../libgcc1_1%3a8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking libgcc1:amd64 (1:8.3.0-6ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Setting up libgcc1:amd64 (1:8.3.0-6ubuntu1~18.04) ...
(Reading database ... 7223 files and directories currently installed.)
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../gpgv_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking gpgv (2.2.4-1ubuntu1.2) over (2.2.4-1ubuntu1.1) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Setting up gpgv (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Selecting previously unselected package openssl.
(Reading database ... 7223 files and directories currently installed.)
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../000-openssl_1.1.0g-2ubuntu4.3_amd64.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking openssl (1.1.0g-2ubuntu4.3) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Selecting previously unselected package ca-certificates.
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../001-ca-certificates_20180409_all.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking ca-certificates (20180409) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Selecting previously unselected package distro-info-data.
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../002-distro-info-data_0.37ubuntu0.5_all.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking distro-info-data (0.37ubuntu0.5) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Selecting previously unselected package libglib2.0-0:amd64.
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../003-libglib2.0-0_2.56.4-0ubuntu0.18.04.2_amd64.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.2) ...
INFO|2019-06-06T23:49:14|build_image.py|46| Selecting previously unselected package locales.
INFO|2019-06-06T23:49:14|build_image.py|46| Preparing to unpack .../004-locales_2.27-3ubuntu1_all.deb ...
INFO|2019-06-06T23:49:14|build_image.py|46| Unpacking locales (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package lsb-release.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../005-lsb-release_9.20170808ubuntu1_all.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking lsb-release (9.20170808ubuntu1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package sudo.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../006-sudo_1.8.21p2-3ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking sudo (1.8.21p2-3ubuntu1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package xxd.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../007-xxd_2%3a8.0.1453-1ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking xxd (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package vim-common.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../008-vim-common_2%3a8.0.1453-1ubuntu1_all.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking vim-common (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package xz-utils.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../009-xz-utils_5.2.2-1.3_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking xz-utils (5.2.2-1.3) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package libedit2:amd64.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../010-libedit2_3.1-20170329-1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking libedit2:amd64 (3.1-20170329-1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package libkrb5support0:amd64.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../011-libkrb5support0_1.16-2ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package libk5crypto3:amd64.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../012-libk5crypto3_1.16-2ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package libkeyutils1:amd64.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../013-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package libkrb5-3:amd64.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../014-libkrb5-3_1.16-2ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package libgssapi-krb5-2:amd64.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../015-libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:15|build_image.py|46| Selecting previously unselected package libpsl5:amd64.
INFO|2019-06-06T23:49:15|build_image.py|46| Preparing to unpack .../016-libpsl5_0.19.1-5build1_amd64.deb ...
INFO|2019-06-06T23:49:15|build_image.py|46| Unpacking libpsl5:amd64 (0.19.1-5build1) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package libssl1.0.0:amd64.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../017-libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package openssh-client.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../018-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package wget.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../019-wget_1.19.4-1ubuntu2.2_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking wget (1.19.4-1ubuntu2.2) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package apt-transport-https.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../020-apt-transport-https_1.6.11_all.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking apt-transport-https (1.6.11) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package binutils-common:amd64.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../021-binutils-common_2.30-21ubuntu1~18.04.1_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package libbinutils:amd64.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../022-libbinutils_2.30-21ubuntu1~18.04.1_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package binutils-x86-64-linux-gnu.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../023-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.1_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package binutils.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../024-binutils_2.30-21ubuntu1~18.04.1_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking binutils (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package libc-dev-bin.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../025-libc-dev-bin_2.27-3ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking libc-dev-bin (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:16|build_image.py|46| Selecting previously unselected package linux-libc-dev:amd64.
INFO|2019-06-06T23:49:16|build_image.py|46| Preparing to unpack .../026-linux-libc-dev_4.15.0-51.55_amd64.deb ...
INFO|2019-06-06T23:49:16|build_image.py|46| Unpacking linux-libc-dev:amd64 (4.15.0-51.55) ...
INFO|2019-06-06T23:49:17|build_image.py|46| Selecting previously unselected package libc6-dev:amd64.
INFO|2019-06-06T23:49:17|build_image.py|46| Preparing to unpack .../027-libc6-dev_2.27-3ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:17|build_image.py|46| Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:17|build_image.py|46| Selecting previously unselected package gcc-7-base:amd64.
INFO|2019-06-06T23:49:17|build_image.py|46| Preparing to unpack .../028-gcc-7-base_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:17|build_image.py|46| Unpacking gcc-7-base:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:17|build_image.py|46| Selecting previously unselected package libisl19:amd64.
INFO|2019-06-06T23:49:17|build_image.py|46| Preparing to unpack .../029-libisl19_0.19-1_amd64.deb ...
INFO|2019-06-06T23:49:17|build_image.py|46| Unpacking libisl19:amd64 (0.19-1) ...
INFO|2019-06-06T23:49:17|build_image.py|46| Selecting previously unselected package libmpfr6:amd64.
INFO|2019-06-06T23:49:17|build_image.py|46| Preparing to unpack .../030-libmpfr6_4.0.1-1_amd64.deb ...
INFO|2019-06-06T23:49:17|build_image.py|46| Unpacking libmpfr6:amd64 (4.0.1-1) ...
INFO|2019-06-06T23:49:17|build_image.py|46| Selecting previously unselected package libmpc3:amd64.
INFO|2019-06-06T23:49:17|build_image.py|46| Preparing to unpack .../031-libmpc3_1.1.0-1_amd64.deb ...
INFO|2019-06-06T23:49:17|build_image.py|46| Unpacking libmpc3:amd64 (1.1.0-1) ...
INFO|2019-06-06T23:49:17|build_image.py|46| Selecting previously unselected package cpp-7.
INFO|2019-06-06T23:49:17|build_image.py|46| Preparing to unpack .../032-cpp-7_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:17|build_image.py|46| Unpacking cpp-7 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:18|build_image.py|46| Selecting previously unselected package cpp.
INFO|2019-06-06T23:49:18|build_image.py|46| Preparing to unpack .../033-cpp_4%3a7.4.0-1ubuntu2.2_amd64.deb ...
INFO|2019-06-06T23:49:18|build_image.py|46| Unpacking cpp (4:7.4.0-1ubuntu2.2) ...
INFO|2019-06-06T23:49:18|build_image.py|46| Selecting previously unselected package libcc1-0:amd64.
INFO|2019-06-06T23:49:18|build_image.py|46| Preparing to unpack .../034-libcc1-0_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:18|build_image.py|46| Unpacking libcc1-0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:18|build_image.py|46| Selecting previously unselected package libgomp1:amd64.
INFO|2019-06-06T23:49:18|build_image.py|46| Preparing to unpack .../035-libgomp1_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:18|build_image.py|46| Unpacking libgomp1:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:18|build_image.py|46| Selecting previously unselected package libitm1:amd64.
INFO|2019-06-06T23:49:18|build_image.py|46| Preparing to unpack .../036-libitm1_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:18|build_image.py|46| Unpacking libitm1:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:18|build_image.py|46| Selecting previously unselected package libatomic1:amd64.
INFO|2019-06-06T23:49:18|build_image.py|46| Preparing to unpack .../037-libatomic1_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:18|build_image.py|46| Unpacking libatomic1:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:18|build_image.py|46| Selecting previously unselected package libasan4:amd64.
INFO|2019-06-06T23:49:18|build_image.py|46| Preparing to unpack .../038-libasan4_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:18|build_image.py|46| Unpacking libasan4:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package liblsan0:amd64.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../039-liblsan0_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking liblsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package libtsan0:amd64.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../040-libtsan0_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking libtsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package libubsan0:amd64.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../041-libubsan0_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking libubsan0:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package libcilkrts5:amd64.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../042-libcilkrts5_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package libmpx2:amd64.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../043-libmpx2_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking libmpx2:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package libquadmath0:amd64.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../044-libquadmath0_8.3.0-6ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking libquadmath0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package libgcc-7-dev:amd64.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../045-libgcc-7-dev_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:19|build_image.py|46| Selecting previously unselected package gcc-7.
INFO|2019-06-06T23:49:19|build_image.py|46| Preparing to unpack .../046-gcc-7_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:19|build_image.py|46| Unpacking gcc-7 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:20|build_image.py|46| Selecting previously unselected package gcc.
INFO|2019-06-06T23:49:20|build_image.py|46| Preparing to unpack .../047-gcc_4%3a7.4.0-1ubuntu2.2_amd64.deb ...
INFO|2019-06-06T23:49:20|build_image.py|46| Unpacking gcc (4:7.4.0-1ubuntu2.2) ...
INFO|2019-06-06T23:49:20|build_image.py|46| Selecting previously unselected package libstdc++-7-dev:amd64.
INFO|2019-06-06T23:49:20|build_image.py|46| Preparing to unpack .../048-libstdc++-7-dev_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:20|build_image.py|46| Unpacking libstdc++-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:20|build_image.py|46| Selecting previously unselected package g++-7.
INFO|2019-06-06T23:49:20|build_image.py|46| Preparing to unpack .../049-g++-7_7.4.0-1ubuntu1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:20|build_image.py|46| Unpacking g++-7 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:21|build_image.py|46| Selecting previously unselected package g++.
INFO|2019-06-06T23:49:21|build_image.py|46| Preparing to unpack .../050-g++_4%3a7.4.0-1ubuntu2.2_amd64.deb ...
INFO|2019-06-06T23:49:21|build_image.py|46| Unpacking g++ (4:7.4.0-1ubuntu2.2) ...
INFO|2019-06-06T23:49:21|build_image.py|46| Selecting previously unselected package make.
INFO|2019-06-06T23:49:21|build_image.py|46| Preparing to unpack .../051-make_4.1-9.1ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:21|build_image.py|46| Unpacking make (4.1-9.1ubuntu1) ...
INFO|2019-06-06T23:49:21|build_image.py|46| Selecting previously unselected package libdpkg-perl.
INFO|2019-06-06T23:49:21|build_image.py|46| Preparing to unpack .../052-libdpkg-perl_1.19.0.5ubuntu2.1_all.deb ...
INFO|2019-06-06T23:49:21|build_image.py|46| Unpacking libdpkg-perl (1.19.0.5ubuntu2.1) ...
INFO|2019-06-06T23:49:21|build_image.py|46| Selecting previously unselected package patch.
INFO|2019-06-06T23:49:21|build_image.py|46| Preparing to unpack .../053-patch_2.7.6-2ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:21|build_image.py|46| Unpacking patch (2.7.6-2ubuntu1) ...
INFO|2019-06-06T23:49:21|build_image.py|46| Selecting previously unselected package dpkg-dev.
INFO|2019-06-06T23:49:21|build_image.py|46| Preparing to unpack .../054-dpkg-dev_1.19.0.5ubuntu2.1_all.deb ...
INFO|2019-06-06T23:49:21|build_image.py|46| Unpacking dpkg-dev (1.19.0.5ubuntu2.1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package build-essential.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../055-build-essential_12.4ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking build-essential (12.4ubuntu1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libroken18-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../056-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libasn1-8-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../057-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libheimbase1-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../058-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libhcrypto4-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../059-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libwind0-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../060-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libhx509-5-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../061-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libkrb5-26-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../062-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libheimntlm0-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../063-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libgssapi3-heimdal:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../064-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libsasl2-modules-db:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../065-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libsasl2-2:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../066-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libldap-common.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../067-libldap-common_2.4.45+dfsg-1ubuntu1.2_all.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.2) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libldap-2.4-2:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../068-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.2) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libnghttp2-14:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../069-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package librtmp1:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../070-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libcurl4:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../071-libcurl4_7.58.0-2ubuntu3.7_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.7) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package curl.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../072-curl_7.58.0-2ubuntu3.7_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking curl (7.58.0-2ubuntu3.7) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package libassuan0:amd64.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../073-libassuan0_2.5.1-2_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking libassuan0:amd64 (2.5.1-2) ...
INFO|2019-06-06T23:49:22|build_image.py|46| Selecting previously unselected package gpgconf.
INFO|2019-06-06T23:49:22|build_image.py|46| Preparing to unpack .../074-gpgconf_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:22|build_image.py|46| Unpacking gpgconf (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package libksba8:amd64.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../075-libksba8_1.3.5-2_amd64.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking libksba8:amd64 (1.3.5-2) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package libnpth0:amd64.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../076-libnpth0_1.5-3_amd64.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking libnpth0:amd64 (1.5-3) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package dirmngr.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../077-dirmngr_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking dirmngr (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package libcurl3-gnutls:amd64.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../078-libcurl3-gnutls_7.58.0-2ubuntu3.7_amd64.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.7) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package liberror-perl.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../079-liberror-perl_0.17025-1_all.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking liberror-perl (0.17025-1) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package git-man.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../080-git-man_1%3a2.17.1-1ubuntu0.4_all.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking git-man (1:2.17.1-1ubuntu0.4) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package git.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../081-git_1%3a2.17.1-1ubuntu0.4_amd64.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking git (1:2.17.1-1ubuntu0.4) ...
INFO|2019-06-06T23:49:23|build_image.py|46| Selecting previously unselected package gnupg-l10n.
INFO|2019-06-06T23:49:23|build_image.py|46| Preparing to unpack .../082-gnupg-l10n_2.2.4-1ubuntu1.2_all.deb ...
INFO|2019-06-06T23:49:23|build_image.py|46| Unpacking gnupg-l10n (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package gnupg-utils.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../083-gnupg-utils_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking gnupg-utils (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package gpg.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../084-gpg_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking gpg (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package pinentry-curses.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../085-pinentry-curses_1.1.0-1_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking pinentry-curses (1.1.0-1) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package gpg-agent.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../086-gpg-agent_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking gpg-agent (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package gpg-wks-client.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../087-gpg-wks-client_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking gpg-wks-client (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package gpg-wks-server.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../088-gpg-wks-server_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking gpg-wks-server (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package gpgsm.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../089-gpgsm_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking gpgsm (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package gnupg.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../090-gnupg_2.2.4-1ubuntu1.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking gnupg (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libann0.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../091-libann0_1.1.2+doc-6_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libann0 (1.1.2+doc-6) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libcdt5.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../092-libcdt5_2.40.1-2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libcdt5 (2.40.1-2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libcgraph6.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../093-libcgraph6_2.40.1-2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libcgraph6 (2.40.1-2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libjpeg8:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../094-libjpeg8_8c-2ubuntu8_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libjbig0:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../095-libjbig0_2.1-3.1build1_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libjbig0:amd64 (2.1-3.1build1) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libtiff5:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../096-libtiff5_4.0.9-5ubuntu0.2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libwebp6:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../097-libwebp6_0.6.1-2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libwebp6:amd64 (0.6.1-2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libxpm4:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../098-libxpm4_1%3a3.5.12-1_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libxpm4:amd64 (1:3.5.12-1) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libgd3:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../099-libgd3_2.2.5-4ubuntu0.3_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libgd3:amd64 (2.2.5-4ubuntu0.3) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libgts-0.7-5:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../100-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libpixman-1-0:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../101-libpixman-1-0_0.34.0-2_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libpixman-1-0:amd64 (0.34.0-2) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libxcb-render0:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../102-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libxcb-shm0:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../103-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libxrender1:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../104-libxrender1_1%3a0.9.10-1_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libxrender1:amd64 (1:0.9.10-1) ...
INFO|2019-06-06T23:49:24|build_image.py|46| Selecting previously unselected package libcairo2:amd64.
INFO|2019-06-06T23:49:24|build_image.py|46| Preparing to unpack .../105-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:24|build_image.py|46| Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libltdl7:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../106-libltdl7_2.4.6-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libltdl7:amd64 (2.4.6-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libthai-data.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../107-libthai-data_0.1.27-2_all.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libthai-data (0.1.27-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libdatrie1:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../108-libdatrie1_0.2.10-7_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libdatrie1:amd64 (0.2.10-7) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libthai0:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../109-libthai0_0.1.27-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libthai0:amd64 (0.1.27-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libpango-1.0-0:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../110-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libgraphite2-3:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../111-libgraphite2-3_1.3.11-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libgraphite2-3:amd64 (1.3.11-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libharfbuzz0b:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../112-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libpangoft2-1.0-0:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../113-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libpangocairo-1.0-0:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../114-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libpathplan4.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../115-libpathplan4_2.40.1-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libpathplan4 (2.40.1-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libgvc6.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../116-libgvc6_2.40.1-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libgvc6 (2.40.1-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libgvpr2.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../117-libgvpr2_2.40.1-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libgvpr2 (2.40.1-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package liblab-gamut1.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../118-liblab-gamut1_2.40.1-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking liblab-gamut1 (2.40.1-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libxt6:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../119-libxt6_1%3a1.1.5-1_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libxt6:amd64 (1:1.1.5-1) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libxmu6:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../120-libxmu6_2%3a1.1.2-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libxmu6:amd64 (2:1.1.2-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libxaw7:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../121-libxaw7_2%3a1.0.13-1_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libxaw7:amd64 (2:1.0.13-1) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package graphviz.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../122-graphviz_2.40.1-2_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking graphviz (2.40.1-2) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libgpm2:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../123-libgpm2_1.20.7-5_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libgpm2:amd64 (1.20.7-5) ...
INFO|2019-06-06T23:49:25|build_image.py|46| Selecting previously unselected package libpython3.6:amd64.
INFO|2019-06-06T23:49:25|build_image.py|46| Preparing to unpack .../124-libpython3.6_3.6.7-1~18.04_amd64.deb ...
INFO|2019-06-06T23:49:25|build_image.py|46| Unpacking libpython3.6:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:26|build_image.py|46| Selecting previously unselected package unzip.
INFO|2019-06-06T23:49:26|build_image.py|46| Preparing to unpack .../125-unzip_6.0-21ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:26|build_image.py|46| Unpacking unzip (6.0-21ubuntu1) ...
INFO|2019-06-06T23:49:26|build_image.py|46| Selecting previously unselected package vim-runtime.
INFO|2019-06-06T23:49:26|build_image.py|46| Preparing to unpack .../126-vim-runtime_2%3a8.0.1453-1ubuntu1_all.deb ...
INFO|2019-06-06T23:49:26|build_image.py|46| Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime'
INFO|2019-06-06T23:49:26|build_image.py|46| Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime'
INFO|2019-06-06T23:49:26|build_image.py|46| Unpacking vim-runtime (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Selecting previously unselected package vim.
INFO|2019-06-06T23:49:27|build_image.py|46| Preparing to unpack .../127-vim_2%3a8.0.1453-1ubuntu1_amd64.deb ...
INFO|2019-06-06T23:49:27|build_image.py|46| Unpacking vim (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Selecting previously unselected package zip.
INFO|2019-06-06T23:49:27|build_image.py|46| Preparing to unpack .../128-zip_3.0-11build1_amd64.deb ...
INFO|2019-06-06T23:49:27|build_image.py|46| Unpacking zip (3.0-11build1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libquadmath0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libnpth0:amd64 (1.5-3) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libedit2:amd64 (3.1-20170329-1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libgomp1:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libatomic1:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up readline-common (7.0-3) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up git-man (1:2.17.1-1ubuntu0.4) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libpathplan4 (2.40.1-2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libcc1-0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up make (4.1-9.1ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up liblab-gamut1 (2.40.1-2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up apt-transport-https (1.6.11) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.3) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up mime-support (3.60ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up xxd (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up sudo (1.8.21p2-3ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libjbig0:amd64 (2.1-3.1build1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libgpm2:amd64 (1.20.7-5) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libldap-common (2.4.45+dfsg-1ubuntu1.2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up fonts-dejavu-core (2.37-1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libreadline7:amd64 (7.0-3) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libpsl5:amd64 (0.19.1-5build1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libtsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| No schema files found: doing nothing.
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up unzip (6.0-21ubuntu1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up linux-libc-dev:amd64 (4.15.0-51.55) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libmpfr6:amd64 (4.0.1-1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up distro-info-data (0.37ubuntu0.5) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libdatrie1:amd64 (0.2.10-7) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libksba8:amd64 (1.3.5-2) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libgdbm5:amd64 (1.14.1-6) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libbsd0:amd64 (0.8.7-1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up libkrb5support0:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:27|build_image.py|46| Setting up ucf (3.0038) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up zip (3.0-11build1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libfreetype6:amd64 (2.8.1-2ubuntu2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up gnupg-l10n (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libgraphite2-3:amd64 (1.3.11-2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up liblsan0:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up gcc-7-base:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libmpx2:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libpixman-1-0:amd64 (0.34.0-2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up patch (2.7.6-2ubuntu1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Processing triggers for libc-bin (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up xz-utils (5.2.2-1.3) ...
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libltdl7:amd64 (2.4.6-2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up openssl (1.1.0g-2ubuntu4.3) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up wget (1.19.4-1ubuntu2.2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up vim-common (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libsqlite3-0:amd64 (3.22.0-1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libann0 (1.1.2+doc-6) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up vim-runtime (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libmpc3:amd64 (1.1.0-1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libc-dev-bin (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libthai-data (0.1.27-2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libgdbm-compat4:amd64 (1.14.1-6) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ...
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up x11-common (1:7.7+19ubuntu7.1) ...
INFO|2019-06-06T23:49:28|build_image.py|46| update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
INFO|2019-06-06T23:49:28|build_image.py|46| invoke-rc.d: could not determine current runlevel
INFO|2019-06-06T23:49:28|build_image.py|46| invoke-rc.d: policy-rc.d denied execution of start.
INFO|2019-06-06T23:49:28|build_image.py|46| Setting up ca-certificates (20180409) ...
INFO|2019-06-06T23:49:29|build_image.py|46| Updating certificates in /etc/ssl/certs...
INFO|2019-06-06T23:49:29|build_image.py|46| 133 added, 0 removed; done.
INFO|2019-06-06T23:49:29|build_image.py|46| Setting up libc6-dev:amd64 (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:29|build_image.py|46| Setting up libassuan0:amd64 (2.5.1-2) ...
INFO|2019-06-06T23:49:29|build_image.py|46| Setting up locales (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Generating locales (this might take a while)...
INFO|2019-06-06T23:49:30|build_image.py|46| Generation complete.
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libcdt5 (2.40.1-2) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libitm1:amd64 (8.3.0-6ubuntu1~18.04) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libx11-data (2:1.6.4-3ubuntu0.2) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libxau6:amd64 (1:1.0.8-1) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libcgraph6 (2.40.1-2) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libwebp6:amd64 (0.6.1-2) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libisl19:amd64 (0.19-1) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libpython3.6-stdlib:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up libk5crypto3:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:30|build_image.py|46| Setting up fontconfig-config (2.12.6-0ubuntu2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up python3.6 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libasan4:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libgvpr2 (2.40.1-2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libubsan0:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up gpgconf (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libtiff5:amd64 (4.0.9-5ubuntu0.2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libthai0:amd64 (0.1.27-2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up cpp-7 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libstdc++-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up gpgsm (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up gnupg-utils (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libice6:amd64 (2:1.0.9-2) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up pinentry-curses (1.1.0-1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libkrb5-3:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:31|build_image.py|46| Setting up gpg (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libpython3.6:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up cpp (4:7.4.0-1ubuntu2.2) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libsm6:amd64 (2:1.2.2-1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up python3 (3.6.7-1~18.04) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up vim (2:8.0.1453-1ubuntu1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up gpg-agent (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up gpg-wks-server (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up lsb-release (9.20170808ubuntu1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up perl (5.26.1-6ubuntu0.3) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libxpm4:amd64 (1:3.5.12-1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libxt6:amd64 (1:1.1.5-1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libxrender1:amd64 (1:0.9.10-1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up binutils (2.30-21ubuntu1~18.04.1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up openssh-client (1:7.6p1-4ubuntu0.3) ...
INFO|2019-06-06T23:49:32|build_image.py|46| Setting up fontconfig (2.12.6-0ubuntu2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Regenerating fonts cache... done.
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libxext6:amd64 (2:1.3.3-1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up gcc-7 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up liberror-perl (0.17025-1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up g++-7 (7.4.0-1ubuntu1~18.04) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libdpkg-perl (1.19.0.5ubuntu2.1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libgd3:amd64 (2.2.5-4ubuntu0.3) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up gcc (4:7.4.0-1ubuntu2.2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libxmu6:amd64 (2:1.1.2-2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up dpkg-dev (1.19.0.5ubuntu2.1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up g++ (4:7.4.0-1ubuntu2.2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
INFO|2019-06-06T23:49:34|build_image.py|46| update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up dirmngr (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libxaw7:amd64 (2:1.0.13-1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up build-essential (12.4ubuntu1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.7) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libcurl4:amd64 (7.58.0-2ubuntu3.7) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up gpg-wks-client (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up git (1:2.17.1-1ubuntu0.4) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up curl (7.58.0-2ubuntu3.7) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up gnupg (2.2.4-1ubuntu1.2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up libgvc6 (2.40.1-2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Setting up graphviz (2.40.1-2) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Processing triggers for libc-bin (2.27-3ubuntu1) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Processing triggers for ca-certificates (20180409) ...
INFO|2019-06-06T23:49:34|build_image.py|46| Updating certificates in /etc/ssl/certs...
INFO|2019-06-06T23:49:35|build_image.py|46| 0 added, 0 removed; done.
INFO|2019-06-06T23:49:35|build_image.py|46| Running hooks in /etc/ca-certificates/update.d...
INFO|2019-06-06T23:49:35|build_image.py|46| done.
INFO|2019-06-06T23:49:41|build_image.py|46| Removing intermediate container e66c6bb41b81
INFO|2019-06-06T23:49:41|build_image.py|46| ---> cbafadadfb94
INFO|2019-06-06T23:49:41|build_image.py|46| Step 24/46 : ENV DOCKER_CREDENTIAL_GCR_VERSION=1.4.3
INFO|2019-06-06T23:49:41|build_image.py|46| ---> Running in e56c651fb483
INFO|2019-06-06T23:49:42|build_image.py|46| Removing intermediate container e56c651fb483
INFO|2019-06-06T23:49:42|build_image.py|46| ---> 94181b2fdf67
INFO|2019-06-06T23:49:42|build_image.py|46| Step 25/46 : RUN curl -LO https://github.com/GoogleCloudPlatform/docker-credential-gcr/releases/download/v${DOCKER_CREDENTIAL_GCR_VERSION}/docker-credential-gcr_linux_amd64-${DOCKER_CREDENTIAL_GCR_VERSION}.tar.gz && tar -zxvf docker-credential-gcr_linux_amd64-${DOCKER_CREDENTIAL_GCR_VERSION}.tar.gz && mv docker-credential-gcr /usr/local/bin/docker-credential-gcr && rm docker-credential-gcr_linux_amd64-${DOCKER_CREDENTIAL_GCR_VERSION}.tar.gz && chmod +x /usr/local/bin/docker-credential-gcr && docker-credential-gcr configure-docker
INFO|2019-06-06T23:49:42|build_image.py|46| ---> Running in cd945f580f95
INFO|2019-06-06T23:49:42|build_image.py|46| % Total % Received % Xferd Average Speed Time Time Time Current
INFO|2019-06-06T23:49:42|build_image.py|46| Dload Upload Total Spent Left Speed
100 636 0 636 0 0 2025 0 --:--:-- --:--:-- --:--:-- 2031 0 0 --:--:-- --:--:-- --:--:-- 0
100 3329k 100 3329k 0 0 2781k 0 0:00:01 0:00:01 --:--:-- 8044k
INFO|2019-06-06T23:49:44|build_image.py|46| docker-credential-gcr
INFO|2019-06-06T23:49:44|build_image.py|46| WARNING: Unable to determine Docker version: exec: "docker": executable file not found in $PATH
INFO|2019-06-06T23:49:44|build_image.py|46| Configuring docker-credential-gcr as a registry-specific helper. This is only supported by Docker client versions 1.13+
INFO|2019-06-06T23:49:44|build_image.py|46| /home/jovyan/.docker/config.json configured to use this credential helper for GCR registries
INFO|2019-06-06T23:49:45|build_image.py|46| Removing intermediate container cd945f580f95
INFO|2019-06-06T23:49:45|build_image.py|46| ---> d8792dbb440c
INFO|2019-06-06T23:49:45|build_image.py|46| Step 26/46 : RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && locale-gen
INFO|2019-06-06T23:49:45|build_image.py|46| ---> Running in 7a48b7ea627d
INFO|2019-06-06T23:49:46|build_image.py|46| Generating locales (this might take a while)...
INFO|2019-06-06T23:49:47|build_image.py|46| en_US.UTF-8... done
INFO|2019-06-06T23:49:47|build_image.py|46| Generation complete.
INFO|2019-06-06T23:49:47|build_image.py|46| Removing intermediate container 7a48b7ea627d
INFO|2019-06-06T23:49:47|build_image.py|46| ---> 047e740e25d5
INFO|2019-06-06T23:49:47|build_image.py|46| Step 27/46 : ENV LC_ALL en_US.UTF-8
INFO|2019-06-06T23:49:48|build_image.py|46| ---> Running in 1d1f441ad729
INFO|2019-06-06T23:49:48|build_image.py|46| Removing intermediate container 1d1f441ad729
INFO|2019-06-06T23:49:48|build_image.py|46| ---> dee4c2d4c9ec
INFO|2019-06-06T23:49:48|build_image.py|46| Step 28/46 : ENV LANG en_US.UTF-8
INFO|2019-06-06T23:49:48|build_image.py|46| ---> Running in 53262f2091f9
INFO|2019-06-06T23:49:48|build_image.py|46| Removing intermediate container 53262f2091f9
INFO|2019-06-06T23:49:48|build_image.py|46| ---> 57c622e7f8fc
INFO|2019-06-06T23:49:48|build_image.py|46| Step 29/46 : ENV LANGUAGE en_US.UTF-8
INFO|2019-06-06T23:49:48|build_image.py|46| ---> Running in cbcb06d6f6f3
INFO|2019-06-06T23:49:48|build_image.py|46| Removing intermediate container cbcb06d6f6f3
INFO|2019-06-06T23:49:48|build_image.py|46| ---> a928f818e857
INFO|2019-06-06T23:49:48|build_image.py|46| Step 30/46 : RUN useradd -M -s /bin/bash -N -u $NB_UID $NB_USER && chown -R ${NB_USER}:users /usr/local/bin && mkdir -p $HOME
INFO|2019-06-06T23:49:49|build_image.py|46| ---> Running in 48c8882bd707
INFO|2019-06-06T23:49:50|build_image.py|46| Removing intermediate container 48c8882bd707
INFO|2019-06-06T23:49:50|build_image.py|46| ---> 8293573706b5
INFO|2019-06-06T23:49:50|build_image.py|46| Step 31/46 : RUN export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)" && echo "deb https://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" > /etc/apt/sources.list.d/google-cloud-sdk.list && curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - && apt-get update && apt-get install -y google-cloud-sdk kubectl
INFO|2019-06-06T23:49:50|build_image.py|46| ---> Running in e6e353bcb22e
INFO|2019-06-06T23:49:51|build_image.py|46| % Total % Received % Xferd Average Speed Time Time Time Current
INFO|2019-06-06T23:49:51|build_image.py|46| Dload Upload Total Spent Left Speed
INFO|2019-06-06T23:49:51|build_image.py|46| 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0Warning: apt-key output should not be parsed (stdout is not a terminal)
100 1326 100 1326 0 0 5346 0 --:--:-- --:--:-- --:--:-- 5325
INFO|2019-06-06T23:49:51|build_image.py|46| OK
INFO|2019-06-06T23:49:52|build_image.py|46| Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:3 https://packages.cloud.google.com/apt cloud-sdk-bionic InRelease [6,372 B]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:4 https://packages.cloud.google.com/apt cloud-sdk-bionic/main amd64 Packages [75.3 kB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe Sources [157 kB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:6 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:7 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [486 kB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:9 http://archive.ubuntu.com/ubuntu bionic/universe Sources [11.5 MB]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [5,436 B]
INFO|2019-06-06T23:49:52|build_image.py|46| Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [324 kB]
INFO|2019-06-06T23:49:53|build_image.py|46| Get:12 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [4,168 B]
INFO|2019-06-06T23:49:54|build_image.py|46| Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1,344 kB]
INFO|2019-06-06T23:49:54|build_image.py|46| Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
INFO|2019-06-06T23:49:54|build_image.py|46| Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
INFO|2019-06-06T23:49:54|build_image.py|46| Get:16 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
INFO|2019-06-06T23:49:54|build_image.py|46| Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/universe Sources [320 kB]
INFO|2019-06-06T23:49:54|build_image.py|46| Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,215 kB]
INFO|2019-06-06T23:49:55|build_image.py|46| Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [7,236 B]
INFO|2019-06-06T23:49:55|build_image.py|46| Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [830 kB]
INFO|2019-06-06T23:49:55|build_image.py|46| Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [10.8 kB]
INFO|2019-06-06T23:49:55|build_image.py|46| Get:22 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [3,902 B]
INFO|2019-06-06T23:49:55|build_image.py|46| Get:23 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [2,496 B]
INFO|2019-06-06T23:49:56|build_image.py|46| Fetched 28.3 MB in 4s (6,828 kB/s)
INFO|2019-06-06T23:49:57|build_image.py|46| Reading package lists...
INFO|2019-06-06T23:49:58|build_image.py|46| Reading package lists...
INFO|2019-06-06T23:49:58|build_image.py|46| Building dependency tree...
INFO|2019-06-06T23:49:58|build_image.py|46| Reading state information...
INFO|2019-06-06T23:49:58|build_image.py|46| The following additional packages will be installed:
INFO|2019-06-06T23:49:58|build_image.py|46| libpython-stdlib libpython2.7-minimal libpython2.7-stdlib python
INFO|2019-06-06T23:49:58|build_image.py|46| python-crcmod python-minimal python2.7 python2.7-minimal
INFO|2019-06-06T23:49:58|build_image.py|46| Suggested packages:
INFO|2019-06-06T23:49:58|build_image.py|46| google-cloud-sdk-app-engine-java google-cloud-sdk-app-engine-python
INFO|2019-06-06T23:49:58|build_image.py|46| google-cloud-sdk-pubsub-emulator google-cloud-sdk-bigtable-emulator
INFO|2019-06-06T23:49:58|build_image.py|46| google-cloud-sdk-datastore-emulator python-doc python-tk python2.7-doc
INFO|2019-06-06T23:49:58|build_image.py|46| binfmt-support
INFO|2019-06-06T23:49:58|build_image.py|46| The following NEW packages will be installed:
INFO|2019-06-06T23:49:58|build_image.py|46| google-cloud-sdk kubectl libpython-stdlib libpython2.7-minimal
INFO|2019-06-06T23:49:58|build_image.py|46| libpython2.7-stdlib python python-crcmod python-minimal python2.7
INFO|2019-06-06T23:49:58|build_image.py|46| python2.7-minimal
INFO|2019-06-06T23:49:58|build_image.py|46| 0 upgraded, 10 newly installed, 0 to remove and 33 not upgraded.
INFO|2019-06-06T23:49:58|build_image.py|46| Need to get 35.4 MB of archives.
INFO|2019-06-06T23:49:58|build_image.py|46| After this operation, 223 MB of additional disk space will be used.
INFO|2019-06-06T23:49:58|build_image.py|46| Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-minimal amd64 2.7.15~rc1-1ubuntu0.1 [334 kB]
INFO|2019-06-06T23:49:58|build_image.py|46| Get:2 https://packages.cloud.google.com/apt cloud-sdk-bionic/main amd64 google-cloud-sdk all 249.0.0-0 [22.6 MB]
INFO|2019-06-06T23:49:59|build_image.py|46| Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7-minimal amd64 2.7.15~rc1-1ubuntu0.1 [1,304 kB]
INFO|2019-06-06T23:49:59|build_image.py|46| Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15~rc1-1 [28.1 kB]
INFO|2019-06-06T23:49:59|build_image.py|46| Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-stdlib amd64 2.7.15~rc1-1ubuntu0.1 [1,912 kB]
INFO|2019-06-06T23:49:59|build_image.py|46| Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7 amd64 2.7.15~rc1-1ubuntu0.1 [238 kB]
INFO|2019-06-06T23:49:59|build_image.py|46| Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpython-stdlib amd64 2.7.15~rc1-1 [7,620 B]
INFO|2019-06-06T23:49:59|build_image.py|46| Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 python amd64 2.7.15~rc1-1 [140 kB]
INFO|2019-06-06T23:49:59|build_image.py|46| Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python-crcmod amd64 1.7-2build4 [17.5 kB]
INFO|2019-06-06T23:50:00|build_image.py|46| Get:10 https://packages.cloud.google.com/apt cloud-sdk-bionic/main amd64 kubectl amd64 1.14.2-00 [8,810 kB]
INFO|2019-06-06T23:50:01|build_image.py|46| debconf: delaying package configuration, since apt-utils is not installed
INFO|2019-06-06T23:50:01|build_image.py|46| Fetched 35.4 MB in 3s (11.7 MB/s)
INFO|2019-06-06T23:50:01|build_image.py|46| Selecting previously unselected package libpython2.7-minimal:amd64.
(Reading database ... 15109 files and directories currently installed.)
INFO|2019-06-06T23:50:01|build_image.py|46| Preparing to unpack .../0-libpython2.7-minimal_2.7.15~rc1-1ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:50:01|build_image.py|46| Unpacking libpython2.7-minimal:amd64 (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Selecting previously unselected package python2.7-minimal.
INFO|2019-06-06T23:50:02|build_image.py|46| Preparing to unpack .../1-python2.7-minimal_2.7.15~rc1-1ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:50:02|build_image.py|46| Unpacking python2.7-minimal (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Selecting previously unselected package python-minimal.
INFO|2019-06-06T23:50:02|build_image.py|46| Preparing to unpack .../2-python-minimal_2.7.15~rc1-1_amd64.deb ...
INFO|2019-06-06T23:50:02|build_image.py|46| Unpacking python-minimal (2.7.15~rc1-1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Selecting previously unselected package libpython2.7-stdlib:amd64.
INFO|2019-06-06T23:50:02|build_image.py|46| Preparing to unpack .../3-libpython2.7-stdlib_2.7.15~rc1-1ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:50:02|build_image.py|46| Unpacking libpython2.7-stdlib:amd64 (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Selecting previously unselected package python2.7.
INFO|2019-06-06T23:50:02|build_image.py|46| Preparing to unpack .../4-python2.7_2.7.15~rc1-1ubuntu0.1_amd64.deb ...
INFO|2019-06-06T23:50:02|build_image.py|46| Unpacking python2.7 (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Selecting previously unselected package libpython-stdlib:amd64.
INFO|2019-06-06T23:50:02|build_image.py|46| Preparing to unpack .../5-libpython-stdlib_2.7.15~rc1-1_amd64.deb ...
INFO|2019-06-06T23:50:02|build_image.py|46| Unpacking libpython-stdlib:amd64 (2.7.15~rc1-1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Setting up libpython2.7-minimal:amd64 (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Setting up python2.7-minimal (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:02|build_image.py|46| Setting up python-minimal (2.7.15~rc1-1) ...
INFO|2019-06-06T23:50:03|build_image.py|46| Selecting previously unselected package python.
(Reading database ... 15857 files and directories currently installed.)
INFO|2019-06-06T23:50:03|build_image.py|46| Preparing to unpack .../python_2.7.15~rc1-1_amd64.deb ...
INFO|2019-06-06T23:50:03|build_image.py|46| Unpacking python (2.7.15~rc1-1) ...
INFO|2019-06-06T23:50:03|build_image.py|46| Selecting previously unselected package python-crcmod.
INFO|2019-06-06T23:50:03|build_image.py|46| Preparing to unpack .../python-crcmod_1.7-2build4_amd64.deb ...
INFO|2019-06-06T23:50:03|build_image.py|46| Unpacking python-crcmod (1.7-2build4) ...
INFO|2019-06-06T23:50:03|build_image.py|46| Selecting previously unselected package google-cloud-sdk.
INFO|2019-06-06T23:50:03|build_image.py|46| Preparing to unpack .../google-cloud-sdk_249.0.0-0_all.deb ...
INFO|2019-06-06T23:50:03|build_image.py|46| Unpacking google-cloud-sdk (249.0.0-0) ...
INFO|2019-06-06T23:50:07|build_image.py|46| Selecting previously unselected package kubectl.
INFO|2019-06-06T23:50:07|build_image.py|46| Preparing to unpack .../kubectl_1.14.2-00_amd64.deb ...
INFO|2019-06-06T23:50:07|build_image.py|46| Unpacking kubectl (1.14.2-00) ...
INFO|2019-06-06T23:50:08|build_image.py|46| Processing triggers for mime-support (3.60ubuntu1) ...
INFO|2019-06-06T23:50:08|build_image.py|46| Setting up kubectl (1.14.2-00) ...
INFO|2019-06-06T23:50:08|build_image.py|46| Setting up libpython2.7-stdlib:amd64 (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:08|build_image.py|46| Setting up python2.7 (2.7.15~rc1-1ubuntu0.1) ...
INFO|2019-06-06T23:50:09|build_image.py|46| Setting up libpython-stdlib:amd64 (2.7.15~rc1-1) ...
INFO|2019-06-06T23:50:09|build_image.py|46| Setting up google-cloud-sdk (249.0.0-0) ...
INFO|2019-06-06T23:50:16|build_image.py|46|
INFO|2019-06-06T23:50:16|build_image.py|46|
INFO|2019-06-06T23:50:16|build_image.py|46| To take a quick anonymous survey, run:
INFO|2019-06-06T23:50:16|build_image.py|46| $ gcloud alpha survey
INFO|2019-06-06T23:50:16|build_image.py|46|
INFO|2019-06-06T23:50:16|build_image.py|46| Setting up python (2.7.15~rc1-1) ...
INFO|2019-06-06T23:50:16|build_image.py|46| Setting up python-crcmod (1.7-2build4) ...
INFO|2019-06-06T23:50:24|build_image.py|46| Removing intermediate container e6e353bcb22e
INFO|2019-06-06T23:50:24|build_image.py|46| ---> 0d8934dbf410
INFO|2019-06-06T23:50:24|build_image.py|46| Step 32/46 : RUN cd /tmp && wget --quiet https://github.com/krallin/tini/releases/download/v0.10.0/tini && echo "1361527f39190a7338a0b434bd8c88ff7233ce7b9a4876f3315c22fce7eca1b0 *tini" | sha256sum -c - && mv tini /usr/local/bin/tini && chmod +x /usr/local/bin/tini
INFO|2019-06-06T23:50:24|build_image.py|46| ---> Running in 165e9f897bd0
INFO|2019-06-06T23:50:26|build_image.py|46| tini: OK
INFO|2019-06-06T23:50:26|build_image.py|46| Removing intermediate container 165e9f897bd0
INFO|2019-06-06T23:50:26|build_image.py|46| ---> 251bb4e16ebe
INFO|2019-06-06T23:50:26|build_image.py|46| Step 33/46 : ENV MINICONDA_VERSION 4.4.10
INFO|2019-06-06T23:50:27|build_image.py|46| ---> Running in f561ca15be2f
INFO|2019-06-06T23:50:27|build_image.py|46| Removing intermediate container f561ca15be2f
INFO|2019-06-06T23:50:27|build_image.py|46| ---> 0f0f6075e217
INFO|2019-06-06T23:50:27|build_image.py|46| Step 34/46 : RUN cd /tmp && mkdir -p $CONDA_DIR && wget --quiet https://repo.continuum.io/miniconda/Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && echo "bec6203dbb2f53011e974e9bf4d46e93 *Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh" | md5sum -c - && /bin/bash Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh -f -b -p ${CONDA_DIR} && rm Miniconda3-${MINICONDA_VERSION}-Linux-x86_64.sh && conda config --system --prepend channels conda-forge && conda config --system --set auto_update_conda false && conda config --system --set show_channel_urls true && conda update --all && conda update conda && conda clean -tipsy
INFO|2019-06-06T23:50:27|build_image.py|46| ---> Running in 8147a3119fa9
INFO|2019-06-06T23:50:34|build_image.py|46| Miniconda3-4.4.10-Linux-x86_64.sh: OK
INFO|2019-06-06T23:50:34|build_image.py|46| PREFIX=/opt/conda
INFO|2019-06-06T23:50:34|build_image.py|46| installing: python-3.6.4-hc3d631a_1 ...
INFO|2019-06-06T23:50:38|build_image.py|46| Python 3.6.4 :: Anaconda, Inc.
INFO|2019-06-06T23:50:38|build_image.py|46| installing: ca-certificates-2017.08.26-h1d4fec5_0 ...
INFO|2019-06-06T23:50:38|build_image.py|46| installing: conda-env-2.6.0-h36134e3_1 ...
INFO|2019-06-06T23:50:38|build_image.py|46| installing: libgcc-ng-7.2.0-h7cc24e2_2 ...
INFO|2019-06-06T23:50:39|build_image.py|46| installing: libstdcxx-ng-7.2.0-h7a57d05_2 ...
INFO|2019-06-06T23:50:39|build_image.py|46| installing: libffi-3.2.1-hd88cf55_4 ...
INFO|2019-06-06T23:50:39|build_image.py|46| installing: ncurses-6.0-h9df7e31_2 ...
INFO|2019-06-06T23:50:40|build_image.py|46| installing: openssl-1.0.2n-hb7f436b_0 ...
INFO|2019-06-06T23:50:40|build_image.py|46| installing: tk-8.6.7-hc745277_3 ...
INFO|2019-06-06T23:50:41|build_image.py|46| installing: xz-5.2.3-h55aa19d_2 ...
INFO|2019-06-06T23:50:41|build_image.py|46| installing: yaml-0.1.7-had09818_2 ...
INFO|2019-06-06T23:50:41|build_image.py|46| installing: zlib-1.2.11-ha838bed_2 ...
INFO|2019-06-06T23:50:41|build_image.py|46| installing: libedit-3.1-heed3624_0 ...
INFO|2019-06-06T23:50:41|build_image.py|46| installing: readline-7.0-ha6073c6_4 ...
INFO|2019-06-06T23:50:41|build_image.py|46| installing: sqlite-3.22.0-h1bed415_0 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: asn1crypto-0.24.0-py36_0 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: certifi-2018.1.18-py36_0 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: chardet-3.0.4-py36h0f667ec_1 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: idna-2.6-py36h82fb2a8_1 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: pycosat-0.6.3-py36h0a5515d_0 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: pycparser-2.18-py36hf9f622e_1 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: pysocks-1.6.7-py36hd97a5b1_1 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: ruamel_yaml-0.15.35-py36h14c3975_1 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: six-1.11.0-py36h372c433_1 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: cffi-1.11.4-py36h9745a5d_0 ...
INFO|2019-06-06T23:50:42|build_image.py|46| installing: setuptools-38.4.0-py36_0 ...
INFO|2019-06-06T23:50:43|build_image.py|46| installing: cryptography-2.1.4-py36hd09be54_0 ...
INFO|2019-06-06T23:50:43|build_image.py|46| installing: wheel-0.30.0-py36hfd4bba0_1 ...
INFO|2019-06-06T23:50:43|build_image.py|46| installing: pip-9.0.1-py36h6c6f9ce_4 ...
INFO|2019-06-06T23:50:43|build_image.py|46| installing: pyopenssl-17.5.0-py36h20ba746_0 ...
INFO|2019-06-06T23:50:43|build_image.py|46| installing: urllib3-1.22-py36hbe7ace6_0 ...
INFO|2019-06-06T23:50:43|build_image.py|46| installing: requests-2.18.4-py36he2e5f8d_1 ...
INFO|2019-06-06T23:50:43|build_image.py|46| installing: conda-4.4.10-py36_0 ...
INFO|2019-06-06T23:50:44|build_image.py|46| installation finished.
INFO|2019-06-06T23:50:45|build_image.py|46| Solving environment: ...working... done
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:12|build_image.py|46| # All requested packages already installed.
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:12|build_image.py|46| ==> WARNING: A newer version of conda exists. <==
INFO|2019-06-06T23:51:12|build_image.py|46| current version: 4.4.10
INFO|2019-06-06T23:51:12|build_image.py|46| latest version: 4.6.14
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:12|build_image.py|46| Please update conda by running
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:12|build_image.py|46| $ conda update -n base conda
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:12|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| Solving environment: ...working... done
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| ## Package Plan ##
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| environment location: /opt/conda
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| added / updated specs:
INFO|2019-06-06T23:51:24|build_image.py|46| - conda
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| The following packages will be downloaded:
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| package | build
INFO|2019-06-06T23:51:24|build_image.py|46| ---------------------------|-----------------
INFO|2019-06-06T23:51:24|build_image.py|46| openssl-1.1.1b | h14c3975_1 4.0 MB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| cryptography-2.7 | py36h72c5cf5_0 607 KB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| conda-4.6.14 | py36_0 2.1 MB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| libstdcxx-ng-8.2.0 | hdf63c60_1 2.9 MB defaults
INFO|2019-06-06T23:51:24|build_image.py|46| libgcc-ng-8.2.0 | hdf63c60_1 7.6 MB defaults
INFO|2019-06-06T23:51:24|build_image.py|46| libedit-3.1.20170329 | hf8c457e_1001 172 KB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| xz-5.2.4 | h14c3975_1001 366 KB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| sqlite-3.28.0 | h8b20d00_0 1.9 MB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| ncurses-6.1 | hf484d3e_1002 1.3 MB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| certifi-2019.3.9 | py36_0 149 KB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| ca-certificates-2019.3.9 | hecc5488_0 146 KB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| python-3.6.7 | h381d211_1004 34.5 MB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| tk-8.6.9 | hed695b0_1002 3.2 MB conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| ------------------------------------------------------------
INFO|2019-06-06T23:51:24|build_image.py|46| Total: 58.9 MB
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| The following packages will be UPDATED:
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| ca-certificates: 2017.08.26-h1d4fec5_0 defaults --> 2019.3.9-hecc5488_0 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| certifi: 2018.1.18-py36_0 defaults --> 2019.3.9-py36_0 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| conda: 4.4.10-py36_0 defaults --> 4.6.14-py36_0 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| cryptography: 2.1.4-py36hd09be54_0 defaults --> 2.7-py36h72c5cf5_0 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| libedit: 3.1-heed3624_0 defaults --> 3.1.20170329-hf8c457e_1001 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| libgcc-ng: 7.2.0-h7cc24e2_2 defaults --> 8.2.0-hdf63c60_1 defaults
INFO|2019-06-06T23:51:24|build_image.py|46| libstdcxx-ng: 7.2.0-h7a57d05_2 defaults --> 8.2.0-hdf63c60_1 defaults
INFO|2019-06-06T23:51:24|build_image.py|46| ncurses: 6.0-h9df7e31_2 defaults --> 6.1-hf484d3e_1002 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| openssl: 1.0.2n-hb7f436b_0 defaults --> 1.1.1b-h14c3975_1 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| python: 3.6.4-hc3d631a_1 defaults --> 3.6.7-h381d211_1004 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| sqlite: 3.22.0-h1bed415_0 defaults --> 3.28.0-h8b20d00_0 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| tk: 8.6.7-hc745277_3 defaults --> 8.6.9-hed695b0_1002 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46| xz: 5.2.3-h55aa19d_2 defaults --> 5.2.4-h14c3975_1001 conda-forge
INFO|2019-06-06T23:51:24|build_image.py|46|
INFO|2019-06-06T23:51:24|build_image.py|46| Proceed ([y]/n)?
openssl 1.1.1b: ########## | 100% ge.py|46|
cryptography 2.7: ########## | 100% .py|46| cryptography 2.7: | 0%
conda 4.6.14: ########## | 100% mage.py|46| conda 4.6.14: | 0%
libstdcxx-ng 8.2.0: ########## | 100% y|46| libstdcxx-ng 8.2.0: | 0%
libgcc-ng 8.2.0: ########## | 100% e.py|46| libgcc-ng 8.2.0: | 0%
libedit 3.1.20170329: ########## | 100% 46| libedit 3.1.20170329: | 0%
xz 5.2.4: ########## | 100% ld_image.py|46| xz 5.2.4: | 0%
sqlite 3.28.0: ########## | 100% age.py|46| sqlite 3.28.0: | 0%
ncurses 6.1: ########## | 100% image.py|46| ncurses 6.1: | 0%
certifi 2019.3.9: ########## | 100% .py|46| certifi 2019.3.9: | 0%
ca-certificates 2019.3.9: ########## | 100% ca-certificates 2019.3.9: | 0%
python 3.6.7: ########## | 100% mage.py|46| python 3.6.7: | 0%
tk 8.6.9: ########## | 100% ld_image.py|46| tk 8.6.9: | 0%
INFO|2019-06-06T23:51:47|build_image.py|46| Downloading and Extracting Packages
INFO|2019-06-06T23:51:47|build_image.py|46| Preparing transaction: ...working... done
INFO|2019-06-06T23:51:49|build_image.py|46| Verifying transaction: ...working... done
INFO|2019-06-06T23:51:50|build_image.py|46| Executing transaction: ...working... done
INFO|2019-06-06T23:51:51|build_image.py|46|
INFO|2019-06-06T23:51:53|build_image.py|46| WARNING: 'conda clean --source-cache' is deprecated.
INFO|2019-06-06T23:51:53|build_image.py|46| Use 'conda build purge-all' to remove source cache files.
INFO|2019-06-06T23:51:53|build_image.py|46| Cache location: /opt/conda/pkgs
INFO|2019-06-06T23:51:53|build_image.py|46| Will remove the following tarballs:
INFO|2019-06-06T23:51:53|build_image.py|46|
INFO|2019-06-06T23:51:53|build_image.py|46| /opt/conda/pkgs
INFO|2019-06-06T23:51:53|build_image.py|46| ---------------
INFO|2019-06-06T23:51:53|build_image.py|46| cryptography-2.7-py36h72c5cf5_0.tar.bz2 607 KB
INFO|2019-06-06T23:51:53|build_image.py|46| cffi-1.11.4-py36h9745a5d_0.tar.bz2 212 KB
INFO|2019-06-06T23:51:53|build_image.py|46| tk-8.6.7-hc745277_3.tar.bz2 3.2 MB
INFO|2019-06-06T23:51:53|build_image.py|46| certifi-2018.1.18-py36_0.tar.bz2 144 KB
INFO|2019-06-06T23:51:53|build_image.py|46| openssl-1.0.2n-hb7f436b_0.tar.bz2 3.4 MB
INFO|2019-06-06T23:51:53|build_image.py|46| conda-4.4.10-py36_0.tar.bz2 929 KB
INFO|2019-06-06T23:51:53|build_image.py|46| xz-5.2.3-h55aa19d_2.tar.bz2 357 KB
INFO|2019-06-06T23:51:53|build_image.py|46| pysocks-1.6.7-py36hd97a5b1_1.tar.bz2 22 KB
INFO|2019-06-06T23:51:53|build_image.py|46| pyopenssl-17.5.0-py36h20ba746_0.tar.bz2 79 KB
INFO|2019-06-06T23:51:53|build_image.py|46| ca-certificates-2017.08.26-h1d4fec5_0.tar.bz2 263 KB
INFO|2019-06-06T23:51:53|build_image.py|46| requests-2.18.4-py36he2e5f8d_1.tar.bz2 92 KB
INFO|2019-06-06T23:51:53|build_image.py|46| ncurses-6.1-hf484d3e_1002.tar.bz2 1.3 MB
INFO|2019-06-06T23:51:53|build_image.py|46| pip-9.0.1-py36h6c6f9ce_4.tar.bz2 2.2 MB
INFO|2019-06-06T23:51:53|build_image.py|46| setuptools-38.4.0-py36_0.tar.bz2 525 KB
INFO|2019-06-06T23:51:53|build_image.py|46| six-1.11.0-py36h372c433_1.tar.bz2 21 KB
INFO|2019-06-06T23:51:53|build_image.py|46| readline-7.0-ha6073c6_4.tar.bz2 1.1 MB
INFO|2019-06-06T23:51:53|build_image.py|46| libgcc-ng-7.2.0-h7cc24e2_2.tar.bz2 6.1 MB
INFO|2019-06-06T23:51:53|build_image.py|46| zlib-1.2.11-ha838bed_2.tar.bz2 101 KB
INFO|2019-06-06T23:51:53|build_image.py|46| wheel-0.30.0-py36hfd4bba0_1.tar.bz2 67 KB
INFO|2019-06-06T23:51:53|build_image.py|46| libstdcxx-ng-8.2.0-hdf63c60_1.tar.bz2 2.9 MB
INFO|2019-06-06T23:51:53|build_image.py|46| libedit-3.1.20170329-hf8c457e_1001.tar.bz2 172 KB
INFO|2019-06-06T23:51:53|build_image.py|46| conda-4.6.14-py36_0.tar.bz2 2.1 MB
INFO|2019-06-06T23:51:53|build_image.py|46| libstdcxx-ng-7.2.0-h7a57d05_2.tar.bz2 2.5 MB
INFO|2019-06-06T23:51:53|build_image.py|46| libgcc-ng-8.2.0-hdf63c60_1.tar.bz2 7.6 MB
INFO|2019-06-06T23:51:53|build_image.py|46| sqlite-3.28.0-h8b20d00_0.tar.bz2 1.9 MB
INFO|2019-06-06T23:51:53|build_image.py|46| pycparser-2.18-py36hf9f622e_1.tar.bz2 169 KB
INFO|2019-06-06T23:51:53|build_image.py|46| certifi-2019.3.9-py36_0.tar.bz2 149 KB
INFO|2019-06-06T23:51:53|build_image.py|46| yaml-0.1.7-had09818_2.tar.bz2 85 KB
INFO|2019-06-06T23:51:53|build_image.py|46| cryptography-2.1.4-py36hd09be54_0.tar.bz2 600 KB
INFO|2019-06-06T23:51:53|build_image.py|46| sqlite-3.22.0-h1bed415_0.tar.bz2 1.5 MB
INFO|2019-06-06T23:51:53|build_image.py|46| urllib3-1.22-py36hbe7ace6_0.tar.bz2 155 KB
INFO|2019-06-06T23:51:53|build_image.py|46| libffi-3.2.1-hd88cf55_4.tar.bz2 43 KB
INFO|2019-06-06T23:51:53|build_image.py|46| pycosat-0.6.3-py36h0a5515d_0.tar.bz2 104 KB
INFO|2019-06-06T23:51:53|build_image.py|46| python-3.6.7-h381d211_1004.tar.bz2 34.5 MB
INFO|2019-06-06T23:51:53|build_image.py|46| tk-8.6.9-hed695b0_1002.tar.bz2 3.2 MB
INFO|2019-06-06T23:51:53|build_image.py|46| xz-5.2.4-h14c3975_1001.tar.bz2 366 KB
INFO|2019-06-06T23:51:53|build_image.py|46| ruamel_yaml-0.15.35-py36h14c3975_1.tar.bz2 245 KB
INFO|2019-06-06T23:51:53|build_image.py|46| ncurses-6.0-h9df7e31_2.tar.bz2 920 KB
INFO|2019-06-06T23:51:53|build_image.py|46| libedit-3.1-heed3624_0.tar.bz2 171 KB
INFO|2019-06-06T23:51:53|build_image.py|46| chardet-3.0.4-py36h0f667ec_1.tar.bz2 190 KB
INFO|2019-06-06T23:51:53|build_image.py|46| python-3.6.4-hc3d631a_1.tar.bz2 29.1 MB
INFO|2019-06-06T23:51:53|build_image.py|46| idna-2.6-py36h82fb2a8_1.tar.bz2 122 KB
INFO|2019-06-06T23:51:53|build_image.py|46| asn1crypto-0.24.0-py36_0.tar.bz2 155 KB
INFO|2019-06-06T23:51:53|build_image.py|46| openssl-1.1.1b-h14c3975_1.tar.bz2 4.0 MB
INFO|2019-06-06T23:51:53|build_image.py|46| ca-certificates-2019.3.9-hecc5488_0.tar.bz2 146 KB
INFO|2019-06-06T23:51:53|build_image.py|46| conda-env-2.6.0-h36134e3_1.tar.bz2 2 KB
INFO|2019-06-06T23:51:53|build_image.py|46|
INFO|2019-06-06T23:51:53|build_image.py|46| ---------------------------------------------------
INFO|2019-06-06T23:51:53|build_image.py|46| Total: 113.7 MB
INFO|2019-06-06T23:51:53|build_image.py|46|
INFO|2019-06-06T23:51:53|build_image.py|46| Removed cryptography-2.7-py36h72c5cf5_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed cffi-1.11.4-py36h9745a5d_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed tk-8.6.7-hc745277_3.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed certifi-2018.1.18-py36_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed openssl-1.0.2n-hb7f436b_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed conda-4.4.10-py36_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed xz-5.2.3-h55aa19d_2.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed pysocks-1.6.7-py36hd97a5b1_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed pyopenssl-17.5.0-py36h20ba746_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed ca-certificates-2017.08.26-h1d4fec5_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed requests-2.18.4-py36he2e5f8d_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed ncurses-6.1-hf484d3e_1002.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed pip-9.0.1-py36h6c6f9ce_4.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed setuptools-38.4.0-py36_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed six-1.11.0-py36h372c433_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed readline-7.0-ha6073c6_4.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed libgcc-ng-7.2.0-h7cc24e2_2.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed zlib-1.2.11-ha838bed_2.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed wheel-0.30.0-py36hfd4bba0_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed libstdcxx-ng-8.2.0-hdf63c60_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed libedit-3.1.20170329-hf8c457e_1001.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed conda-4.6.14-py36_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed libstdcxx-ng-7.2.0-h7a57d05_2.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed libgcc-ng-8.2.0-hdf63c60_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed sqlite-3.28.0-h8b20d00_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed pycparser-2.18-py36hf9f622e_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed certifi-2019.3.9-py36_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed yaml-0.1.7-had09818_2.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed cryptography-2.1.4-py36hd09be54_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed sqlite-3.22.0-h1bed415_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed urllib3-1.22-py36hbe7ace6_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed libffi-3.2.1-hd88cf55_4.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed pycosat-0.6.3-py36h0a5515d_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed python-3.6.7-h381d211_1004.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed tk-8.6.9-hed695b0_1002.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed xz-5.2.4-h14c3975_1001.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed ruamel_yaml-0.15.35-py36h14c3975_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed ncurses-6.0-h9df7e31_2.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed libedit-3.1-heed3624_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed chardet-3.0.4-py36h0f667ec_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed python-3.6.4-hc3d631a_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed idna-2.6-py36h82fb2a8_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed asn1crypto-0.24.0-py36_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed openssl-1.1.1b-h14c3975_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed ca-certificates-2019.3.9-hecc5488_0.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Removed conda-env-2.6.0-h36134e3_1.tar.bz2
INFO|2019-06-06T23:51:53|build_image.py|46| Cache location: /opt/conda/pkgs
INFO|2019-06-06T23:51:53|build_image.py|46| Will remove the following packages:
INFO|2019-06-06T23:51:53|build_image.py|46| /opt/conda/pkgs
INFO|2019-06-06T23:51:53|build_image.py|46| ---------------
INFO|2019-06-06T23:51:53|build_image.py|46|
INFO|2019-06-06T23:51:53|build_image.py|46| ca-certificates-2017.08.26-h1d4fec5_0 769 KB
INFO|2019-06-06T23:51:53|build_image.py|46| certifi-2018.1.18-py36_0 281 KB
INFO|2019-06-06T23:51:53|build_image.py|46| tk-8.6.7-hc745277_3 9.8 MB
INFO|2019-06-06T23:51:53|build_image.py|46| conda-env-2.6.0-h36134e3_1 5 KB
INFO|2019-06-06T23:51:53|build_image.py|46| openssl-1.0.2n-hb7f436b_0 14.2 MB
INFO|2019-06-06T23:51:53|build_image.py|46| ncurses-6.0-h9df7e31_2 4.9 MB
INFO|2019-06-06T23:51:53|build_image.py|46| libstdcxx-ng-7.2.0-h7a57d05_2 7.8 MB
INFO|2019-06-06T23:51:53|build_image.py|46| sqlite-3.22.0-h1bed415_0 3.6 MB
INFO|2019-06-06T23:51:53|build_image.py|46| cryptography-2.1.4-py36hd09be54_0 3.1 MB
INFO|2019-06-06T23:51:53|build_image.py|46| xz-5.2.3-h55aa19d_2 1.2 MB
INFO|2019-06-06T23:51:53|build_image.py|46| conda-4.4.10-py36_0 5.3 MB
INFO|2019-06-06T23:51:53|build_image.py|46| libgcc-ng-7.2.0-h7cc24e2_2 19.0 MB
INFO|2019-06-06T23:51:53|build_image.py|46| python-3.6.4-hc3d631a_1 61.5 MB
INFO|2019-06-06T23:51:53|build_image.py|46| libedit-3.1-heed3624_0 711 KB
INFO|2019-06-06T23:51:53|build_image.py|46|
INFO|2019-06-06T23:51:53|build_image.py|46| ---------------------------------------------------
INFO|2019-06-06T23:51:53|build_image.py|46| Total: 132.2 MB
INFO|2019-06-06T23:51:53|build_image.py|46|
INFO|2019-06-06T23:51:53|build_image.py|46| removing ca-certificates-2017.08.26-h1d4fec5_0
INFO|2019-06-06T23:51:53|build_image.py|46| removing certifi-2018.1.18-py36_0
INFO|2019-06-06T23:51:53|build_image.py|46| removing tk-8.6.7-hc745277_3
INFO|2019-06-06T23:51:53|build_image.py|46| removing conda-env-2.6.0-h36134e3_1
INFO|2019-06-06T23:51:53|build_image.py|46| removing openssl-1.0.2n-hb7f436b_0
INFO|2019-06-06T23:51:53|build_image.py|46| removing ncurses-6.0-h9df7e31_2
INFO|2019-06-06T23:51:53|build_image.py|46| removing libstdcxx-ng-7.2.0-h7a57d05_2
INFO|2019-06-06T23:51:53|build_image.py|46| removing sqlite-3.22.0-h1bed415_0
INFO|2019-06-06T23:51:53|build_image.py|46| removing cryptography-2.1.4-py36hd09be54_0
INFO|2019-06-06T23:51:53|build_image.py|46| removing xz-5.2.3-h55aa19d_2
INFO|2019-06-06T23:51:53|build_image.py|46| removing conda-4.4.10-py36_0
INFO|2019-06-06T23:51:53|build_image.py|46| removing libgcc-ng-7.2.0-h7cc24e2_2
INFO|2019-06-06T23:51:53|build_image.py|46| removing python-3.6.4-hc3d631a_1
INFO|2019-06-06T23:51:53|build_image.py|46| removing libedit-3.1-heed3624_0
INFO|2019-06-06T23:51:58|build_image.py|46| Removing intermediate container 8147a3119fa9
INFO|2019-06-06T23:51:58|build_image.py|46| ---> 190ae017f8b6
INFO|2019-06-06T23:51:58|build_image.py|46| Step 35/46 : RUN pip install --upgrade pip && pip --no-cache-dir install ${TF_PACKAGE} jupyter jupyter-console==6.0.0 jupyterhub jupyterlab git+https://github.com/kubeflow/fairing@8087c0b4e4ae5007b7a21177047e8b8412be382e ${PIPELINE_SDK_PACKAGE} && conda clean -tipsy
INFO|2019-06-06T23:51:58|build_image.py|46| ---> Running in 209ef73d3f9e
INFO|2019-06-06T23:52:00|build_image.py|46| Collecting pip
INFO|2019-06-06T23:52:00|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cece2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (1.4MB)
INFO|2019-06-06T23:52:00|build_image.py|46| Installing collected packages: pip
INFO|2019-06-06T23:52:00|build_image.py|46| Found existing installation: pip 9.0.1
INFO|2019-06-06T23:52:00|build_image.py|46| Uninstalling pip-9.0.1:
INFO|2019-06-06T23:52:01|build_image.py|46| Successfully uninstalled pip-9.0.1
INFO|2019-06-06T23:52:01|build_image.py|46| Successfully installed pip-19.1.1
INFO|2019-06-06T23:52:02|build_image.py|46| Collecting git+https://github.com/kubeflow/fairing@8087c0b4e4ae5007b7a21177047e8b8412be382e
INFO|2019-06-06T23:52:02|build_image.py|46| Cloning https://github.com/kubeflow/fairing (to revision 8087c0b4e4ae5007b7a21177047e8b8412be382e) to /tmp/pip-req-build-qjllxejk
INFO|2019-06-06T23:52:02|build_image.py|46| Running command git clone -q https://github.com/kubeflow/fairing /tmp/pip-req-build-qjllxejk
INFO|2019-06-06T23:52:06|build_image.py|46| Running command git checkout -q 8087c0b4e4ae5007b7a21177047e8b8412be382e
INFO|2019-06-06T23:52:07|build_image.py|46| Collecting https://storage.googleapis.com/ml-pipeline/release/0.1.7/kfp.tar.gz
INFO|2019-06-06T23:52:07|build_image.py|46| Downloading https://storage.googleapis.com/ml-pipeline/release/0.1.7/kfp.tar.gz (120kB)
INFO|2019-06-06T23:52:07|build_image.py|46| Collecting tensorflow==1.13.1 from http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp36-cp36m-linux_x86_64.whl
INFO|2019-06-06T23:52:08|build_image.py|46| Downloading http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp36-cp36m-linux_x86_64.whl (93.4MB)
INFO|2019-06-06T23:52:24|build_image.py|46| Collecting jupyter
INFO|2019-06-06T23:52:24|build_image.py|46| Downloading https://files.pythonhosted.org/packages/83/df/0f5dd132200728a86190397e1ea87cd76244e42d39ec5e88efd25b2abd7e/jupyter-1.0.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:24|build_image.py|46| Collecting jupyter-console==6.0.0
INFO|2019-06-06T23:52:24|build_image.py|46| Downloading https://files.pythonhosted.org/packages/cb/ee/6374ae8c21b7d0847f9c3722dcdfac986b8e54fa9ad9ea66e1eb6320d2b8/jupyter_console-6.0.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:24|build_image.py|46| Collecting jupyterhub
INFO|2019-06-06T23:52:25|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0d/67/c1e7d691bcb635fcde61c544d8fbca1edebb7bb4f68f34f5de291eba02d0/jupyterhub-1.0.0-py3-none-any.whl (3.2MB)
INFO|2019-06-06T23:52:25|build_image.py|46| Collecting jupyterlab
INFO|2019-06-06T23:52:26|build_image.py|46| Downloading https://files.pythonhosted.org/packages/dd/7f/18b4ecfa055243f1eccdb1d7a1cdc0ae529f3df4c1098cee442ad177511a/jupyterlab-0.35.6-py3-none-any.whl (14.8MB)
INFO|2019-06-06T23:52:27|build_image.py|46| Collecting docker==3.4.1 (from fairing==0.0.3)
INFO|2019-06-06T23:52:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a5/64/8c0a5d22e70257e6b7ef7f14b577f99f0b9b1560c604f87856d0db80d151/docker-3.4.1-py2.py3-none-any.whl (124kB)
INFO|2019-06-06T23:52:27|build_image.py|46| Collecting redis==2.10.6 (from fairing==0.0.3)
INFO|2019-06-06T23:52:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3b/f6/7a76333cf0b9251ecf49efff635015171843d9b977e4ffcf59f9c4428052/redis-2.10.6-py2.py3-none-any.whl (64kB)
INFO|2019-06-06T23:52:27|build_image.py|46| Collecting notebook==5.6.0 (from fairing==0.0.3)
INFO|2019-06-06T23:52:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5e/7c/7fd8e9584779d65dfcad9fa2e09c76131a41f999f853a9c7026ed8585586/notebook-5.6.0-py2.py3-none-any.whl (8.9MB)
INFO|2019-06-06T23:52:28|build_image.py|46| Collecting numpy==1.15.0 (from fairing==0.0.3)
INFO|2019-06-06T23:52:29|build_image.py|46| Downloading https://files.pythonhosted.org/packages/88/29/f4c845648ed23264e986cdc5fbab5f8eace1be5e62144ef69ccc7189461d/numpy-1.15.0-cp36-cp36m-manylinux1_x86_64.whl (13.9MB)
INFO|2019-06-06T23:52:30|build_image.py|46| Collecting kubernetes==6.0.0 (from fairing==0.0.3)
INFO|2019-06-06T23:52:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/b4/2a/cd879d216fefd44972705583b077b859ffdb387440c7ca148e48e9e4a212/kubernetes-6.0.0-py2.py3-none-any.whl (1.2MB)
INFO|2019-06-06T23:52:30|build_image.py|46| Collecting future==0.17.1 (from fairing==0.0.3)
INFO|2019-06-06T23:52:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
INFO|2019-06-06T23:52:31|build_image.py|46| Requirement already satisfied: six==1.11.0 in /opt/conda/lib/python3.6/site-packages (from fairing==0.0.3) (1.11.0)
INFO|2019-06-06T23:52:31|build_image.py|46| Collecting httplib2==0.12.0 (from fairing==0.0.3)
INFO|2019-06-06T23:52:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ce/ed/803905d670b52fa0edfdd135337e545b4496c2ab3a222f1449b7256eb99f/httplib2-0.12.0.tar.gz (218kB)
INFO|2019-06-06T23:52:31|build_image.py|46| Collecting oauth2client==4.0.0 (from fairing==0.0.3)
INFO|2019-06-06T23:52:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c4/c0/cb81aae37893383b1ebc9d8aac1f1cc657141762e7ee3e5deda67af04a3b/oauth2client-4.0.0-py2.py3-none-any.whl (184kB)
INFO|2019-06-06T23:52:32|build_image.py|46| Requirement already satisfied: urllib3>=1.15 in /opt/conda/lib/python3.6/site-packages (from kfp==0.1) (1.22)
INFO|2019-06-06T23:52:32|build_image.py|46| Requirement already satisfied: certifi in /opt/conda/lib/python3.6/site-packages (from kfp==0.1) (2019.3.9)
INFO|2019-06-06T23:52:32|build_image.py|46| Collecting python-dateutil (from kfp==0.1)
INFO|2019-06-06T23:52:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
INFO|2019-06-06T23:52:32|build_image.py|46| Collecting PyYAML (from kfp==0.1)
INFO|2019-06-06T23:52:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a3/65/837fefac7475963d1eccf4aa684c23b95aa6c1d033a2c5965ccb11e22623/PyYAML-5.1.1.tar.gz (274kB)
INFO|2019-06-06T23:52:32|build_image.py|46| Collecting google-cloud-storage==1.13.0 (from kfp==0.1)
INFO|2019-06-06T23:52:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d7/62/a2e3111bf4d1eb54fe86dec694418644e024eb059bf1e66ebdcf9f98ad70/google_cloud_storage-1.13.0-py2.py3-none-any.whl (59kB)
INFO|2019-06-06T23:52:32|build_image.py|46| Collecting tensorflow-estimator<1.14.0rc0,>=1.13.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/bb/48/13f49fc3fa0fdf916aa1419013bb8f2ad09674c275b4046d5ee669a46873/tensorflow_estimator-1.13.0-py2.py3-none-any.whl (367kB)
INFO|2019-06-06T23:52:33|build_image.py|46| Collecting keras-preprocessing>=1.0.5 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/28/6a/8c1f62c37212d9fc441a7e26736df51ce6f0e38455816445471f10da4f0a/Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41kB)
INFO|2019-06-06T23:52:33|build_image.py|46| Collecting termcolor>=1.1.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
INFO|2019-06-06T23:52:33|build_image.py|46| Collecting keras-applications>=1.0.6 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/71/e3/19762fdfc62877ae9102edf6342d71b28fbfd9dea3d2f96a882ce099b03f/Keras_Applications-1.0.8-py3-none-any.whl (50kB)
INFO|2019-06-06T23:52:33|build_image.py|46| Collecting gast>=0.2.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4e/35/11749bf99b2d4e3cceb4d55ca22590b0d7c2c62b9de38ac4a4a7f4687421/gast-0.2.2.tar.gz
INFO|2019-06-06T23:52:33|build_image.py|46| Collecting absl-py>=0.1.6 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/da/3f/9b0355080b81b15ba6a9ffcf1f5ea39e307a2778b2f2dc8694724e8abd5b/absl-py-0.7.1.tar.gz (99kB)
INFO|2019-06-06T23:52:34|build_image.py|46| Collecting tensorboard<1.14.0,>=1.13.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0f/39/bdd75b08a6fba41f098b6cb091b9e8c7a80e1b4d679a581a0ccd17b10373/tensorboard-1.13.1-py3-none-any.whl (3.2MB)
INFO|2019-06-06T23:52:34|build_image.py|46| Collecting grpcio>=1.8.6 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/99/83/18f374294bf34128a448ee2fae37651f943b0b5fa473b5b3aff262c15bf8/grpcio-1.21.1-cp36-cp36m-manylinux1_x86_64.whl (2.2MB)
INFO|2019-06-06T23:52:35|build_image.py|46| Collecting protobuf>=3.6.1 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d2/fb/29de8d08967f0cce1bb10b39846d836b0f3bf6776ddc36aed7c73498ca7e/protobuf-3.8.0-cp36-cp36m-manylinux1_x86_64.whl (1.2MB)
INFO|2019-06-06T23:52:35|build_image.py|46| Requirement already satisfied: wheel>=0.26 in /opt/conda/lib/python3.6/site-packages (from tensorflow==1.13.1) (0.30.0)
INFO|2019-06-06T23:52:35|build_image.py|46| Collecting astor>=0.6.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:52:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d1/4f/950dfae467b384fc96bc6469de25d832534f6b4441033c39f914efd13418/astor-0.8.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:35|build_image.py|46| Collecting ipywidgets (from jupyter)
INFO|2019-06-06T23:52:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/30/9a/a008c7b1183fac9e52066d80a379b3c64eab535bd9d86cdc29a0b766fd82/ipywidgets-7.4.2-py2.py3-none-any.whl (111kB)
INFO|2019-06-06T23:52:35|build_image.py|46| Collecting ipykernel (from jupyter)
INFO|2019-06-06T23:52:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a0/35/dd97fbb48d4e6b5ae97307497e31e46691adc2feedb6279d29fc1c8ad9c1/ipykernel-5.1.1-py3-none-any.whl (114kB)
INFO|2019-06-06T23:52:35|build_image.py|46| Collecting nbconvert (from jupyter)
INFO|2019-06-06T23:52:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/35/e7/f46c9d65f149271e47fca6ab084ef5c6e4cb1870f4c5cce6690feac55231/nbconvert-5.5.0-py2.py3-none-any.whl (447kB)
INFO|2019-06-06T23:52:36|build_image.py|46| Collecting qtconsole (from jupyter)
INFO|2019-06-06T23:52:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/79/0b/efb5a694b6922bb85c35e4f1db6197daae23c764dd384023fc9517d79e26/qtconsole-4.5.1-py2.py3-none-any.whl (118kB)
INFO|2019-06-06T23:52:36|build_image.py|46| Collecting jupyter-client (from jupyter-console==6.0.0)
INFO|2019-06-06T23:52:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3b/c3/3043fe9ffd140d03c9d091a056794ccdc427c56ec19b8eea74f9ea0a498f/jupyter_client-5.2.4-py2.py3-none-any.whl (89kB)
INFO|2019-06-06T23:52:36|build_image.py|46| Collecting prompt-toolkit<2.1.0,>=2.0.0 (from jupyter-console==6.0.0)
INFO|2019-06-06T23:52:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f7/a7/9b1dd14ef45345f186ef69d175bdd2491c40ab1dfa4b2b3e4352df719ed7/prompt_toolkit-2.0.9-py3-none-any.whl (337kB)
INFO|2019-06-06T23:52:36|build_image.py|46| Collecting pygments (from jupyter-console==6.0.0)
INFO|2019-06-06T23:52:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5c/73/1dfa428150e3ccb0fa3e68db406e5be48698f2a979ccbcec795f28f44048/Pygments-2.4.2-py2.py3-none-any.whl (883kB)
INFO|2019-06-06T23:52:36|build_image.py|46| Collecting ipython (from jupyter-console==6.0.0)
INFO|2019-06-06T23:52:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a9/2e/41dce4ed129057e05a555a7f9629aa2d5f81fdcd4d16568bc24b75a1d2c9/ipython-7.5.0-py3-none-any.whl (770kB)
INFO|2019-06-06T23:52:37|build_image.py|46| Collecting alembic (from jupyterhub)
INFO|2019-06-06T23:52:37|build_image.py|46| Downloading https://files.pythonhosted.org/packages/6e/8b/fa3bd058cccd5e9177fea4efa26bfb769228fdd3178436ad5e05830ef6ef/alembic-1.0.10.tar.gz (1.0MB)
INFO|2019-06-06T23:52:37|build_image.py|46| Collecting traitlets>=4.3.2 (from jupyterhub)
INFO|2019-06-06T23:52:37|build_image.py|46| Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
INFO|2019-06-06T23:52:37|build_image.py|46| Collecting jinja2 (from jupyterhub)
INFO|2019-06-06T23:52:37|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl (124kB)
INFO|2019-06-06T23:52:37|build_image.py|46| Requirement already satisfied: requests in /opt/conda/lib/python3.6/site-packages (from jupyterhub) (2.18.4)
INFO|2019-06-06T23:52:37|build_image.py|46| Collecting prometheus-client>=0.0.21 (from jupyterhub)
INFO|2019-06-06T23:52:37|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4c/bd/b42db3ec90ffc6be805aad09c1cea4bb13a620d0cd4b21aaa44d13541d71/prometheus_client-0.6.0.tar.gz
INFO|2019-06-06T23:52:38|build_image.py|46| Collecting tornado>=5.0 (from jupyterhub)
INFO|2019-06-06T23:52:38|build_image.py|46| Downloading https://files.pythonhosted.org/packages/03/3f/5f89d99fca3c0100c8cede4f53f660b126d39e0d6a1e943e95cc3ed386fb/tornado-6.0.2.tar.gz (481kB)
INFO|2019-06-06T23:52:38|build_image.py|46| Collecting SQLAlchemy>=1.1 (from jupyterhub)
INFO|2019-06-06T23:52:38|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ba/37/094ecf4b218f20572986dc90fe8c6aed32e2a711bcd02ce8ef251fde2011/SQLAlchemy-1.3.4.tar.gz (5.9MB)
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting certipy>=0.1.2 (from jupyterhub)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4e/c4/02194a623c03547306c5edfb6b1c0fadaa35ad7fdc2a93b2c1e5e86afc51/certipy-0.1.3-py3-none-any.whl
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting pamela (from jupyterhub)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9c/b8/f7592a30aa95ffdea4f2e01aca87c15a7a315ba34f835235291eeba22779/pamela-1.0.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting async-generator>=1.8 (from jupyterhub)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/71/52/39d20e03abd0ac9159c162ec24b93fbcaa111e8400308f2465432495ca2b/async_generator-1.10-py3-none-any.whl
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting entrypoints (from jupyterhub)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting oauthlib>=3.0 (from jupyterhub)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/16/95/699466b05b72b94a41f662dc9edf87fda4289e3602ecd42d27fcaddf7b56/oauthlib-3.0.1-py2.py3-none-any.whl (142kB)
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting jupyterlab-server<0.3.0,>=0.2.0 (from jupyterlab)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/78/77/e8a9c300afbe24aa46abaf1091d9e7b82328559e99cf2d601e858bcb3e1a/jupyterlab_server-0.2.0-py3-none-any.whl
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting websocket-client>=0.32.0 (from docker==3.4.1->fairing==0.0.3)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB)
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting docker-pycreds>=0.3.0 (from docker==3.4.1->fairing==0.0.3)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting jupyter-core>=4.4.0 (from notebook==5.6.0->fairing==0.0.3)
INFO|2019-06-06T23:52:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
INFO|2019-06-06T23:52:40|build_image.py|46| Collecting nbformat (from notebook==5.6.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting pyzmq>=17 (from notebook==5.6.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5f/04/f6f0fa20b698b29c6e6b1d6b4b575c12607b0abf61810aab1df4099988c6/pyzmq-18.0.1-cp36-cp36m-manylinux1_x86_64.whl (1.1MB)
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting ipython-genutils (from notebook==5.6.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting terminado>=0.8.1 (from notebook==5.6.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a7/56/80ea7fa66565fa75ae21ce0c16bc90067530e5d15e48854afcc86585a391/terminado-0.8.2-py2.py3-none-any.whl
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting Send2Trash (from notebook==5.6.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/49/46/c3dc27481d1cc57b9385aff41c474ceb7714f7935b1247194adae45db714/Send2Trash-1.5.0-py3-none-any.whl
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting google-auth>=1.0.1 (from kubernetes==6.0.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c5/9b/ed0516cc1f7609fb0217e3057ff4f0f9f3e3ce79a369c6af4a6c5ca25664/google_auth-1.6.3-py2.py3-none-any.whl (73kB)
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting requests-oauthlib (from kubernetes==6.0.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c2/e2/9fd03d55ffb70fe51f587f20bcf407a6927eb121de86928b34d162f0b1ac/requests_oauthlib-1.2.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting ipaddress>=1.0.17 (from kubernetes==6.0.0->fairing==0.0.3)
INFO|2019-06-06T23:52:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/fc/d0/7fc3a811e011d4b388be48a0e381db8d990042df54aa4ef4599a31d39853/ipaddress-1.0.22-py2.py3-none-any.whl
INFO|2019-06-06T23:52:41|build_image.py|46| Requirement already satisfied: setuptools>=21.0.0 in /opt/conda/lib/python3.6/site-packages (from kubernetes==6.0.0->fairing==0.0.3) (38.4.0)
INFO|2019-06-06T23:52:41|build_image.py|46| Collecting pyasn1>=0.1.7 (from oauth2client==4.0.0->fairing==0.0.3)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/7b/7c/c9386b82a25115cccf1903441bba3cbadcfae7b678a20167347fa8ded34c/pyasn1-0.4.5-py2.py3-none-any.whl (73kB)
INFO|2019-06-06T23:52:42|build_image.py|46| Collecting pyasn1-modules>=0.0.5 (from oauth2client==4.0.0->fairing==0.0.3)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/91/f0/b03e00ce9fddf4827c42df1c3ce10c74eadebfb706231e8d6d1c356a4062/pyasn1_modules-0.2.5-py2.py3-none-any.whl (74kB)
INFO|2019-06-06T23:52:42|build_image.py|46| Collecting rsa>=3.1.4 (from oauth2client==4.0.0->fairing==0.0.3)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:42|build_image.py|46| Collecting google-api-core<2.0.0dev,>=0.1.1 (from google-cloud-storage==1.13.0->kfp==0.1)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/10/d6/8b1e8d79a8a56649af3a094e3d90dd213278da942f36d831b57c0ca4a503/google_api_core-1.11.1-py2.py3-none-any.whl (66kB)
INFO|2019-06-06T23:52:42|build_image.py|46| Collecting google-cloud-core<0.29dev,>=0.28.0 (from google-cloud-storage==1.13.0->kfp==0.1)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0f/41/ae2418b4003a14cf21c1c46d61d1b044bf02cf0f8f91598af572b9216515/google_cloud_core-0.28.1-py2.py3-none-any.whl
INFO|2019-06-06T23:52:42|build_image.py|46| Collecting google-resumable-media>=0.3.1 (from google-cloud-storage==1.13.0->kfp==0.1)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/e2/5d/4bc5c28c252a62efe69ed1a1561da92bd5af8eca0cdcdf8e60354fae9b29/google_resumable_media-0.3.2-py2.py3-none-any.whl
INFO|2019-06-06T23:52:42|build_image.py|46| Collecting mock>=2.0.0 (from tensorflow-estimator<1.14.0rc0,>=1.13.0->tensorflow==1.13.1)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
INFO|2019-06-06T23:52:42|build_image.py|46| Collecting h5py (from keras-applications>=1.0.6->tensorflow==1.13.1)
INFO|2019-06-06T23:52:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/30/99/d7d4fbf2d02bb30fb76179911a250074b55b852d34e98dd452a9f394ac06/h5py-2.9.0-cp36-cp36m-manylinux1_x86_64.whl (2.8MB)
INFO|2019-06-06T23:52:43|build_image.py|46| Collecting markdown>=2.6.8 (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1)
INFO|2019-06-06T23:52:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c0/4e/fd492e91abdc2d2fcb70ef453064d980688762079397f779758e055f6575/Markdown-3.1.1-py2.py3-none-any.whl (87kB)
INFO|2019-06-06T23:52:43|build_image.py|46| Collecting werkzeug>=0.11.15 (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1)
INFO|2019-06-06T23:52:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9f/57/92a497e38161ce40606c27a86759c6b92dd34fcdb33f64171ec559257c02/Werkzeug-0.15.4-py2.py3-none-any.whl (327kB)
INFO|2019-06-06T23:52:43|build_image.py|46| Collecting widgetsnbextension~=3.4.0 (from ipywidgets->jupyter)
INFO|2019-06-06T23:52:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8a/81/35789a3952afb48238289171728072d26d6e76649ddc8b3588657a2d78c1/widgetsnbextension-3.4.2-py2.py3-none-any.whl (2.2MB)
INFO|2019-06-06T23:52:43|build_image.py|46| Collecting pandocfilters>=1.4.1 (from nbconvert->jupyter)
INFO|2019-06-06T23:52:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting mistune>=0.8.1 (from nbconvert->jupyter)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/09/ec/4b43dae793655b7d8a25f76119624350b4d65eb663459eb9603d7f1f0345/mistune-0.8.4-py2.py3-none-any.whl
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting defusedxml (from nbconvert->jupyter)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/06/74/9b387472866358ebc08732de3da6dc48e44b0aacd2ddaa5cb85ab7e986a2/defusedxml-0.6.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting bleach (from nbconvert->jupyter)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ab/05/27e1466475e816d3001efb6e0a85a819be17411420494a1e602c36f8299d/bleach-3.1.0-py2.py3-none-any.whl (157kB)
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting testpath (from nbconvert->jupyter)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/be/a4/162f9ebb6489421fe46dcca2ae420369edfee4b563c668d93cb4605d12ba/testpath-0.4.2-py2.py3-none-any.whl (163kB)
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting wcwidth (from prompt-toolkit<2.1.0,>=2.0.0->jupyter-console==6.0.0)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting jedi>=0.10 (from ipython->jupyter-console==6.0.0)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/25/2b/1f188901be099d52d7b06f4d3b7cb9f8f09692c50697b139eaf6fa2928d8/jedi-0.13.3-py2.py3-none-any.whl (178kB)
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting pickleshare (from ipython->jupyter-console==6.0.0)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
INFO|2019-06-06T23:52:44|build_image.py|46| Collecting backcall (from ipython->jupyter-console==6.0.0)
INFO|2019-06-06T23:52:44|build_image.py|46| Downloading https://files.pythonhosted.org/packages/84/71/c8ca4f5bb1e08401b916c68003acf0a0655df935d74d93bf3f3364b310e0/backcall-0.1.0.tar.gz
INFO|2019-06-06T23:52:45|build_image.py|46| Collecting pexpect; sys_platform != "win32" (from ipython->jupyter-console==6.0.0)
INFO|2019-06-06T23:52:45|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0e/3e/377007e3f36ec42f1b84ec322ee12141a9e10d808312e5738f52f80a232c/pexpect-4.7.0-py2.py3-none-any.whl (58kB)
INFO|2019-06-06T23:52:45|build_image.py|46| Collecting decorator (from ipython->jupyter-console==6.0.0)
INFO|2019-06-06T23:52:45|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5f/88/0075e461560a1e750a0dcbf77f1d9de775028c37a19a346a6c565a257399/decorator-4.4.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:45|build_image.py|46| Collecting Mako (from alembic->jupyterhub)
INFO|2019-06-06T23:52:45|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0a/af/a6d8aa7b8909a36074f517b15222e3a2fbd5ef3452c0a686e3d43043dd3b/Mako-1.0.12.tar.gz (460kB)
INFO|2019-06-06T23:52:45|build_image.py|46| Collecting python-editor>=0.3 (from alembic->jupyterhub)
INFO|2019-06-06T23:52:45|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c6/d3/201fc3abe391bbae6606e6f1d598c15d367033332bd54352b12f35513717/python_editor-1.0.4-py3-none-any.whl
INFO|2019-06-06T23:52:45|build_image.py|46| Collecting MarkupSafe>=0.23 (from jinja2->jupyterhub)
INFO|2019-06-06T23:52:45|build_image.py|46| Downloading https://files.pythonhosted.org/packages/b2/5f/23e0023be6bb885d00ffbefad2942bc51a620328ee910f64abe5a8d18dd1/MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl
INFO|2019-06-06T23:52:45|build_image.py|46| Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /opt/conda/lib/python3.6/site-packages (from requests->jupyterhub) (3.0.4)
INFO|2019-06-06T23:52:45|build_image.py|46| Requirement already satisfied: idna<2.7,>=2.5 in /opt/conda/lib/python3.6/site-packages (from requests->jupyterhub) (2.6)
INFO|2019-06-06T23:52:45|build_image.py|46| Requirement already satisfied: pyopenssl in /opt/conda/lib/python3.6/site-packages (from certipy>=0.1.2->jupyterhub) (17.5.0)
INFO|2019-06-06T23:52:45|build_image.py|46| Collecting jsonschema>=2.6.0 (from jupyterlab-server<0.3.0,>=0.2.0->jupyterlab)
INFO|2019-06-06T23:52:46|build_image.py|46| Downloading https://files.pythonhosted.org/packages/aa/69/df679dfbdd051568b53c38ec8152a3ab6bc533434fc7ed11ab034bf5e82f/jsonschema-3.0.1-py2.py3-none-any.whl (54kB)
INFO|2019-06-06T23:52:46|build_image.py|46| Collecting ptyprocess; os_name != "nt" (from terminado>=0.8.1->notebook==5.6.0->fairing==0.0.3)
INFO|2019-06-06T23:52:46|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:46|build_image.py|46| Collecting cachetools>=2.0.0 (from google-auth>=1.0.1->kubernetes==6.0.0->fairing==0.0.3)
INFO|2019-06-06T23:52:46|build_image.py|46| Downloading https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl
INFO|2019-06-06T23:52:46|build_image.py|46| Collecting googleapis-common-protos!=1.5.4,<2.0dev,>=1.5.3 (from google-api-core<2.0.0dev,>=0.1.1->google-cloud-storage==1.13.0->kfp==0.1)
INFO|2019-06-06T23:52:46|build_image.py|46| Downloading https://files.pythonhosted.org/packages/eb/ee/e59e74ecac678a14d6abefb9054f0bbcb318a6452a30df3776f133886d7d/googleapis-common-protos-1.6.0.tar.gz
INFO|2019-06-06T23:52:46|build_image.py|46| Collecting pytz (from google-api-core<2.0.0dev,>=0.1.1->google-cloud-storage==1.13.0->kfp==0.1)
INFO|2019-06-06T23:52:46|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
INFO|2019-06-06T23:52:46|build_image.py|46| Collecting webencodings (from bleach->nbconvert->jupyter)
INFO|2019-06-06T23:52:47|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
INFO|2019-06-06T23:52:47|build_image.py|46| Collecting parso>=0.3.0 (from jedi>=0.10->ipython->jupyter-console==6.0.0)
INFO|2019-06-06T23:52:47|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a7/bd/e2f4753c5fa93932899243b4299011a757ac212e9bc8ddf062f38df4e78b/parso-0.4.0-py2.py3-none-any.whl (94kB)
INFO|2019-06-06T23:52:47|build_image.py|46| Requirement already satisfied: cryptography>=2.1.4 in /opt/conda/lib/python3.6/site-packages (from pyopenssl->certipy>=0.1.2->jupyterhub) (2.7)
INFO|2019-06-06T23:52:47|build_image.py|46| Collecting pyrsistent>=0.14.0 (from jsonschema>=2.6.0->jupyterlab-server<0.3.0,>=0.2.0->jupyterlab)
INFO|2019-06-06T23:52:47|build_image.py|46| Downloading https://files.pythonhosted.org/packages/68/0b/f514e76b4e074386b60cfc6c8c2d75ca615b81e415417ccf3fac80ae0bf6/pyrsistent-0.15.2.tar.gz (106kB)
INFO|2019-06-06T23:52:47|build_image.py|46| Collecting attrs>=17.4.0 (from jsonschema>=2.6.0->jupyterlab-server<0.3.0,>=0.2.0->jupyterlab)
INFO|2019-06-06T23:52:47|build_image.py|46| Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
INFO|2019-06-06T23:52:47|build_image.py|46| Requirement already satisfied: asn1crypto>=0.21.0 in /opt/conda/lib/python3.6/site-packages (from cryptography>=2.1.4->pyopenssl->certipy>=0.1.2->jupyterhub) (0.24.0)
INFO|2019-06-06T23:52:47|build_image.py|46| Requirement already satisfied: cffi!=1.11.3,>=1.8 in /opt/conda/lib/python3.6/site-packages (from cryptography>=2.1.4->pyopenssl->certipy>=0.1.2->jupyterhub) (1.11.4)
INFO|2019-06-06T23:52:47|build_image.py|46| Requirement already satisfied: pycparser in /opt/conda/lib/python3.6/site-packages (from cffi!=1.11.3,>=1.8->cryptography>=2.1.4->pyopenssl->certipy>=0.1.2->jupyterhub) (2.18)
INFO|2019-06-06T23:52:47|build_image.py|46| Building wheels for collected packages: fairing, future, httplib2, kfp, PyYAML, termcolor, gast, absl-py, alembic, prometheus-client, tornado, SQLAlchemy, pandocfilters, backcall, Mako, googleapis-common-protos, pyrsistent
INFO|2019-06-06T23:52:47|build_image.py|46| Building wheel for fairing (setup.py): started
INFO|2019-06-06T23:52:48|build_image.py|46| Building wheel for fairing (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:48|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/d4/d0/0c/014f612a2fe3327e24691de5afc795da27e7e2b19318a1913a
INFO|2019-06-06T23:52:48|build_image.py|46| Building wheel for future (setup.py): started
INFO|2019-06-06T23:52:48|build_image.py|46| Building wheel for future (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:48|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e
INFO|2019-06-06T23:52:48|build_image.py|46| Building wheel for httplib2 (setup.py): started
INFO|2019-06-06T23:52:48|build_image.py|46| Building wheel for httplib2 (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:48|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/6d/41/4b/2b369d6e2b7eaebcdd423516d3fb659c7658c16a2be8fd04ec
INFO|2019-06-06T23:52:48|build_image.py|46| Building wheel for kfp (setup.py): started
INFO|2019-06-06T23:52:49|build_image.py|46| Building wheel for kfp (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:49|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/d4/2c/9a/f56f8f1e4de577e459981a810ac6228805ceec3b19c56527a7
INFO|2019-06-06T23:52:49|build_image.py|46| Building wheel for PyYAML (setup.py): started
INFO|2019-06-06T23:52:49|build_image.py|46| Building wheel for PyYAML (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:49|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/16/27/a1/775c62ddea7bfa62324fd1f65847ed31c55dadb6051481ba3f
INFO|2019-06-06T23:52:49|build_image.py|46| Building wheel for termcolor (setup.py): started
INFO|2019-06-06T23:52:50|build_image.py|46| Building wheel for termcolor (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:50|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
INFO|2019-06-06T23:52:50|build_image.py|46| Building wheel for gast (setup.py): started
INFO|2019-06-06T23:52:50|build_image.py|46| Building wheel for gast (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:50|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/5c/2e/7e/a1d4d4fcebe6c381f378ce7743a3ced3699feb89bcfbdadadd
INFO|2019-06-06T23:52:50|build_image.py|46| Building wheel for absl-py (setup.py): started
INFO|2019-06-06T23:52:50|build_image.py|46| Building wheel for absl-py (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:50|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/ee/98/38/46cbcc5a93cfea5492d19c38562691ddb23b940176c14f7b48
INFO|2019-06-06T23:52:50|build_image.py|46| Building wheel for alembic (setup.py): started
INFO|2019-06-06T23:52:51|build_image.py|46| Building wheel for alembic (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:51|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/de/cf/b3/0eb5c89ea6aa1b49cb41315f9ec139ada8cbffd575bf170d43
INFO|2019-06-06T23:52:51|build_image.py|46| Building wheel for prometheus-client (setup.py): started
INFO|2019-06-06T23:52:51|build_image.py|46| Building wheel for prometheus-client (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:51|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/4b/04/b8/3709c73e7453f311ebd46ad581b89642543213f995e2659b9e
INFO|2019-06-06T23:52:51|build_image.py|46| Building wheel for tornado (setup.py): started
INFO|2019-06-06T23:52:52|build_image.py|46| Building wheel for tornado (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:52|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/61/7e/7a/5e02e60dc329aef32ecf70e0425319ee7e2198c3a7cf98b4a2
INFO|2019-06-06T23:52:52|build_image.py|46| Building wheel for SQLAlchemy (setup.py): started
INFO|2019-06-06T23:52:53|build_image.py|46| Building wheel for SQLAlchemy (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:53|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/cc/b2/b8/54b71f2c27738fc6f9d1b68b6cf653c28a5fa0a9846d02be32
INFO|2019-06-06T23:52:53|build_image.py|46| Building wheel for pandocfilters (setup.py): started
INFO|2019-06-06T23:52:53|build_image.py|46| Building wheel for pandocfilters (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:53|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/39/01/56/f1b08a6275acc59e846fa4c1e1b65dbc1919f20157d9e66c20
INFO|2019-06-06T23:52:53|build_image.py|46| Building wheel for backcall (setup.py): started
INFO|2019-06-06T23:52:54|build_image.py|46| Building wheel for backcall (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:54|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/98/b0/dd/29e28ff615af3dda4c67cab719dd51357597eabff926976b45
INFO|2019-06-06T23:52:54|build_image.py|46| Building wheel for Mako (setup.py): started
INFO|2019-06-06T23:52:54|build_image.py|46| Building wheel for Mako (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:54|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/b3/7b/ae/5addd138cd8175503b9782737bada30d0c88310d08c106f9bf
INFO|2019-06-06T23:52:54|build_image.py|46| Building wheel for googleapis-common-protos (setup.py): started
INFO|2019-06-06T23:52:54|build_image.py|46| Building wheel for googleapis-common-protos (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:54|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/9e/3d/a2/1bec8bb7db80ab3216dbc33092bb7ccd0debfb8ba42b5668d5
INFO|2019-06-06T23:52:54|build_image.py|46| Building wheel for pyrsistent (setup.py): started
INFO|2019-06-06T23:52:56|build_image.py|46| Building wheel for pyrsistent (setup.py): finished with status 'done'
INFO|2019-06-06T23:52:56|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-v6jrkp40/wheels/6b/b9/15/c8c6a1e095a370e8c3273e65a5c982e5cf355dde16d77502f5
INFO|2019-06-06T23:52:56|build_image.py|46| Successfully built fairing future httplib2 kfp PyYAML termcolor gast absl-py alembic prometheus-client tornado SQLAlchemy pandocfilters backcall Mako googleapis-common-protos pyrsistent
INFO|2019-06-06T23:52:56|build_image.py|46| ERROR: kfp 0.1 has requirement kubernetes==8.0.0, but you'll have kubernetes 6.0.0 which is incompatible.
INFO|2019-06-06T23:52:56|build_image.py|46| Installing collected packages: absl-py, numpy, mock, tensorflow-estimator, keras-preprocessing, termcolor, h5py, keras-applications, gast, markdown, grpcio, protobuf, werkzeug, tensorboard, astor, tensorflow, python-dateutil, pyzmq, decorator, ipython-genutils, traitlets, jupyter-core, tornado, jupyter-client, wcwidth, prompt-toolkit, pygments, parso, jedi, pickleshare, backcall, ptyprocess, pexpect, ipython, ipykernel, jupyter-console, MarkupSafe, jinja2, prometheus-client, pyrsistent, attrs, jsonschema, nbformat, pandocfilters, entrypoints, mistune, defusedxml, webencodings, bleach, testpath, nbconvert, terminado, Send2Trash, notebook, widgetsnbextension, ipywidgets, qtconsole, jupyter, SQLAlchemy, Mako, python-editor, alembic, certipy, pamela, async-generator, oauthlib, jupyterhub, jupyterlab-server, jupyterlab, websocket-client, docker-pycreds, docker, redis, cachetools, pyasn1, rsa, pyasn1-modules, google-auth, requests-oauthlib, ipaddress, PyYAML, kubernetes, future, httplib2, oauth2client, fairing, googleapis-common-protos, pytz, google-api-core, google-cloud-core, google-resumable-media, google-cloud-storage, kfp
INFO|2019-06-06T23:53:12|build_image.py|46| Successfully installed Mako-1.0.12 MarkupSafe-1.1.1 PyYAML-5.1.1 SQLAlchemy-1.3.4 Send2Trash-1.5.0 absl-py-0.7.1 alembic-1.0.10 astor-0.8.0 async-generator-1.10 attrs-19.1.0 backcall-0.1.0 bleach-3.1.0 cachetools-3.1.1 certipy-0.1.3 decorator-4.4.0 defusedxml-0.6.0 docker-3.4.1 docker-pycreds-0.4.0 entrypoints-0.3 fairing-0.0.3 future-0.17.1 gast-0.2.2 google-api-core-1.11.1 google-auth-1.6.3 google-cloud-core-0.28.1 google-cloud-storage-1.13.0 google-resumable-media-0.3.2 googleapis-common-protos-1.6.0 grpcio-1.21.1 h5py-2.9.0 httplib2-0.12.0 ipaddress-1.0.22 ipykernel-5.1.1 ipython-7.5.0 ipython-genutils-0.2.0 ipywidgets-7.4.2 jedi-0.13.3 jinja2-2.10.1 jsonschema-3.0.1 jupyter-1.0.0 jupyter-client-5.2.4 jupyter-console-6.0.0 jupyter-core-4.4.0 jupyterhub-1.0.0 jupyterlab-0.35.6 jupyterlab-server-0.2.0 keras-applications-1.0.8 keras-preprocessing-1.1.0 kfp-0.1 kubernetes-6.0.0 markdown-3.1.1 mistune-0.8.4 mock-3.0.5 nbconvert-5.5.0 nbformat-4.4.0 notebook-5.6.0 numpy-1.15.0 oauth2client-4.0.0 oauthlib-3.0.1 pamela-1.0.0 pandocfilters-1.4.2 parso-0.4.0 pexpect-4.7.0 pickleshare-0.7.5 prometheus-client-0.6.0 prompt-toolkit-2.0.9 protobuf-3.8.0 ptyprocess-0.6.0 pyasn1-0.4.5 pyasn1-modules-0.2.5 pygments-2.4.2 pyrsistent-0.15.2 python-dateutil-2.8.0 python-editor-1.0.4 pytz-2019.1 pyzmq-18.0.1 qtconsole-4.5.1 redis-2.10.6 requests-oauthlib-1.2.0 rsa-4.0 tensorboard-1.13.1 tensorflow-1.13.1 tensorflow-estimator-1.13.0 termcolor-1.1.0 terminado-0.8.2 testpath-0.4.2 tornado-6.0.2 traitlets-4.3.2 wcwidth-0.1.7 webencodings-0.5.1 websocket-client-0.56.0 werkzeug-0.15.4 widgetsnbextension-3.4.2
INFO|2019-06-06T23:53:14|build_image.py|46| Cache location:
INFO|2019-06-06T23:53:14|build_image.py|46| There are no tarballs to remove
INFO|2019-06-06T23:53:14|build_image.py|46| Cache location:
INFO|2019-06-06T23:53:14|build_image.py|46| There are no unused packages to remove
INFO|2019-06-06T23:53:14|build_image.py|46| WARNING: 'conda clean --source-cache' is deprecated.
INFO|2019-06-06T23:53:14|build_image.py|46| Use 'conda build purge-all' to remove source cache files.
INFO|2019-06-06T23:53:26|build_image.py|46| Removing intermediate container 209ef73d3f9e
INFO|2019-06-06T23:53:26|build_image.py|46| ---> 0a6897109601
INFO|2019-06-06T23:53:26|build_image.py|46| Step 36/46 : COPY --chown=jovyan:users requirements.txt /tmp
INFO|2019-06-06T23:53:27|build_image.py|46| ---> dd45d9690cac
INFO|2019-06-06T23:53:27|build_image.py|46| Step 37/46 : COPY --chown=jovyan:users install.sh /tmp/
INFO|2019-06-06T23:53:27|build_image.py|46| ---> 0328cdaa2905
INFO|2019-06-06T23:53:27|build_image.py|46| Step 38/46 : RUN chmod a+rx /tmp/install.sh && /tmp/install.sh
INFO|2019-06-06T23:53:27|build_image.py|46| ---> Running in 49c9f034c510
INFO|2019-06-06T23:53:28|build_image.py|46| + conda create -n py2 python=2
INFO|2019-06-06T23:53:43|build_image.py|46| Collecting package metadata: ...working... done
INFO|2019-06-06T23:53:44|build_image.py|46| Solving environment: ...working... done
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| ## Package Plan ##
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| environment location: /opt/conda/envs/py2
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| added / updated specs:
INFO|2019-06-06T23:53:44|build_image.py|46| - python=2
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| The following packages will be downloaded:
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| package | build
INFO|2019-06-06T23:53:44|build_image.py|46| ---------------------------|-----------------
INFO|2019-06-06T23:53:44|build_image.py|46| certifi-2019.3.9 | py27_0 149 KB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| libffi-3.2.1 | he1b5a44_1006 46 KB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| pip-19.1.1 | py27_0 1.8 MB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| python-2.7.15 | h721da81_1008 12.8 MB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| readline-7.0 | hf8c457e_1001 391 KB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| setuptools-41.0.1 | py27_0 650 KB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| wheel-0.33.4 | py27_0 34 KB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| zlib-1.2.11 | h14c3975_1004 101 KB conda-forge
INFO|2019-06-06T23:53:44|build_image.py|46| ------------------------------------------------------------
INFO|2019-06-06T23:53:44|build_image.py|46| Total: 15.9 MB
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| The following NEW packages will be INSTALLED:
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| ca-certificates conda-forge/linux-64::ca-certificates-2019.3.9-hecc5488_0
INFO|2019-06-06T23:53:44|build_image.py|46| certifi conda-forge/linux-64::certifi-2019.3.9-py27_0
INFO|2019-06-06T23:53:44|build_image.py|46| libffi conda-forge/linux-64::libffi-3.2.1-he1b5a44_1006
INFO|2019-06-06T23:53:44|build_image.py|46| libgcc-ng pkgs/main/linux-64::libgcc-ng-8.2.0-hdf63c60_1
INFO|2019-06-06T23:53:44|build_image.py|46| libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-8.2.0-hdf63c60_1
INFO|2019-06-06T23:53:44|build_image.py|46| ncurses conda-forge/linux-64::ncurses-6.1-hf484d3e_1002
INFO|2019-06-06T23:53:44|build_image.py|46| openssl conda-forge/linux-64::openssl-1.1.1b-h14c3975_1
INFO|2019-06-06T23:53:44|build_image.py|46| pip conda-forge/linux-64::pip-19.1.1-py27_0
INFO|2019-06-06T23:53:44|build_image.py|46| python conda-forge/linux-64::python-2.7.15-h721da81_1008
INFO|2019-06-06T23:53:44|build_image.py|46| readline conda-forge/linux-64::readline-7.0-hf8c457e_1001
INFO|2019-06-06T23:53:44|build_image.py|46| setuptools conda-forge/linux-64::setuptools-41.0.1-py27_0
INFO|2019-06-06T23:53:44|build_image.py|46| sqlite conda-forge/linux-64::sqlite-3.28.0-h8b20d00_0
INFO|2019-06-06T23:53:44|build_image.py|46| tk conda-forge/linux-64::tk-8.6.9-hed695b0_1002
INFO|2019-06-06T23:53:44|build_image.py|46| wheel conda-forge/linux-64::wheel-0.33.4-py27_0
INFO|2019-06-06T23:53:44|build_image.py|46| zlib conda-forge/linux-64::zlib-1.2.11-h14c3975_1004
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| Proceed ([y]/n)?
INFO|2019-06-06T23:53:44|build_image.py|46|
INFO|2019-06-06T23:53:44|build_image.py|46| Downloading and Extracting Packages
wheel-0.33.4 | 34 KB | ########## | 100%33.4 | 34 KB | | 0%
certifi-2019.3.9 | 149 KB | ########## | 100%2019.3.9 | 149 KB | | 0%
zlib-1.2.11 | 101 KB | ########## | 100%.11 | 101 KB | | 0%
pip-19.1.1 | 1.8 MB | ########## | 100% 1 | 1.8 MB | | 0%
libffi-3.2.1 | 46 KB | ########## | 100%.2.1 | 46 KB | | 0%
setuptools-41.0.1 | 650 KB | ########## | 100% s-41.0.1 | 650 KB | | 0%
python-2.7.15 | 12.8 MB | ########## | 100% 7.15 | 12.8 MB | | 0%
readline-7.0 | 391 KB | ########## | 100% 7.0 | 391 KB | | 0%
INFO|2019-06-06T23:53:51|build_image.py|46| Preparing transaction: ...working... done
INFO|2019-06-06T23:53:52|build_image.py|46| Verifying transaction: ...working... done
INFO|2019-06-06T23:53:56|build_image.py|46| Executing transaction: ...working... done
INFO|2019-06-06T23:53:56|build_image.py|46| #
INFO|2019-06-06T23:53:56|build_image.py|46| # To activate this environment, use:
INFO|2019-06-06T23:53:56|build_image.py|46| # > conda activate py2
INFO|2019-06-06T23:53:56|build_image.py|46| #
INFO|2019-06-06T23:53:56|build_image.py|46| # To deactivate an active environment, use:
INFO|2019-06-06T23:53:56|build_image.py|46| # > conda deactivate
INFO|2019-06-06T23:53:56|build_image.py|46| #
INFO|2019-06-06T23:53:56|build_image.py|46|
INFO|2019-06-06T23:53:57|build_image.py|46| + source activate py2
INFO|2019-06-06T23:53:57|build_image.py|46| ++ _CONDA_ROOT=/opt/conda
INFO|2019-06-06T23:53:57|build_image.py|46| ++ . /opt/conda/etc/profile.d/conda.sh
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_EXE=/opt/conda/bin/conda
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_EXE=/opt/conda/bin/conda
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export _CE_M=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ _CE_M=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export _CE_CONDA=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ _CE_CONDA=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_PYTHON_EXE=/opt/conda/bin/python
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_PYTHON_EXE=/opt/conda/bin/python
INFO|2019-06-06T23:53:57|build_image.py|46| +++ '[' -z '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_SHLVL=0
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_SHLVL=0
INFO|2019-06-06T23:53:57|build_image.py|46| +++ '[' -n x ']'
INFO|2019-06-06T23:53:57|build_image.py|46| +++ '[' -n '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| +++++ dirname /opt/conda/bin/conda
INFO|2019-06-06T23:53:57|build_image.py|46| ++++ dirname /opt/conda/bin
INFO|2019-06-06T23:53:57|build_image.py|46| +++ PATH=/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export PATH
INFO|2019-06-06T23:53:57|build_image.py|46| +++ '[' -z '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| +++ PS1=
INFO|2019-06-06T23:53:57|build_image.py|46| ++ conda activate py2
INFO|2019-06-06T23:53:57|build_image.py|46| ++ '[' 2 -lt 1 ']'
INFO|2019-06-06T23:53:57|build_image.py|46| ++ local cmd=activate
INFO|2019-06-06T23:53:57|build_image.py|46| ++ shift
INFO|2019-06-06T23:53:57|build_image.py|46| ++ case "$cmd" in
INFO|2019-06-06T23:53:57|build_image.py|46| ++ __conda_activate activate py2
INFO|2019-06-06T23:53:57|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| ++ local cmd=activate
INFO|2019-06-06T23:53:57|build_image.py|46| ++ shift
INFO|2019-06-06T23:53:57|build_image.py|46| ++ local ask_conda
INFO|2019-06-06T23:53:57|build_image.py|46| ++ OLDPATH=/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:53:57|build_image.py|46| ++ __add_sys_prefix_to_path
INFO|2019-06-06T23:53:57|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| +++ dirname /opt/conda/bin/conda
INFO|2019-06-06T23:53:57|build_image.py|46| ++ SYSP=/opt/conda/bin
INFO|2019-06-06T23:53:57|build_image.py|46| +++ dirname /opt/conda/bin
INFO|2019-06-06T23:53:57|build_image.py|46| ++ SYSP=/opt/conda
INFO|2019-06-06T23:53:57|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| ++ PATH=/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:53:57|build_image.py|46| ++ export PATH
INFO|2019-06-06T23:53:57|build_image.py|46| +++ PS1=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ /opt/conda/bin/conda shell.posix activate py2
INFO|2019-06-06T23:53:57|build_image.py|46| ++ ask_conda='PS1='\''(py2) '\''
INFO|2019-06-06T23:53:57|build_image.py|46| export PATH='\''/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_PREFIX='\''/opt/conda/envs/py2'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_SHLVL='\''1'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_DEFAULT_ENV='\''py2'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_PROMPT_MODIFIER='\''(py2) '\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_EXE='\''/opt/conda/bin/conda'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export _CE_M='\'''\''
INFO|2019-06-06T23:53:57|build_image.py|46| export _CE_CONDA='\'''\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\'''
INFO|2019-06-06T23:53:57|build_image.py|46| ++ PATH=/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:53:57|build_image.py|46| ++ eval 'PS1='\''(py2) '\''
INFO|2019-06-06T23:53:57|build_image.py|46| export PATH='\''/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_PREFIX='\''/opt/conda/envs/py2'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_SHLVL='\''1'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_DEFAULT_ENV='\''py2'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_PROMPT_MODIFIER='\''(py2) '\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_EXE='\''/opt/conda/bin/conda'\''
INFO|2019-06-06T23:53:57|build_image.py|46| export _CE_M='\'''\''
INFO|2019-06-06T23:53:57|build_image.py|46| export _CE_CONDA='\'''\''
INFO|2019-06-06T23:53:57|build_image.py|46| export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\'''
INFO|2019-06-06T23:53:57|build_image.py|46| +++ PS1='(py2) '
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:53:57|build_image.py|46| +++ PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_PREFIX=/opt/conda/envs/py2
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_PREFIX=/opt/conda/envs/py2
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_SHLVL=1
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_SHLVL=1
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_DEFAULT_ENV=py2
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_DEFAULT_ENV=py2
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export 'CONDA_PROMPT_MODIFIER=(py2) '
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_PROMPT_MODIFIER='(py2) '
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_EXE=/opt/conda/bin/conda
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_EXE=/opt/conda/bin/conda
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export _CE_M=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ _CE_M=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export _CE_CONDA=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ _CE_CONDA=
INFO|2019-06-06T23:53:57|build_image.py|46| +++ export CONDA_PYTHON_EXE=/opt/conda/bin/python
INFO|2019-06-06T23:53:57|build_image.py|46| +++ CONDA_PYTHON_EXE=/opt/conda/bin/python
INFO|2019-06-06T23:53:57|build_image.py|46| ++ __conda_hashr
INFO|2019-06-06T23:53:57|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:53:57|build_image.py|46| ++ hash -r
INFO|2019-06-06T23:53:57|build_image.py|46| + pip install --upgrade pip
INFO|2019-06-06T23:53:57|build_image.py|46| DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
INFO|2019-06-06T23:53:57|build_image.py|46| Requirement already up-to-date: pip in /opt/conda/envs/py2/lib/python2.7/site-packages (19.1.1)
INFO|2019-06-06T23:53:58|build_image.py|46| + pip --no-cache-dir install ipykernel http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp27-none-linux_x86_64.whl tensorflow-transform tensorflow-serving-api===http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp27-none-linux_x86_64.whl
INFO|2019-06-06T23:53:58|build_image.py|46| DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
INFO|2019-06-06T23:53:58|build_image.py|46| WARNING: Requirement 'tensorflow-serving-api===http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp27-none-linux_x86_64.whl' looks like a filename, but the file does not exist
INFO|2019-06-06T23:53:58|build_image.py|46| Collecting ipykernel
INFO|2019-06-06T23:53:59|build_image.py|46| Downloading https://files.pythonhosted.org/packages/00/47/764e4fa1b1b89598426b8d79b1c4fbe8042432621b0f8e1991aeb3c24806/ipykernel-4.10.0-py2-none-any.whl (110kB)
INFO|2019-06-06T23:53:59|build_image.py|46| Collecting tensorflow==1.13.1 from http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp27-none-linux_x86_64.whl
INFO|2019-06-06T23:53:59|build_image.py|46| Downloading http://file.rdu.redhat.com/smodeel/thoth/tensorflow-1.13.1-cp27-none-linux_x86_64.whl (93.4MB)
INFO|2019-06-06T23:54:23|build_image.py|46| Collecting tensorflow-transform
INFO|2019-06-06T23:54:23|build_image.py|46| Downloading https://files.pythonhosted.org/packages/dd/b2/eb6b34eedf6f61003e292975a033b4ebc1b1be8537a9b5094d2a6944f229/tensorflow-transform-0.13.0.tar.gz (173kB)
INFO|2019-06-06T23:54:23|build_image.py|46| Collecting ipython>=4.0.0 (from ipykernel)
INFO|2019-06-06T23:54:23|build_image.py|46| Downloading https://files.pythonhosted.org/packages/b0/88/d996ab8be22cea1eaa18baee3678a11265e18cf09974728d683c51102148/ipython-5.8.0-py2-none-any.whl (760kB)
INFO|2019-06-06T23:54:24|build_image.py|46| Collecting traitlets>=4.1.0 (from ipykernel)
INFO|2019-06-06T23:54:24|build_image.py|46| Downloading https://files.pythonhosted.org/packages/93/d6/abcb22de61d78e2fc3959c964628a5771e47e7cc60d53e9342e21ed6cc9a/traitlets-4.3.2-py2.py3-none-any.whl (74kB)
INFO|2019-06-06T23:54:24|build_image.py|46| Collecting tornado>=4.0 (from ipykernel)
INFO|2019-06-06T23:54:24|build_image.py|46| Downloading https://files.pythonhosted.org/packages/e6/78/6e7b5af12c12bdf38ca9bfe863fcaf53dc10430a312d0324e76c1e5ca426/tornado-5.1.1.tar.gz (516kB)
INFO|2019-06-06T23:54:24|build_image.py|46| Collecting jupyter-client (from ipykernel)
INFO|2019-06-06T23:54:24|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3b/c3/3043fe9ffd140d03c9d091a056794ccdc427c56ec19b8eea74f9ea0a498f/jupyter_client-5.2.4-py2.py3-none-any.whl (89kB)
INFO|2019-06-06T23:54:24|build_image.py|46| Collecting keras-preprocessing>=1.0.5 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:24|build_image.py|46| Downloading https://files.pythonhosted.org/packages/28/6a/8c1f62c37212d9fc441a7e26736df51ce6f0e38455816445471f10da4f0a/Keras_Preprocessing-1.1.0-py2.py3-none-any.whl (41kB)
INFO|2019-06-06T23:54:24|build_image.py|46| Collecting enum34>=1.1.6 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:24|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl
INFO|2019-06-06T23:54:24|build_image.py|46| Collecting astor>=0.6.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:25|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d1/4f/950dfae467b384fc96bc6469de25d832534f6b4441033c39f914efd13418/astor-0.8.0-py2.py3-none-any.whl
INFO|2019-06-06T23:54:25|build_image.py|46| Collecting backports.weakref>=1.0rc1 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:25|build_image.py|46| Downloading https://files.pythonhosted.org/packages/88/ec/f598b633c3d5ffe267aaada57d961c94fdfa183c5c3ebda2b6d151943db6/backports.weakref-1.0.post1-py2.py3-none-any.whl
INFO|2019-06-06T23:54:25|build_image.py|46| Requirement already satisfied: wheel in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow==1.13.1) (0.33.4)
INFO|2019-06-06T23:54:25|build_image.py|46| Collecting mock>=2.0.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:25|build_image.py|46| Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl
INFO|2019-06-06T23:54:25|build_image.py|46| Collecting tensorflow-estimator<1.14.0rc0,>=1.13.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:25|build_image.py|46| Downloading https://files.pythonhosted.org/packages/bb/48/13f49fc3fa0fdf916aa1419013bb8f2ad09674c275b4046d5ee669a46873/tensorflow_estimator-1.13.0-py2.py3-none-any.whl (367kB)
INFO|2019-06-06T23:54:25|build_image.py|46| Collecting gast>=0.2.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:25|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4e/35/11749bf99b2d4e3cceb4d55ca22590b0d7c2c62b9de38ac4a4a7f4687421/gast-0.2.2.tar.gz
INFO|2019-06-06T23:54:25|build_image.py|46| Collecting termcolor>=1.1.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:25|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz
INFO|2019-06-06T23:54:25|build_image.py|46| Collecting protobuf>=3.6.1 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:26|build_image.py|46| Downloading https://files.pythonhosted.org/packages/b2/a8/ad407cd2a56a052d92f602e164a9e16bede22079252af0db3838f375b6a8/protobuf-3.8.0-cp27-cp27mu-manylinux1_x86_64.whl (1.2MB)
INFO|2019-06-06T23:54:26|build_image.py|46| Collecting absl-py>=0.1.6 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:26|build_image.py|46| Downloading https://files.pythonhosted.org/packages/da/3f/9b0355080b81b15ba6a9ffcf1f5ea39e307a2778b2f2dc8694724e8abd5b/absl-py-0.7.1.tar.gz (99kB)
INFO|2019-06-06T23:54:26|build_image.py|46| Collecting tensorboard<1.14.0,>=1.13.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:26|build_image.py|46| Downloading https://files.pythonhosted.org/packages/89/ac/48dd71c2bdc8d31e367f9b72f25ccb3b89bc6b9d664fee21f9a8efa5714d/tensorboard-1.13.1-py2-none-any.whl (3.2MB)
INFO|2019-06-06T23:54:27|build_image.py|46| Collecting six>=1.10.0 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
INFO|2019-06-06T23:54:27|build_image.py|46| Collecting keras-applications>=1.0.6 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/21/56/4bcec5a8d9503a87e58e814c4e32ac2b32c37c685672c30bc8c54c6e478a/Keras_Applications-1.0.8.tar.gz (289kB)
INFO|2019-06-06T23:54:27|build_image.py|46| Collecting grpcio>=1.8.6 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:28|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8e/62/448199c50e05526f7fd336d8a87bd83a0c7d92188ae51ebea23aa5f3c37e/grpcio-1.21.1-cp27-cp27mu-manylinux1_x86_64.whl (2.2MB)
INFO|2019-06-06T23:54:28|build_image.py|46| Collecting numpy>=1.13.3 (from tensorflow==1.13.1)
INFO|2019-06-06T23:54:29|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1f/c7/198496417c9c2f6226616cff7dedf2115a4f4d0276613bab842ec8ac1e23/numpy-1.16.4-cp27-cp27mu-manylinux1_x86_64.whl (17.0MB)
INFO|2019-06-06T23:54:30|build_image.py|46| Collecting apache-beam[gcp]<3,>=2.11 (from tensorflow-transform)
INFO|2019-06-06T23:54:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/81/7f/1cbf2e0967a11971a55ee56d61641ab77ecc5acdc4f66cb4948e878e0c65/apache_beam-2.13.0-cp27-cp27mu-manylinux1_x86_64.whl (2.7MB)
INFO|2019-06-06T23:54:31|build_image.py|46| Collecting tensorflow-metadata<0.14,>=0.12.1 (from tensorflow-transform)
INFO|2019-06-06T23:54:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/af/14/6f19348c40fd769371965c542ea6019601b02cc7fac3e3f4e602759e390a/tensorflow_metadata-0.13.0-py2-none-any.whl
INFO|2019-06-06T23:54:31|build_image.py|46| Collecting pydot<1.3,>=1.2.0 (from tensorflow-transform)
INFO|2019-06-06T23:54:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c3/f1/e61d6dfe6c1768ed2529761a68f70939e2569da043e9f15a8d84bf56cadf/pydot-1.2.4.tar.gz (132kB)
INFO|2019-06-06T23:54:31|build_image.py|46| Collecting pathlib2; python_version == "2.7" or python_version == "3.3" (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/2a/46/c696dcf1c7aad917b39b875acdc5451975e3a9b4890dca8329983201c97a/pathlib2-2.3.3-py2.py3-none-any.whl
INFO|2019-06-06T23:54:31|build_image.py|46| Collecting backports.shutil-get-terminal-size; python_version == "2.7" (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/7d/cd/1750d6c35fe86d35f8562091737907f234b78fdffab42b29c72b1dd861f4/backports.shutil_get_terminal_size-1.0.0-py2.py3-none-any.whl
INFO|2019-06-06T23:54:31|build_image.py|46| Collecting simplegeneric>0.8 (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting pygments (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5c/73/1dfa428150e3ccb0fa3e68db406e5be48698f2a979ccbcec795f28f44048/Pygments-2.4.2-py2.py3-none-any.whl (883kB)
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting pexpect; sys_platform != "win32" (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0e/3e/377007e3f36ec42f1b84ec322ee12141a9e10d808312e5738f52f80a232c/pexpect-4.7.0-py2.py3-none-any.whl (58kB)
INFO|2019-06-06T23:54:32|build_image.py|46| Requirement already satisfied: setuptools>=18.5 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython>=4.0.0->ipykernel) (41.0.1)
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting prompt-toolkit<2.0.0,>=1.0.4 (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4e/4e/e5545e8bebf89790455b31112a0f886580c7b3624a05abec416efa5c3a08/prompt_toolkit-1.0.16-py2-none-any.whl (244kB)
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting pickleshare (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9a/41/220f49aaea88bc6fa6cba8d05ecf24676326156c23b991e80b3f2fc24c77/pickleshare-0.7.5-py2.py3-none-any.whl
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting decorator (from ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5f/88/0075e461560a1e750a0dcbf77f1d9de775028c37a19a346a6c565a257399/decorator-4.4.0-py2.py3-none-any.whl
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting ipython-genutils (from traitlets>=4.1.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/fa/bc/9bd3b5c2b4774d5f33b2d544f1460be9df7df2fe42f352135381c347c69a/ipython_genutils-0.2.0-py2.py3-none-any.whl
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting futures (from tornado>=4.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/2d/99/b2c4e9d5a30f6471e410a146232b4118e697fa3ffc06d6a65efde84debd0/futures-3.2.0-py2-none-any.whl
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting singledispatch (from tornado>=4.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting backports_abc>=0.4 (from tornado>=4.0->ipykernel)
INFO|2019-06-06T23:54:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/7d/56/6f3ac1b816d0cd8994e83d0c4e55bc64567532f7dc543378bd87f81cebc7/backports_abc-0.5-py2.py3-none-any.whl
INFO|2019-06-06T23:54:32|build_image.py|46| Collecting python-dateutil>=2.1 (from jupyter-client->ipykernel)
INFO|2019-06-06T23:54:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
INFO|2019-06-06T23:54:33|build_image.py|46| Collecting pyzmq>=13 (from jupyter-client->ipykernel)
INFO|2019-06-06T23:54:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/91/f5/c9bef3768d6f8d71aae8f44f1ddbee90162dad909560fa6c13e4872e28c9/pyzmq-18.0.1-cp27-cp27mu-manylinux1_x86_64.whl (1.0MB)
INFO|2019-06-06T23:54:33|build_image.py|46| Collecting jupyter-core (from jupyter-client->ipykernel)
INFO|2019-06-06T23:54:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1d/44/065d2d7bae7bebc06f1dd70d23c36da8c50c0f08b4236716743d706762a8/jupyter_core-4.4.0-py2.py3-none-any.whl (126kB)
INFO|2019-06-06T23:54:33|build_image.py|46| Collecting funcsigs>=1; python_version < "3.3" (from mock>=2.0.0->tensorflow==1.13.1)
INFO|2019-06-06T23:54:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl
INFO|2019-06-06T23:54:33|build_image.py|46| Collecting werkzeug>=0.11.15 (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1)
INFO|2019-06-06T23:54:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9f/57/92a497e38161ce40606c27a86759c6b92dd34fcdb33f64171ec559257c02/Werkzeug-0.15.4-py2.py3-none-any.whl (327kB)
INFO|2019-06-06T23:54:33|build_image.py|46| Collecting markdown>=2.6.8 (from tensorboard<1.14.0,>=1.13.0->tensorflow==1.13.1)
INFO|2019-06-06T23:54:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c0/4e/fd492e91abdc2d2fcb70ef453064d980688762079397f779758e055f6575/Markdown-3.1.1-py2.py3-none-any.whl (87kB)
INFO|2019-06-06T23:54:33|build_image.py|46| Collecting h5py (from keras-applications>=1.0.6->tensorflow==1.13.1)
INFO|2019-06-06T23:54:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/53/08/27e4e9a369321862ffdce80ff1770553e9daec65d98befb2e14e7478b698/h5py-2.9.0-cp27-cp27mu-manylinux1_x86_64.whl (2.8MB)
INFO|2019-06-06T23:54:34|build_image.py|46| Collecting avro<2.0.0,>=1.8.1; python_version < "3.0" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5e/cd/6e79070c42215fa7dc6c338fe82002aabdacf180d8e4d3b921ff0f8462a1/avro-1.9.0.tar.gz (46kB)
INFO|2019-06-06T23:54:34|build_image.py|46| Collecting dill<0.2.10,>=0.2.9 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/fe/42/bfe2e0857bc284cbe6a011d93f2a9ad58a22cb894461b199ae72cfef0f29/dill-0.2.9.tar.gz (150kB)
INFO|2019-06-06T23:54:34|build_image.py|46| Collecting pyyaml<4.0.0,>=3.12 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
INFO|2019-06-06T23:54:35|build_image.py|46| Collecting pytz>=2018.3 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
INFO|2019-06-06T23:54:35|build_image.py|46| Collecting typing<3.7.0,>=3.6.0; python_version < "3.5.0" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/cc/3e/29f92b7aeda5b078c86d14f550bf85cff809042e3429ace7af6193c3bc9f/typing-3.6.6-py2-none-any.whl
INFO|2019-06-06T23:54:35|build_image.py|46| Collecting pyvcf<0.7.0,>=0.6.8; python_version < "3.0" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/20/b6/36bfb1760f6983788d916096193fc14c83cce512c7787c93380e09458c09/PyVCF-0.6.8.tar.gz
INFO|2019-06-06T23:54:36|build_image.py|46| Collecting oauth2client<4,>=2.0.1 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c0/7b/bc893e35d6ca46a72faa4b9eaac25c687ce60e1fbe978993fe2de1b0ff0d/oauth2client-3.0.0.tar.gz (77kB)
INFO|2019-06-06T23:54:36|build_image.py|46| Collecting future<1.0.0,>=0.16.0 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:36|build_image.py|46| Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
INFO|2019-06-06T23:54:37|build_image.py|46| Collecting httplib2<=0.12.0,>=0.8 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:37|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ce/ed/803905d670b52fa0edfdd135337e545b4496c2ab3a222f1449b7256eb99f/httplib2-0.12.0.tar.gz (218kB)
INFO|2019-06-06T23:54:37|build_image.py|46| Collecting crcmod<2.0,>=1.7 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:37|build_image.py|46| Downloading https://files.pythonhosted.org/packages/6b/b0/e595ce2a2527e169c3bcd6c33d2473c1918e0b7f6826a043ca1245dd4e5b/crcmod-1.7.tar.gz (89kB)
INFO|2019-06-06T23:54:37|build_image.py|46| Collecting fastavro<0.22,>=0.21.4 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:37|build_image.py|46| Downloading https://files.pythonhosted.org/packages/15/e3/5956c75f68906b119191ef30d9acff661b422cf918a29a03ee0c3ba774be/fastavro-0.21.24-cp27-cp27mu-manylinux1_x86_64.whl (1.0MB)
INFO|2019-06-06T23:54:38|build_image.py|46| Collecting hdfs<3.0.0,>=2.1.0 (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:38|build_image.py|46| Downloading https://files.pythonhosted.org/packages/38/72/59b384a9fa98ff6060ce2f186ea2e3d7a0491cc784d99d1637e0d1803df2/hdfs-2.5.2.tar.gz
INFO|2019-06-06T23:54:38|build_image.py|46| Collecting pyarrow<0.14.0,>=0.11.1; python_version >= "3.0" or platform_system != "Windows" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:38|build_image.py|46| Downloading https://files.pythonhosted.org/packages/83/41/552ed611e2fe1ffca29df430a932426e6b5ce184a1fa26f5b954b0da4909/pyarrow-0.13.0-cp27-cp27mu-manylinux1_x86_64.whl (14.3MB)
INFO|2019-06-06T23:54:39|build_image.py|46| Collecting google-apitools<0.5.29,>=0.5.28; extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:39|build_image.py|46| Downloading https://files.pythonhosted.org/packages/07/5e/3e04cb66f5ced9267a854184bb09863d85d199646ea8480fee26b4313a00/google_apitools-0.5.28-py2-none-any.whl (134kB)
INFO|2019-06-06T23:54:39|build_image.py|46| Collecting proto-google-cloud-datastore-v1<=0.90.4,>=0.90.0; python_version < "3.0" and extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:39|build_image.py|46| Downloading https://files.pythonhosted.org/packages/2a/1f/4124f15e1132a2eeeaf616d825990bb1d395b4c2c37362654ea5cd89bb42/proto-google-cloud-datastore-v1-0.90.4.tar.gz
INFO|2019-06-06T23:54:40|build_image.py|46| Collecting google-cloud-bigquery<1.7.0,>=1.6.0; extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/b7/1b/2b95f2fefddbbece38110712c225bfb5649206f4056445653bd5ca4dc86d/google_cloud_bigquery-1.6.1-py2.py3-none-any.whl (83kB)
INFO|2019-06-06T23:54:40|build_image.py|46| Collecting cachetools<4,>=3.1.0; extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl
INFO|2019-06-06T23:54:40|build_image.py|46| Collecting google-cloud-pubsub<0.40.0,>=0.39.0; extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c0/9a/4455b1c1450e9b912855b58ca6eee7a27ff1e9b52e4d98c243d93256f469/google_cloud_pubsub-0.39.1-py2.py3-none-any.whl (99kB)
INFO|2019-06-06T23:54:40|build_image.py|46| Collecting google-cloud-core<0.30.0,>=0.28.1; extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0c/f2/3c225e7a69cb27d283b68bff867722bd066bc1858611180197f711815ea5/google_cloud_core-0.29.1-py2.py3-none-any.whl
INFO|2019-06-06T23:54:40|build_image.py|46| Collecting googledatastore<7.1,>=7.0.1; python_version < "3.0" and extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3a/cf/5d90efdb2a513d5c02ba0675eefb246250b67a6ec81de610ac94d47cf1ca/googledatastore-7.0.2.tar.gz
INFO|2019-06-06T23:54:40|build_image.py|46| Collecting google-cloud-bigtable<0.33.0,>=0.31.1; extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:40|build_image.py|46| Downloading https://files.pythonhosted.org/packages/08/77/b468e209dbb0a6f614e6781f06a4894299a4c6167c2c525cc086caa7c075/google_cloud_bigtable-0.32.2-py2.py3-none-any.whl (156kB)
INFO|2019-06-06T23:54:40|build_image.py|46| Collecting google-cloud-datastore<1.8.0,>=1.7.1; extra == "gcp" (from apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d0/aa/29cbcf8cf7d08ce2d55b9dce858f7c632b434cb6451bed17cb4275804217/google_cloud_datastore-1.7.4-py2.py3-none-any.whl (82kB)
INFO|2019-06-06T23:54:41|build_image.py|46| Collecting googleapis-common-protos (from tensorflow-metadata<0.14,>=0.12.1->tensorflow-transform)
INFO|2019-06-06T23:54:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/eb/ee/e59e74ecac678a14d6abefb9054f0bbcb318a6452a30df3776f133886d7d/googleapis-common-protos-1.6.0.tar.gz
INFO|2019-06-06T23:54:41|build_image.py|46| Collecting pyparsing>=2.1.4 (from pydot<1.3,>=1.2.0->tensorflow-transform)
INFO|2019-06-06T23:54:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/dd/d9/3ec19e966301a6e25769976999bd7bbe552016f0d32b577dc9d63d2e0c49/pyparsing-2.4.0-py2.py3-none-any.whl (62kB)
INFO|2019-06-06T23:54:41|build_image.py|46| Collecting scandir; python_version < "3.5" (from pathlib2; python_version == "2.7" or python_version == "3.3"->ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz
INFO|2019-06-06T23:54:41|build_image.py|46| Collecting ptyprocess>=0.5 (from pexpect; sys_platform != "win32"->ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl
INFO|2019-06-06T23:54:41|build_image.py|46| Collecting wcwidth (from prompt-toolkit<2.0.0,>=1.0.4->ipython>=4.0.0->ipykernel)
INFO|2019-06-06T23:54:41|build_image.py|46| Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
INFO|2019-06-06T23:54:41|build_image.py|46| Collecting pyasn1>=0.1.7 (from oauth2client<4,>=2.0.1->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/7b/7c/c9386b82a25115cccf1903441bba3cbadcfae7b678a20167347fa8ded34c/pyasn1-0.4.5-py2.py3-none-any.whl (73kB)
INFO|2019-06-06T23:54:42|build_image.py|46| Collecting pyasn1-modules>=0.0.5 (from oauth2client<4,>=2.0.1->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/91/f0/b03e00ce9fddf4827c42df1c3ce10c74eadebfb706231e8d6d1c356a4062/pyasn1_modules-0.2.5-py2.py3-none-any.whl (74kB)
INFO|2019-06-06T23:54:42|build_image.py|46| Collecting rsa>=3.1.4 (from oauth2client<4,>=2.0.1->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
INFO|2019-06-06T23:54:42|build_image.py|46| Collecting docopt (from hdfs<3.0.0,>=2.1.0->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz
INFO|2019-06-06T23:54:42|build_image.py|46| Collecting requests>=2.7.0 (from hdfs<3.0.0,>=2.1.0->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
INFO|2019-06-06T23:54:42|build_image.py|46| Collecting fasteners>=0.14 (from google-apitools<0.5.29,>=0.5.28; extra == "gcp"->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/18/bd/55eb2d6397b9c0e263af9d091ebdb756b15756029b3cededf6461481bc63/fasteners-0.15-py2.py3-none-any.whl
INFO|2019-06-06T23:54:42|build_image.py|46| Collecting google-resumable-media>=0.2.1 (from google-cloud-bigquery<1.7.0,>=1.6.0; extra == "gcp"->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/e2/5d/4bc5c28c252a62efe69ed1a1561da92bd5af8eca0cdcdf8e60354fae9b29/google_resumable_media-0.3.2-py2.py3-none-any.whl
INFO|2019-06-06T23:54:42|build_image.py|46| Collecting google-api-core<2.0.0dev,>=1.0.0 (from google-cloud-bigquery<1.7.0,>=1.6.0; extra == "gcp"->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:42|build_image.py|46| Downloading https://files.pythonhosted.org/packages/10/d6/8b1e8d79a8a56649af3a094e3d90dd213278da942f36d831b57c0ca4a503/google_api_core-1.11.1-py2.py3-none-any.whl (66kB)
INFO|2019-06-06T23:54:43|build_image.py|46| Collecting grpc-google-iam-v1<0.12dev,>=0.11.4 (from google-cloud-pubsub<0.40.0,>=0.39.0; extra == "gcp"->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9b/28/f26f67381cb23e81271b8d66c00a846ad9d25a909ae1ae1df8222fad2744/grpc-google-iam-v1-0.11.4.tar.gz
INFO|2019-06-06T23:54:43|build_image.py|46| Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.7.0->hdfs<3.0.0,>=2.1.0->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
INFO|2019-06-06T23:54:43|build_image.py|46| Collecting idna<2.9,>=2.5 (from requests>=2.7.0->hdfs<3.0.0,>=2.1.0->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
INFO|2019-06-06T23:54:43|build_image.py|46| Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 (from requests>=2.7.0->hdfs<3.0.0,>=2.1.0->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/e6/60/247f23a7121ae632d62811ba7f273d0e58972d75e58a94d329d51550a47d/urllib3-1.25.3-py2.py3-none-any.whl (150kB)
INFO|2019-06-06T23:54:43|build_image.py|46| Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests>=2.7.0->hdfs<3.0.0,>=2.1.0->apache-beam[gcp]<3,>=2.11->tensorflow-transform) (2019.3.9)
INFO|2019-06-06T23:54:43|build_image.py|46| Collecting monotonic>=0.1 (from fasteners>=0.14->google-apitools<0.5.29,>=0.5.28; extra == "gcp"->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ac/aa/063eca6a416f397bd99552c534c6d11d57f58f2e94c14780f3bbf818c4cf/monotonic-1.5-py2.py3-none-any.whl
INFO|2019-06-06T23:54:43|build_image.py|46| Collecting google-auth<2.0dev,>=0.4.0 (from google-api-core<2.0.0dev,>=1.0.0->google-cloud-bigquery<1.7.0,>=1.6.0; extra == "gcp"->apache-beam[gcp]<3,>=2.11->tensorflow-transform)
INFO|2019-06-06T23:54:43|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c5/9b/ed0516cc1f7609fb0217e3057ff4f0f9f3e3ce79a369c6af4a6c5ca25664/google_auth-1.6.3-py2.py3-none-any.whl (73kB)
INFO|2019-06-06T23:54:43|build_image.py|46| Building wheels for collected packages: tensorflow-transform, tornado, gast, termcolor, absl-py, keras-applications, pydot, simplegeneric, avro, dill, pyyaml, pyvcf, oauth2client, future, httplib2, crcmod, hdfs, proto-google-cloud-datastore-v1, googledatastore, googleapis-common-protos, scandir, docopt, grpc-google-iam-v1
INFO|2019-06-06T23:54:43|build_image.py|46| Building wheel for tensorflow-transform (setup.py): started
INFO|2019-06-06T23:54:44|build_image.py|46| Building wheel for tensorflow-transform (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:44|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/fa/8e/22/bf6c72aa7a68be71b39e7a2b7b08dfcde282dc58fa2481047f
INFO|2019-06-06T23:54:44|build_image.py|46| Building wheel for tornado (setup.py): started
INFO|2019-06-06T23:54:44|build_image.py|46| Building wheel for tornado (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:44|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/6d/e1/ce/f4ee2fa420cc6b940123c64992b81047816d0a9fad6b879325
INFO|2019-06-06T23:54:44|build_image.py|46| Building wheel for gast (setup.py): started
INFO|2019-06-06T23:54:44|build_image.py|46| Building wheel for gast (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:44|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/5c/2e/7e/a1d4d4fcebe6c381f378ce7743a3ced3699feb89bcfbdadadd
INFO|2019-06-06T23:54:44|build_image.py|46| Building wheel for termcolor (setup.py): started
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for termcolor (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:45|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/7c/06/54/bc84598ba1daf8f970247f550b175aaaee85f68b4b0c5ab2c6
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for absl-py (setup.py): started
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for absl-py (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:45|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/ee/98/38/46cbcc5a93cfea5492d19c38562691ddb23b940176c14f7b48
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for keras-applications (setup.py): started
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for keras-applications (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:45|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/dd/f2/5d/2689b5547f32c4e258c3b7ccbe7f1d0f2afbb84fb01e830792
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for pydot (setup.py): started
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for pydot (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:45|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/6a/a5/14/25541ebcdeaf97a37b6d05c7ff15f5bd20f5e91b99d313e5b4
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for simplegeneric (setup.py): started
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for simplegeneric (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:45|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/a9/28/53/f24776b4c5bcbe91aaf1f1e247bd6fadd17191aa12fac63902
INFO|2019-06-06T23:54:45|build_image.py|46| Building wheel for avro (setup.py): started
INFO|2019-06-06T23:54:46|build_image.py|46| Building wheel for avro (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:46|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/44/75/8b/415a2d3017d77b93741e72b755760c967c5e10445d2a6c2daf
INFO|2019-06-06T23:54:46|build_image.py|46| Building wheel for dill (setup.py): started
INFO|2019-06-06T23:54:46|build_image.py|46| Building wheel for dill (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:46|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/5b/d7/0f/e58eae695403de585269f4e4a94e0cd6ca60ec0c202936fa4a
INFO|2019-06-06T23:54:46|build_image.py|46| Building wheel for pyyaml (setup.py): started
INFO|2019-06-06T23:54:46|build_image.py|46| Building wheel for pyyaml (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:46|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
INFO|2019-06-06T23:54:46|build_image.py|46| Building wheel for pyvcf (setup.py): started
INFO|2019-06-06T23:54:47|build_image.py|46| Building wheel for pyvcf (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:47|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/81/91/41/3272543c0b9c61da9c525f24ee35bae6fe8f60d4858c66805d
INFO|2019-06-06T23:54:47|build_image.py|46| Building wheel for oauth2client (setup.py): started
INFO|2019-06-06T23:54:47|build_image.py|46| Building wheel for oauth2client (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:47|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/48/f7/87/b932f09c6335dbcf45d916937105a372ab14f353a9ca431d7d
INFO|2019-06-06T23:54:47|build_image.py|46| Building wheel for future (setup.py): started
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for future (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:48|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for httplib2 (setup.py): started
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for httplib2 (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:48|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/6d/41/4b/2b369d6e2b7eaebcdd423516d3fb659c7658c16a2be8fd04ec
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for crcmod (setup.py): started
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for crcmod (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:48|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/50/24/4d/4580ca4a299f1ad6fd63443e6e584cb21e9a07988e4aa8daac
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for hdfs (setup.py): started
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for hdfs (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:48|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/1e/43/63/d5848bd5d5e02c449f1112cb23965a16ad97902fe6b53b87da
INFO|2019-06-06T23:54:48|build_image.py|46| Building wheel for proto-google-cloud-datastore-v1 (setup.py): started
INFO|2019-06-06T23:54:49|build_image.py|46| Building wheel for proto-google-cloud-datastore-v1 (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:49|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/bd/ce/33/8b769968db3761c42c7a91d8a0dbbafc50acfa0750866c8abd
INFO|2019-06-06T23:54:49|build_image.py|46| Building wheel for googledatastore (setup.py): started
INFO|2019-06-06T23:54:49|build_image.py|46| Building wheel for googledatastore (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:49|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/09/61/a5/7e8f4442b3c3d406ee9eb6c06e1ecbe5625f62f8cb19c08f5b
INFO|2019-06-06T23:54:49|build_image.py|46| Building wheel for googleapis-common-protos (setup.py): started
INFO|2019-06-06T23:54:49|build_image.py|46| Building wheel for googleapis-common-protos (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:49|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/9e/3d/a2/1bec8bb7db80ab3216dbc33092bb7ccd0debfb8ba42b5668d5
INFO|2019-06-06T23:54:49|build_image.py|46| Building wheel for scandir (setup.py): started
INFO|2019-06-06T23:54:50|build_image.py|46| Building wheel for scandir (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:50|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/91/95/75/19c98a91239878abbc7c59970abd3b4e0438a7dd5b61778335
INFO|2019-06-06T23:54:50|build_image.py|46| Building wheel for docopt (setup.py): started
INFO|2019-06-06T23:54:50|build_image.py|46| Building wheel for docopt (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:50|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/9b/04/dd/7daf4150b6d9b12949298737de9431a324d4b797ffd63f526e
INFO|2019-06-06T23:54:50|build_image.py|46| Building wheel for grpc-google-iam-v1 (setup.py): started
INFO|2019-06-06T23:54:50|build_image.py|46| Building wheel for grpc-google-iam-v1 (setup.py): finished with status 'done'
INFO|2019-06-06T23:54:50|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-XyHFpo/wheels/b6/c6/31/c20321a5a3fde456fc375b7c2814135e6e98bc0d74c40239d9
INFO|2019-06-06T23:54:50|build_image.py|46| Successfully built tensorflow-transform tornado gast termcolor absl-py keras-applications pydot simplegeneric avro dill pyyaml pyvcf oauth2client future httplib2 crcmod hdfs proto-google-cloud-datastore-v1 googledatastore googleapis-common-protos scandir docopt grpc-google-iam-v1
INFO|2019-06-06T23:54:50|build_image.py|46| ERROR: apache-beam 2.13.0 has requirement mock<3.0.0,>=1.0.1, but you'll have mock 3.0.5 which is incompatible.
INFO|2019-06-06T23:54:50|build_image.py|46| Installing collected packages: six, scandir, pathlib2, backports.shutil-get-terminal-size, simplegeneric, pygments, ptyprocess, pexpect, wcwidth, prompt-toolkit, pickleshare, enum34, ipython-genutils, decorator, traitlets, ipython, futures, singledispatch, backports-abc, tornado, python-dateutil, pyzmq, jupyter-core, jupyter-client, ipykernel, numpy, keras-preprocessing, astor, backports.weakref, funcsigs, mock, absl-py, tensorflow-estimator, gast, termcolor, protobuf, grpcio, werkzeug, markdown, tensorboard, h5py, keras-applications, tensorflow, avro, pyparsing, pydot, dill, pyyaml, pytz, typing, pyvcf, httplib2, pyasn1, pyasn1-modules, rsa, oauth2client, future, crcmod, fastavro, docopt, chardet, idna, urllib3, requests, hdfs, pyarrow, monotonic, fasteners, google-apitools, googleapis-common-protos, proto-google-cloud-datastore-v1, google-resumable-media, cachetools, google-auth, google-api-core, google-cloud-core, google-cloud-bigquery, grpc-google-iam-v1, google-cloud-pubsub, googledatastore, google-cloud-bigtable, google-cloud-datastore, apache-beam, tensorflow-metadata, tensorflow-transform
INFO|2019-06-06T23:55:04|build_image.py|46| Successfully installed absl-py-0.7.1 apache-beam-2.13.0 astor-0.8.0 avro-1.9.0 backports-abc-0.5 backports.shutil-get-terminal-size-1.0.0 backports.weakref-1.0.post1 cachetools-3.1.1 chardet-3.0.4 crcmod-1.7 decorator-4.4.0 dill-0.2.9 docopt-0.6.2 enum34-1.1.6 fastavro-0.21.24 fasteners-0.15 funcsigs-1.0.2 future-0.17.1 futures-3.2.0 gast-0.2.2 google-api-core-1.11.1 google-apitools-0.5.28 google-auth-1.6.3 google-cloud-bigquery-1.6.1 google-cloud-bigtable-0.32.2 google-cloud-core-0.29.1 google-cloud-datastore-1.7.4 google-cloud-pubsub-0.39.1 google-resumable-media-0.3.2 googleapis-common-protos-1.6.0 googledatastore-7.0.2 grpc-google-iam-v1-0.11.4 grpcio-1.21.1 h5py-2.9.0 hdfs-2.5.2 httplib2-0.12.0 idna-2.8 ipykernel-4.10.0 ipython-5.8.0 ipython-genutils-0.2.0 jupyter-client-5.2.4 jupyter-core-4.4.0 keras-applications-1.0.8 keras-preprocessing-1.1.0 markdown-3.1.1 mock-3.0.5 monotonic-1.5 numpy-1.16.4 oauth2client-3.0.0 pathlib2-2.3.3 pexpect-4.7.0 pickleshare-0.7.5 prompt-toolkit-1.0.16 proto-google-cloud-datastore-v1-0.90.4 protobuf-3.8.0 ptyprocess-0.6.0 pyarrow-0.13.0 pyasn1-0.4.5 pyasn1-modules-0.2.5 pydot-1.2.4 pygments-2.4.2 pyparsing-2.4.0 python-dateutil-2.8.0 pytz-2019.1 pyvcf-0.6.8 pyyaml-3.13 pyzmq-18.0.1 requests-2.22.0 rsa-4.0 scandir-1.10.0 simplegeneric-0.8.1 singledispatch-3.4.0.3 six-1.12.0 tensorboard-1.13.1 tensorflow-1.13.1 tensorflow-estimator-1.13.0 tensorflow-metadata-0.13.0 tensorflow-transform-0.13.0 termcolor-1.1.0 tornado-5.1.1 traitlets-4.3.2 typing-3.6.6 urllib3-1.25.3 wcwidth-0.1.7 werkzeug-0.15.4
INFO|2019-06-06T23:55:05|build_image.py|46| + python -m ipykernel install
INFO|2019-06-06T23:55:06|build_image.py|46| Installed kernelspec python2 in /usr/local/share/jupyter/kernels/python2
INFO|2019-06-06T23:55:06|build_image.py|46| + [[ -n '' ]]
INFO|2019-06-06T23:55:06|build_image.py|46| + [[ -n '' ]]
INFO|2019-06-06T23:55:06|build_image.py|46| + pip install --no-cache-dir --no-deps tensorflow-serving-api
INFO|2019-06-06T23:55:06|build_image.py|46| DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
INFO|2019-06-06T23:55:06|build_image.py|46| Collecting tensorflow-serving-api
INFO|2019-06-06T23:55:06|build_image.py|46| Downloading https://files.pythonhosted.org/packages/63/42/b54266b031a9ebff42ba7ba2bb76f54c2cee49810f4810d81ff3c092c014/tensorflow_serving_api-1.13.0-py2.py3-none-any.whl
INFO|2019-06-06T23:55:06|build_image.py|46| Installing collected packages: tensorflow-serving-api
INFO|2019-06-06T23:55:07|build_image.py|46| Successfully installed tensorflow-serving-api-1.13.0
INFO|2019-06-06T23:55:07|build_image.py|46| + conda install --quiet --yes nodejs
INFO|2019-06-06T23:55:07|build_image.py|46| + '[' 4 -lt 1 ']'
INFO|2019-06-06T23:55:07|build_image.py|46| + local cmd=install
INFO|2019-06-06T23:55:07|build_image.py|46| + shift
INFO|2019-06-06T23:55:07|build_image.py|46| + case "$cmd" in
INFO|2019-06-06T23:55:07|build_image.py|46| + OLDPATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:07|build_image.py|46| + __add_sys_prefix_to_path
INFO|2019-06-06T23:55:07|build_image.py|46| + '[' -n '' ']'
INFO|2019-06-06T23:55:07|build_image.py|46| ++ dirname /opt/conda/bin/conda
INFO|2019-06-06T23:55:07|build_image.py|46| + SYSP=/opt/conda/bin
INFO|2019-06-06T23:55:07|build_image.py|46| ++ dirname /opt/conda/bin
INFO|2019-06-06T23:55:07|build_image.py|46| + SYSP=/opt/conda
INFO|2019-06-06T23:55:07|build_image.py|46| + '[' -n '' ']'
INFO|2019-06-06T23:55:07|build_image.py|46| + PATH=/opt/conda/bin:/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:07|build_image.py|46| + export PATH
INFO|2019-06-06T23:55:07|build_image.py|46| + /opt/conda/bin/conda install --quiet --yes nodejs
INFO|2019-06-06T23:55:09|build_image.py|46| Collecting package metadata: ...working... done
INFO|2019-06-06T23:55:11|build_image.py|46| Solving environment: ...working... done
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| ## Package Plan ##
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| environment location: /opt/conda/envs/py2
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| added / updated specs:
INFO|2019-06-06T23:55:19|build_image.py|46| - nodejs
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| The following packages will be downloaded:
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| package | build
INFO|2019-06-06T23:55:19|build_image.py|46| ---------------------------|-----------------
INFO|2019-06-06T23:55:19|build_image.py|46| nodejs-11.14.0 | he1b5a44_1 16.6 MB conda-forge
INFO|2019-06-06T23:55:19|build_image.py|46| ------------------------------------------------------------
INFO|2019-06-06T23:55:19|build_image.py|46| Total: 16.6 MB
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| The following NEW packages will be INSTALLED:
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| nodejs conda-forge/linux-64::nodejs-11.14.0-he1b5a44_1
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46|
INFO|2019-06-06T23:55:19|build_image.py|46| Preparing transaction: ...working... done
INFO|2019-06-06T23:55:20|build_image.py|46| Verifying transaction: ...working... done
INFO|2019-06-06T23:55:20|build_image.py|46| Executing transaction: ...working... done
INFO|2019-06-06T23:55:21|build_image.py|46| + local t1=0
INFO|2019-06-06T23:55:21|build_image.py|46| + PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:21|build_image.py|46| + '[' 0 = 0 ']'
INFO|2019-06-06T23:55:21|build_image.py|46| + __conda_reactivate
INFO|2019-06-06T23:55:21|build_image.py|46| + local ask_conda
INFO|2019-06-06T23:55:21|build_image.py|46| + OLDPATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:21|build_image.py|46| + __add_sys_prefix_to_path
INFO|2019-06-06T23:55:21|build_image.py|46| + '[' -n '' ']'
INFO|2019-06-06T23:55:21|build_image.py|46| ++ dirname /opt/conda/bin/conda
INFO|2019-06-06T23:55:21|build_image.py|46| + SYSP=/opt/conda/bin
INFO|2019-06-06T23:55:21|build_image.py|46| ++ dirname /opt/conda/bin
INFO|2019-06-06T23:55:21|build_image.py|46| + SYSP=/opt/conda
INFO|2019-06-06T23:55:21|build_image.py|46| + '[' -n '' ']'
INFO|2019-06-06T23:55:21|build_image.py|46| + PATH=/opt/conda/bin:/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:21|build_image.py|46| + export PATH
INFO|2019-06-06T23:55:21|build_image.py|46| ++ PS1='(py2) '
INFO|2019-06-06T23:55:21|build_image.py|46| ++ /opt/conda/bin/conda shell.posix reactivate
INFO|2019-06-06T23:55:21|build_image.py|46| + ask_conda='PS1='\''(py2) '\''
INFO|2019-06-06T23:55:21|build_image.py|46| export PATH='\''/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
INFO|2019-06-06T23:55:21|build_image.py|46| export CONDA_SHLVL='\''1'\''
INFO|2019-06-06T23:55:21|build_image.py|46| export CONDA_PROMPT_MODIFIER='\''(py2) '\'''
INFO|2019-06-06T23:55:21|build_image.py|46| + PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:21|build_image.py|46| + eval 'PS1='\''(py2) '\''
INFO|2019-06-06T23:55:21|build_image.py|46| export PATH='\''/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
INFO|2019-06-06T23:55:21|build_image.py|46| export CONDA_SHLVL='\''1'\''
INFO|2019-06-06T23:55:21|build_image.py|46| export CONDA_PROMPT_MODIFIER='\''(py2) '\'''
INFO|2019-06-06T23:55:21|build_image.py|46| ++ PS1='(py2) '
INFO|2019-06-06T23:55:21|build_image.py|46| ++ export PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:21|build_image.py|46| ++ PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:55:21|build_image.py|46| ++ export CONDA_SHLVL=1
INFO|2019-06-06T23:55:21|build_image.py|46| ++ CONDA_SHLVL=1
INFO|2019-06-06T23:55:21|build_image.py|46| ++ export 'CONDA_PROMPT_MODIFIER=(py2) '
INFO|2019-06-06T23:55:21|build_image.py|46| ++ CONDA_PROMPT_MODIFIER='(py2) '
INFO|2019-06-06T23:55:21|build_image.py|46| + __conda_hashr
INFO|2019-06-06T23:55:21|build_image.py|46| + '[' -n '' ']'
INFO|2019-06-06T23:55:21|build_image.py|46| + '[' -n '' ']'
INFO|2019-06-06T23:55:21|build_image.py|46| + hash -r
INFO|2019-06-06T23:55:21|build_image.py|46| + jupyter labextension install @jupyter-widgets/jupyterlab-manager
INFO|2019-06-06T23:55:22|build_image.py|46| Node v11.14.0
INFO|2019-06-06T23:55:22|build_image.py|46|
INFO|2019-06-06T23:55:22|build_image.py|46| > /opt/conda/envs/py2/bin/npm pack @jupyter-widgets/jupyterlab-manager
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 📦 @jupyter-widgets/[email protected]
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice === Tarball Contents ===
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 2.3kB package.json
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 1.5kB LICENSE
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 2.0kB README.md
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 277B lib/index.d.ts
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 1.0kB lib/index.js
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 5.3kB lib/manager.d.ts
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 14.1kB lib/manager.js
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 1.9kB lib/output.d.ts
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 5.9kB lib/output.js
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 830B lib/plugin.d.ts
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 7.3kB lib/plugin.js
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 956B lib/renderer.d.ts
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 4.3kB lib/renderer.js
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 216B lib/semvercache.d.ts
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 972B lib/semvercache.js
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice 375B schema/plugin.json
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice === Tarball Details ===
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice name: @jupyter-widgets/jupyterlab-manager
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice version: 0.41.0
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice filename: jupyter-widgets-jupyterlab-manager-0.41.0.tgz
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice package size: 12.4 kB
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice unpacked size: 49.3 kB
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice shasum: af8649d083c3a8ee415e8f3941421f0c29c57974
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice integrity: sha512-SYDHLMGtalTcF[...]q7a/76+qDNRGQ==
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice total files: 16
INFO|2019-06-06T23:55:24|build_image.py|46| npm notice
INFO|2019-06-06T23:55:24|build_image.py|46| jupyter-widgets-jupyterlab-manager-0.41.0.tgz
INFO|2019-06-06T23:55:27|build_image.py|46| Incompatible extension:
INFO|2019-06-06T23:55:27|build_image.py|46|
INFO|2019-06-06T23:55:27|build_image.py|46| "@jupyter-widgets/[email protected]" is not compatible with the current JupyterLab
INFO|2019-06-06T23:55:27|build_image.py|46| Conflicting Dependencies:
INFO|2019-06-06T23:55:27|build_image.py|46| JupyterLab Extension Package
INFO|2019-06-06T23:55:27|build_image.py|46| >=0.19.1 <0.20.0 1.0.0-alpha.8 @jupyterlab/application
INFO|2019-06-06T23:55:27|build_image.py|46| >=0.19.2 <0.20.0 1.0.0-alpha.9 @jupyterlab/notebook
INFO|2019-06-06T23:55:27|build_image.py|46| >=0.19.1 <0.20.0 1.0.0-alpha.8 @jupyterlab/rendermime
INFO|2019-06-06T23:55:27|build_image.py|46|
INFO|2019-06-06T23:55:27|build_image.py|46| Found compatible version: 0.38.1
INFO|2019-06-06T23:55:27|build_image.py|46| > /opt/conda/envs/py2/bin/npm pack @jupyter-widgets/[email protected]
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 📦 @jupyter-widgets/[email protected]
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice === Tarball Contents ===
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 2.0kB package.json
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 1.5kB LICENSE
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 2.0kB README.md
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 131B lib/index.d.ts
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 410B lib/index.js
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 2.5kB lib/manager.d.ts
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 6.2kB lib/manager.js
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 1.9kB lib/output.d.ts
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 6.0kB lib/output.js
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 1.1kB lib/plugin.d.ts
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 3.6kB lib/plugin.js
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 829B lib/renderer.d.ts
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 3.0kB lib/renderer.js
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 216B lib/semvercache.d.ts
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice 972B lib/semvercache.js
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice === Tarball Details ===
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice name: @jupyter-widgets/jupyterlab-manager
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice version: 0.38.1
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice filename: jupyter-widgets-jupyterlab-manager-0.38.1.tgz
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice package size: 8.5 kB
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice unpacked size: 32.3 kB
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice shasum: 1b1e17c929065bd2a93057b2378562c10c3db6c0
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice integrity: sha512-JutIwjs2jq6qW[...]Phr69YQ+qQZ/Q==
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice total files: 15
INFO|2019-06-06T23:55:29|build_image.py|46| npm notice
INFO|2019-06-06T23:55:29|build_image.py|46| jupyter-widgets-jupyterlab-manager-0.38.1.tgz
INFO|2019-06-06T23:55:30|build_image.py|46| Node v11.14.0
INFO|2019-06-06T23:55:30|build_image.py|46|
INFO|2019-06-06T23:55:30|build_image.py|46| > node /opt/conda/lib/python3.6/site-packages/jupyterlab/staging/yarn.js install
INFO|2019-06-06T23:55:32|build_image.py|46| yarn install v1.9.4
INFO|2019-06-06T23:55:32|build_image.py|46| info No lockfile found.
INFO|2019-06-06T23:55:32|build_image.py|46| [1/5] Validating package.json...
INFO|2019-06-06T23:55:32|build_image.py|46| [2/5] Resolving packages...
INFO|2019-06-06T23:55:35|build_image.py|46| warning @jupyterlab/application > @jupyterlab/apputils > react-dom > fbjs > [email protected]: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2.
INFO|2019-06-06T23:56:09|build_image.py|46| (node:314) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
INFO|2019-06-06T23:56:12|build_image.py|46| warning css-loader > cssnano > autoprefixer > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
INFO|2019-06-06T23:56:12|build_image.py|46| warning css-loader > cssnano > postcss-merge-rules > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
INFO|2019-06-06T23:56:12|build_image.py|46| warning css-loader > cssnano > postcss-merge-rules > caniuse-api > [email protected]: Browserslist 2 could fail on reading Browserslist >3.0 config used in other tools.
INFO|2019-06-06T23:56:12|build_image.py|46| warning css-loader > cssnano > postcss-merge-rules > postcss-selector-parser > [email protected]: I wrote this module a very long time ago; you should use something else.
INFO|2019-06-06T23:56:15|build_image.py|46| [3/5] Fetching packages...
INFO|2019-06-06T23:56:34|build_image.py|46| info [email protected]: The platform "linux" is incompatible with this module.
INFO|2019-06-06T23:56:34|build_image.py|46| info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
INFO|2019-06-06T23:56:34|build_image.py|46| [4/5] Linking dependencies...
INFO|2019-06-06T23:56:34|build_image.py|46| warning "@jupyterlab/vdom-extension > @nteract/[email protected]" has incorrect peer dependency "react@^15.6.1".
INFO|2019-06-06T23:56:34|build_image.py|46| warning "@jupyterlab/vega4-extension > vega-embed > [email protected]" has unmet peer dependency "vega@*".
INFO|2019-06-06T23:56:42|build_image.py|46| [5/5] Building fresh packages...
INFO|2019-06-06T23:56:43|build_image.py|46| success Saved lockfile.
INFO|2019-06-06T23:56:43|build_image.py|46| Done in 71.55s.
INFO|2019-06-06T23:56:44|build_image.py|46| > node /opt/conda/lib/python3.6/site-packages/jupyterlab/staging/yarn.js run build
INFO|2019-06-06T23:56:46|build_image.py|46| yarn run v1.9.4
INFO|2019-06-06T23:56:46|build_image.py|46| $ webpack
INFO|2019-06-06T23:57:01|build_image.py|46| Hash: c2c22ab6d9a789f4300e
INFO|2019-06-06T23:57:01|build_image.py|46| Version: webpack 4.12.2
INFO|2019-06-06T23:57:01|build_image.py|46| Time: 13496ms
INFO|2019-06-06T23:57:01|build_image.py|46| Built at: 06/07/2019 3:57:01 AM
INFO|2019-06-06T23:57:01|build_image.py|46| Asset Size Chunks Chunk Names
INFO|2019-06-06T23:57:01|build_image.py|46| 674f50d287a8c48dc19ba404d20fe713.eot 162 KiB [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| af7ae505a9eed503f8b8e6982036873e.woff2 75.4 KiB [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| 912ec66d7572ff821749319396470bde.svg 434 KiB [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| fee66e712a8a08eef5805a46892932ad.woff 95.7 KiB [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| b06871f281fee6b241d60582ae9369b9.ttf 162 KiB [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| main.c7b01ff4b4cfe4693205.js 53.6 KiB main [emitted] main
INFO|2019-06-06T23:57:01|build_image.py|46| 0.cc98107762fcc28532b3.js 4.5 KiB 0 [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| vega.91b98e783d16fd1b9e23.js 519 bytes vega [emitted] vega
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~@jupyter-widgets/controls~vega.8b1805ea3ceb0df473f6.js 22.6 KiB vendors~@jupyter-widgets/controls~vega [emitted] vendors~@jupyter-widgets/controls~vega
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~main.e45e8ea73a4c98044fc7.js 8.62 MiB vendors~main [emitted] vendors~main
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~vega.028c1abe423541428a41.js 2.96 MiB vendors~vega [emitted] vendors~vega
INFO|2019-06-06T23:57:01|build_image.py|46| 1.055322dcf6c2bb19185f.js 888 KiB 1 [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~@jupyter-widgets/controls.cdb41212bcbe4355518b.js 290 KiB vendors~@jupyter-widgets/controls [emitted] vendors~@jupyter-widgets/controls
INFO|2019-06-06T23:57:01|build_image.py|46| main.c7b01ff4b4cfe4693205.js.map 62.4 KiB main [emitted] main
INFO|2019-06-06T23:57:01|build_image.py|46| 0.cc98107762fcc28532b3.js.map 5.73 KiB 0 [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| vega.91b98e783d16fd1b9e23.js.map 251 bytes vega [emitted] vega
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~@jupyter-widgets/controls~vega.8b1805ea3ceb0df473f6.js.map 15.6 KiB vendors~@jupyter-widgets/controls~vega [emitted] vendors~@jupyter-widgets/controls~vega
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~main.e45e8ea73a4c98044fc7.js.map 9.93 MiB vendors~main [emitted] vendors~main
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~vega.028c1abe423541428a41.js.map 2.3 MiB vendors~vega [emitted] vendors~vega
INFO|2019-06-06T23:57:01|build_image.py|46| 1.055322dcf6c2bb19185f.js.map 1.04 MiB 1 [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| vendors~@jupyter-widgets/controls.cdb41212bcbe4355518b.js.map 333 KiB vendors~@jupyter-widgets/controls [emitted] vendors~@jupyter-widgets/controls
INFO|2019-06-06T23:57:01|build_image.py|46| index.html 1.54 KiB [emitted]
INFO|2019-06-06T23:57:01|build_image.py|46| Entrypoint main = vendors~main.e45e8ea73a4c98044fc7.js vendors~main.e45e8ea73a4c98044fc7.js.map main.c7b01ff4b4cfe4693205.js main.c7b01ff4b4cfe4693205.js.map
INFO|2019-06-06T23:57:01|build_image.py|46| [0] multi whatwg-fetch ./build/index.out.js 40 bytes {main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [ANye] ./build/index.out.js 35 KiB {main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [yLpj] (webpack)/buildin/global.js 489 bytes {vendors~main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [1] vertx (ignored) 15 bytes {main} [optional] [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [RnhZ] ./node_modules/moment/locale sync ^\.\/.*$ 2.88 KiB {main} [optional] [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [YuTi] (webpack)/buildin/module.js 497 bytes {vendors~main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [eTbV] ./node_modules/codemirror/mode sync ^\.\/.*\.js$ 2.78 KiB {0} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [2] util (ignored) 15 bytes {main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [4] buffer (ignored) 15 bytes {main} [optional] [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [5] crypto (ignored) 15 bytes {main} [optional] [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [6] readable-stream (ignored) 15 bytes {main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [7] supports-color (ignored) 15 bytes {main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [8] chalk (ignored) 15 bytes {main} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [10] node-fetch (ignored) 15 bytes {vega} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [11] fs (ignored) 15 bytes {vega} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| + 2512 hidden modules
INFO|2019-06-06T23:57:01|build_image.py|46|
INFO|2019-06-06T23:57:01|build_image.py|46| WARNING in d3-array
INFO|2019-06-06T23:57:01|build_image.py|46| Multiple versions of d3-array found:
INFO|2019-06-06T23:57:01|build_image.py|46| 1.2.4 ./~/d3-scale/~/d3-array from ./~/d3-scale/~/d3-array/src/index.js
INFO|2019-06-06T23:57:01|build_image.py|46| 2.2.0 ./~/d3-array from ./~/d3-array/src/index.js
INFO|2019-06-06T23:57:01|build_image.py|46|
INFO|2019-06-06T23:57:01|build_image.py|46|
INFO|2019-06-06T23:57:01|build_image.py|46| WARNING in vega-lite
INFO|2019-06-06T23:57:01|build_image.py|46| Multiple versions of vega-lite found:
INFO|2019-06-06T23:57:01|build_image.py|46| 2.5.1 ./~/vega-lite/build/src from ./~/vega-lite/build/src/compile/selection/selection.js
INFO|2019-06-06T23:57:01|build_image.py|46| 2.6.0 ./~/vega-lite/build from ./~/vega-lite/build/src/index.js
INFO|2019-06-06T23:57:01|build_image.py|46|
INFO|2019-06-06T23:57:01|build_image.py|46| Check how you can resolve duplicate packages:
INFO|2019-06-06T23:57:01|build_image.py|46| https://github.com/darrenscerri/duplicate-package-checker-webpack-plugin#resolving-duplicate-packages-in-your-bundle
INFO|2019-06-06T23:57:01|build_image.py|46|
INFO|2019-06-06T23:57:01|build_image.py|46| Child html-webpack-plugin for "index.html":
INFO|2019-06-06T23:57:01|build_image.py|46| 1 asset
INFO|2019-06-06T23:57:01|build_image.py|46| Entrypoint undefined = index.html
INFO|2019-06-06T23:57:01|build_image.py|46| [KTNU] ./node_modules/html-loader!./templates/partial.html 567 bytes {0} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [YuTi] (webpack)/buildin/module.js 497 bytes {0} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [aS2v] ./node_modules/html-webpack-plugin/lib/loader.js!./templates/template.html 1.22 KiB {0} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| [yLpj] (webpack)/buildin/global.js 489 bytes {0} [built]
INFO|2019-06-06T23:57:01|build_image.py|46| + 1 hidden module
INFO|2019-06-06T23:57:02|build_image.py|46| Done in 15.84s.
INFO|2019-06-06T23:57:02|build_image.py|46| + pip --no-cache-dir install -r /tmp/requirements.txt
INFO|2019-06-06T23:57:03|build_image.py|46| DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
INFO|2019-06-06T23:57:03|build_image.py|46| Collecting widgetsnbextension (from -r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:04|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8a/81/35789a3952afb48238289171728072d26d6e76649ddc8b3588657a2d78c1/widgetsnbextension-3.4.2-py2.py3-none-any.whl (2.2MB)
INFO|2019-06-06T23:57:04|build_image.py|46| Collecting ipywidgets (from -r /tmp/requirements.txt (line 5))
INFO|2019-06-06T23:57:04|build_image.py|46| Downloading https://files.pythonhosted.org/packages/30/9a/a008c7b1183fac9e52066d80a379b3c64eab535bd9d86cdc29a0b766fd82/ipywidgets-7.4.2-py2.py3-none-any.whl (111kB)
INFO|2019-06-06T23:57:05|build_image.py|46| Collecting tensor2tensor (from -r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:05|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d6/d1/6d23a48d04a4c66d6b1e496c297b4cfb87b19272f7c5a1de25a77468c1ea/tensor2tensor-1.13.4-py2.py3-none-any.whl (1.4MB)
INFO|2019-06-06T23:57:05|build_image.py|46| Requirement already satisfied: h5py in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 11)) (2.9.0)
INFO|2019-06-06T23:57:05|build_image.py|46| Collecting sklearn (from -r /tmp/requirements.txt (line 12))
INFO|2019-06-06T23:57:05|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1e/7a/dbb3be0ce9bd5c8b7e3d87328e79063f8b263b2b1bfa4774cb1147bfcd3f/sklearn-0.0.tar.gz
INFO|2019-06-06T23:57:05|build_image.py|46| Collecting pandas (from -r /tmp/requirements.txt (line 13))
INFO|2019-06-06T23:57:06|build_image.py|46| Downloading https://files.pythonhosted.org/packages/db/83/7d4008ffc2988066ff37f6a0bb6d7b60822367dcb36ba5e39aa7801fda54/pandas-0.24.2-cp27-cp27mu-manylinux1_x86_64.whl (10.1MB)
INFO|2019-06-06T23:57:09|build_image.py|46| Collecting keras (from -r /tmp/requirements.txt (line 14))
INFO|2019-06-06T23:57:09|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5e/10/aa32dad071ce52b5502266b5c659451cfd6ffcbf14e6c8c4f16c0ff5aaab/Keras-2.2.4-py2.py3-none-any.whl (312kB)
INFO|2019-06-06T23:57:09|build_image.py|46| Collecting matplotlib (from -r /tmp/requirements.txt (line 15))
INFO|2019-06-06T23:57:09|build_image.py|46| Downloading https://files.pythonhosted.org/packages/32/6b/0368cfa5e1d1ae169ab7dc78addda3fd5e6262e48d7373a9114bac7caff7/matplotlib-2.2.4-cp27-cp27mu-manylinux1_x86_64.whl (12.8MB)
INFO|2019-06-06T23:57:11|build_image.py|46| Collecting google-cloud (from -r /tmp/requirements.txt (line 18))
INFO|2019-06-06T23:57:11|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ba/b1/7c54d1950e7808df06642274e677dbcedba57f75307adf2e5ad8d39e5e0e/google_cloud-0.34.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:11|build_image.py|46| Collecting pandas-gbq (from -r /tmp/requirements.txt (line 19))
INFO|2019-06-06T23:57:12|build_image.py|46| Downloading https://files.pythonhosted.org/packages/6a/65/bc46678a5550c0cef1700d7292319deae716751af3f6158250d6a3a454ed/pandas_gbq-0.10.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:12|build_image.py|46| Collecting notebook>=4.4.1 (from widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:12|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f6/36/89ebfffc9dd8c8dbd81c1ffb53e3d4233ee666414c143959477cb07cc5f5/notebook-5.7.8-py2.py3-none-any.whl (9.0MB)
INFO|2019-06-06T23:57:13|build_image.py|46| Requirement already satisfied: ipython<6.0.0,>=4.0.0; python_version < "3.3" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipywidgets->-r /tmp/requirements.txt (line 5)) (5.8.0)
INFO|2019-06-06T23:57:13|build_image.py|46| Collecting nbformat>=4.2.0 (from ipywidgets->-r /tmp/requirements.txt (line 5))
INFO|2019-06-06T23:57:13|build_image.py|46| Downloading https://files.pythonhosted.org/packages/da/27/9a654d2b6cc1eaa517d1c5a4405166c7f6d72f04f6e7eea41855fe808a46/nbformat-4.4.0-py2.py3-none-any.whl (155kB)
INFO|2019-06-06T23:57:14|build_image.py|46| Requirement already satisfied: ipykernel>=4.5.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipywidgets->-r /tmp/requirements.txt (line 5)) (4.10.0)
INFO|2019-06-06T23:57:14|build_image.py|46| Requirement already satisfied: traitlets>=4.3.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipywidgets->-r /tmp/requirements.txt (line 5)) (4.3.2)
INFO|2019-06-06T23:57:14|build_image.py|46| Collecting gin-config (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:14|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c1/15/01e06b385b64ec4b5f92271f978829abb997c169bc2a83dbb13798b6b802/gin_config-0.1.4-py2.py3-none-any.whl (45kB)
INFO|2019-06-06T23:57:14|build_image.py|46| Collecting tqdm (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:14|build_image.py|46| Downloading https://files.pythonhosted.org/packages/45/af/685bf3ce889ea191f3b916557f5677cc95a5e87b2fa120d74b5dd6d049d0/tqdm-4.32.1-py2.py3-none-any.whl (49kB)
INFO|2019-06-06T23:57:14|build_image.py|46| Collecting gym (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:14|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0c/c4/307107c687f75267d645415d57db8c0a6e29e20ac30d8f4a10e8030b6737/gym-0.12.5.tar.gz (1.5MB)
INFO|2019-06-06T23:57:15|build_image.py|46| Collecting gevent (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:15|build_image.py|46| Downloading https://files.pythonhosted.org/packages/e6/e9/3a693414f706e12abe60554cd73c5ae8f848b182ae58018f93d86c9eb418/gevent-1.4.0-cp27-cp27mu-manylinux1_x86_64.whl (5.0MB)
INFO|2019-06-06T23:57:16|build_image.py|46| Collecting mesh-tensorflow (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:16|build_image.py|46| Downloading https://files.pythonhosted.org/packages/90/f3/07fe1c894490156d0d423b95fc375fcf09371413234b94500bfcd61ab6d7/mesh_tensorflow-0.0.5-py2.py3-none-any.whl (95kB)
INFO|2019-06-06T23:57:16|build_image.py|46| Collecting bz2file (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:16|build_image.py|46| Downloading https://files.pythonhosted.org/packages/61/39/122222b5e85cd41c391b68a99ee296584b2a2d1d233e7ee32b4532384f2d/bz2file-0.98.tar.gz
INFO|2019-06-06T23:57:16|build_image.py|46| Collecting kfac (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:17|build_image.py|46| Downloading https://files.pythonhosted.org/packages/83/6f/937896d2d4156db31bca44f9137badee33783bf5a7744436b1cf5a75d157/kfac-0.1.4-py2.py3-none-any.whl (140kB)
INFO|2019-06-06T23:57:17|build_image.py|46| Collecting flask (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:17|build_image.py|46| Downloading https://files.pythonhosted.org/packages/9a/74/670ae9737d14114753b8c8fdf2e8bd212a05d3b361ab15b44937dfd40985/Flask-1.0.3-py2.py3-none-any.whl (92kB)
INFO|2019-06-06T23:57:17|build_image.py|46| Requirement already satisfied: future in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.17.1)
INFO|2019-06-06T23:57:17|build_image.py|46| Collecting google-api-python-client (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:17|build_image.py|46| Downloading https://files.pythonhosted.org/packages/5b/ba/c4e47e2fdd945145ddb10db06dd29af19b01f6e6d7452348b9bf10375ee9/google-api-python-client-1.7.9.tar.gz (142kB)
INFO|2019-06-06T23:57:17|build_image.py|46| Collecting sympy (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:17|build_image.py|46| Downloading https://files.pythonhosted.org/packages/21/21/f4105795ca7f35c541d82c5b06be684dd2f5cb4f508fb487cd7aea4de776/sympy-1.4-py2.py3-none-any.whl (5.3MB)
INFO|2019-06-06T23:57:18|build_image.py|46| Requirement already satisfied: requests in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (2.22.0)
INFO|2019-06-06T23:57:18|build_image.py|46| Requirement already satisfied: numpy in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.16.4)
INFO|2019-06-06T23:57:18|build_image.py|46| Collecting gunicorn (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:18|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8c/da/b8dd8deb741bff556db53902d4706774c8e1e67265f69528c14c003644e6/gunicorn-19.9.0-py2.py3-none-any.whl (112kB)
INFO|2019-06-06T23:57:18|build_image.py|46| Collecting dopamine-rl (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:18|build_image.py|46| Downloading https://files.pythonhosted.org/packages/e5/fb/665d9e9a2afb173ee3c00811f7d050977ea75d57e3d6f83ee357acda3d4b/dopamine_rl-2.0.3-py2-none-any.whl (72kB)
INFO|2019-06-06T23:57:18|build_image.py|46| Collecting pypng (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:19|build_image.py|46| Downloading https://files.pythonhosted.org/packages/0e/39/993a5feea8ed9c2eebd70c6e7c20cb4b0823588f5ab0afab4b0be95ebc23/pypng-0.0.19.tar.gz (293kB)
INFO|2019-06-06T23:57:19|build_image.py|46| Collecting tensorflow-probability (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:19|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4e/93/191e42ca27786d6875f74e7b756e34ef42f385f6d250bfc28aa48a1d1072/tensorflow_probability-0.6.0-py2.py3-none-any.whl (790kB)
INFO|2019-06-06T23:57:19|build_image.py|46| Collecting scipy (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:20|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1d/f6/7c16d60aeb3694e5611976cb4f1eaf1c6b7f1e7c55771d691013405a02ea/scipy-1.2.2-cp27-cp27mu-manylinux1_x86_64.whl (24.8MB)
INFO|2019-06-06T23:57:22|build_image.py|46| Requirement already satisfied: oauth2client in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.0.0)
INFO|2019-06-06T23:57:22|build_image.py|46| Collecting tensorflow-datasets (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:22|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8d/02/8d23421479d2834d19628ba1b5f4a73dc3f41e8b7520c370074d05ae62f5/tensorflow_datasets-1.0.2-py2-none-any.whl (682kB)
INFO|2019-06-06T23:57:22|build_image.py|46| Requirement already satisfied: six in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.12.0)
INFO|2019-06-06T23:57:22|build_image.py|46| Collecting Pillow (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:23|build_image.py|46| Downloading https://files.pythonhosted.org/packages/b6/4b/5adc1109908266554fb978154c797c7d71aba43dd15508d8c1565648f6bc/Pillow-6.0.0-cp27-cp27mu-manylinux1_x86_64.whl (2.0MB)
INFO|2019-06-06T23:57:23|build_image.py|46| Collecting opencv-python (from tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:23|build_image.py|46| Downloading https://files.pythonhosted.org/packages/77/30/36c3f0644fa9f42d92f079b972e990a5874c1fc2b2c0e9656eb88bb8d6dc/opencv_python-4.1.0.25-cp27-cp27mu-manylinux1_x86_64.whl (26.6MB)
INFO|2019-06-06T23:57:26|build_image.py|46| Collecting scikit-learn (from sklearn->-r /tmp/requirements.txt (line 12))
INFO|2019-06-06T23:57:26|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f7/bb/52a01390c1dbb2c65d3072bc687271aa9ddf6964141ce7e03304820138f4/scikit_learn-0.20.3-cp27-cp27mu-manylinux1_x86_64.whl (5.5MB)
INFO|2019-06-06T23:57:27|build_image.py|46| Requirement already satisfied: pytz>=2011k in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas->-r /tmp/requirements.txt (line 13)) (2019.1)
INFO|2019-06-06T23:57:27|build_image.py|46| Requirement already satisfied: python-dateutil>=2.5.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas->-r /tmp/requirements.txt (line 13)) (2.8.0)
INFO|2019-06-06T23:57:27|build_image.py|46| Requirement already satisfied: keras-preprocessing>=1.0.5 in /opt/conda/envs/py2/lib/python2.7/site-packages (from keras->-r /tmp/requirements.txt (line 14)) (1.1.0)
INFO|2019-06-06T23:57:27|build_image.py|46| Requirement already satisfied: pyyaml in /opt/conda/envs/py2/lib/python2.7/site-packages (from keras->-r /tmp/requirements.txt (line 14)) (3.13)
INFO|2019-06-06T23:57:27|build_image.py|46| Requirement already satisfied: keras-applications>=1.0.6 in /opt/conda/envs/py2/lib/python2.7/site-packages (from keras->-r /tmp/requirements.txt (line 14)) (1.0.8)
INFO|2019-06-06T23:57:27|build_image.py|46| Collecting subprocess32 (from matplotlib->-r /tmp/requirements.txt (line 15))
INFO|2019-06-06T23:57:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/32/c8/564be4d12629b912ea431f1a50eb8b3b9d00f1a0b1ceff17f266be190007/subprocess32-3.5.4.tar.gz (97kB)
INFO|2019-06-06T23:57:27|build_image.py|46| Collecting cycler>=0.10 (from matplotlib->-r /tmp/requirements.txt (line 15))
INFO|2019-06-06T23:57:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:27|build_image.py|46| Collecting backports.functools-lru-cache (from matplotlib->-r /tmp/requirements.txt (line 15))
INFO|2019-06-06T23:57:27|build_image.py|46| Downloading https://files.pythonhosted.org/packages/03/8e/2424c0e65c4a066e28f539364deee49b6451f8fcd4f718fefa50cc3dcf48/backports.functools_lru_cache-1.5-py2.py3-none-any.whl
INFO|2019-06-06T23:57:27|build_image.py|46| Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from matplotlib->-r /tmp/requirements.txt (line 15)) (2.4.0)
INFO|2019-06-06T23:57:27|build_image.py|46| Collecting kiwisolver>=1.0.1 (from matplotlib->-r /tmp/requirements.txt (line 15))
INFO|2019-06-06T23:57:28|build_image.py|46| Downloading https://files.pythonhosted.org/packages/3d/78/cb9248b2289ec31e301137cedbe4ca503a74ca87f88cdbfd2f8be52323bf/kiwisolver-1.1.0-cp27-cp27mu-manylinux1_x86_64.whl (93kB)
INFO|2019-06-06T23:57:28|build_image.py|46| Collecting pydata-google-auth (from pandas-gbq->-r /tmp/requirements.txt (line 19))
INFO|2019-06-06T23:57:28|build_image.py|46| Downloading https://files.pythonhosted.org/packages/89/c5/03b68c114bc2c2bcaa2e40fdf269a14361fa75b70a09415e8bad65413b75/pydata_google_auth-0.1.3-py2.py3-none-any.whl
INFO|2019-06-06T23:57:28|build_image.py|46| Requirement already satisfied: google-auth in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas-gbq->-r /tmp/requirements.txt (line 19)) (1.6.3)
INFO|2019-06-06T23:57:28|build_image.py|46| Requirement already satisfied: setuptools in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas-gbq->-r /tmp/requirements.txt (line 19)) (41.0.1)
INFO|2019-06-06T23:57:28|build_image.py|46| Collecting google-cloud-bigquery>=1.9.0 (from pandas-gbq->-r /tmp/requirements.txt (line 19))
INFO|2019-06-06T23:57:28|build_image.py|46| Downloading https://files.pythonhosted.org/packages/69/1a/d7b4e80b64739b6f34f22c1ece113c61b1a48f2d23a8ddc2922ea7f4373b/google_cloud_bigquery-1.14.0-py2.py3-none-any.whl (132kB)
INFO|2019-06-06T23:57:28|build_image.py|46| Collecting google-auth-oauthlib (from pandas-gbq->-r /tmp/requirements.txt (line 19))
INFO|2019-06-06T23:57:28|build_image.py|46| Downloading https://files.pythonhosted.org/packages/47/02/95e7c5b0965cf5b6b182b5ab81bdecb2157ce2f34a507a3de07b5244decd/google_auth_oauthlib-0.3.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:28|build_image.py|46| Requirement already satisfied: jupyter-client>=5.2.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (5.2.4)
INFO|2019-06-06T23:57:28|build_image.py|46| Requirement already satisfied: ipython-genutils in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.2.0)
INFO|2019-06-06T23:57:28|build_image.py|46| Collecting terminado>=0.8.1 (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:28|build_image.py|46| Downloading https://files.pythonhosted.org/packages/a7/56/80ea7fa66565fa75ae21ce0c16bc90067530e5d15e48854afcc86585a391/terminado-0.8.2-py2.py3-none-any.whl
INFO|2019-06-06T23:57:28|build_image.py|46| Collecting Send2Trash (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:28|build_image.py|46| Downloading https://files.pythonhosted.org/packages/13/2e/ea40de0304bb1dc4eb309de90aeec39871b9b7c4bd30f1a3cdcb3496f5c0/Send2Trash-1.5.0.tar.gz
INFO|2019-06-06T23:57:28|build_image.py|46| Collecting nbconvert (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:29|build_image.py|46| Downloading https://files.pythonhosted.org/packages/35/e7/f46c9d65f149271e47fca6ab084ef5c6e4cb1870f4c5cce6690feac55231/nbconvert-5.5.0-py2.py3-none-any.whl (447kB)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: pyzmq>=17 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (18.0.1)
INFO|2019-06-06T23:57:29|build_image.py|46| Collecting jinja2 (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:29|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1d/e7/fd8b501e7a6dfe492a433deb7b9d833d39ca74916fa8bc63dd1a4947a671/Jinja2-2.10.1-py2.py3-none-any.whl (124kB)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: tornado<7,>=4.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (5.1.1)
INFO|2019-06-06T23:57:29|build_image.py|46| Collecting prometheus-client (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:29|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4c/bd/b42db3ec90ffc6be805aad09c1cea4bb13a620d0cd4b21aaa44d13541d71/prometheus_client-0.6.0.tar.gz
INFO|2019-06-06T23:57:29|build_image.py|46| Collecting ipaddress; python_version == "2.7" (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:29|build_image.py|46| Downloading https://files.pythonhosted.org/packages/fc/d0/7fc3a811e011d4b388be48a0e381db8d990042df54aa4ef4599a31d39853/ipaddress-1.0.22-py2.py3-none-any.whl
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: jupyter-core>=4.4.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (4.4.0)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: pathlib2; python_version == "2.7" or python_version == "3.3" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (2.3.3)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: backports.shutil-get-terminal-size; python_version == "2.7" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.0.0)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: simplegeneric>0.8 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (0.8.1)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: pygments in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (2.4.2)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: pexpect; sys_platform != "win32" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (4.7.0)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.4 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.0.16)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: pickleshare in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (0.7.5)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: decorator in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (4.4.0)
INFO|2019-06-06T23:57:29|build_image.py|46| Collecting jsonschema!=2.5.0,>=2.4 (from nbformat>=4.2.0->ipywidgets->-r /tmp/requirements.txt (line 5))
INFO|2019-06-06T23:57:29|build_image.py|46| Downloading https://files.pythonhosted.org/packages/aa/69/df679dfbdd051568b53c38ec8152a3ab6bc533434fc7ed11ab034bf5e82f/jsonschema-3.0.1-py2.py3-none-any.whl (54kB)
INFO|2019-06-06T23:57:29|build_image.py|46| Requirement already satisfied: enum34; python_version == "2.7" in /opt/conda/envs/py2/lib/python2.7/site-packages (from traitlets>=4.3.1->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.1.6)
INFO|2019-06-06T23:57:29|build_image.py|46| Collecting pyglet>=1.2.0 (from gym->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/1c/fc/dad5eaaab68f0c21e2f906a94ddb98175662cc5a654eee404d59554ce0fa/pyglet-1.3.2-py2.py3-none-any.whl (1.0MB)
INFO|2019-06-06T23:57:30|build_image.py|46| Collecting greenlet>=0.4.14; platform_python_implementation == "CPython" (from gevent->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/8b/6e/f2d25875713ad0885c8d3c69269697406652e6f64e1a6bd8264f7a609327/greenlet-0.4.15-cp27-cp27mu-manylinux1_x86_64.whl
INFO|2019-06-06T23:57:30|build_image.py|46| Requirement already satisfied: Werkzeug>=0.14 in /opt/conda/envs/py2/lib/python2.7/site-packages (from flask->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.15.4)
INFO|2019-06-06T23:57:30|build_image.py|46| Collecting click>=5.1 (from flask->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/fa/37/45185cb5abbc30d7257104c434fe0b07e5a195a6847506c074527aa599ec/Click-7.0-py2.py3-none-any.whl (81kB)
INFO|2019-06-06T23:57:30|build_image.py|46| Collecting itsdangerous>=0.24 (from flask->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/76/ae/44b03b253d6fade317f32c24d100b3b35c2239807046a4c953c7b89fa49e/itsdangerous-1.1.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:30|build_image.py|46| Requirement already satisfied: httplib2<1dev,>=0.9.2 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-api-python-client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.12.0)
INFO|2019-06-06T23:57:30|build_image.py|46| Collecting google-auth-httplib2>=0.0.3 (from google-api-python-client->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/33/49/c814d6d438b823441552198f096fcd0377fd6c88714dbed34f1d3c8c4389/google_auth_httplib2-0.0.3-py2.py3-none-any.whl
INFO|2019-06-06T23:57:30|build_image.py|46| Collecting uritemplate<4dev,>=3.0.0 (from google-api-python-client->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f6/25/66a49231b44409d7f07cfcf2506a8b070ce3c99fc47cc256bea833f24791/uritemplate-3.0.0-py2-none-any.whl
INFO|2019-06-06T23:57:30|build_image.py|46| Collecting mpmath>=0.19 (from sympy->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:30|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ca/63/3384ebb3b51af9610086b23ea976e6d27d6d97bf140a76a365bd77a3eb32/mpmath-1.1.0.tar.gz (512kB)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.0.4)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: idna<2.9,>=2.5 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (2.8)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.25.3)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (2019.3.9)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: absl-py>=0.2.2 in /opt/conda/envs/py2/lib/python2.7/site-packages (from dopamine-rl->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.7.1)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: rsa>=3.1.4 in /opt/conda/envs/py2/lib/python2.7/site-packages (from oauth2client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (4.0)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: pyasn1>=0.1.7 in /opt/conda/envs/py2/lib/python2.7/site-packages (from oauth2client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.4.5)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: pyasn1-modules>=0.0.5 in /opt/conda/envs/py2/lib/python2.7/site-packages (from oauth2client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.2.5)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: dill in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.2.9)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: termcolor in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.1.0)
INFO|2019-06-06T23:57:31|build_image.py|46| Requirement already satisfied: tensorflow-metadata in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.13.0)
INFO|2019-06-06T23:57:31|build_image.py|46| Collecting promise (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/d6/97/5fc9f9a723018bc5c55b92d7575d8a35617ca8cae070081f1d7f7fc9c935/promise-2.2.1-py2-none-any.whl
INFO|2019-06-06T23:57:31|build_image.py|46| Collecting psutil (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:31|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c6/c1/beed5e4eaa1345901b595048fab1c85aee647ea0fc02d9e8bf9aceb81078/psutil-5.6.2.tar.gz (432kB)
INFO|2019-06-06T23:57:32|build_image.py|46| Requirement already satisfied: protobuf>=3.6.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.8.0)
INFO|2019-06-06T23:57:32|build_image.py|46| Collecting functools32 (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz
INFO|2019-06-06T23:57:32|build_image.py|46| Collecting wrapt (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8))
INFO|2019-06-06T23:57:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/67/b2/0f71ca90b0ade7fad27e3d20327c996c6252a2ffe88f50a95bba7434eda9/wrapt-1.11.1.tar.gz
INFO|2019-06-06T23:57:32|build_image.py|46| Requirement already satisfied: futures in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.2.0)
INFO|2019-06-06T23:57:32|build_image.py|46| Requirement already satisfied: cachetools>=2.0.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-auth->pandas-gbq->-r /tmp/requirements.txt (line 19)) (3.1.1)
INFO|2019-06-06T23:57:32|build_image.py|46| Collecting google-cloud-core<2.0dev,>=1.0.0 (from google-cloud-bigquery>=1.9.0->pandas-gbq->-r /tmp/requirements.txt (line 19))
INFO|2019-06-06T23:57:32|build_image.py|46| Downloading https://files.pythonhosted.org/packages/32/e5/e7a58b88e13801424a654c7bb1740c3e83055459d02452389693ccc4870f/google_cloud_core-1.0.1-py2.py3-none-any.whl
INFO|2019-06-06T23:57:32|build_image.py|46| Requirement already satisfied: google-resumable-media>=0.3.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-cloud-bigquery>=1.9.0->pandas-gbq->-r /tmp/requirements.txt (line 19)) (0.3.2)
INFO|2019-06-06T23:57:32|build_image.py|46| Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib->pandas-gbq->-r /tmp/requirements.txt (line 19))
INFO|2019-06-06T23:57:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/c2/e2/9fd03d55ffb70fe51f587f20bcf407a6927eb121de86928b34d162f0b1ac/requests_oauthlib-1.2.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:33|build_image.py|46| Requirement already satisfied: ptyprocess; os_name != "nt" in /opt/conda/envs/py2/lib/python2.7/site-packages (from terminado>=0.8.1->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.6.0)
INFO|2019-06-06T23:57:33|build_image.py|46| Collecting entrypoints>=0.2.2 (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl
INFO|2019-06-06T23:57:33|build_image.py|46| Collecting pandocfilters>=1.4.1 (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz
INFO|2019-06-06T23:57:33|build_image.py|46| Collecting bleach (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ab/05/27e1466475e816d3001efb6e0a85a819be17411420494a1e602c36f8299d/bleach-3.1.0-py2.py3-none-any.whl (157kB)
INFO|2019-06-06T23:57:33|build_image.py|46| Collecting testpath (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/be/a4/162f9ebb6489421fe46dcca2ae420369edfee4b563c668d93cb4605d12ba/testpath-0.4.2-py2.py3-none-any.whl (163kB)
INFO|2019-06-06T23:57:33|build_image.py|46| Collecting defusedxml (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:33|build_image.py|46| Downloading https://files.pythonhosted.org/packages/06/74/9b387472866358ebc08732de3da6dc48e44b0aacd2ddaa5cb85ab7e986a2/defusedxml-0.6.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:34|build_image.py|46| Collecting mistune>=0.8.1 (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/09/ec/4b43dae793655b7d8a25f76119624350b4d65eb663459eb9603d7f1f0345/mistune-0.8.4-py2.py3-none-any.whl
INFO|2019-06-06T23:57:34|build_image.py|46| Collecting MarkupSafe>=0.23 (from jinja2->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/fb/40/f3adb7cf24a8012813c5edb20329eb22d5d8e2a0ecf73d21d6b85865da11/MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl
INFO|2019-06-06T23:57:34|build_image.py|46| Requirement already satisfied: singledispatch in /opt/conda/envs/py2/lib/python2.7/site-packages (from tornado<7,>=4.1->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (3.4.0.3)
INFO|2019-06-06T23:57:34|build_image.py|46| Requirement already satisfied: backports-abc>=0.4 in /opt/conda/envs/py2/lib/python2.7/site-packages (from tornado<7,>=4.1->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.5)
INFO|2019-06-06T23:57:34|build_image.py|46| Requirement already satisfied: scandir; python_version < "3.5" in /opt/conda/envs/py2/lib/python2.7/site-packages (from pathlib2; python_version == "2.7" or python_version == "3.3"->ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.10.0)
INFO|2019-06-06T23:57:34|build_image.py|46| Requirement already satisfied: wcwidth in /opt/conda/envs/py2/lib/python2.7/site-packages (from prompt-toolkit<2.0.0,>=1.0.4->ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (0.1.7)
INFO|2019-06-06T23:57:34|build_image.py|46| Collecting pyrsistent>=0.14.0 (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->-r /tmp/requirements.txt (line 5))
INFO|2019-06-06T23:57:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/68/0b/f514e76b4e074386b60cfc6c8c2d75ca615b81e415417ccf3fac80ae0bf6/pyrsistent-0.15.2.tar.gz (106kB)
INFO|2019-06-06T23:57:34|build_image.py|46| Collecting attrs>=17.4.0 (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->-r /tmp/requirements.txt (line 5))
INFO|2019-06-06T23:57:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/23/96/d828354fa2dbdf216eaa7b7de0db692f12c234f7ef888cc14980ef40d1d2/attrs-19.1.0-py2.py3-none-any.whl
INFO|2019-06-06T23:57:34|build_image.py|46| Requirement already satisfied: googleapis-common-protos in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-metadata->tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.6.0)
INFO|2019-06-06T23:57:34|build_image.py|46| Requirement already satisfied: typing>=3.6.4; python_version < "3.5" in /opt/conda/envs/py2/lib/python2.7/site-packages (from promise->tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.6.6)
INFO|2019-06-06T23:57:34|build_image.py|46| Requirement already satisfied: google-api-core<2.0.0dev,>=1.11.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-cloud-core<2.0dev,>=1.0.0->google-cloud-bigquery>=1.9.0->pandas-gbq->-r /tmp/requirements.txt (line 19)) (1.11.1)
INFO|2019-06-06T23:57:34|build_image.py|46| Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib->pandas-gbq->-r /tmp/requirements.txt (line 19))
INFO|2019-06-06T23:57:34|build_image.py|46| Downloading https://files.pythonhosted.org/packages/16/95/699466b05b72b94a41f662dc9edf87fda4289e3602ecd42d27fcaddf7b56/oauthlib-3.0.1-py2.py3-none-any.whl (142kB)
INFO|2019-06-06T23:57:34|build_image.py|46| Collecting configparser>=3.5; python_version == "2.7" (from entrypoints>=0.2.2->nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/ba/05/6c96328e92e625fc31445d24d75a2c92ef9ba34fc5b037fe69693c362a0d/configparser-3.7.4-py2.py3-none-any.whl
INFO|2019-06-06T23:57:35|build_image.py|46| Collecting webencodings (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4))
INFO|2019-06-06T23:57:35|build_image.py|46| Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
INFO|2019-06-06T23:57:35|build_image.py|46| Building wheels for collected packages: sklearn, gym, bz2file, google-api-python-client, pypng, subprocess32, Send2Trash, prometheus-client, mpmath, psutil, functools32, wrapt, pandocfilters, pyrsistent
INFO|2019-06-06T23:57:35|build_image.py|46| Building wheel for sklearn (setup.py): started
INFO|2019-06-06T23:57:35|build_image.py|46| Building wheel for sklearn (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:35|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/76/03/bb/589d421d27431bcd2c6da284d5f2286c8e3b2ea3cf1594c074
INFO|2019-06-06T23:57:35|build_image.py|46| Building wheel for gym (setup.py): started
INFO|2019-06-06T23:57:35|build_image.py|46| Building wheel for gym (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:35|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/cf/a5/c9/87967963aa32540d543e51bcf0d0fc19c5d68b8f49598d3b98
INFO|2019-06-06T23:57:35|build_image.py|46| Building wheel for bz2file (setup.py): started
INFO|2019-06-06T23:57:36|build_image.py|46| Building wheel for bz2file (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:36|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/81/75/d6/e1317bf09bf1af5a30befc2a007869fa6e1f516b8f7c591cb9
INFO|2019-06-06T23:57:36|build_image.py|46| Building wheel for google-api-python-client (setup.py): started
INFO|2019-06-06T23:57:36|build_image.py|46| Building wheel for google-api-python-client (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:36|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/6c/4f/dd/be66765194683547365f747214cd0ac76c682dace64cf573bc
INFO|2019-06-06T23:57:36|build_image.py|46| Building wheel for pypng (setup.py): started
INFO|2019-06-06T23:57:36|build_image.py|46| Building wheel for pypng (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:36|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/a4/cd/54/c1d0803dfed5adf2bba530eda161581d9096d0154aee082cac
INFO|2019-06-06T23:57:36|build_image.py|46| Building wheel for subprocess32 (setup.py): started
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for subprocess32 (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:39|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/68/39/1a/5e402bdfdf004af1786c8b853fd92f8c4a04f22aad179654d1
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for Send2Trash (setup.py): started
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for Send2Trash (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:39|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/f1/ca/e5/bdd5eae705cf50a483257e6ff9dd34911dda3570f0e1340dda
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for prometheus-client (setup.py): started
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for prometheus-client (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:39|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/4b/04/b8/3709c73e7453f311ebd46ad581b89642543213f995e2659b9e
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for mpmath (setup.py): started
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for mpmath (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:39|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/63/9d/8e/37c3f6506ed3f152733a699e92d8e0c9f5e5f01dea262f80ad
INFO|2019-06-06T23:57:39|build_image.py|46| Building wheel for psutil (setup.py): started
INFO|2019-06-06T23:57:41|build_image.py|46| Building wheel for psutil (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:41|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/17/08/ec/22b464874958c3fc91e1a75748fae2220eb704a8b1035f9a03
INFO|2019-06-06T23:57:41|build_image.py|46| Building wheel for functools32 (setup.py): started
INFO|2019-06-06T23:57:41|build_image.py|46| Building wheel for functools32 (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:41|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/b5/18/32/77a1030457155606ba5e3ec3a8a57132b1a04b1c4f765177b2
INFO|2019-06-06T23:57:41|build_image.py|46| Building wheel for wrapt (setup.py): started
INFO|2019-06-06T23:57:42|build_image.py|46| Building wheel for wrapt (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:42|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/89/67/41/63cbf0f6ac0a6156588b9587be4db5565f8c6d8ccef98202fc
INFO|2019-06-06T23:57:42|build_image.py|46| Building wheel for pandocfilters (setup.py): started
INFO|2019-06-06T23:57:42|build_image.py|46| Building wheel for pandocfilters (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:42|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/39/01/56/f1b08a6275acc59e846fa4c1e1b65dbc1919f20157d9e66c20
INFO|2019-06-06T23:57:42|build_image.py|46| Building wheel for pyrsistent (setup.py): started
INFO|2019-06-06T23:57:43|build_image.py|46| Building wheel for pyrsistent (setup.py): finished with status 'done'
INFO|2019-06-06T23:57:43|build_image.py|46| Stored in directory: /tmp/pip-ephem-wheel-cache-6nMf7a/wheels/6b/b9/15/c8c6a1e095a370e8c3273e65a5c982e5cf355dde16d77502f5
INFO|2019-06-06T23:57:43|build_image.py|46| Successfully built sklearn gym bz2file google-api-python-client pypng subprocess32 Send2Trash prometheus-client mpmath psutil functools32 wrapt pandocfilters pyrsistent
INFO|2019-06-06T23:57:44|build_image.py|46| Installing collected packages: functools32, pyrsistent, attrs, jsonschema, nbformat, terminado, Send2Trash, configparser, entrypoints, pandocfilters, MarkupSafe, jinja2, webencodings, bleach, testpath, defusedxml, mistune, nbconvert, prometheus-client, ipaddress, notebook, widgetsnbextension, ipywidgets, gin-config, tqdm, scipy, pyglet, gym, greenlet, gevent, mesh-tensorflow, bz2file, tensorflow-probability, kfac, click, itsdangerous, flask, google-auth-httplib2, uritemplate, google-api-python-client, mpmath, sympy, gunicorn, opencv-python, dopamine-rl, pypng, promise, psutil, wrapt, tensorflow-datasets, Pillow, tensor2tensor, scikit-learn, sklearn, pandas, keras, subprocess32, cycler, backports.functools-lru-cache, kiwisolver, matplotlib, google-cloud, oauthlib, requests-oauthlib, google-auth-oauthlib, pydata-google-auth, google-cloud-core, google-cloud-bigquery, pandas-gbq
INFO|2019-06-06T23:58:04|build_image.py|46| Found existing installation: google-cloud-core 0.29.1
INFO|2019-06-06T23:58:04|build_image.py|46| Uninstalling google-cloud-core-0.29.1:
INFO|2019-06-06T23:58:05|build_image.py|46| Successfully uninstalled google-cloud-core-0.29.1
INFO|2019-06-06T23:58:05|build_image.py|46| Found existing installation: google-cloud-bigquery 1.6.1
INFO|2019-06-06T23:58:05|build_image.py|46| Uninstalling google-cloud-bigquery-1.6.1:
INFO|2019-06-06T23:58:05|build_image.py|46| Successfully uninstalled google-cloud-bigquery-1.6.1
INFO|2019-06-06T23:58:05|build_image.py|46| Successfully installed MarkupSafe-1.1.1 Pillow-6.0.0 Send2Trash-1.5.0 attrs-19.1.0 backports.functools-lru-cache-1.5 bleach-3.1.0 bz2file-0.98 click-7.0 configparser-3.7.4 cycler-0.10.0 defusedxml-0.6.0 dopamine-rl-2.0.3 entrypoints-0.3 flask-1.0.3 functools32-3.2.3.post2 gevent-1.4.0 gin-config-0.1.4 google-api-python-client-1.7.9 google-auth-httplib2-0.0.3 google-auth-oauthlib-0.3.0 google-cloud-0.34.0 google-cloud-bigquery-1.14.0 google-cloud-core-1.0.1 greenlet-0.4.15 gunicorn-19.9.0 gym-0.12.5 ipaddress-1.0.22 ipywidgets-7.4.2 itsdangerous-1.1.0 jinja2-2.10.1 jsonschema-3.0.1 keras-2.2.4 kfac-0.1.4 kiwisolver-1.1.0 matplotlib-2.2.4 mesh-tensorflow-0.0.5 mistune-0.8.4 mpmath-1.1.0 nbconvert-5.5.0 nbformat-4.4.0 notebook-5.7.8 oauthlib-3.0.1 opencv-python-4.1.0.25 pandas-0.24.2 pandas-gbq-0.10.0 pandocfilters-1.4.2 prometheus-client-0.6.0 promise-2.2.1 psutil-5.6.2 pydata-google-auth-0.1.3 pyglet-1.3.2 pypng-0.0.19 pyrsistent-0.15.2 requests-oauthlib-1.2.0 scikit-learn-0.20.3 scipy-1.2.2 sklearn-0.0 subprocess32-3.5.4 sympy-1.4 tensor2tensor-1.13.4 tensorflow-datasets-1.0.2 tensorflow-probability-0.6.0 terminado-0.8.2 testpath-0.4.2 tqdm-4.32.1 uritemplate-3.0.0 webencodings-0.5.1 widgetsnbextension-3.4.2 wrapt-1.11.1
INFO|2019-06-06T23:58:06|build_image.py|46| + source activate py2
INFO|2019-06-06T23:58:06|build_image.py|46| ++ _CONDA_ROOT=/opt/conda
INFO|2019-06-06T23:58:06|build_image.py|46| ++ . /opt/conda/etc/profile.d/conda.sh
INFO|2019-06-06T23:58:06|build_image.py|46| +++ export CONDA_EXE=/opt/conda/bin/conda
INFO|2019-06-06T23:58:06|build_image.py|46| +++ CONDA_EXE=/opt/conda/bin/conda
INFO|2019-06-06T23:58:06|build_image.py|46| +++ export _CE_M=
INFO|2019-06-06T23:58:06|build_image.py|46| +++ _CE_M=
INFO|2019-06-06T23:58:06|build_image.py|46| +++ export _CE_CONDA=
INFO|2019-06-06T23:58:06|build_image.py|46| +++ _CE_CONDA=
INFO|2019-06-06T23:58:06|build_image.py|46| +++ export CONDA_PYTHON_EXE=/opt/conda/bin/python
INFO|2019-06-06T23:58:06|build_image.py|46| +++ CONDA_PYTHON_EXE=/opt/conda/bin/python
INFO|2019-06-06T23:58:06|build_image.py|46| +++ '[' -z x ']'
INFO|2019-06-06T23:58:06|build_image.py|46| ++ conda activate py2
INFO|2019-06-06T23:58:06|build_image.py|46| ++ '[' 2 -lt 1 ']'
INFO|2019-06-06T23:58:06|build_image.py|46| ++ local cmd=activate
INFO|2019-06-06T23:58:06|build_image.py|46| ++ shift
INFO|2019-06-06T23:58:06|build_image.py|46| ++ case "$cmd" in
INFO|2019-06-06T23:58:06|build_image.py|46| ++ __conda_activate activate py2
INFO|2019-06-06T23:58:06|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:58:06|build_image.py|46| ++ local cmd=activate
INFO|2019-06-06T23:58:06|build_image.py|46| ++ shift
INFO|2019-06-06T23:58:06|build_image.py|46| ++ local ask_conda
INFO|2019-06-06T23:58:06|build_image.py|46| ++ OLDPATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:58:06|build_image.py|46| ++ __add_sys_prefix_to_path
INFO|2019-06-06T23:58:06|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:58:06|build_image.py|46| +++ dirname /opt/conda/bin/conda
INFO|2019-06-06T23:58:06|build_image.py|46| ++ SYSP=/opt/conda/bin
INFO|2019-06-06T23:58:06|build_image.py|46| +++ dirname /opt/conda/bin
INFO|2019-06-06T23:58:06|build_image.py|46| ++ SYSP=/opt/conda
INFO|2019-06-06T23:58:06|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:58:06|build_image.py|46| ++ PATH=/opt/conda/bin:/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:58:06|build_image.py|46| ++ export PATH
INFO|2019-06-06T23:58:06|build_image.py|46| +++ PS1='(py2) '
INFO|2019-06-06T23:58:06|build_image.py|46| +++ /opt/conda/bin/conda shell.posix activate py2
INFO|2019-06-06T23:58:06|build_image.py|46| ++ ask_conda='PS1='\''(py2) '\''
INFO|2019-06-06T23:58:06|build_image.py|46| export PATH='\''/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
INFO|2019-06-06T23:58:06|build_image.py|46| export CONDA_SHLVL='\''1'\''
INFO|2019-06-06T23:58:06|build_image.py|46| export CONDA_PROMPT_MODIFIER='\''(py2) '\'''
INFO|2019-06-06T23:58:06|build_image.py|46| ++ PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:58:06|build_image.py|46| ++ eval 'PS1='\''(py2) '\''
INFO|2019-06-06T23:58:06|build_image.py|46| export PATH='\''/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'\''
INFO|2019-06-06T23:58:06|build_image.py|46| export CONDA_SHLVL='\''1'\''
INFO|2019-06-06T23:58:06|build_image.py|46| export CONDA_PROMPT_MODIFIER='\''(py2) '\'''
INFO|2019-06-06T23:58:06|build_image.py|46| +++ PS1='(py2) '
INFO|2019-06-06T23:58:06|build_image.py|46| +++ export PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:58:06|build_image.py|46| +++ PATH=/opt/conda/envs/py2/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
INFO|2019-06-06T23:58:06|build_image.py|46| +++ export CONDA_SHLVL=1
INFO|2019-06-06T23:58:06|build_image.py|46| +++ CONDA_SHLVL=1
INFO|2019-06-06T23:58:06|build_image.py|46| +++ export 'CONDA_PROMPT_MODIFIER=(py2) '
INFO|2019-06-06T23:58:06|build_image.py|46| +++ CONDA_PROMPT_MODIFIER='(py2) '
INFO|2019-06-06T23:58:06|build_image.py|46| ++ __conda_hashr
INFO|2019-06-06T23:58:06|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:58:06|build_image.py|46| ++ '[' -n '' ']'
INFO|2019-06-06T23:58:06|build_image.py|46| ++ hash -r
INFO|2019-06-06T23:58:06|build_image.py|46| + pip --no-cache-dir install -r /tmp/requirements.txt
INFO|2019-06-06T23:58:07|build_image.py|46| DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: widgetsnbextension in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 4)) (3.4.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: ipywidgets in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 5)) (7.4.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: tensor2tensor in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 8)) (1.13.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: h5py in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 11)) (2.9.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: sklearn in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 12)) (0.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pandas in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 13)) (0.24.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: keras in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 14)) (2.2.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: matplotlib in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 15)) (2.2.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: google-cloud in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 18)) (0.34.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pandas-gbq in /opt/conda/envs/py2/lib/python2.7/site-packages (from -r /tmp/requirements.txt (line 19)) (0.10.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: notebook>=4.4.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from widgetsnbextension->-r /tmp/requirements.txt (line 4)) (5.7.8)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: ipython<6.0.0,>=4.0.0; python_version < "3.3" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipywidgets->-r /tmp/requirements.txt (line 5)) (5.8.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: nbformat>=4.2.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipywidgets->-r /tmp/requirements.txt (line 5)) (4.4.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: ipykernel>=4.5.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipywidgets->-r /tmp/requirements.txt (line 5)) (4.10.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: traitlets>=4.3.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipywidgets->-r /tmp/requirements.txt (line 5)) (4.3.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: gin-config in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.1.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: tqdm in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (4.32.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: gym in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.12.5)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: gevent in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.4.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: mesh-tensorflow in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.0.5)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: bz2file in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.98)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: kfac in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.1.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: flask in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.0.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: future in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.17.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: google-api-python-client in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.7.9)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: sympy in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: requests in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (2.22.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: tensorflow-datasets in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.0.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: gunicorn in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (19.9.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: dopamine-rl in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (2.0.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pypng in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.0.19)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: tensorflow-probability in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.6.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: scipy in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.2.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: oauth2client in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.0.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: numpy in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.16.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: six in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.12.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: Pillow in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (6.0.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: opencv-python in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensor2tensor->-r /tmp/requirements.txt (line 8)) (4.1.0.25)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: scikit-learn in /opt/conda/envs/py2/lib/python2.7/site-packages (from sklearn->-r /tmp/requirements.txt (line 12)) (0.20.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pytz>=2011k in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas->-r /tmp/requirements.txt (line 13)) (2019.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: python-dateutil>=2.5.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas->-r /tmp/requirements.txt (line 13)) (2.8.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: keras-preprocessing>=1.0.5 in /opt/conda/envs/py2/lib/python2.7/site-packages (from keras->-r /tmp/requirements.txt (line 14)) (1.1.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pyyaml in /opt/conda/envs/py2/lib/python2.7/site-packages (from keras->-r /tmp/requirements.txt (line 14)) (3.13)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: keras-applications>=1.0.6 in /opt/conda/envs/py2/lib/python2.7/site-packages (from keras->-r /tmp/requirements.txt (line 14)) (1.0.8)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: subprocess32 in /opt/conda/envs/py2/lib/python2.7/site-packages (from matplotlib->-r /tmp/requirements.txt (line 15)) (3.5.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: cycler>=0.10 in /opt/conda/envs/py2/lib/python2.7/site-packages (from matplotlib->-r /tmp/requirements.txt (line 15)) (0.10.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: backports.functools-lru-cache in /opt/conda/envs/py2/lib/python2.7/site-packages (from matplotlib->-r /tmp/requirements.txt (line 15)) (1.5)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from matplotlib->-r /tmp/requirements.txt (line 15)) (2.4.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: kiwisolver>=1.0.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from matplotlib->-r /tmp/requirements.txt (line 15)) (1.1.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pydata-google-auth in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas-gbq->-r /tmp/requirements.txt (line 19)) (0.1.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: google-auth-oauthlib in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas-gbq->-r /tmp/requirements.txt (line 19)) (0.3.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: setuptools in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas-gbq->-r /tmp/requirements.txt (line 19)) (41.0.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: google-cloud-bigquery>=1.9.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas-gbq->-r /tmp/requirements.txt (line 19)) (1.14.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: google-auth in /opt/conda/envs/py2/lib/python2.7/site-packages (from pandas-gbq->-r /tmp/requirements.txt (line 19)) (1.6.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: jupyter-client>=5.2.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (5.2.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: ipython-genutils in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.2.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: nbconvert in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (5.5.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: prometheus-client in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.6.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: Send2Trash in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (1.5.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pyzmq>=17 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (18.0.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: jinja2 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (2.10.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: tornado<7,>=4.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (5.1.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: terminado>=0.8.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.8.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: ipaddress; python_version == "2.7" in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (1.0.22)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: jupyter-core>=4.4.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (4.4.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pathlib2; python_version == "2.7" or python_version == "3.3" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (2.3.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: backports.shutil-get-terminal-size; python_version == "2.7" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.0.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: simplegeneric>0.8 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (0.8.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pygments in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (2.4.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pexpect; sys_platform != "win32" in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (4.7.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.4 in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.0.16)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pickleshare in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (0.7.5)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: decorator in /opt/conda/envs/py2/lib/python2.7/site-packages (from ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (4.4.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /opt/conda/envs/py2/lib/python2.7/site-packages (from nbformat>=4.2.0->ipywidgets->-r /tmp/requirements.txt (line 5)) (3.0.1)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: enum34; python_version == "2.7" in /opt/conda/envs/py2/lib/python2.7/site-packages (from traitlets>=4.3.1->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.1.6)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: pyglet>=1.2.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from gym->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.3.2)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: greenlet>=0.4.14; platform_python_implementation == "CPython" in /opt/conda/envs/py2/lib/python2.7/site-packages (from gevent->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.4.15)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: Werkzeug>=0.14 in /opt/conda/envs/py2/lib/python2.7/site-packages (from flask->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.15.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: click>=5.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from flask->tensor2tensor->-r /tmp/requirements.txt (line 8)) (7.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: itsdangerous>=0.24 in /opt/conda/envs/py2/lib/python2.7/site-packages (from flask->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.1.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: uritemplate<4dev,>=3.0.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-api-python-client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.0.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: httplib2<1dev,>=0.9.2 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-api-python-client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.12.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: google-auth-httplib2>=0.0.3 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-api-python-client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.0.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: mpmath>=0.19 in /opt/conda/envs/py2/lib/python2.7/site-packages (from sympy->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.1.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.0.4)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: idna<2.9,>=2.5 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (2.8)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.25.3)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests->tensor2tensor->-r /tmp/requirements.txt (line 8)) (2019.3.9)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: dill in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.2.9)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: termcolor in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.1.0)
INFO|2019-06-06T23:58:07|build_image.py|46| Requirement already satisfied: absl-py in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.7.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: tensorflow-metadata in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.13.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: protobuf>=3.6.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.8.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: functools32 in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.2.3.post2)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: psutil in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (5.6.2)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: promise in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (2.2.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: wrapt in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.11.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: futures in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.2.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: rsa>=3.1.4 in /opt/conda/envs/py2/lib/python2.7/site-packages (from oauth2client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (4.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: pyasn1>=0.1.7 in /opt/conda/envs/py2/lib/python2.7/site-packages (from oauth2client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.4.5)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: pyasn1-modules>=0.0.5 in /opt/conda/envs/py2/lib/python2.7/site-packages (from oauth2client->tensor2tensor->-r /tmp/requirements.txt (line 8)) (0.2.5)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: requests-oauthlib>=0.7.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-auth-oauthlib->pandas-gbq->-r /tmp/requirements.txt (line 19)) (1.2.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: google-cloud-core<2.0dev,>=1.0.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-cloud-bigquery>=1.9.0->pandas-gbq->-r /tmp/requirements.txt (line 19)) (1.0.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: google-resumable-media>=0.3.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-cloud-bigquery>=1.9.0->pandas-gbq->-r /tmp/requirements.txt (line 19)) (0.3.2)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: cachetools>=2.0.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-auth->pandas-gbq->-r /tmp/requirements.txt (line 19)) (3.1.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: entrypoints>=0.2.2 in /opt/conda/envs/py2/lib/python2.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.3)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: bleach in /opt/conda/envs/py2/lib/python2.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (3.1.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: testpath in /opt/conda/envs/py2/lib/python2.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.4.2)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: defusedxml in /opt/conda/envs/py2/lib/python2.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.6.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: mistune>=0.8.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.8.4)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: pandocfilters>=1.4.1 in /opt/conda/envs/py2/lib/python2.7/site-packages (from nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (1.4.2)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: MarkupSafe>=0.23 in /opt/conda/envs/py2/lib/python2.7/site-packages (from jinja2->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (1.1.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: singledispatch in /opt/conda/envs/py2/lib/python2.7/site-packages (from tornado<7,>=4.1->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (3.4.0.3)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: backports-abc>=0.4 in /opt/conda/envs/py2/lib/python2.7/site-packages (from tornado<7,>=4.1->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.5)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: ptyprocess; os_name != "nt" in /opt/conda/envs/py2/lib/python2.7/site-packages (from terminado>=0.8.1->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.6.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: scandir; python_version < "3.5" in /opt/conda/envs/py2/lib/python2.7/site-packages (from pathlib2; python_version == "2.7" or python_version == "3.3"->ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (1.10.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: wcwidth in /opt/conda/envs/py2/lib/python2.7/site-packages (from prompt-toolkit<2.0.0,>=1.0.4->ipython<6.0.0,>=4.0.0; python_version < "3.3"->ipywidgets->-r /tmp/requirements.txt (line 5)) (0.1.7)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: pyrsistent>=0.14.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->-r /tmp/requirements.txt (line 5)) (0.15.2)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: attrs>=17.4.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from jsonschema!=2.5.0,>=2.4->nbformat>=4.2.0->ipywidgets->-r /tmp/requirements.txt (line 5)) (19.1.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: googleapis-common-protos in /opt/conda/envs/py2/lib/python2.7/site-packages (from tensorflow-metadata->tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (1.6.0)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: typing>=3.6.4; python_version < "3.5" in /opt/conda/envs/py2/lib/python2.7/site-packages (from promise->tensorflow-datasets->tensor2tensor->-r /tmp/requirements.txt (line 8)) (3.6.6)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: oauthlib>=3.0.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from requests-oauthlib>=0.7.0->google-auth-oauthlib->pandas-gbq->-r /tmp/requirements.txt (line 19)) (3.0.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: google-api-core<2.0.0dev,>=1.11.0 in /opt/conda/envs/py2/lib/python2.7/site-packages (from google-cloud-core<2.0dev,>=1.0.0->google-cloud-bigquery>=1.9.0->pandas-gbq->-r /tmp/requirements.txt (line 19)) (1.11.1)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: configparser>=3.5; python_version == "2.7" in /opt/conda/envs/py2/lib/python2.7/site-packages (from entrypoints>=0.2.2->nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (3.7.4)
INFO|2019-06-06T23:58:08|build_image.py|46| Requirement already satisfied: webencodings in /opt/conda/envs/py2/lib/python2.7/site-packages (from bleach->nbconvert->notebook>=4.4.1->widgetsnbextension->-r /tmp/requirements.txt (line 4)) (0.5.1)
INFO|2019-06-06T23:58:08|build_image.py|46| + chown -R jovyan:users /home/jovyan
INFO|2019-06-06T23:58:08|build_image.py|46| + chown -R jovyan:users /opt/conda
INFO|2019-06-07T00:00:39|build_image.py|46| Removing intermediate container 49c9f034c510
INFO|2019-06-07T00:00:39|build_image.py|46| ---> 7fc4664c7be9
INFO|2019-06-07T00:00:39|build_image.py|46| Step 39/46 : COPY --chown=jovyan:users jupyter_notebook_config.py /tmp
INFO|2019-06-07T00:00:39|build_image.py|46| ---> c05c153c48c3
INFO|2019-06-07T00:00:39|build_image.py|46| Step 40/46 : WORKDIR $HOME
INFO|2019-06-07T00:00:40|build_image.py|46| ---> Running in 8cbf0d9d10b7
INFO|2019-06-07T00:00:40|build_image.py|46| Removing intermediate container 8cbf0d9d10b7
INFO|2019-06-07T00:00:40|build_image.py|46| ---> 74c86d22fdfc
INFO|2019-06-07T00:00:40|build_image.py|46| Step 41/46 : RUN rm -fr $(ls -A $HOME)
INFO|2019-06-07T00:00:41|build_image.py|46| ---> Running in de2ecdf05916
INFO|2019-06-07T00:00:42|build_image.py|46| Removing intermediate container de2ecdf05916
INFO|2019-06-07T00:00:42|build_image.py|46| ---> 391b6a02af79
INFO|2019-06-07T00:00:42|build_image.py|46| Step 42/46 : COPY --chown=jovyan:users start-singleuser.sh start-notebook.sh start.sh pvc-check.sh /usr/local/bin/
INFO|2019-06-07T00:00:43|build_image.py|46| ---> bd3a7c3438b5
INFO|2019-06-07T00:00:43|build_image.py|46| Step 43/46 : RUN chmod a+rx /usr/local/bin/*
INFO|2019-06-07T00:00:43|build_image.py|46| ---> Running in 49fe1d445df5
INFO|2019-06-07T00:00:44|build_image.py|46| Removing intermediate container 49fe1d445df5
INFO|2019-06-07T00:00:44|build_image.py|46| ---> a3081fc7ade7
INFO|2019-06-07T00:00:44|build_image.py|46| Step 44/46 : EXPOSE 8888
INFO|2019-06-07T00:00:44|build_image.py|46| ---> Running in fbc8c502e8a8
INFO|2019-06-07T00:00:45|build_image.py|46| Removing intermediate container fbc8c502e8a8
INFO|2019-06-07T00:00:45|build_image.py|46| ---> 5f22f7493da7
INFO|2019-06-07T00:00:45|build_image.py|46| Step 45/46 : ENTRYPOINT ["tini", "--"]
INFO|2019-06-07T00:00:45|build_image.py|46| ---> Running in 1089e55fe635
INFO|2019-06-07T00:00:45|build_image.py|46| Removing intermediate container 1089e55fe635
INFO|2019-06-07T00:00:45|build_image.py|46| ---> c21d3dde0fc7
INFO|2019-06-07T00:00:45|build_image.py|46| Step 46/46 : CMD ["start-notebook.sh"]
INFO|2019-06-07T00:00:45|build_image.py|46| ---> Running in d28df25e3cef
INFO|2019-06-07T00:00:46|build_image.py|46| Removing intermediate container d28df25e3cef
INFO|2019-06-07T00:00:46|build_image.py|46| ---> 8822b8b1bb28
INFO|2019-06-07T00:00:46|build_image.py|46| [Warning] One or more build-args [INSTALL_TFMA] were not consumed
INFO|2019-06-07T00:00:46|build_image.py|46| Successfully built 8822b8b1bb28
INFO|2019-06-07T00:00:46|build_image.py|46| Successfully tagged gcr.io/kubeflow-images-public/tensorflow-1.13.1-notebook-cpu:latest
subin@SuMcPro:~/development/kubeflow/kubeflow/components$ docker tag gcr.io/kubeflow-images-public/tensorflow-1.13.1-notebook-cpu:latest submod/tensorflow-1.13.1-notebook-cpu:0.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment