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

e2e_node/privileged_test gets Unexpected Error executing in Docker Container: 7 #24508

Closed
pwittrock opened this issue Apr 20, 2016 · 15 comments
Closed
Labels
area/node-e2e kind/flake Categorizes issue or PR as related to a flaky test. sig/node Categorizes an issue or PR as relevant to SIG Node.

Comments

@pwittrock
Copy link
Member

15:40:09 STEP: Creating a privileged pod
15:40:09 STEP: Executing privileged command on privileged container
15:40:09 STEP: Exec-ing into container over http. Running command: curl -q 'http://172.17.0.2:8080/shell?shellCommand=ip+link+add+dummy1+type+dummy'
15:40:09
15:40:09 ------------------------------
15:40:09 • Failure [10.173 seconds]
15:40:09 PrivilegedPod
15:40:09 /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/privileged_test.go:84
15:40:09 should test privileged pod [It]
15:40:09 /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/privileged_test.go:83
15:40:09
15:40:09 Error running command "curl -q 'http://172.17.0.2:8080/shell?shellCommand=ip+link+add+dummy1+type+dummy'": error executing remote command: error executing command in container: Error executing in Docker Container: 7
15:40:09 Expected error:
15:40:09 <*errors.errorString | 0xc8204ca400>: {
15:40:09 s: "error executing remote command: error executing command in container: Error executing in Docker Container: 7",
15:40:09 }
15:40:09 error executing remote command: error executing command in container: Error executing in Docker Container: 7
15:40:09 not to have occurred
15:40:09
15:40:09 /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/privileged_test.go:149

@pwittrock pwittrock added sig/node Categorizes an issue or PR as relevant to SIG Node. kind/flake Categorizes issue or PR as related to a flaky test. labels Apr 20, 2016
@pwittrock
Copy link
Member Author

@yujuhong Let me know if you are the right person to assign to

@yujuhong
Copy link
Contributor

https://console.cloud.google.com/storage/browser/kubernetes-jenkins/pr-logs/pull/24429/node-pull-build-e2e-test/2152

STEP: Creating a privileged pod
STEP: Executing privileged command on privileged container
STEP: Exec-ing into container over http. Running command: curl -q 'http://172.17.0.2:8080/shell?shellCommand=ip+link+add+dummy1+type+dummy'

------------------------------
• Failure [10.173 seconds]
PrivilegedPod
/var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/privileged_test.go:84
  should test privileged pod [It]
  /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/privileged_test.go:83

  Error running command "curl -q 'http://172.17.0.2:8080/shell?shellCommand=ip+link+add+dummy1+type+dummy'": error executing remote command: error executing command in container: Error executing in Docker Container: 7
  Expected error:
      <*errors.errorString | 0xc8204ca400>: {
          s: "error executing remote command: error executing command in container: Error executing in Docker Container: 7",
      }
      error executing remote command: error executing command in container: Error executing in Docker Container: 7
  not to have occurred

  /var/lib/jenkins/workspace/node-pull-build-e2e-test/go/src/k8s.io/kubernetes/test/e2e_node/privileged_test.go:149
------------------------------

The error code is from curl: cURL Error (7): couldn't connect to host

/cc the original test author @ArtfulCoder

@yujuhong
Copy link
Contributor

@ArtfulCoder this is a ported test in the node e2e suite. The ported test is functionally the same as the original test, with minor changes to for the node e2e test environment.

@ArtfulCoder
Copy link
Contributor

Did it ever pass in the node e2e test env ?

@yujuhong
Copy link
Contributor

Yes, node e2e runs per-PR builds, and this is just one failure/flake.

@yujuhong
Copy link
Contributor

yujuhong commented May 3, 2016

@ArtfulCoder would you mind taking a look?

@yujuhong
Copy link
Contributor

This hasn't happened for a while and I'm not actively looking at it. Unassign myself for now.

@fejta
Copy link
Contributor

fejta commented May 25, 2016

Assigned to @ArtfulCoder per @yujuhong comment

@dchen1107
Copy link
Member

Last 50 runs, there is no failure. I am closing it for now. Please re-open it if occured again.

@timstclair
Copy link

@yujuhong
Copy link
Contributor

yujuhong commented Jun 6, 2016

Let's close this one in favor of the automatically-filed issue #26297

@yujuhong yujuhong closed this as completed Jun 6, 2016
@jingxu97
Copy link
Contributor

@jingxu97 jingxu97 reopened this Jun 17, 2016
@yujuhong
Copy link
Contributor

Dup of #27498

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/node-e2e kind/flake Categorizes issue or PR as related to a flaky test. sig/node Categorizes an issue or PR as relevant to SIG Node.
Projects
None yet
Development

No branches or pull requests

8 participants