Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extended_conformance_gce fails in cleanup deleting tmp/etcd #16917

Closed
jboyd01 opened this issue Oct 17, 2017 · 1 comment
Closed

extended_conformance_gce fails in cleanup deleting tmp/etcd #16917

jboyd01 opened this issue Oct 17, 2017 · 1 comment
Assignees
Labels
component/internal-tools kind/test-flake Categorizes issue or PR as related to test flakes.

Comments

@jboyd01
Copy link
Contributor

jboyd01 commented Oct 17, 2017

possible dup of #15977?

extended_confromance_gce has failed twice in a row on a PR, both failures are during cleanup to delete tmp/etcd

full log

Oct 17 20:05:16.120: INFO: Running AfterSuite actions on node 1

Ran 5 of 805 Specs in 267.789 seconds
SUCCESS! -- 5 Passed | 0 Failed | 0 Pending | 800 Skipped Oct 17 20:05:16.125: INFO: Error running cluster/log-dump/log-dump.sh: fork/exec /data/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/cluster/log-dump/log-dump.sh: no such file or directory
PASS

Ginkgo ran 1 suite in 4m28.524908145s
Test Suite Passed
[INFO] [CLEANUP] Beginning cleanup routines...
[INFO] [CLEANUP] Dumping cluster events to _output/scripts/conformance/artifacts/events.txt
Logged into "https://internal-api.prtest-5a37c28-9851.origin-ci-int-gce.dev.rhcloud.com:8443" as "system:admin" using existing credentials.

You have access to the following projects and can switch between them with 'oc project <projectname>':

  * default
    kube-public
    kube-system
    logging
    openshift
    openshift-infra
    openshift-node

Using project "default".
[INFO] [CLEANUP] Dumping container logs to _output/scripts/conformance/logs/containers
[INFO] [CLEANUP] Truncating log files over 200M
[INFO] [CLEANUP] Stopping docker containers
[INFO] [CLEANUP] Removing docker containers
[INFO] [CLEANUP] Killing child processes
[INFO] [CLEANUP] Pruning etcd data directory
**rm: cannot remove ‘/tmp/etcd’: Operation not permitted**
[ERROR] test/extended/conformance.sh exited with code 1 after 00h 18m 37s
make: *** [test-extended] Error 1

My PR where I'm hitting this: #16908

this is a sync of service catalog, I don't believe any of Catalog is even in play with these tests.

@jboyd01 jboyd01 added component/internal-tools kind/test-flake Categorizes issue or PR as related to test flakes. labels Oct 17, 2017
@stevekuznetsov
Copy link
Contributor

Do you have the Gubernator page for the overview for this? You're failing because an extended test failed. I want to make sure the jUnit is being exposed.

Summarizing 1 Failure:

[Fail] [Conformance][templates] templateinstance readiness test  [It] should report ready soon after all annotated objects are ready [Suite:openshift/conformance/parallel] 
/tmp/openshift/build-rpm-release/tito/rpmbuild-originSbNOUJ/BUILD/origin-3.7.0/_output/local/go/src/github.com/openshift/origin/test/extended/templates/templateinstance_readiness.go:165

Ran 242 of 805 Specs in 823.670 seconds
FAIL! -- 241 Passed | 1 Failed | 0 Pending | 563 Skipped 

/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/internal-tools kind/test-flake Categorizes issue or PR as related to test flakes.
Projects
None yet
Development

No branches or pull requests

3 participants