[ 
https://issues.apache.org/jira/browse/BEAM-5651?focusedWorklogId=151324&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-151324
 ]

ASF GitHub Bot logged work on BEAM-5651:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Oct/18 18:32
            Start Date: 04/Oct/18 18:32
    Worklog Time Spent: 10m 
      Work Description: swegner opened a new pull request #6573: [BEAM-5651] 
Add --update-snapshots flag to archetype tests
URL: https://github.com/apache/beam/pull/6573
 
 
   These tests occasionally flake due to not being able to resolve SNAPSHOT 
artifacts on maven central. Adding this flag may help with flakiness by forcing 
Maven to re-check snapshots on the remote server.
   
   ------------------------
   
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
    - [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA 
issue, if applicable. This will automatically link the pull request to the 
issue.
    - [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   It will help us expedite review of your Pull Request if you tag someone 
(e.g. `@username`) to look at it.
   
   Post-Commit Tests Status (on master branch)
   
------------------------------------------------------------------------------------------------
   
   Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
   --- | --- | --- | --- | --- | --- | --- | ---
   Go | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Go_GradleBuild/lastCompletedBuild/)
 | --- | --- | --- | --- | --- | ---
   Java | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza_Gradle/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark_Gradle/lastCompletedBuild/)
   Python | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)
 | --- | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
 </br> [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
 | [![Build 
Status](https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/lastCompletedBuild/badge/icon)](https://builds.apache.org/job/beam_PostCommit_Python_VR_Flink/lastCompletedBuild/)
 | --- | --- | ---
   
   
   
   
   

----------------------------------------------------------------
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: 151324)
            Time Spent: 10m
    Remaining Estimate: 0h

> [beam_PostRelease_NightlySnapshot] 
> [:beam-runners-spark:runQuickstartJavaSpark] Could not find artifact 
> org.apache.beam:beam-model-fn-execution:jar:2.8.0-SNAPSHOT
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-5651
>                 URL: https://issues.apache.org/jira/browse/BEAM-5651
>             Project: Beam
>          Issue Type: Bug
>          Components: test-failures
>            Reporter: Scott Wegner
>            Assignee: Scott Wegner
>            Priority: Major
>              Labels: currently-failing
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> _Use this form to file an issue for test failure:_
>  * [Jenkins 
> Job|https://builds.apache.org/job/beam_PostRelease_NightlySnapshot/389/]
>  * [Gradle Build 
> Scan|https://scans.gradle.com/s/bfqknnt245izk/console-log?task=:beam-runners-spark:runQuickstartJavaSpark#L479]
>  * [Test source 
> code|https://github.com/apache/beam/blob/master/release/src/main/groovy/quickstart-java-spark.groovy]
> Initial investigation:
> Maven failed to download the 2.8.0-SNAPSHOT artifact for 
> beam-model-fn-execution. However, I can see that snapshot binaries exist: 
> https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-model-fn-execution/2.8.0-SNAPSHOT/
> {{[ERROR] Failed to execute goal on project word-count-beam: Could not 
> resolve dependencies for project org.example:word-count-beam:jar:0.1: Could 
> not find artifact org.apache.beam:beam-model-fn-execution:jar:2.8.0-SNAPSHOT 
> in test.release 
> (https://repository.apache.org/content/repositories/snapshots) -> [Help 1]}}
> ----
> _After you've filled out the above details, please [assign the issue to an 
> individual|https://beam.apache.org/contribute/postcommits-guides/index.html#find_specialist].
>  Assignee should [treat test failures as 
> high-priority|https://beam.apache.org/contribute/postcommits-policies/#assigned-failing-test],
>  helping to fix the issue or find a more appropriate owner. See [Apache Beam 
> Post-Commit 
> Policies|https://beam.apache.org/contribute/postcommits-policies]._



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

Reply via email to