tweise commented on issue #11399: Interpolate publish credentials as expected for Maven settings.xml URL: https://github.com/apache/beam/pull/11399#issuecomment-612927435 Unrelated test failure: ``` 10:31:20 ERROR: /home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py Imports are incorrectly sorted. 10:31:20 --- /home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py:before 2020-04-12 17:25:57.123880 10:31:20 +++ /home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/apache_beam/runners/portability/fn_api_runner/fn_runner.py:after 2020-04-12 17:31:13.728203 10:31:20 @@ -25,8 +25,8 @@ 10:31:20 import contextlib 10:31:20 import copy 10:31:20 import itertools 10:31:20 +import logging 10:31:20 import multiprocessing 10:31:20 -import logging 10:31:20 import os 10:31:20 import subprocess 10:31:20 import sys 10:31:20 Command exited with non-zero status 1 10:31:20 887.19user 27.98system 4:03.75elapsed 375%CPU (0avgtext+0avgdata 522104maxresident)k 10:31:20 5120inputs+304outputs (1major+1439421minor)pagefaults 0swaps 10:31:20 ERROR: InvocationError for command /usr/bin/time scripts/run_pylint.sh (exited with code 1) 10:31:20 py37-lint run-test-post: commands[0] | /home/jenkins/jenkins-slave/workspace/beam_PreCommit_PythonLint_Commit/src/sdks/python/test-suites/tox/py37/build/srcs/sdks/python/scripts/run_tox_cleanup.sh 10:31:20 ___________________________________ summary ____________________________________ 10:31:20 ERROR: py37-lint: commands failed ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
