See <https://builds.apache.org/job/beam_PerformanceTests_JDBC/107/display/redirect?page=changes>
Changes: [jbonofre] [BEAM-1882] Update postgres k8 scripts & add scripts for running local [kirpichov] Removes MapElements.MissingOutputTypeDescriptor [kirpichov] Removes FlatMapElements.MissingOutputTypeDescriptor [altay] Revert "Throw specialized exception in value providers" [altay] Revert "Revert "Revert "Add ValueProvider class for FileBasedSource I/O [jbonofre] [BEAM-911] Mark IO APIs as @Experimental [tgroh] Move travis/jenkins folders in a test-infra folder [tgroh] Move jdbc's postgres k8s scripts into shared k8s dir [tgroh] Move HIFIO k8s scripts into shared dir [chamikara] [BEAM-1222] Chunk size should be FS dependent [dhalperi] Move Triggers from sdk-core to runners-core-construction ------------------------------------------ [...truncated 725.94 KB...] [INFO] [INFO] --- maven-dependency-plugin:3.0.0:analyze-only (default) @ beam-runners-flink-parent --- [INFO] Skipping pom project [INFO] [INFO] --- maven-install-plugin:2.5.2:install (default-install) @ beam-runners-flink-parent --- [INFO] Installing /tmp/perfkitbenchmarker/runs/9db690ae/beam/runners/flink/pom.xml to /home/jenkins/.m2/repository/org/apache/beam/beam-runners-flink-parent/0.7.0-SNAPSHOT/beam-runners-flink-parent-0.7.0-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Beam :: Runners :: Flink :: Core 0.7.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repository.apache.org/snapshots/org/apache/commons/commons-compress/maven-metadata.xml Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/maven-metadata.xml 780/780 B Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/maven-metadata.xml (780 B at 12.3 KB/sec) 424/424 B Downloaded: http://repository.apache.org/snapshots/org/apache/commons/commons-compress/maven-metadata.xml (424 B at 2.0 KB/sec) Downloading: http://repository.apache.org/snapshots/org/apache/commons/commons-compress/1.14-SNAPSHOT/maven-metadata.xml 3/3 KB Downloaded: http://repository.apache.org/snapshots/org/apache/commons/commons-compress/1.14-SNAPSHOT/maven-metadata.xml (3 KB at 14.1 KB/sec) [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ beam-runners-flink_2.10 --- [INFO] Deleting /tmp/perfkitbenchmarker/runs/9db690ae/beam/runners/flink/runner (includes = [**/*.pyc, **/*.egg-info/], excludes = []) [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-runners-flink_2.10 --- STDERR: ++ dirname /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/generate-sources.sh + HERE=/tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8 + EXAMPLES_ROOT=/tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java + JAVA8_EXAMPLES_ROOT=/tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8 + ARCHETYPE_ROOT=/tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources + mkdir -p /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java + mkdir -p /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java + rsync -a --exclude cookbook --exclude complete /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java/src/main/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java + rsync -a --exclude cookbook --exclude complete --exclude '*IT.java' /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java/src/test/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java + rsync -a /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8/src/main/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java + rsync -a /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/../../../../examples/java8/src/test/java/org/apache/beam/examples/ /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java + find /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java -name '*.java' -print0 + xargs -0 sed -i.bak 's/^package org\.apache\.beam\.examples/package ${package}/g' + find /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java -name '*.java' -print0 + xargs -0 sed -i.bak 's/^package org\.apache\.beam\.examples/package ${package}/g' + find /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/main/java -name '*.java' -print0 + xargs -0 sed -i.bak 's/^import org\.apache\.beam\.examples/import ${package}/g' + find /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src/test/java -name '*.java' -print0 + xargs -0 sed -i.bak 's/^import org\.apache\.beam\.examples/import ${package}/g' + find /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/maven-archetypes/examples-java8/src/main/resources/archetype-resources/src -name '*.bak' -delete setup.py:58: UserWarning: You are using version 1.5.4 of pip. However, version 7.0.0 is recommended. _PIP_VERSION, REQUIRED_PIP_VERSION no previously-included directories found matching 'doc/.build' setup.py:58: UserWarning: You are using version 1.5.4 of pip. However, version 7.0.0 is recommended. _PIP_VERSION, REQUIRED_PIP_VERSION setup.py:58: UserWarning: You are using version 1.5.4 of pip. However, version 7.0.0 is recommended. _PIP_VERSION, REQUIRED_PIP_VERSION warning: sdist: standard file not found: should have one of README, README.rst, README.txt 2017-04-13 00:08:00,923 9db690ae MainThread beam_integration_benchmark(1/1) INFO Running benchmark beam_integration_benchmark 2017-04-13 00:08:00,929 9db690ae MainThread beam_integration_benchmark(1/1) INFO Running: /home/jenkins/tools/maven/latest/bin/mvn -e verify -Dit.test=org.apache.beam.sdk.io.jdbc.JdbcIOIT -DskipITs=false -pl sdks/java/io/jdbc -Pio-it -Pdataflow-runner -DintegrationTestPipelineOptions=["--tempRoot=gs://temp-storage-for-end-to-end-tests","--project=apache-beam-testing","--postgresServerName=10.36.0.11","--postgresUsername=postgres","--postgresDatabaseName=postgres","--postgresPassword=uuinkks","--postgresSsl=false","--runner=org.apache.beam.runners.dataflow.testing.TestDataflowRunner","--defaultWorkerLogLevel=INFO"] 2017-04-13 00:18:00,933 9db690ae Thread-4 ERROR IssueCommand timed out after 600 seconds. Killing command "/home/jenkins/tools/maven/latest/bin/mvn -e verify -Dit.test=org.apache.beam.sdk.io.jdbc.JdbcIOIT -DskipITs=false -pl sdks/java/io/jdbc -Pio-it -Pdataflow-runner -DintegrationTestPipelineOptions=["--tempRoot=gs://temp-storage-for-end-to-end-tests","--project=apache-beam-testing","--postgresServerName=10.36.0.11","--postgresUsername=postgres","--postgresDatabaseName=postgres","--postgresPassword=uuinkks","--postgresSsl=false","--runner=org.apache.beam.runners.dataflow.testing.TestDataflowRunner","--defaultWorkerLogLevel=INFO"]". 2017-04-13 00:18:01,013 9db690ae MainThread beam_integration_benchmark(1/1) INFO Ran /home/jenkins/tools/maven/latest/bin/mvn -e verify -Dit.test=org.apache.beam.sdk.io.jdbc.JdbcIOIT -DskipITs=false -pl sdks/java/io/jdbc -Pio-it -Pdataflow-runner -DintegrationTestPipelineOptions=["--tempRoot=gs://temp-storage-for-end-to-end-tests","--project=apache-beam-testing","--postgresServerName=10.36.0.11","--postgresUsername=postgres","--postgresDatabaseName=postgres","--postgresPassword=uuinkks","--postgresSsl=false","--runner=org.apache.beam.runners.dataflow.testing.TestDataflowRunner","--defaultWorkerLogLevel=INFO"]. Got return code (-9). STDOUT: [INFO] Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.version: 3.19 [INFO] os.detected.version.major: 3 [INFO] os.detected.version.minor: 19 [INFO] os.detected.release: ubuntu [INFO] os.detected.release.version: 14.04 [INFO] os.detected.release.like.ubuntu: true [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Apache Beam :: SDKs :: Java :: IO :: JDBC 0.7.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce) @ beam-sdks-java-io-jdbc --- [INFO] [INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ beam-sdks-java-io-jdbc --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ beam-sdks-java-io-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/src/main/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ beam-sdks-java-io-jdbc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ beam-sdks-java-io-jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ beam-sdks-java-io-jdbc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-checkstyle-plugin:2.17:check (default) @ beam-sdks-java-io-jdbc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ beam-sdks-java-io-jdbc --- [INFO] Surefire report directory: /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/target/surefire-reports [INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider [INFO] parallel='none', perCoreThreadCount=true, threadCount=0, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.beam.sdk.io.jdbc.JdbcIOTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.756 sec - in org.apache.beam.sdk.io.jdbc.JdbcIOTest Results : Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:regex-properties (render-artifact-id) @ beam-sdks-java-io-jdbc --- [INFO] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @ beam-sdks-java-io-jdbc --- [INFO] Building jar: /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/target/beam-sdks-java-io-jdbc-0.7.0-SNAPSHOT.jar [INFO] [INFO] --- maven-site-plugin:3.5.1:attach-descriptor (attach-descriptor) @ beam-sdks-java-io-jdbc --- [INFO] [INFO] --- maven-shade-plugin:3.0.0:shade (bundle-and-repackage) @ beam-sdks-java-io-jdbc --- [INFO] Excluding org.apache.beam:beam-sdks-java-core:jar:0.7.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.apache.beam:beam-sdks-common-runner-api:jar:0.7.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.auth:google-auth-library-credentials:jar:0.6.0 from the shaded jar. [INFO] Excluding com.google.auth:google-auth-library-oauth2-http:jar:0.6.0 from the shaded jar. [INFO] Excluding com.google.api-client:google-api-client:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.apis:google-api-services-bigquery:jar:v2-rev295-1.22.0 from the shaded jar. [INFO] Excluding com.google.apis:google-api-services-cloudresourcemanager:jar:v1-rev6-1.22.0 from the shaded jar. [INFO] Excluding com.google.apis:google-api-services-pubsub:jar:v1-rev10-1.22.0 from the shaded jar. [INFO] Excluding com.google.apis:google-api-services-storage:jar:v1-rev71-1.22.0 from the shaded jar. [INFO] Excluding com.google.http-client:google-http-client:jar:1.22.0 from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpclient:jar:4.0.1 from the shaded jar. [INFO] Excluding org.apache.httpcomponents:httpcore:jar:4.0.1 from the shaded jar. [INFO] Excluding commons-codec:commons-codec:jar:1.3 from the shaded jar. [INFO] Excluding com.google.http-client:google-http-client-jackson:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.http-client:google-http-client-jackson2:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.http-client:google-http-client-protobuf:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.oauth-client:google-oauth-client:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.cloud.bigdataoss:gcsio:jar:1.4.5 from the shaded jar. [INFO] Excluding com.google.api-client:google-api-client-java6:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.api-client:google-api-client-jackson2:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.oauth-client:google-oauth-client-java6:jar:1.22.0 from the shaded jar. [INFO] Excluding com.google.cloud.bigdataoss:util:jar:1.4.5 from the shaded jar. [INFO] Excluding com.google.protobuf:protobuf-java:jar:3.2.0 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-core:jar:2.7.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-annotations:jar:2.7.2 from the shaded jar. [INFO] Excluding com.fasterxml.jackson.core:jackson-databind:jar:2.7.2 from the shaded jar. [INFO] Excluding net.bytebuddy:byte-buddy:jar:1.6.8 from the shaded jar. [INFO] Excluding org.apache.avro:avro:jar:1.8.1 from the shaded jar. [INFO] Excluding org.codehaus.jackson:jackson-core-asl:jar:1.9.13 from the shaded jar. [INFO] Excluding org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13 from the shaded jar. [INFO] Excluding com.thoughtworks.paranamer:paranamer:jar:2.7 from the shaded jar. [INFO] Excluding org.tukaani:xz:jar:1.5 from the shaded jar. [INFO] Excluding org.xerial.snappy:snappy-java:jar:1.1.2.1 from the shaded jar. [INFO] Excluding org.apache.commons:commons-compress:jar:1.9 from the shaded jar. [INFO] Excluding org.apache.commons:commons-lang3:jar:3.5 from the shaded jar. [INFO] Excluding org.slf4j:slf4j-api:jar:1.7.14 from the shaded jar. [INFO] Including com.google.guava:guava:jar:20.0 in the shaded jar. [INFO] Excluding com.google.code.findbugs:jsr305:jar:3.0.1 from the shaded jar. [INFO] Excluding org.apache.commons:commons-dbcp2:jar:2.1.1 from the shaded jar. [INFO] Excluding org.apache.commons:commons-pool2:jar:2.4.2 from the shaded jar. [INFO] Excluding commons-logging:commons-logging:jar:1.2 from the shaded jar. [INFO] Excluding joda-time:joda-time:jar:2.4 from the shaded jar. [INFO] Excluding org.apache.beam:beam-runners-google-cloud-dataflow-java:jar:0.7.0-SNAPSHOT from the shaded jar. [INFO] Excluding org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:0.7.0-SNAPSHOT from the shaded jar. [INFO] Excluding com.google.api.grpc:grpc-google-pubsub-v1:jar:0.1.0 from the shaded jar. [INFO] Excluding com.google.api.grpc:grpc-google-iam-v1:jar:0.1.0 from the shaded jar. [INFO] Excluding com.google.cloud.datastore:datastore-v1-proto-client:jar:1.4.0 from the shaded jar. [INFO] Excluding com.google.cloud.datastore:datastore-v1-protos:jar:1.3.0 from the shaded jar. [INFO] Excluding io.grpc:grpc-auth:jar:1.2.0 from the shaded jar. [INFO] Excluding io.grpc:grpc-core:jar:1.2.0 from the shaded jar. [INFO] Excluding com.google.errorprone:error_prone_annotations:jar:2.0.15 from the shaded jar. [INFO] Excluding io.grpc:grpc-context:jar:1.2.0 from the shaded jar. [INFO] Excluding com.google.instrumentation:instrumentation-api:jar:0.3.0 from the shaded jar. [INFO] Excluding io.grpc:grpc-netty:jar:1.2.0 from the shaded jar. [INFO] Excluding io.netty:netty-codec-http2:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec-http:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler-proxy:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec-socks:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-handler:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-buffer:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-common:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-transport:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-resolver:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.netty:netty-codec:jar:4.1.8.Final from the shaded jar. [INFO] Excluding io.grpc:grpc-stub:jar:1.2.0 from the shaded jar. [INFO] Excluding io.grpc:grpc-all:jar:1.2.0 from the shaded jar. [INFO] Excluding io.grpc:grpc-okhttp:jar:1.2.0 from the shaded jar. [INFO] Excluding com.squareup.okhttp:okhttp:jar:2.5.0 from the shaded jar. [INFO] Excluding com.squareup.okio:okio:jar:1.6.0 from the shaded jar. [INFO] Excluding io.grpc:grpc-protobuf-lite:jar:1.2.0 from the shaded jar. [INFO] Excluding io.grpc:grpc-protobuf-nano:jar:1.2.0 from the shaded jar. [INFO] Excluding com.google.protobuf.nano:protobuf-javanano:jar:3.0.0-alpha-5 from the shaded jar. [INFO] Excluding io.grpc:grpc-protobuf:jar:1.2.0 from the shaded jar. [INFO] Excluding com.google.protobuf:protobuf-java-util:jar:3.2.0 from the shaded jar. [INFO] Excluding com.google.code.gson:gson:jar:2.7 from the shaded jar. [INFO] Excluding com.google.cloud.bigtable:bigtable-protos:jar:0.9.6 from the shaded jar. [INFO] Excluding com.google.cloud.bigtable:bigtable-client-core:jar:0.9.6 from the shaded jar. [INFO] Excluding com.google.auth:google-auth-library-appengine:jar:0.6.0 from the shaded jar. [INFO] Excluding com.google.appengine:appengine-api-1.0-sdk:jar:1.9.34 from the shaded jar. [INFO] Excluding io.dropwizard.metrics:metrics-core:jar:3.1.2 from the shaded jar. [INFO] Excluding com.google.api.grpc:grpc-google-common-protos:jar:0.1.0 from the shaded jar. [INFO] Excluding io.netty:netty-tcnative-boringssl-static:jar:1.1.33.Fork26 from the shaded jar. [INFO] Excluding com.google.apis:google-api-services-dataflow:jar:v1b3-rev186-1.22.0 from the shaded jar. [INFO] Excluding com.google.apis:google-api-services-clouddebugger:jar:v2-rev8-1.22.0 from the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/target/beam-sdks-java-io-jdbc-0.7.0-SNAPSHOT.jar with /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/target/beam-sdks-java-io-jdbc-0.7.0-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/dependency-reduced-pom.xml [INFO] [INFO] --- maven-jar-plugin:3.0.2:test-jar (default-test-jar) @ beam-sdks-java-io-jdbc --- [INFO] Building jar: /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/target/beam-sdks-java-io-jdbc-0.7.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-failsafe-plugin:2.19.1:integration-test (default) @ beam-sdks-java-io-jdbc --- [INFO] Failsafe report directory: /tmp/perfkitbenchmarker/runs/9db690ae/beam/sdks/java/io/jdbc/target/failsafe-reports [INFO] parallel='all', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true ------------------------------------------------------- T E S T S ------------------------------------------------------- Apr 13, 2017 12:08:49 AM org.apache.beam.runners.dataflow.DataflowRunner fromOptions INFO: PipelineOptions.filesToStage was not specified. Defaulting to files from the classpath: will stage 109 files. Enable logging at DEBUG level to see which files will be staged. Apr 13, 2017 12:08:49 AM org.apache.beam.runners.dataflow.DataflowRunner fromOptions INFO: PipelineOptions.filesToStage was not specified. Defaulting to files from the classpath: will stage 109 files. Enable logging at DEBUG level to see which files will be staged. STDERR: 2017-04-13 00:18:01,014 9db690ae MainThread beam_integration_benchmark(1/1) ERROR Error during benchmark beam_integration_benchmark Traceback (most recent call last): File "<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/PerfKitBenchmarker/perfkitbenchmarker/pkb.py",> line 510, in RunBenchmark DoRunPhase(spec, collector, detailed_timer) File "<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/PerfKitBenchmarker/perfkitbenchmarker/pkb.py",> line 426, in DoRunPhase samples = spec.BenchmarkRun(spec) File "<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/PerfKitBenchmarker/perfkitbenchmarker/linux_benchmarks/beam_integration_benchmark.py",> line 114, in Run job_type=job_type) File "<https://builds.apache.org/job/beam_PerformanceTests_JDBC/ws/PerfKitBenchmarker/perfkitbenchmarker/providers/gcp/gcp_dpb_dataflow.py",> line 79, in SubmitJob assert retcode == 0, "Integration Test Failed." AssertionError: Integration Test Failed. 2017-04-13 00:18:01,017 9db690ae MainThread beam_integration_benchmark(1/1) ERROR Benchmark 1/1 beam_integration_benchmark (UID: beam_integration_benchmark0) failed. Execution will continue. 2017-04-13 00:18:01,032 9db690ae MainThread INFO Benchmark run statuses: --------------------------------------------------------------- Name UID Status --------------------------------------------------------------- beam_integration_benchmark beam_integration_benchmark0 FAILED --------------------------------------------------------------- Success rate: 0.00% (0/1) 2017-04-13 00:18:01,033 9db690ae MainThread INFO Complete logs can be found at: /tmp/perfkitbenchmarker/runs/9db690ae/pkb.log Build step 'Execute shell' marked build as failure
