Skip to content
Failed

Console Output

Skipping 334 KB.. Full Log
01:20:43 chowning workspace
[Pipeline] sh
01:20:44 + uname -m
[Pipeline] sh
01:20:44 + pwd
01:20:44 + id -u
01:20:44 + id -g
01:20:44 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6391:/workspace busybox chown -R 1000:1000 /workspace
01:20:44 Unable to find image 'busybox:latest' locally
01:20:45 latest: Pulling from library/busybox
01:20:45 ee153a04d683: Pulling fs layer
01:20:45 pre-commit installed: asn1crypto==0.24.0,aspy.yaml==1.1.1,bcrypt==3.1.4,cached-property==1.5.1,certifi==2018.11.29,cffi==1.11.5,cfgv==1.1.0,chardet==3.0.4,cryptography==2.4.2,docker==3.6.0,-e git+git@github.com:docker/compose.git@43eba3f9f2ed24a83be77897c1015909ff03f5fa#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,identify==1.1.7,idna==2.7,importlib-metadata==0.7,importlib-resources==1.0.2,jsonschema==2.6.0,nodeenv==1.3.3,paramiko==2.4.2,pre-commit==1.12.0,pyasn1==0.4.4,pycparser==2.19,PyNaCl==1.3.0,PyYAML==3.13,requests==2.20.1,six==1.11.0,texttable==0.9.1,toml==0.10.0,urllib3==1.24.1,virtualenv==16.1.0,websocket-client==0.54.0

01:20:45 pre-commit runtests: PYTHONHASHSEED='566369862'

01:20:45 pre-commit runtests: commands[0] | pre-commit install

01:20:45 pre-commit installed at /code/.git/hooks/pre-commit

01:20:45 pre-commit runtests: commands[1] | pre-commit run --all-files

01:20:45 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

01:20:45 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

01:20:45 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

01:20:45 [INFO] Once installed this environment will be reused.

01:20:45 [INFO] This may take a few minutes...

01:20:45 ee153a04d683: Download complete
01:20:45 ee153a04d683: Pull complete
01:20:45 Digest: sha256:9f1003c480699be56815db0f8146ad2e22efea85129b5b5983d0e0fb52d9ab70
01:20:45 Status: Downloaded newer image for busybox:latest
[Pipeline] echo
01:20:47 Removing all docker containers
[Pipeline] sh
01:20:47 + docker container ls -aq
[Pipeline] echo
01:20:47 Docker containers have been removed
[Pipeline] echo
01:20:47 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
01:20:48 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py27 / docker=18.09.9-rc1)
[Pipeline] checkout
01:20:48 pre-commit installed: asn1crypto==0.24.0,aspy.yaml==1.1.1,bcrypt==3.1.4,cached-property==1.5.1,certifi==2018.11.29,cffi==1.11.5,cfgv==1.1.0,chardet==3.0.4,cryptography==2.4.2,docker==3.6.0,-e git+git@github.com:docker/compose.git@43eba3f9f2ed24a83be77897c1015909ff03f5fa#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,identify==1.1.7,idna==2.7,importlib-metadata==0.7,importlib-resources==1.0.2,jsonschema==2.6.0,nodeenv==1.3.3,paramiko==2.4.2,pre-commit==1.12.0,pyasn1==0.4.4,pycparser==2.19,PyNaCl==1.3.0,PyYAML==3.13,requests==2.20.1,six==1.11.0,texttable==0.9.1,toml==0.10.0,urllib3==1.24.1,virtualenv==16.1.0,websocket-client==0.54.0

01:20:48 pre-commit runtests: PYTHONHASHSEED='3076400691'

01:20:48 pre-commit runtests: commands[0] | pre-commit install

01:20:48 pre-commit installed at /code/.git/hooks/pre-commit

01:20:48 pre-commit runtests: commands[1] | pre-commit run --all-files

01:20:49 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

01:20:49 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

01:20:49 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

01:20:49 [INFO] Once installed this environment will be reused.

01:20:49 [INFO] This may take a few minutes...

01:20:50 using credential sf-release-bot.github.ssh
01:20:50 Cloning the remote Git repository
01:20:50 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6391 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress git@github.com:docker/compose.git +refs/pull/6391/head:refs/remotes/origin/PR-6391
01:20:52 Fetching without tags
01:20:53 Checking out Revision 43eba3f9f2ed24a83be77897c1015909ff03f5fa (PR-6391)
01:20:53 Commit message: "Add ps --columns option"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6391/head:refs/remotes/origin/PR-6391 # timeout=10
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress git@github.com:docker/compose.git +refs/pull/6391/head:refs/remotes/origin/PR-6391
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43eba3f9f2ed24a83be77897c1015909ff03f5fa
[Pipeline] sh
01:20:54 + docker info
01:20:54 + awk -F :  $1 == "Storage Driver" { print $2; exit }
01:20:57 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

01:20:57 [INFO] Once installed this environment will be reused.

01:20:57 [INFO] This may take a few minutes...

01:21:01 WARNING: No swap limit support
01:21:01 WARNING: the aufs storage-driver is deprecated, and will be removed in a future release.
[Pipeline] echo
01:21:01 Using local system's storage driver: 
[Pipeline] sh
01:21:01 + pwd
01:21:01 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6391/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:43eba3f9f2ed24a83be77897c1015909ff03f5fa -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6391-2 -e PY_TEST_VERSIONS=py27 --entrypoint=script/test/ci dockerbuildbot/compose:43eba3f9f2ed24a83be77897c1015909ff03f5fa --verbose
01:21:01 Unable to find image 'dockerbuildbot/compose:43eba3f9f2ed24a83be77897c1015909ff03f5fa' locally
01:21:01 43eba3f9f2ed24a83be77897c1015909ff03f5fa: Pulling from dockerbuildbot/compose
01:21:01 54f7e8ac135a: Pulling fs layer
01:21:01 d6341e30912f: Pulling fs layer
01:21:01 087a57faf949: Pulling fs layer
01:21:01 5d71636fb824: Pulling fs layer
01:21:01 0c1db9598990: Pulling fs layer
01:21:01 2eeb5ce9b924: Pulling fs layer
01:21:01 a8c530378055: Pulling fs layer
01:21:01 687ed2fb2a0d: Pulling fs layer
01:21:01 620aea26e853: Pulling fs layer
01:21:01 3eb9f8643680: Pulling fs layer
01:21:01 dadc84b8eacc: Pulling fs layer
01:21:01 7d8364e86ed2: Pulling fs layer
01:21:01 298018c33017: Pulling fs layer
01:21:01 d8f02074650b: Pulling fs layer
01:21:01 171c615afcee: Pulling fs layer
01:21:01 51acdf8550fc: Pulling fs layer
01:21:01 25f47fe70c88: Pulling fs layer
01:21:01 49e1de7f707b: Pulling fs layer
01:21:01 b6681b41206a: Pulling fs layer
01:21:01 90d19a2232e4: Pulling fs layer
01:21:01 c2d14bad75db: Pulling fs layer
01:21:01 6f06c2b22b5a: Pulling fs layer
01:21:01 115b2e245d78: Pulling fs layer
01:21:01 b44d48fbe991: Pulling fs layer
01:21:01 5d71636fb824: Waiting
01:21:01 0c1db9598990: Waiting
01:21:01 2eeb5ce9b924: Waiting
01:21:01 a8c530378055: Waiting
01:21:01 687ed2fb2a0d: Waiting
01:21:01 620aea26e853: Waiting
01:21:01 3eb9f8643680: Waiting
01:21:01 dadc84b8eacc: Waiting
01:21:01 7d8364e86ed2: Waiting
01:21:01 298018c33017: Waiting
01:21:01 d8f02074650b: Waiting
01:21:01 171c615afcee: Waiting
01:21:01 51acdf8550fc: Waiting
01:21:01 25f47fe70c88: Waiting
01:21:01 49e1de7f707b: Waiting
01:21:01 b6681b41206a: Waiting
01:21:01 90d19a2232e4: Waiting
01:21:01 c2d14bad75db: Waiting
01:21:01 6f06c2b22b5a: Waiting
01:21:01 115b2e245d78: Waiting
01:21:01 b44d48fbe991: Waiting
01:21:01 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

01:21:01 [INFO] Once installed this environment will be reused.

01:21:01 [INFO] This may take a few minutes...

01:21:01 087a57faf949: Verifying Checksum
01:21:01 087a57faf949: Download complete
01:21:01 d6341e30912f: Verifying Checksum
01:21:01 d6341e30912f: Download complete
01:21:02 54f7e8ac135a: Verifying Checksum
01:21:02 54f7e8ac135a: Download complete
01:21:02 5d71636fb824: Verifying Checksum
01:21:02 5d71636fb824: Download complete
01:21:02 2eeb5ce9b924: Verifying Checksum
01:21:02 2eeb5ce9b924: Download complete
01:21:02 687ed2fb2a0d: Verifying Checksum
01:21:02 687ed2fb2a0d: Download complete
01:21:03 620aea26e853: Verifying Checksum
01:21:03 620aea26e853: Download complete
01:21:03 a8c530378055: Verifying Checksum
01:21:03 a8c530378055: Download complete
01:21:03 Check for added large files..............................................Passed

01:21:03 Check docstring is first.................................................Passed

01:21:03 Check for merge conflicts................................................Passed

01:21:03 Check Yaml...............................................................Passed

01:21:03 Check JSON...............................................................Passed

01:21:03 Debug Statements (Python)................................................Passed

01:21:03 dadc84b8eacc: Verifying Checksum
01:21:03 dadc84b8eacc: Download complete
01:21:03 7d8364e86ed2: Verifying Checksum
01:21:03 7d8364e86ed2: Download complete
01:21:03 Fix End of Files.........................................................Passed

01:21:03 3eb9f8643680: Verifying Checksum
01:21:03 3eb9f8643680: Download complete
01:21:03 298018c33017: Verifying Checksum
01:21:03 298018c33017: Download complete
01:21:04 d8f02074650b: Verifying Checksum
01:21:04 d8f02074650b: Download complete
01:21:04 171c615afcee: Verifying Checksum
01:21:04 171c615afcee: Download complete
01:21:04 51acdf8550fc: Verifying Checksum
01:21:04 51acdf8550fc: Download complete
01:21:04 25f47fe70c88: Verifying Checksum
01:21:04 25f47fe70c88: Download complete
01:21:04 49e1de7f707b: Verifying Checksum
01:21:04 49e1de7f707b: Download complete
01:21:04 b6681b41206a: Verifying Checksum
01:21:04 b6681b41206a: Download complete
01:21:04 90d19a2232e4: Verifying Checksum
01:21:04 90d19a2232e4: Download complete
01:21:04 c2d14bad75db: Verifying Checksum
01:21:04 c2d14bad75db: Download complete
01:21:04 0c1db9598990: Verifying Checksum
01:21:04 0c1db9598990: Download complete
01:21:04 115b2e245d78: Verifying Checksum
01:21:04 115b2e245d78: Download complete
01:21:05 6f06c2b22b5a: Verifying Checksum
01:21:05 6f06c2b22b5a: Download complete
01:21:05 b44d48fbe991: Verifying Checksum
01:21:05 b44d48fbe991: Download complete
01:21:06 54f7e8ac135a: Pull complete
01:21:07 d6341e30912f: Pull complete
01:21:07 087a57faf949: Pull complete
01:21:09 5d71636fb824: Pull complete
01:21:13 Flake8...................................................................Failed

01:21:13 hookid: flake8

01:21:13 

01:21:13 compose/service.py:294:25: E117 over-indented

01:21:13 compose/service.py:464:13: E117 over-indented

01:21:13 compose/service.py:489:13: E117 over-indented

01:21:13 tests/unit/cli/log_printer_test.py:196:16: F632 use ==/!= to compare str, bytes, and int literals

01:21:13 

01:21:13 Tests should end in _test.py.............................................Passed

01:21:13 Fix requirements.txt.....................................................Passed

01:21:13 Trim Trailing Whitespace.................................................Passed

01:21:13 Reorder python imports...................................................Passed

01:21:13 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

01:21:13 ___________________________________ summary ____________________________________

01:21:13 ERROR:   pre-commit: commands failed

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py27
01:21:13 Sending interrupt signal to process
Running on ubuntu-1804-overlay2 (i-00de324096510936c) in /home/ubuntu/workspace/compose_PR-6391
01:21:13 Sending interrupt signal to process
01:21:14 Sending interrupt signal to process
[Pipeline] {
[Pipeline] // node
[Pipeline] }
Failed in branch 18.09.9-rc1_py37
[Pipeline] withDockerRegistry
$ docker login -u dockerbuildbot -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/ubuntu/workspace/compose_PR-6391@tmp/15b2de11-7c3c-41ff-96e8-026e6f49277e/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] wrap
[Pipeline] {
[Pipeline] echo
01:21:15 cleanWorkspace: Ensuring workspace is owned by ubuntu
[Pipeline] echo
01:21:15 chowning workspace
[Pipeline] sh
01:21:15 Terminated
01:21:15 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 18.09.9-rc1_py27
Terminated
01:21:15 + uname -m
[Pipeline] sh
01:21:15 Terminated
01:21:15 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py36
01:21:15 + pwd
01:21:15 + id -u
01:21:15 + id -g
01:21:15 + docker run --rm -v /home/ubuntu/workspace/compose_PR-6391:/workspace busybox chown -R 1000:1000 /workspace
01:21:16 Terminated
01:21:16 script returned exit code 143
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 19.03.2-rc1_py37
[Pipeline] echo
01:21:17 Removing all docker containers
[Pipeline] sh
01:21:17 + docker container ls -aq
[Pipeline] echo
01:21:17 Docker containers have been removed
[Pipeline] echo
01:21:17 cleanWorkspace: Removing existing workspace
[Pipeline] deleteDir
[Pipeline] echo
01:21:17 cleanWorkspace: Workspace is clean.
[Pipeline] stage
[Pipeline] { (test python=py36 / docker=18.09.9-rc1)
[Pipeline] checkout
01:21:17 using credential sf-release-bot.github.ssh
01:21:17 Cloning the remote Git repository
01:21:17 Cloning with configured refspecs honoured and without tags
Cloning repository git@github.com:docker/compose.git
 > git init /home/ubuntu/workspace/compose_PR-6391 # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
 > git --version # timeout=10
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress git@github.com:docker/compose.git +refs/pull/6391/head:refs/remotes/origin/PR-6391
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/6391/head:refs/remotes/origin/PR-6391 # timeout=10
01:21:20 Fetching without tags
01:21:20 Checking out Revision 43eba3f9f2ed24a83be77897c1015909ff03f5fa (PR-6391)
01:21:20 Commit message: "Add ps --columns option"
 > git config remote.origin.url git@github.com:docker/compose.git # timeout=10
Fetching upstream changes from git@github.com:docker/compose.git
using GIT_SSH to set credentials docker-jenkins user on github.com
 > git fetch --no-tags --progress git@github.com:docker/compose.git +refs/pull/6391/head:refs/remotes/origin/PR-6391
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 43eba3f9f2ed24a83be77897c1015909ff03f5fa
[Pipeline] sh
01:21:21 + awk -F :  $1 == "Storage Driver" { print $2; exit }
01:21:21 + docker info
01:21:21 WARNING: No swap limit support
[Pipeline] echo
01:21:21 Using local system's storage driver: 
[Pipeline] sh
01:21:21 + pwd
01:21:21 + docker run -t --rm --privileged --volume=/home/ubuntu/workspace/compose_PR-6391/.git:/code/.git --volume=/var/run/docker.sock:/var/run/docker.sock -e TAG=dockerbuildbot/compose:43eba3f9f2ed24a83be77897c1015909ff03f5fa -e STORAGE_DRIVER= -e DOCKER_VERSIONS=18.09.9-rc1 -e BUILD_NUMBER=jenkins-compose-PR-6391-2 -e PY_TEST_VERSIONS=py36 --entrypoint=script/test/ci dockerbuildbot/compose:43eba3f9f2ed24a83be77897c1015909ff03f5fa --verbose
01:21:22 + docker version
01:21:22 Client:
01:21:22  Version:           18.06.1-ce
01:21:22  API version:       1.38
01:21:22  Go version:        go1.10.3
01:21:22  Git commit:        e68fc7a
01:21:22  Built:             Tue Aug 21 17:20:43 2018
01:21:22  OS/Arch:           linux/amd64
01:21:22  Experimental:      false
01:21:22 
01:21:22 Server: Docker Engine - Community
01:21:22  Engine:
01:21:22   Version:          19.03.1
01:21:22   API version:      1.40 (minimum version 1.12)
01:21:22   Go version:       go1.12.5
01:21:22   Git commit:       74b1e89
01:21:22   Built:            Thu Jul 25 21:19:41 2019
01:21:22   OS/Arch:          linux/amd64
01:21:22   Experimental:     true
01:21:22  containerd:
01:21:22   Version:          1.2.6
01:21:22   GitCommit:        894b81a4b802e4eb2a91d1ce216b8817763c29fb
01:21:22  runc:
01:21:22   Version:          1.0.0-rc8
01:21:22   GitCommit:        425e105d5a03fabd737a126ad93d62a9eeede87f
01:21:22  docker-init:
01:21:22   Version:          0.18.0
01:21:22   GitCommit:        fec3683
01:21:22 + export DOCKER_VERSIONS=18.09.9-rc1
01:21:22 + DOCKER_VERSIONS=18.09.9-rc1
01:21:22 + STORAGE_DRIVER=overlay
01:21:22 + export DOCKER_DAEMON_ARGS=--storage-driver=overlay
01:21:22 + DOCKER_DAEMON_ARGS=--storage-driver=overlay
01:21:22 ++ hostname
01:21:22 + GIT_VOLUME=--volumes-from=d9fc63710b76
01:21:22 + . script/test/all
01:21:22 ++ set -e
01:21:22 ++ echo 'Running lint checks'
01:21:22 Running lint checks
01:21:22 ++ docker run --rm --tty --volumes-from=d9fc63710b76 --entrypoint=tox dockerbuildbot/compose:43eba3f9f2ed24a83be77897c1015909ff03f5fa -e pre-commit
01:21:24 pre-commit develop-inst-nodeps: /code

01:21:31 pre-commit installed: asn1crypto==0.24.0,aspy.yaml==1.1.1,bcrypt==3.1.4,cached-property==1.5.1,certifi==2018.11.29,cffi==1.11.5,cfgv==1.1.0,chardet==3.0.4,cryptography==2.4.2,docker==3.6.0,-e git+git@github.com:docker/compose.git@43eba3f9f2ed24a83be77897c1015909ff03f5fa#egg=docker_compose,docker-pycreds==0.4.0,dockerpty==0.4.1,docopt==0.6.2,identify==1.1.7,idna==2.7,importlib-metadata==0.7,importlib-resources==1.0.2,jsonschema==2.6.0,nodeenv==1.3.3,paramiko==2.4.2,pre-commit==1.12.0,pyasn1==0.4.4,pycparser==2.19,PyNaCl==1.3.0,PyYAML==3.13,requests==2.20.1,six==1.11.0,texttable==0.9.1,toml==0.10.0,urllib3==1.24.1,virtualenv==16.1.0,websocket-client==0.54.0

01:21:31 pre-commit runtests: PYTHONHASHSEED='2827173270'

01:21:31 pre-commit runtests: commands[0] | pre-commit install

01:21:31 pre-commit installed at /code/.git/hooks/pre-commit

01:21:31 pre-commit runtests: commands[1] | pre-commit run --all-files

01:21:31 [INFO] Initializing environment for git://github.com/pre-commit/pre-commit-hooks.

01:21:32 [INFO] Initializing environment for git://github.com/asottile/reorder_python_imports.

01:21:32 [INFO] Installing environment for git://github.com/asottile/reorder_python_imports.

01:21:32 [INFO] Once installed this environment will be reused.

01:21:32 [INFO] This may take a few minutes...

01:21:47 [INFO] Installing environment for git://github.com/pre-commit/pre-commit-hooks.

01:21:47 [INFO] Once installed this environment will be reused.

01:21:47 [INFO] This may take a few minutes...

01:22:13 Check for added large files..............................................Passed

01:22:14 Check docstring is first.................................................Passed

01:22:14 Check for merge conflicts................................................Passed

01:22:14 Check Yaml...............................................................Passed

01:22:14 Check JSON...............................................................Passed

01:22:15 Debug Statements (Python)................................................Passed

01:22:16 Fix End of Files.........................................................Passed

01:22:31 Flake8...................................................................Failed

01:22:31 hookid: flake8

01:22:31 

01:22:31 compose/service.py:294:25: E117 over-indented

01:22:31 compose/service.py:464:13: E117 over-indented

01:22:31 compose/service.py:489:13: E117 over-indented

01:22:31 tests/unit/cli/log_printer_test.py:196:16: F632 use ==/!= to compare str, bytes, and int literals

01:22:31 

01:22:31 Tests should end in _test.py.............................................Passed

01:22:31 Fix requirements.txt.....................................................Passed

01:22:31 Trim Trailing Whitespace.................................................Passed

01:22:31 Reorder python imports...................................................Passed

01:22:31 ERROR: InvocationError: '/code/.tox/pre-commit/bin/pre-commit run --all-files'

01:22:31 ___________________________________ summary ____________________________________

01:22:31 ERROR:   pre-commit: commands failed

[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch 18.09.9-rc1_py36
[Pipeline] // parallel
[Pipeline] End of Pipeline

GitHub has been notified of this commit’s build result

ERROR: script returned exit code 1
Finished: FAILURE