Thanks for the PR, @splovyt ! Looks like we'd have to fix lint failure before we can merge this.
You can find Linter output in Jenkins logs: https://builds.apache.org/job/beam_PreCommit_Python_Commit/1546/ -> Console Output -> Full Log: 04:05:13 Using config file /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/.pylintrc 04:05:59 ************* Module apache_beam.typehints.native_type_compatibility_test 04:05:59 C: 41, 0: Wrong continued indentation. 04:05:59 'fixed on Python 3') 04:05:59 | |^ (bad-continuation) 04:05:59 C: 84, 0: Wrong continued indentation. 04:05:59 'fixed on Python 3') 04:05:59 | |^ (bad-continuation) 04:05:59 ************* Module apache_beam.typehints.typed_pipeline_test 04:05:59 C: 51, 0: Wrong continued indentation. 04:05:59 'fixed on Python 3') 04:05:59 | |^ (bad-continuation) 04:05:59 04:05:59 -------------------------------------------------------------------- 04:05:59 Your code has been rated at 10.00/10 (previous run: 10.00/10, -0.00) 04:05:59 04:05:59 Command exited with non-zero status 16 04:05:59 334.43user 7.72system 0:45.60elapsed 750%CPU (0avgtext+0avgdata 313032maxresident)k 04:05:59 0inputs+200outputs (0major+676039minor)pagefaults 0swaps 04:05:59 ERROR: InvocationError for command '/usr/bin/time /home/jenkins/jenkins-slave/workspace/beam_PreCommit_Python_Commit/src/sdks/python/scripts/run_pylint.sh' (exited with code 16) 04:05:59 ___________________________________ summary ____________________________________ 04:05:59 ERROR: py27-lint: commands failed 04:05:59 04:05:59 > Task :beam-sdks-python:lintPy27 FAILED You should be able to reproduce linter errors locally by executing `../../gradlew lintPy27` or `../../gradlew/lint` from `beam/sdk/python` directory. [ Full content available at: https://github.com/apache/beam/pull/6541 ] This message was relayed via gitbox.apache.org for [email protected]
