Thanks Udi for trying that!

In fact, the go dependency resolution is flaky. Did not look into that, but
just rerunning usually works. Of course, less than optimal, but, well...

Running build target is of course just an aggregation of task to run. And
unfortunately just running that

./gradlew  :beam-sdks-python:testPy2Gcp

stalls on my (virtual) machine.

On Tue, Mar 26, 2019 at 1:35 AM Udi Meiri <eh...@google.com> wrote:

> Okay, `./gradlew build` failed pretty quickly for me:
>
> > Task :beam-sdks-go:resolveBuildDependencies FAILED
> cloud.google.com/go: commit='4f6c921ec566a33844f4e7879b31cd8575a6982d',
> urls=[https://code.googlesource.com/gocloud] does not exist in
> /usr/local/google/home/ehudm/.gradle/go/repo/
> cloud.google.com/go/625660c387d9403fde4d73cacaf2d2ac, updating will be
> performed.
>
> https://gradle.com/s/x5zqbc5zwd3bg
>
> (Now I remember why I stopped using `build` :/)
>
> On Mon, Mar 25, 2019 at 5:30 PM Udi Meiri <eh...@google.com> wrote:
>
>> It shouldn't stall. That's a bug.
>> OTOH, I never use the `build` target.
>> I'll try running that myself.
>>
>> On Mon, Mar 25, 2019, 07:24 Michael Luckey <adude3...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> trying to run './gradlew build' on vanilla setup, my build consistently
>>> stalls during execution of python gcp tests, e.g. on both of
>>> - > :beam-sdks-python:testPy2Gcp
>>> - > :beam-sdks-python-test-suites-tox-py35:testPy35Gcp
>>>
>>> Console output:
>>> #### snip ####
>>> test_big_query_standard_sql
>>> (apache_beam.io.gcp.big_query_query_to_table_it_test.BigQueryQueryToTableIT)
>>> ... SKIP: IT is skipped because --test-pipeline-options is not specified
>>> test_big_query_standard_sql_kms_key
>>> (apache_beam.io.gcp.big_query_query_to_table_it_test.BigQueryQueryToTableIT)
>>> ... SKIP: This test requires BQ Dataflow native source support for KMS,
>>> which is not available yet.
>>> test_multiple_destinations_transform
>>> (apache_beam.io.gcp.bigquery_file_loads_test.BigQueryFileLoadsIT) ... SKIP:
>>> IT is skipped because --test-pipeline-options is not specified
>>> test_one_job_fails_all_jobs_fail
>>> (apache_beam.io.gcp.bigquery_file_loads_test.BigQueryFileLoadsIT) ... SKIP:
>>> IT is skipped because --test-pipeline-options is not specified
>>> test_records_traverse_transform_with_mocks
>>> (apache_beam.io.gcp.bigquery_file_loads_test.TestBigQueryFileLoads) ...
>>>
>>> output ends here, would expect a failed or ok here.
>>>
>>>
>>> Afterwards no progress - even waiting for hours. Any idea, what might be
>>> causing this? Do I need to add some GCP properties for this task ?
>>>
>>> Any ideas, what I am doing wrong?
>>>
>>> best,
>>>
>>> michel
>>>
>>>

Reply via email to