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/06/16 12:56:29 UTC

Build failed in Jenkins: beam_PerformanceTests_ManyFiles_TextIOIT_HDFS #2121

See <https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/2121/display/redirect>

Changes:


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-4 (beam) in workspace <https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/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_PerformanceTests_ManyFiles_TextIOIT_HDFS/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 232c878c20152e857ae2f095fd3a0309e462d155 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 232c878c20152e857ae2f095fd3a0309e462d155
Commit message: "Merge pull request #11957 from robinyqiu/fixit"
 > git rev-list --no-walk 232c878c20152e857ae2f095fd3a0309e462d155 # 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.
[beam_PerformanceTests_ManyFiles_TextIOIT_HDFS] $ /bin/bash -xe /tmp/jenkins3455542766862191663.sh
+ cp /home/jenkins/.kube/config <https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2121>
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties content 
KUBECONFIG=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2121>

[EnvInject] - Variables injected successfully.
[beam_PerformanceTests_ManyFiles_TextIOIT_HDFS] $ /bin/bash -xe /tmp/jenkins7841884418939577802.sh
+ gcloud container clusters get-credentials io-datastores --zone=us-central1-a
Fetching cluster endpoint and auth data.
kubeconfig entry generated for io-datastores.
[beam_PerformanceTests_ManyFiles_TextIOIT_HDFS] $ /bin/bash -xe /tmp/jenkins6449328530441144463.sh
+ <https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/src/.test-infra/kubernetes/kubernetes.sh> createNamespace beam-performancetests-manyfiles-textioit-hdfs-2121
+ KUBECONFIG=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2121>
+ KUBERNETES_NAMESPACE=default
+ KUBECTL='kubectl --kubeconfig=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2121> --namespace=default'
+ createNamespace beam-performancetests-manyfiles-textioit-hdfs-2121
+ eval 'kubectl --kubeconfig=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2121> create namespace beam-performancetests-manyfiles-textioit-hdfs-2121'
++ kubectl --kubeconfig=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2121> create namespace beam-performancetests-manyfiles-textioit-hdfs-2121
Error from server (AlreadyExists): namespaces "beam-performancetests-manyfiles-textioit-hdfs-2121" already exists
Build step 'Execute shell' 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_PerformanceTests_ManyFiles_TextIOIT_HDFS #2124

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


---------------------------------------------------------------------
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_PerformanceTests_ManyFiles_TextIOIT_HDFS #2123

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


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


Build failed in Jenkins: beam_PerformanceTests_ManyFiles_TextIOIT_HDFS #2122

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

Changes:

[mxm] [BEAM-10260] Fix continuation token support with statecache

[mxm] [BEAM-10260] Remove is_cached parameter from CachingStateHandler

[github] Merge pull request #11086 from [BEAM-8910] Make custom BQ source read

[github] Merge pull request #11838 from [BEAM-9322] Modify the TestStream to


------------------------------------------
Started by timer
Running as SYSTEM
[EnvInject] - Loading node environment variables.
Building remotely on apache-beam-jenkins-4 (beam) in workspace <https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/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_PerformanceTests_ManyFiles_TextIOIT_HDFS/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 2edb02f53aa13b8221b07c3cadd3cfd64b5e6d72 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2edb02f53aa13b8221b07c3cadd3cfd64b5e6d72
Commit message: "Merge pull request #11838 from [BEAM-9322] Modify the TestStream to output a dict when no output_tags are specified"
 > git rev-list --no-walk 232c878c20152e857ae2f095fd3a0309e462d155 # 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.
[beam_PerformanceTests_ManyFiles_TextIOIT_HDFS] $ /bin/bash -xe /tmp/jenkins2844408514179001636.sh
+ cp /home/jenkins/.kube/config <https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2122>
[EnvInject] - Injecting environment variables from a build step.
[EnvInject] - Injecting as environment variables the properties content 
KUBECONFIG=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2122>

[EnvInject] - Variables injected successfully.
[beam_PerformanceTests_ManyFiles_TextIOIT_HDFS] $ /bin/bash -xe /tmp/jenkins6625959146025615714.sh
+ gcloud container clusters get-credentials io-datastores --zone=us-central1-a
Fetching cluster endpoint and auth data.
kubeconfig entry generated for io-datastores.
[beam_PerformanceTests_ManyFiles_TextIOIT_HDFS] $ /bin/bash -xe /tmp/jenkins973580031793268719.sh
+ <https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/src/.test-infra/kubernetes/kubernetes.sh> createNamespace beam-performancetests-manyfiles-textioit-hdfs-2122
+ KUBECONFIG=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2122>
+ KUBERNETES_NAMESPACE=default
+ KUBECTL='kubectl --kubeconfig=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2122> --namespace=default'
+ createNamespace beam-performancetests-manyfiles-textioit-hdfs-2122
+ eval 'kubectl --kubeconfig=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2122> create namespace beam-performancetests-manyfiles-textioit-hdfs-2122'
++ kubectl --kubeconfig=<https://builds.apache.org/job/beam_PerformanceTests_ManyFiles_TextIOIT_HDFS/ws/config-beam-performancetests-manyfiles-textioit-hdfs-2122> create namespace beam-performancetests-manyfiles-textioit-hdfs-2122
Error from server (AlreadyExists): namespaces "beam-performancetests-manyfiles-textioit-hdfs-2122" already exists
Build step 'Execute shell' marked build as failure

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