You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/01/24 00:16:17 UTC

Build failed in Jenkins: beam_PreCommit_CommunityMetrics_Cron #1789

See <https://builds.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/1789/display/redirect?page=changes>

Changes:

[github] Update release guide with extended information.

[github] Add link to mass comment script

[github] Fix typo

[github] Address comments

[github] Update twine install details.

[kirillkozlov] Create initial DataStoreV1Table

[kirillkozlov] Added tests

[kirillkozlov] Implement getTableStatistics

[kirillkozlov] buildIOWriter

[kirillkozlov] Read other types

[kirillkozlov] Better conversion, support complex types

[kirillkozlov] Store DataStore key as VARBINARY

[kirillkozlov] Wrap DoFns in PTransforms

[kirillkozlov] Table property for specifying key field

[kirillkozlov] JavaDoc

[kirillkozlov] Infer schema for RowToEntity

[kirillkozlov] Better conversion performance

[kirillkozlov] Mark Table as `Internal` and `Experimental`

[kirillkozlov] Review changes

[kirillkozlov] Add IT that does not rely on SQL

[kirillkozlov] fix style

[github] cleanup typo

[github] [BEAM-3419, BEAM-9173] Add TODO comment

[iemejia] [BEAM-9172] Add missing parameter to Nexmark CI execution for Flink

[hannahjiang] [BEAM-9084] cleaning up docker image tag

[ehudm] Update beam website for 2.18.0

[apilloud] [BEAM-9027] Unparse LIKE as binary operator

[github] Blog post for release 2.18.0 (#10575)


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-15 (beam) in workspace <https://builds.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/>
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository https://github.com/apache/beam.git
 > git init <https://builds.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/src> # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/apache/beam.git # timeout=10
Fetching upstream changes from https://github.com/apache/beam.git
 > git fetch --tags --progress https://github.com/apache/beam.git +refs/heads/*:refs/remotes/origin/* +refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 58fbed4c2c04044b29995d3f52e22618641b2559 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58fbed4c2c04044b29995d3f52e22618641b2559
Commit message: "Merge pull request #10678: [BEAM-9027] Unparse LIKE as binary operator"
 > git rev-list --no-walk cf43a2329c2d1828182c1546dde44854ac76c4e6 # timeout=10
No emails were triggered.
[EnvInject] - Executing scripts and injecting environment variables after the SCM step.
[EnvInject] - Injecting as environment variables the properties content 
SPARK_LOCAL_IP=127.0.0.1

[EnvInject] - Variables injected successfully.
[Gradle] - Launching build.
[src] $ <https://builds.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/ws/src/gradlew> --continue --max-workers=12 -Dorg.gradle.jvmargs=-Xms2g -Dorg.gradle.jvmargs=-Xmx4g :communityMetricsPreCommit
Starting a Gradle Daemon, 1 busy Daemon could not be reused, use --status for details
> Task :buildSrc:compileJava NO-SOURCE
> Task :buildSrc:compileGroovy FROM-CACHE
> Task :buildSrc:pluginDescriptors
> Task :buildSrc:processResources
> Task :buildSrc:classes
> Task :buildSrc:jar
> Task :buildSrc:assemble
> Task :buildSrc:spotlessGroovy
> Task :buildSrc:spotlessGroovyCheck
> Task :buildSrc:spotlessGroovyGradle
> Task :buildSrc:spotlessGroovyGradleCheck
> Task :buildSrc:spotlessCheck
> Task :buildSrc:pluginUnderTestMetadata
> Task :buildSrc:compileTestJava NO-SOURCE
> Task :buildSrc:compileTestGroovy NO-SOURCE
> Task :buildSrc:processTestResources NO-SOURCE
> Task :buildSrc:testClasses UP-TO-DATE
> Task :buildSrc:test NO-SOURCE
> Task :buildSrc:validateTaskProperties FROM-CACHE
> Task :buildSrc:check
> Task :buildSrc:build
Configuration on demand is an incubating feature.
> Task :beam-test-infra-metrics:composeUp FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':beam-test-infra-metrics:composeUp'.
> Exit-code 255 when calling docker-compose, stdout: postgresql uses an image, skipping
  prometheus uses an image, skipping
  pushgateway uses an image, skipping
  alertmanager uses an image, skipping
  Building grafana
  [30725] Failed to execute script docker-compose
  Traceback (most recent call last):
    File "bin/docker-compose", line 6, in <module>
    File "compose/cli/main.py", line 71, in main
    File "compose/cli/main.py", line 127, in perform_command
    File "compose/cli/main.py", line 287, in build
    File "compose/project.py", line 386, in build
    File "compose/project.py", line 368, in build_service
    File "compose/service.py", line 1084, in build
    File "site-packages/docker/api/build.py", line 260, in build
    File "site-packages/docker/api/build.py", line 307, in _set_auth_headers
    File "site-packages/docker/auth.py", line 310, in get_all_credentials
    File "site-packages/docker/auth.py", line 262, in _resolve_authconfig_credstore
    File "site-packages/docker/auth.py", line 287, in _get_store_instance
    File "site-packages/dockerpycreds/store.py", line 25, in __init__
  dockerpycreds.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 16s
1 actionable task: 1 executed

Publishing build scan...
https://gradle.com/s/twc5dpkrklgjo

Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PreCommit_CommunityMetrics_Cron #1790

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/beam_PreCommit_CommunityMetrics_Cron/1790/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org