Skip to content

Console Output

+ docker build -t compose:debian --target build --build-arg BUILD_PLATFORM=debian .
#2 [internal] load .dockerignore
#2 transferring context: 34B done
#2 DONE 0.1s

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 38B done
#1 DONE 0.1s

#4 [internal] load metadata for docker.io/library/python:3.7.4-slim-stretch
#4 DONE 0.1s

#3 [internal] load metadata for docker.io/library/docker:18.09.7
#3 DONE 0.1s

#5 [build-debian 1/2] FROM docker.io/library/python:3.7.4-slim-stretch@sha2...
#5 DONE 0.0s

#9 [docker-cli 1/1] FROM docker.io/library/docker:18.09.7@sha256:310156c950...
#9 DONE 0.0s

#7 [internal] load build context
#7 transferring context: 582.33MB 4.9s
#7 transferring context: 1.19GB 10.0s
#7 transferring context: 1.83GB 15.0s
#7 transferring context: 2.47GB 20.0s
#7 transferring context: 2.52GB 20.4s done
#7 DONE 20.4s

#14 [build 6/15] COPY requirements.txt .
#14 CACHED

#16 [build 8/15] COPY .pre-commit-config.yaml .
#16 CACHED

#8 [build 1/15] COPY docker-compose-entrypoint.sh /usr/local/bin/
#8 CACHED

#11 [build 3/15] WORKDIR /code/
#11 CACHED

#15 [build 7/15] COPY requirements-dev.txt .
#15 CACHED

#13 [build 5/15] RUN pip install tox==2.9.1
#13 CACHED

#20 [build 12/15] COPY compose compose/
#20 CACHED

#18 [build 10/15] COPY setup.py .
#18 CACHED

#19 [build 11/15] COPY README.md .
#19 CACHED

#17 [build 9/15] COPY tox.ini .
#17 CACHED

#10 [build 2/15] COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin...
#10 CACHED

#6 [build-debian 2/2] RUN apt-get update && apt-get install --no-install-re...
#6 CACHED

#12 [build 4/15] RUN pip install virtualenv==16.2.0
#12 CACHED

#21 [build 13/15] RUN tox --notest
#21 CACHED

#22 [build 14/15] COPY . .
#22 DONE 25.3s

#23 [build 15/15] RUN script/build/linux-entrypoint
#23 0.958 + CODE_PATH=/code
#23 0.958 + VENV=/code/.tox/py37
#23 0.958 + cd /code
#23 0.958 + mkdir -p dist
#23 0.986 + chmod 777 dist
#23 0.988 + /code/.tox/py37/bin/pip3 install -q -r requirements-build.txt
#23 19.94 + '[' -z unknown ']'
#23 19.94 + echo unknown
#23 19.94 + export PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 19.94 + PATH=/code/pyinstaller:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
#23 19.94 + '[' '!' -z '' ']'
#23 19.94 + echo 'NOT compiling bootloader!!!'
#23 19.94 NOT compiling bootloader!!!
#23 19.94 + /code/.tox/py37/bin/pyinstaller --exclude-module pycrypto --exclude-module PyInstaller docker-compose.spec
#23 20.11 37 INFO: PyInstaller: 3.5
#23 20.11 37 INFO: Python: 3.7.4
#23 20.11 38 INFO: Platform: Linux-4.15.0-1048-aws-x86_64-with-debian-9.11
#23 20.11 40 INFO: UPX is not available.
#23 20.12 41 INFO: Extending PYTHONPATH with paths
#23 20.12 ['/code/bin', '/code']
#23 20.12 41 INFO: checking Analysis
#23 20.12 42 INFO: Building Analysis because Analysis-00.toc is non existent
#23 20.12 42 INFO: Initializing module dependency graph...
#23 20.12 44 INFO: Initializing module graph hooks...
#23 20.12 45 INFO: Analyzing base_library.zip ...
#23 22.79 2714 INFO: running Analysis Analysis-00.toc
#23 22.81 2733 INFO: Caching module hooks...
#23 22.81 2737 INFO: Analyzing bin/docker-compose
#23 22.90 2823 INFO: Processing pre-find module path hook   distutils
#23 22.90 2824 INFO: distutils: retargeting to non-venv dir '/usr/local/lib/python3.7/distutils'
#23 23.09 3012 INFO: Processing pre-safe import module hook   urllib3.packages.six.moves
#23 24.04 3962 INFO: Processing pre-safe import module hook   six.moves
#23 26.62 6541 INFO: Loading module hooks...
#23 26.62 6542 INFO: Loading module hook "hook-certifi.py"...
#23 26.62 6543 INFO: Loading module hook "hook-jsonschema.py"...
#23 26.62 6547 INFO: Loading module hook "hook-xml.py"...
#23 26.66 6589 INFO: Loading module hook "hook-nacl.py"...
#23 26.67 6592 INFO: Loading module hook "hook-distutils.py"...
#23 26.67 6596 INFO: Loading module hook "hook-pkg_resources.py"...
#23 27.00 6923 INFO: Processing pre-safe import module hook   win32com
#23 27.00 6925 INFO: Loading module hook "hook-pydoc.py"...
#23 27.00 6926 INFO: Loading module hook "hook-sysconfig.py"...
#23 27.01 6932 INFO: Loading module hook "hook-encodings.py"...
#23 27.04 6970 INFO: Loading module hook "hook-cryptography.py"...
#23 27.27 7197 INFO: Looking for ctypes DLLs
#23 27.36 7283 INFO: Analyzing run-time hooks ...
#23 27.37 7291 INFO: Including run-time hook 'pyi_rth_certifi.py'
#23 27.37 7292 INFO: Including run-time hook 'pyi_rth_pkgres.py'
#23 27.38 7301 INFO: Looking for dynamic libraries
#23 27.90 7824 INFO: Looking for eggs
#23 27.90 7824 INFO: Using Python library /usr/local/lib/libpython3.7m.so.1.0
#23 27.91 7833 INFO: Warnings written to /code/build/docker-compose/warn-docker-compose.txt
#23 27.95 7880 INFO: Graph cross-reference written to /code/build/docker-compose/xref-docker-compose.html
#23 27.98 7903 INFO: checking PYZ
#23 27.98 7903 INFO: Building PYZ because PYZ-00.toc is non existent
#23 27.98 7903 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz
#23 28.66 8582 INFO: Building PYZ (ZlibArchive) /code/build/docker-compose/PYZ-00.pyz completed successfully.
#23 28.67 8593 INFO: checking PKG
#23 28.67 8594 INFO: Building PKG because PKG-00.toc is non existent
#23 28.67 8594 INFO: Building PKG (CArchive) PKG-00.pkg
#23 38.42 18347 INFO: Building PKG (CArchive) PKG-00.pkg completed successfully.
#23 38.42 18350 INFO: Bootloader /code/.tox/py37/lib/python3.7/site-packages/PyInstaller/bootloader/Linux-64bit/run
#23 38.42 18350 INFO: checking EXE
#23 38.42 18350 INFO: Building EXE because EXE-00.toc is non existent
#23 38.42 18351 INFO: Building EXE from EXE-00.toc
#23 38.42 18351 INFO: Appending archive to ELF section in EXE /code/dist/docker-compose
#23 38.50 18428 INFO: Building EXE from EXE-00.toc completed successfully.
#23 38.57 + ls -la dist/
#23 38.57 total 16648
#23 38.57 drwxrwxrwx 2 root root     4096 Dec  3 08:41 .
#23 38.57 drwxr-xr-x 1 root root     4096 Dec  3 08:41 ..
#23 38.57 -rwxr-xr-x 1 root root 17032368 Dec  3 08:41 docker-compose
#23 38.57 + ldd dist/docker-compose
#23 38.58 	linux-vdso.so.1 (0x00007ffeebcf3000)
#23 38.58 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f58332ce000)
#23 38.58 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f58330b4000)
#23 38.58 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5832d15000)
#23 38.58 	/lib64/ld-linux-x86-64.so.2 (0x00007f58334d2000)
#23 38.58 + mv dist/docker-compose /usr/local/bin
#23 38.59 + docker-compose version
#23 39.08 docker-compose version 1.26.0dev, build unknown
#23 39.08 docker-py version: 4.1.0
#23 39.08 CPython version: 3.7.4
#23 39.08 OpenSSL version: OpenSSL 1.1.0l  10 Sep 2019
#23 DONE 39.3s

#24 exporting to image
#24 exporting layers
#24 exporting layers 18.6s done
#24 writing image sha256:a6da04f212103cf3ec360ecd9df289db6cb3ebbcf28a9cc73804b59e7e4b31d9 done
#24 naming to docker.io/library/compose:debian done
#24 DONE 18.6s