Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.29 KB | None | 0 0
  1. I0726 09:21:21.630694 3923 e2e.go:247] Starting e2e run "d81e8979-5333-11e6-9a53-54ee752009cb" on Ginkgo node 1
  2. Running Suite: Kubernetes e2e suite
  3. ===================================
  4. Random Seed: 1469539281 - Will randomize all specs
  5. Will run 4 of 333 specs
  6.  
  7. Jul 26 09:21:21.640: INFO: >>> kubeConfig: ./paul.kubeconfig
  8.  
  9. F0726 09:21:21.640872 3923 e2e.go:108] Error loading client: error creating client: error loading KubeConfig: open ./paul.kubeconfig: no such file or directory
  10.  
  11. Ginkgo ran 1 suite in 114.279677ms
  12. Test Suite Failed
  13. [pweil@localhost kubernetes]$ ./_output/local/bin/linux/amd64/ginkgo -focus="\[Feature:Seccomp\]" ./_output/local/go/bin/e2e.test -- --provider=local --kubeconfig=`pwd`/paul.kubeconfig
  14. I0726 09:21:29.375309 4071 e2e.go:247] Starting e2e run "dcbc367f-5333-11e6-99a4-54ee752009cb" on Ginkgo node 1
  15. Running Suite: Kubernetes e2e suite
  16. ===================================
  17. Random Seed: 1469539289 - Will randomize all specs
  18. Will run 4 of 333 specs
  19.  
  20. Jul 26 09:21:29.385: INFO: >>> kubeConfig: /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/paul.kubeconfig
  21.  
  22. Jul 26 09:21:29.388: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready
  23. Jul 26 09:21:29.392: INFO: Waiting for pods to enter Success, but no pods in "kube-system" match label map[name:e2e-image-puller]
  24. Jul 26 09:21:29.392: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed)
  25. Jul 26 09:21:29.392: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready.
  26. Jul 26 09:21:29.393: INFO: Waiting for pods to enter Success, but no pods in "kube-system" match label map[name:e2e-image-puller]
  27. Jul 26 09:21:29.393: INFO: Dumping network health container logs from all nodes
  28. SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
  29. ------------------------------
  30. [k8s.io] Security Context [Feature:SecurityContext]
  31. should support seccomp alpha unconfined annotation on the pod [Feature:Seccomp]
  32. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:127
  33. [BeforeEach] [k8s.io] Security Context [Feature:SecurityContext]
  34. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127
  35. STEP: Creating a kubernetes client
  36. Jul 26 09:21:29.395: INFO: >>> kubeConfig: /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/paul.kubeconfig
  37.  
  38. STEP: Building a namespace api object
  39. STEP: Waiting for a default service account to be provisioned in namespace
  40. [It] should support seccomp alpha unconfined annotation on the pod [Feature:Seccomp]
  41. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:127
  42. STEP: Creating a pod to test seccomp.security.alpha.kubernetes.io/pod
  43. Jul 26 09:21:29.423: INFO: Waiting up to 5m0s for pod security-context-dccc03be-5333-11e6-99a4-54ee752009cb status to be success or failure
  44. Jul 26 09:21:29.425: INFO: No Status.Info for container 'test-container' in pod 'security-context-dccc03be-5333-11e6-99a4-54ee752009cb' yet
  45. Jul 26 09:21:29.425: INFO: Waiting for pod security-context-dccc03be-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-b4d93' status to be 'success or failure'(found phase: "Pending", readiness: false) (1.523604ms elapsed)
  46. Jul 26 09:21:31.426: INFO: Nil State.Terminated for container 'test-container' in pod 'security-context-dccc03be-5333-11e6-99a4-54ee752009cb' in namespace 'e2e-tests-security-context-b4d93' so far
  47. Jul 26 09:21:31.426: INFO: Waiting for pod security-context-dccc03be-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-b4d93' status to be 'success or failure'(found phase: "Pending", readiness: false) (2.003256889s elapsed)
  48. Jul 26 09:21:33.428: INFO: Nil State.Terminated for container 'test-container' in pod 'security-context-dccc03be-5333-11e6-99a4-54ee752009cb' in namespace 'e2e-tests-security-context-b4d93' so far
  49. Jul 26 09:21:33.428: INFO: Waiting for pod security-context-dccc03be-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-b4d93' status to be 'success or failure'(found phase: "Pending", readiness: false) (4.004756038s elapsed)
  50. STEP: Saw pod success
  51. STEP: Trying to get logs from node 127.0.0.1 pod security-context-dccc03be-5333-11e6-99a4-54ee752009cb container test-container: <nil>
  52. STEP: Successfully fetched pod logs:Seccomp: 0
  53.  
  54.  
  55. [AfterEach] [k8s.io] Security Context [Feature:SecurityContext]
  56. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:128
  57. Jul 26 09:21:35.475: INFO: Waiting up to 1m0s for all nodes to be ready
  58. STEP: Destroying namespace "e2e-tests-security-context-b4d93" for this suite.
  59.  
  60. • [SLOW TEST:11.088 seconds]
  61. [k8s.io] Security Context [Feature:SecurityContext]
  62. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:693
  63. should support seccomp alpha unconfined annotation on the pod [Feature:Seccomp]
  64. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:127
  65. ------------------------------
  66. SSSSSSSSSSSSSSSSSSSSSSSSSSSS
  67. ------------------------------
  68. [k8s.io] Security Context [Feature:SecurityContext]
  69. should support seccomp default which is unconfined [Feature:Seccomp]
  70. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:144
  71. [BeforeEach] [k8s.io] Security Context [Feature:SecurityContext]
  72. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127
  73. STEP: Creating a kubernetes client
  74. Jul 26 09:21:40.482: INFO: >>> kubeConfig: /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/paul.kubeconfig
  75.  
  76. STEP: Building a namespace api object
  77. STEP: Waiting for a default service account to be provisioned in namespace
  78. [It] should support seccomp default which is unconfined [Feature:Seccomp]
  79. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:144
  80. STEP: Creating a pod to test seccomp.security.alpha.kubernetes.io/pod
  81. Jul 26 09:21:40.496: INFO: Waiting up to 5m0s for pod security-context-e36618f8-5333-11e6-99a4-54ee752009cb status to be success or failure
  82. Jul 26 09:21:40.498: INFO: No Status.Info for container 'test-container' in pod 'security-context-e36618f8-5333-11e6-99a4-54ee752009cb' yet
  83. Jul 26 09:21:40.498: INFO: Waiting for pod security-context-e36618f8-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-ih7ux' status to be 'success or failure'(found phase: "Pending", readiness: false) (2.082197ms elapsed)
  84. Jul 26 09:21:42.500: INFO: Nil State.Terminated for container 'test-container' in pod 'security-context-e36618f8-5333-11e6-99a4-54ee752009cb' in namespace 'e2e-tests-security-context-ih7ux' so far
  85. Jul 26 09:21:42.500: INFO: Waiting for pod security-context-e36618f8-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-ih7ux' status to be 'success or failure'(found phase: "Pending", readiness: false) (2.003898044s elapsed)
  86. STEP: Saw pod success
  87. STEP: Trying to get logs from node 127.0.0.1 pod security-context-e36618f8-5333-11e6-99a4-54ee752009cb container test-container: <nil>
  88. STEP: Successfully fetched pod logs:Seccomp: 0
  89.  
  90.  
  91. [AfterEach] [k8s.io] Security Context [Feature:SecurityContext]
  92. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:128
  93. Jul 26 09:21:44.511: INFO: Waiting up to 1m0s for all nodes to be ready
  94. STEP: Destroying namespace "e2e-tests-security-context-ih7ux" for this suite.
  95.  
  96. • [SLOW TEST:9.035 seconds]
  97. [k8s.io] Security Context [Feature:SecurityContext]
  98. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:693
  99. should support seccomp default which is unconfined [Feature:Seccomp]
  100. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:144
  101. ------------------------------
  102. SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
  103. ------------------------------
  104. [k8s.io] Security Context [Feature:SecurityContext]
  105. should support seccomp alpha docker/default annotation [Feature:Seccomp]
  106. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:137
  107. [BeforeEach] [k8s.io] Security Context [Feature:SecurityContext]
  108. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127
  109. STEP: Creating a kubernetes client
  110. Jul 26 09:21:49.517: INFO: >>> kubeConfig: /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/paul.kubeconfig
  111.  
  112. STEP: Building a namespace api object
  113. STEP: Waiting for a default service account to be provisioned in namespace
  114. [It] should support seccomp alpha docker/default annotation [Feature:Seccomp]
  115. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:137
  116. STEP: Creating a pod to test seccomp.security.alpha.kubernetes.io/pod
  117. Jul 26 09:21:49.532: INFO: Waiting up to 5m0s for pod security-context-e8c8d503-5333-11e6-99a4-54ee752009cb status to be success or failure
  118. Jul 26 09:21:49.533: INFO: No Status.Info for container 'test-container' in pod 'security-context-e8c8d503-5333-11e6-99a4-54ee752009cb' yet
  119. Jul 26 09:21:49.533: INFO: Waiting for pod security-context-e8c8d503-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-xumw1' status to be 'success or failure'(found phase: "Pending", readiness: false) (969.718µs elapsed)
  120. Jul 26 09:21:51.534: INFO: Nil State.Terminated for container 'test-container' in pod 'security-context-e8c8d503-5333-11e6-99a4-54ee752009cb' in namespace 'e2e-tests-security-context-xumw1' so far
  121. Jul 26 09:21:51.534: INFO: Waiting for pod security-context-e8c8d503-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-xumw1' status to be 'success or failure'(found phase: "Running", readiness: true) (2.002697316s elapsed)
  122. STEP: Saw pod success
  123. STEP: Trying to get logs from node 127.0.0.1 pod security-context-e8c8d503-5333-11e6-99a4-54ee752009cb container test-container: <nil>
  124. STEP: Successfully fetched pod logs:Seccomp: 2
  125.  
  126.  
  127. [AfterEach] [k8s.io] Security Context [Feature:SecurityContext]
  128. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:128
  129. Jul 26 09:21:53.545: INFO: Waiting up to 1m0s for all nodes to be ready
  130. STEP: Destroying namespace "e2e-tests-security-context-xumw1" for this suite.
  131.  
  132. • [SLOW TEST:9.033 seconds]
  133. [k8s.io] Security Context [Feature:SecurityContext]
  134. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:693
  135. should support seccomp alpha docker/default annotation [Feature:Seccomp]
  136. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:137
  137. ------------------------------
  138. SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
  139. ------------------------------
  140. [k8s.io] Security Context [Feature:SecurityContext]
  141. should support seccomp alpha unconfined annotation on the container [Feature:Seccomp]
  142. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:119
  143. [BeforeEach] [k8s.io] Security Context [Feature:SecurityContext]
  144. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:127
  145. STEP: Creating a kubernetes client
  146. Jul 26 09:21:58.551: INFO: >>> kubeConfig: /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/paul.kubeconfig
  147.  
  148. STEP: Building a namespace api object
  149. STEP: Waiting for a default service account to be provisioned in namespace
  150. [It] should support seccomp alpha unconfined annotation on the container [Feature:Seccomp]
  151. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:119
  152. STEP: Creating a pod to test seccomp.security.alpha.kubernetes.io/pod
  153. Jul 26 09:21:58.571: INFO: Waiting up to 5m0s for pod security-context-ee2c0031-5333-11e6-99a4-54ee752009cb status to be success or failure
  154. Jul 26 09:21:58.572: INFO: No Status.Info for container 'test-container' in pod 'security-context-ee2c0031-5333-11e6-99a4-54ee752009cb' yet
  155. Jul 26 09:21:58.572: INFO: Waiting for pod security-context-ee2c0031-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-a607f' status to be 'success or failure'(found phase: "Pending", readiness: false) (1.276229ms elapsed)
  156. Jul 26 09:22:00.574: INFO: Nil State.Terminated for container 'test-container' in pod 'security-context-ee2c0031-5333-11e6-99a4-54ee752009cb' in namespace 'e2e-tests-security-context-a607f' so far
  157. Jul 26 09:22:00.574: INFO: Waiting for pod security-context-ee2c0031-5333-11e6-99a4-54ee752009cb in namespace 'e2e-tests-security-context-a607f' status to be 'success or failure'(found phase: "Running", readiness: true) (2.003133737s elapsed)
  158. STEP: Saw pod success
  159. STEP: Trying to get logs from node 127.0.0.1 pod security-context-ee2c0031-5333-11e6-99a4-54ee752009cb container test-container: <nil>
  160. STEP: Successfully fetched pod logs:Seccomp: 0
  161.  
  162.  
  163. [AfterEach] [k8s.io] Security Context [Feature:SecurityContext]
  164. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:128
  165. Jul 26 09:22:02.587: INFO: Waiting up to 1m0s for all nodes to be ready
  166. STEP: Destroying namespace "e2e-tests-security-context-a607f" for this suite.
  167.  
  168. • [SLOW TEST:9.043 seconds]
  169. [k8s.io] Security Context [Feature:SecurityContext]
  170. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/framework/framework.go:693
  171. should support seccomp alpha unconfined annotation on the container [Feature:Seccomp]
  172. /home/pweil/codebase/kubernetes/src/k8s.io/kubernetes/_output/local/go/src/k8s.io/kubernetes/test/e2e/security_context.go:119
  173. ------------------------------
  174. SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
  175. Ran 4 of 333 Specs in 38.209 seconds
  176. SUCCESS! -- 4 Passed | 0 Failed | 0 Pending | 329 Skipped PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement