here is line1
here is line2
vs
here is line1
here is line2
package main | |
import ( | |
"fmt" | |
"github.com/steveeJ/gexpect" | |
) | |
func main() { | |
hey := "testoutput" |
Started by user [email protected] | |
Building remotely on kubernetes-e2e-coreos-gce (gce kubernetes-e2e) in workspace /home/jenkins/workspace/kubernetes-e2e-gce-coreos-docker | |
> git rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git config remote.origin.url https://github.com/kubernetes/kubernetes/ # timeout=10 | |
Fetching upstream changes from https://github.com/kubernetes/kubernetes/ | |
> git --version # timeout=10 | |
> git -c core.askpass=true fetch --tags --progress https://github.com/kubernetes/kubernetes/ +refs/heads/*:refs/remotes/origin/* | |
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10 | |
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 |
Started by user [email protected] | |
Building remotely on kubernetes-e2e-coreos-gce (gce bash kubernetes-e2e) in workspace /home/jenkins/workspace/kubernetes-e2e-gce-coreos-docker | |
> git rev-parse --is-inside-work-tree # timeout=10 | |
Fetching changes from the remote Git repository | |
> git config remote.origin.url https://github.com/kubernetes/kubernetes/ # timeout=10 | |
Fetching upstream changes from https://github.com/kubernetes/kubernetes/ | |
> git --version # timeout=10 | |
> git -c core.askpass=true fetch --tags --progress https://github.com/kubernetes/kubernetes/ +refs/heads/*:refs/remotes/origin/* | |
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10 | |
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 |
SIGABRT: abort | |
PC=0x44c6a1 | |
goroutine 0 [idle]: | |
runtime.futex(0x1275b38, 0x0, 0x0, 0x0, 0x0, 0x1274d20, 0x1, 0x41996f, 0x419b8e, 0x1275b38, ...) | |
/usr/lib/go/src/runtime/sys_linux_amd64.s:277 +0x21 | |
runtime.futexsleep(0x1275b38, 0x0, 0xffffffffffffffff) | |
/usr/lib/go/src/runtime/os_linux.c:49 +0x47 | |
runtime.notesleep(0x1275b38) | |
/usr/lib/go/src/runtime/lock_futex.go:145 +0xae | |
stopm() |
SIGABRT: abort | |
PC=0x60def2 | |
goroutine 124 [syscall, 45 minutes]: | |
syscall.Syscall(0x0, 0x1e, 0xc2084ee000, 0x8000, 0x0, 0x8000, 0x0) | |
/usr/lib/go/src/syscall/asm_linux_amd64.s:21 +0x5 fp=0xc208537d68 sp=0xc208537d60 | |
syscall.read(0x1e, 0xc2084ee000, 0x8000, 0x8000, 0x1277af0, 0x0, 0x0) | |
/usr/lib/go/src/syscall/zsyscall_linux_amd64.go:867 +0x6e fp=0xc208537db0 sp=0xc208537d68 | |
syscall.Read(0x1e, 0xc2084ee000, 0x8000, 0x8000, 0xa37aa0, 0x0, 0x0) | |
/usr/lib/go/src/syscall/syscall_unix.go:136 +0x58 fp=0xc208537df0 sp=0xc208537db0 | |
os.(*File).read(0xc208037708, 0xc2084ee000, 0x8000, 0x8000, 0xc2084ee000, 0x0, 0x0) |
SIGABRT: abort | |
PC=0x60df68 | |
goroutine 1781 [syscall, 1156 minutes]: | |
syscall.Syscall6(0x3d, 0x709, 0xc20894b4fc, 0x0, 0xc208a8d290, 0x0, 0x0, 0x44199c, 0x441e22, 0xb28140) | |
/usr/lib/go/src/syscall/asm_linux_amd64.s:46 +0x5 fp=0xc20894b460 sp=0xc20894b458 | |
syscall.wait4(0x709, 0xc20894b4fc, 0x0, 0xc208a8d290, 0x90, 0x0, 0x0) | |
/usr/lib/go/src/syscall/zsyscall_linux_amd64.go:124 +0x79 fp=0xc20894b4c0 sp=0xc20894b460 | |
syscall.Wait4(0x709, 0xc20894b544, 0x0, 0xc208a8d290, 0x41a7db, 0x0, 0x0) | |
/usr/lib/go/src/syscall/syscall_linux.go:224 +0x60 fp=0xc20894b508 sp=0xc20894b4c0 | |
os.(*Process).wait(0xc20832c860, 0xc208550080, 0x0, 0x0) |
ELASTICSEARCH_URL=http://elasticsearch-logging:9200 | |
{"@timestamp":"2015-10-14T01:14:57.017Z","level":"error","message":"Request Timeout after 1500ms","node_env":"production","error":{"message":"Request Timeout after 1500ms","name":"Error","stack":"Error: Request Timeout after 1500ms\n at [object Object].<anonymous> (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:282:15)\n at Timer.listOnTimeout [as ontimeout] (timers.js:112:15)\n"}} | |
{"@timestamp":"2015-10-14T01:14:57.018Z","level":"fatal","message":"Request Timeout after 1500ms","node_env":"production","error":{"message":"Request Timeout after 1500ms","name":"Error","stack":"Error: Request Timeout after 1500ms\n at [object Object].<anonymous> (/kibana-4.0.2-linux-x64/src/node_modules/elasticsearch/src/lib/transport.js:282:15)\n at Timer.listOnTimeout [as ontimeout] (timers.js:112:15)\n"}} |
>>> testContext.KubeConfig: /home/yifan/.kubernetes_auth | |
Oct 8 15:07:08.269: INFO: Waiting up to 10m0s for all pods (need at least 0) in namespace 'kube-system' to be running and ready | |
Oct 8 15:07:08.272: INFO: 0 / 0 pods in namespace 'kube-system' are running and ready (0 seconds elapsed) | |
Oct 8 15:07:08.272: INFO: expected 0 pod replicas in namespace 'kube-system', 0 are Running and Ready. | |
Running Suite: Kubernetes e2e suite | |
=================================== | |
Random Seed: 1444342027 - Will randomize all specs | |
Will run 139 of 185 specs | |
EmptyDir volumes |
package main | |
import ( | |
"fmt" | |
"os" | |
"syscall" | |
"time" | |
) | |
import "runtime" |
here is line1
here is line2
vs
here is line1
here is line2