From builds-return-42590-archive-asf-public=cust-asf.ponee.io@beam.apache.org Sat Apr 4 00:15:48 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9358018064F for ; Sat, 4 Apr 2020 02:15:48 +0200 (CEST) Received: (qmail 79472 invoked by uid 500); 4 Apr 2020 00:15:48 -0000 Mailing-List: contact builds-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@beam.apache.org Delivered-To: mailing list builds@beam.apache.org Received: (qmail 79454 invoked by uid 99); 4 Apr 2020 00:15:47 -0000 Received: from Unknown (HELO mailrelay1-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Apr 2020 00:15:47 +0000 Received: from jenkins02.apache.org (jenkins02.apache.org [195.201.213.130]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTP id 64848F8C for ; Sat, 4 Apr 2020 00:15:47 +0000 (UTC) Received: from jenkins02.apache.org (localhost.localdomain [127.0.0.1]) by jenkins02.apache.org (ASF Mail Server at jenkins02.apache.org) with ESMTP id E475833E0121 for ; Sat, 4 Apr 2020 00:15:46 +0000 (UTC) Date: Sat, 4 Apr 2020 00:15:45 +0000 (UTC) From: Apache Jenkins Server To: builds@beam.apache.org Message-ID: <969624226.1367.1585959346551.JavaMail.jenkins@jenkins02> In-Reply-To: <1288355001.1275.1585938276088.JavaMail.jenkins@jenkins02> References: <1288355001.1275.1585938276088.JavaMail.jenkins@jenkins02> Subject: Build failed in Jenkins: beam_PreCommit_CommunityMetrics_Cron #2067 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: beam_PreCommit_CommunityMetrics_Cron X-Jenkins-Result: FAILURE Auto-submitted: auto-generated See Changes: [robertwb] [BEAM-9577] Update container boot code to stage from dependencies, if [rohde.samuel] Change delimeter to a dash as it is a reserved symbol in Windows [github] Apply suggestions from code review [robertwb] Use pointer recievers. ------------------------------------------ Started by timer Running as SYSTEM [EnvInject] - Loading node environment variables. Building remotely on apache-beam-jenkins-7 (beam) in workspace No credentials specified Wiping out workspace first. Cloning the remote Git repository Cloning repository https://github.com/apache/beam.git > git init # 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 cb662841206dffc3a4862ef74f72391489ddb10c (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f cb662841206dffc3a4862ef74f72391489ddb10c Commit message: "Merge pull request #11305 [BEAM-9577] Container boot code to stages from dependencies, if present." > git rev-list --no-walk 1d3e3ef9ffb4aaa913dc223d92626ca9f0f43207 # 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] $ --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 [8420] Failed to execute script docker-compose Traceback (most recent call last): File "bin/docker-compose", line 6, in 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 13s 1 actionable task: 1 executed Publishing build scan... https://gradle.com/s/f5u6m6n75twiu 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