You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Alex Amato (JIRA)" <ji...@apache.org> on 2019/01/30 21:30:00 UTC

[jira] [Updated] (BEAM-6551) Python Precommit broken "cannot parse value of 'http_proxy'"

     [ https://issues.apache.org/jira/browse/BEAM-6551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Amato updated BEAM-6551:
-----------------------------
    Description: 
Noticed this one one of my Java PRs:
 [https://builds.apache.org/job/beam_PreCommit_Python_Commit/3984/console]

[https://builds.apache.org/job/beam_PreCommit_Python_Commit/3984/]

*04:58:37* > *Task :beam-sdks-python:lintPy27* FAILED

 

There does seem to be a failure, but not output as to why and I cannot get it to fail locally to see more details. Not sure how to proceed.

  was:
Noticed this one one of my Java PRs:
[https://builds.apache.org/job/beam_PreCommit_Python_Commit/3984/console]

[https://builds.apache.org/job/beam_PreCommit_Python_Commit/3984/]




20:45:52 test_combine_per_key (apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv) ... E0130 04:45:52.286249311 32115 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.286313006 32115 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.286318482 32115 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.295928556 32115 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.295985211 32115 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.295990162 32115 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.330903987 2223 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.330947684 2223 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.330952104 2223 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.334446074 2230 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.334486801 2230 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.334491220 2230 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.354265388 2240 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.354317198 2240 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.354322290 2240 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.358875721 2240 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.358919350 2240 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.358924715 2240 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 ok
20:45:52 test_create (apache_beam.runners.portability.portable_runner_test.PortableRunnerTestWithExternalEnv) ... E0130 04:45:52.681886813 32115 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.681938773 32115 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.681943673 32115 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.693522097 32115 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.693571435 32115 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.693576094 32115 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.724072136 2270 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.724112120 2270 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.724116587 2270 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.727464086 2276 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.727521232 2276 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.727526422 2276 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.745105061 2286 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.745148909 2286 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.745153757 2286 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
20:45:52 E0130 04:45:52.751653312 2286 uri_parser.cc:46] bad uri.scheme: 'localhost'
20:45:52 E0130 04:45:52.751698315 2286 uri_parser.cc:52] ^ here
20:45:52 E0130 04:45:52.751702859 2286 http_proxy.cc:58] cannot parse value of 'http_proxy' env var
2


> Python Precommit broken "cannot parse value of 'http_proxy'"
> ------------------------------------------------------------
>
>                 Key: BEAM-6551
>                 URL: https://issues.apache.org/jira/browse/BEAM-6551
>             Project: Beam
>          Issue Type: New Feature
>          Components: java-fn-execution
>            Reporter: Alex Amato
>            Priority: Major
>             Fix For: Not applicable
>
>
> Noticed this one one of my Java PRs:
>  [https://builds.apache.org/job/beam_PreCommit_Python_Commit/3984/console]
> [https://builds.apache.org/job/beam_PreCommit_Python_Commit/3984/]
> *04:58:37* > *Task :beam-sdks-python:lintPy27* FAILED
>  
> There does seem to be a failure, but not output as to why and I cannot get it to fail locally to see more details. Not sure how to proceed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)