You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "John Hutchison (Jira)" <ji...@apache.org> on 2021/04/13 14:44:00 UTC

[jira] [Created] (GEODE-9143) run_benchmarks_with_ssl failure

John Hutchison created GEODE-9143:
-------------------------------------

             Summary: run_benchmarks_with_ssl failure 
                 Key: GEODE-9143
                 URL: https://issues.apache.org/jira/browse/GEODE-9143
             Project: Geode
          Issue Type: Task
            Reporter: John Hutchison


this seems like a network failure, but reporting to err on the side of caution:

selected worker: 10d092c9-9d55-4cbd-91c7-8db6012018d3
++ pwd
+ BASE_DIR=/tmp/build/2da2cadb
+ SOURCE=geode-ci/ci/scripts/run_benchmarks.sh
+ '[' -h geode-ci/ci/scripts/run_benchmarks.sh ']'
+++ dirname geode-ci/ci/scripts/run_benchmarks.sh
++ cd -P geode-ci/ci/scripts
++ pwd
+ SCRIPTDIR=/tmp/build/2da2cadb/geode-ci/ci/scripts
+ source concourse-metadata-resource/concourse_metadata
++ export BUILD_ID=23741
++ BUILD_ID=23741
++ export BUILD_NAME=33
++ BUILD_NAME=33
++ export BUILD_JOB_NAME=Benchmark_with_ssl
++ BUILD_JOB_NAME=Benchmark_with_ssl
++ export BUILD_PIPELINE_NAME=apache-support-1-12-main
++ BUILD_PIPELINE_NAME=apache-support-1-12-main
++ export BUILD_TEAM_NAME=main
++ BUILD_TEAM_NAME=main
++ export ATC_EXTERNAL_URL=https://concourse.apachegeode-ci.info
++ ATC_EXTERNAL_URL=https://concourse.apachegeode-ci.info
+ CLUSTER_TAG=apache-support-1-12-main-Benchmark_with_ssl-33-23741_with_ssl
++ pwd
+ RESULTS_DIR=/tmp/build/2da2cadb/results/benchmarks-apache-support-1-12-main-Benchmark_with_ssl-33-23741_with_ssl
+ CLUSTER_COUNT=4
+ BENCHMARKS_BRANCH=support/1.12
++ cd geode
++ git remote get-url origin
+ GEODE_REPO=https://github.com/apache/geode.git
+ BASELINE_REPO=https://github.com/apache/geode.git
+ pushd geode
/tmp/build/2da2cadb/geode /tmp/build/2da2cadb
++ git rev-parse --verify HEAD
+ GEODE_SHA=c12674883311b42955fbe9e8c5421db557efe08e
+ popd
/tmp/build/2da2cadb
++ pwd
+ input=/tmp/build/2da2cadb/results/failedTests
+ pushd geode-benchmarks/infrastructure/scripts/aws/
/tmp/build/2da2cadb/geode-benchmarks/infrastructure/scripts/aws /tmp/build/2da2cadb
+ ./launch_cluster.sh -t apache-support-1-12-main-Benchmark_with_ssl-33-23741_with_ssl -c 4 --ci
/tmp/build/2da2cadb/geode-benchmarks /tmp/build/2da2cadb/geode-benchmarks/infrastructure/scripts/aws
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  126M  100  126M    0     0   111M      0  0:00:01  0:00:01 --:--:--  155M
~/.gradle/wrapper/dists/gradle-5.4-all/a4530233ad2cedf73d5afc3b97eb8f71 /tmp/build/2da2cadb/geode-benchmarks
/tmp/build/2da2cadb/geode-benchmarks

Welcome to Gradle 5.4!

Here are the highlights of this release:
 - Run builds with JDK12
 - New API for Incremental Tasks
 - Updates to native projects, including Swift 5 support

For more details see https://docs.gradle.org/5.4/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)
> Task :infrastructure:compileJava
> Task :infrastructure:processResources NO-SOURCE
> Task :infrastructure:classes
> Task :infrastructure:launchCluster FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':infrastructure:launchCluster'.
> Could not resolve all files for configuration ':infrastructure:runtimeClasspath'.
   > Could not download netty-reactive-streams.jar (com.typesafe.netty:netty-reactive-streams:2.0.0)
      > Could not get resource 'https://repo.maven.apache.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.0/netty-reactive-streams-2.0.0.jar'.
         > Could not GET 'https://repo.maven.apache.org/maven2/com/typesafe/netty/netty-reactive-streams/2.0.0/netty-reactive-streams-2.0.0.jar'.
            > Connection reset

* 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.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 27s
2 actionable tasks: 2 executed 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)