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

[k8s.io] Projected should be consumable in multiple volumes in the same pod [Conformance] [Volume] [Suite:openshift/conformance/parallel] [Suite:k8s] #16832

Closed
bparees opened this issue Oct 12, 2017 · 5 comments
Assignees
Labels
component/kubernetes kind/test-flake Categorizes issue or PR as related to test flakes. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/P1 sig/storage

Comments

@bparees
Copy link
Contributor

bparees commented Oct 12, 2017

/tmp/openshift/build-rpm-release/tito/rpmbuild-originAJH1I6/BUILD/origin-3.7.0/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/common/projected.go:795
Expected error:
    <*errors.errorString | 0xc4211df6c0>: {
        s: "expected pod \"pod-projected-configmaps-291beef1-af35-11e7-a877-0e2a22bc1f74\" success: pod \"pod-projected-configmaps-291beef1-af35-11e7-a877-0e2a22bc1f74\" failed with status: {Phase:Failed Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-10-12 10:07:31 +0000 UTC Reason: Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-10-12 10:07:31 +0000 UTC Reason:ContainersNotReady Message:containers with unready status: [projected-configmap-volume-test]} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-10-12 10:07:31 +0000 UTC Reason: Message:}] Message: Reason: HostIP:10.128.0.2 PodIP: StartTime:2017-10-12 10:07:31 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:projected-configmap-volume-test State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:128,Signal:0,Reason:ContainerCannotRun,Message:cannot join network of a non running container: 4e8e4bb940db1d716018a12aff99d8390194b2b5065c1115ba6382bcf7d0a668,StartedAt:2017-10-12 10:07:42 +0000 UTC,FinishedAt:2017-10-12 10:07:42 +0000 UTC,ContainerID:docker://5808dcfa836f656cb4c44f8245dbec10702c850eb4355414159fbfa3b9fbc03d,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:gcr.io/google_containers/mounttest:0.8 ImageID:docker-pullable://gcr.io/google_containers/mounttest@sha256:bec3122ddcf8bd999e44e46e096659f31241d09f5236bc3dc212ea584ca06856 ContainerID:docker://5808dcfa836f656cb4c44f8245dbec10702c850eb4355414159fbfa3b9fbc03d}] QOSClass:BestEffort}",
    }
    expected pod "pod-projected-configmaps-291beef1-af35-11e7-a877-0e2a22bc1f74" success: pod "pod-projected-configmaps-291beef1-af35-11e7-a877-0e2a22bc1f74" failed with status: {Phase:Failed Conditions:[{Type:Initialized Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-10-12 10:07:31 +0000 UTC Reason: Message:} {Type:Ready Status:False LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-10-12 10:07:31 +0000 UTC Reason:ContainersNotReady Message:containers with unready status: [projected-configmap-volume-test]} {Type:PodScheduled Status:True LastProbeTime:0001-01-01 00:00:00 +0000 UTC LastTransitionTime:2017-10-12 10:07:31 +0000 UTC Reason: Message:}] Message: Reason: HostIP:10.128.0.2 PodIP: StartTime:2017-10-12 10:07:31 +0000 UTC InitContainerStatuses:[] ContainerStatuses:[{Name:projected-configmap-volume-test State:{Waiting:nil Running:nil Terminated:&ContainerStateTerminated{ExitCode:128,Signal:0,Reason:ContainerCannotRun,Message:cannot join network of a non running container: 4e8e4bb940db1d716018a12aff99d8390194b2b5065c1115ba6382bcf7d0a668,StartedAt:2017-10-12 10:07:42 +0000 UTC,FinishedAt:2017-10-12 10:07:42 +0000 UTC,ContainerID:docker://5808dcfa836f656cb4c44f8245dbec10702c850eb4355414159fbfa3b9fbc03d,}} LastTerminationState:{Waiting:nil Running:nil Terminated:nil} Ready:false RestartCount:0 Image:gcr.io/google_containers/mounttest:0.8 ImageID:docker-pullable://gcr.io/google_containers/mounttest@sha256:bec3122ddcf8bd999e44e46e096659f31241d09f5236bc3dc212ea584ca06856 ContainerID:docker://5808dcfa836f656cb4c44f8245dbec10702c850eb4355414159fbfa3b9fbc03d}] QOSClass:BestEffort}
not to have occurred
/tmp/openshift/build-rpm-release/tito/rpmbuild-originAJH1I6/BUILD/origin-3.7.0/_output/local/go/src/github.com/openshift/origin/vendor/k8s.io/kubernetes/test/e2e/framework/util.go:2252

https://openshift-gce-devel.appspot.com/build/origin-ci-test/pr-logs/pull/15807/test_pull_request_origin_extended_conformance_gce/9541/#-k8sio-projected-should-be-consumable-in-multiple-volumes-in-the-same-pod-conformance-volume-suiteopenshiftconformanceparallel-suitek8s

@bparees bparees added component/kubernetes kind/test-flake Categorizes issue or PR as related to test flakes. priority/P1 labels Oct 12, 2017
@sjenning
Copy link
Contributor

Reason:ContainerCannotRun,Message:cannot join network of a non running container

the infra container is failing to start

@sjenning
Copy link
Contributor

sjenning commented Dec 1, 2017

@frobware PTAL

@sjenning sjenning assigned frobware and unassigned sjenning Dec 1, 2017
@frobware
Copy link
Contributor

frobware commented Dec 4, 2017

  • I was unable to repro locally on fedora 26 with v3.6 or v3.9 (i.e., tip of master).
  • Now investigating the jenkins job and trying to repro on an AWS instance.

@openshift-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci-robot openshift-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Mar 19, 2018
@sjenning
Copy link
Contributor

sjenning commented Mar 21, 2018

Snowstorm show the last time that this occurred was 2 months ago. Closing for now. If it reoccurs, we can reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/kubernetes kind/test-flake Categorizes issue or PR as related to test flakes. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/P1 sig/storage
Projects
None yet
Development

No branches or pull requests

6 participants