[
https://issues.apache.org/jira/browse/BEAM-5322?focusedWorklogId=150473&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-150473
]
ASF GitHub Bot logged work on BEAM-5322:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Oct/18 17:31
Start Date: 02/Oct/18 17:31
Worklog Time Spent: 10m
Work Description: tvalentyn commented on issue #6541: [BEAM-5322]
Partially port typehints
URL: https://github.com/apache/beam/pull/6541#issuecomment-426362197
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.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 150473)
Time Spent: 20m (was: 10m)
> Finish Python 3 porting for typehints module
> --------------------------------------------
>
> Key: BEAM-5322
> URL: https://issues.apache.org/jira/browse/BEAM-5322
> Project: Beam
> Issue Type: Sub-task
> Components: sdk-py-core
> Reporter: Robbe
> Assignee: Simon
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)