2017/09/07 21:42:08 Successfully parsed sam.yaml 2017/09/07 21:42:08 Connected to Docker 1.31 2017/09/07 21:42:08 Fetching lambci/lambda:java8 image for java8 runtime... java8: Pulling from lambci/lambda Digest: sha256:7c7de2243109afc521e5414bb71a0b674a6c42019d5d2c92b6a4c88a17de1270 Status: Image is up to date for lambci/lambda:java8 2017/09/07 21:42:10 Invoking com.myapp.awslambda.MyAppAwsLambda::total (java8) 2017/09/07 21:42:10 Decompressing myapp-aws-lambda-1.0-SNAPSHOT.jar into runtime container... fatal error: unexpected signal during runtime execution [signal 0xc0000005 code=0x1 addr=0x46c07 pc=0x40dad5] goroutine 6 [running]: runtime.throw(0xcac6ef, 0x2a) /home/ubuntu/bin/go/src/runtime/panic.go:596 +0x9c fp=0xc042207e08 sp=0xc042207de8 runtime.sigpanic() /home/ubuntu/bin/go/src/runtime/signal_windows.go:155 +0x18b fp=0xc042207e38 sp=0xc042207e08 runtime.lock(0x46c07) /home/ubuntu/bin/go/src/runtime/lock_sema.go:43 +0x65 fp=0xc042207e70 sp=0xc042207e38 runtime.chansend(0xb07d40, 0x46baf, 0xc042207fb0, 0xc042207f01, 0x98b6da, 0xc042207f9c) /home/ubuntu/bin/go/src/runtime/chan.go:176 +0xba fp=0xc042207f20 sp=0xc042207e70 runtime.chansend1(0xb07d40, 0x46baf, 0xc042207fb0) /home/ubuntu/bin/go/src/runtime/chan.go:113 +0x4d fp=0xc042207f60 sp=0xc042207f20 github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.ioCompletionProcessor(0x4ec) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/file.go:133 +0xea fp=0xc042207fd8 sp=0xc042207f60 runtime.goexit() /home/ubuntu/bin/go/src/runtime/asm_amd64.s:2197 +0x1 fp=0xc042207fe0 sp=0xc042207fd8 created by github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.initIo /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/file.go:57 +0x87 goroutine 1 [select]: net/http.(*persistConn).roundTrip(0xc04243fb00, 0xc0430e9840, 0x0, 0x0, 0x0) /home/ubuntu/bin/go/src/net/http/transport.go:1898 +0x97b net/http.(*Transport).RoundTrip(0xc0421fe2d0, 0xc042497500, 0xc0421fe2d0, 0x0, 0x0) /home/ubuntu/bin/go/src/net/http/transport.go:391 +0x753 net/http.send(0xc042497500, 0x10a5fa0, 0xc0421fe2d0, 0x0, 0x0, 0x0, 0x0, 0x8, 0xc04243aee8, 0x40fc4f) /home/ubuntu/bin/go/src/net/http/client.go:249 +0x169 net/http.(*Client).send(0xc04249af60, 0xc042497500, 0x0, 0x0, 0x0, 0xc04243aee8, 0x0, 0x1, 0x2ab1b60) /home/ubuntu/bin/go/src/net/http/client.go:173 +0x10f net/http.(*Client).Do(0xc04249af60, 0xc042497500, 0xc042040220, 0xc042497500, 0xc042040220) /home/ubuntu/bin/go/src/net/http/client.go:595 +0x25b github.com/awslabs/aws-sam-local/vendor/golang.org/x/net/context/ctxhttp.Do(0x3a031a8, 0xc042040220, 0xc04249af60, 0xc042497400, 0xb76d20, 0xc0421d9e30, 0xc043008420) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go:30 +0x99 github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client.(*Client).doRequest(0xc04205bd80, 0x3a031a8, 0xc042040220, 0xc042497400, 0x18, 0x10a4d20, 0xc04212af50, 0xc0421d9e30, 0xc042497400, 0x0) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client/request.go:127 +0x75 github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client.(*Client).sendRequest(0xc04205bd80, 0x3a031a8, 0xc042040220, 0xc8f374, 0x4, 0xc98854, 0x12, 0xc0422610e0, 0x10a4d20, 0xc04212af50, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client/request.go:121 +0x151 github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client.(*Client).post(0xc04205bd80, 0x3a031a8, 0xc042040220, 0xc98854, 0x12, 0xc0422610e0, 0xbdec40, 0xc0430e8640, 0x0, 0x16, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client/request.go:45 +0x151 github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client.(*Client).ContainerCreate(0xc04205bd80, 0x3a031a8, 0xc042040220, 0xc04204a500, 0xc04231c400, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/docker/docker/client/container_create.go:45 +0x20a main.(*Runtime).Invoke(0xc04204a8c0, 0xc0422e6180, 0x71, 0x271, 0xc0422e6180, 0x71, 0x0, 0xd, 0xc042048b40) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/runtime.go:278 +0x712 main.invoke(0xc04204a500) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/invoke.go:148 +0xb0a github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli.HandleAction(0xb0e5c0, 0xcba868, 0xc04204a500, 0xc0424a2300, 0x0) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli/app.go:487 +0x83 github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli.Command.Run(0xc9088e, 0x6, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcb7ac8, 0x1b1, 0x0, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli/command.go:207 +0xb79 github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli.(*App).RunAsSubcommand(0xc04203cea0, 0xc04204a280, 0x0, 0x0) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli/app.go:374 +0xad3 github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli.Command.startApp(0xc8ffc0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcb4e78, 0x47, 0x0, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli/command.go:293 +0x8aa github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli.Command.Run(0xc8ffc0, 0x5, 0x0, 0x0, 0x0, 0x0, 0x0, 0xcb4e78, 0x47, 0x0, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli/command.go:93 +0x14ce github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli.(*App).Run(0xc04203c9c0, 0xc04205e000, 0x7, 0x7, 0x0, 0x0) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/codegangsta/cli/app.go:250 +0x7d7 main.main() /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/main.go:326 +0x1e30 goroutine 18 [syscall]: os/signal.signal_recv(0x0) /home/ubuntu/bin/go/src/runtime/sigqueue.go:116 +0x10b os/signal.loop() /home/ubuntu/bin/go/src/os/signal/signal_unix.go:22 +0x29 created by os/signal.init.1 /home/ubuntu/bin/go/src/os/signal/signal_unix.go:28 +0x48 goroutine 26 [IO wait]: net.runtime_pollWait(0x2f21198, 0x72, 0x10a34e0) /home/ubuntu/bin/go/src/runtime/netpoll.go:164 +0x60 net.(*pollDesc).wait(0xc0420da6e0, 0x72, 0x10a34e0, 0x0) /home/ubuntu/bin/go/src/net/fd_poll_runtime.go:75 +0x3f net.(*ioSrv).ExecIO(0xc042058440, 0xc0420da5a0, 0xc90fdf, 0x7, 0xcba910, 0x0, 0x64, 0x1) /home/ubuntu/bin/go/src/net/fd_windows.go:196 +0xfe net.(*netFD).Read(0xc0420da540, 0xc04231e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /home/ubuntu/bin/go/src/net/fd_windows.go:452 +0x13d net.(*conn).Read(0xc042058450, 0xc04231e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /home/ubuntu/bin/go/src/net/net.go:181 +0x77 crypto/tls.(*block).readFromUntil(0xc042261260, 0x2f21258, 0xc042058450, 0x5, 0xc042058450, 0xc04230f870) /home/ubuntu/bin/go/src/crypto/tls/conn.go:488 +0x9f crypto/tls.(*Conn).readRecord(0xc042318000, 0xcbb117, 0xc042318120, 0x451a50) /home/ubuntu/bin/go/src/crypto/tls/conn.go:590 +0xcb crypto/tls.(*Conn).Read(0xc042318000, 0xc04231f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /home/ubuntu/bin/go/src/crypto/tls/conn.go:1134 +0x124 net/http.(*persistConn).Read(0xc0420799e0, 0xc04231f000, 0x1000, 0x1000, 0x5, 0x44f9a0, 0xc042326000) /home/ubuntu/bin/go/src/net/http/transport.go:1316 +0x152 bufio.(*Reader).fill(0xc0423d21e0) /home/ubuntu/bin/go/src/bufio/bufio.go:97 +0x11e bufio.(*Reader).Peek(0xc0423d21e0, 0x1, 0xc04230fbe5, 0xc0423e8001, 0x4, 0xc0423d2240, 0x0) /home/ubuntu/bin/go/src/bufio/bufio.go:129 +0x6e net/http.(*persistConn).readLoop(0xc0420799e0) /home/ubuntu/bin/go/src/net/http/transport.go:1474 +0x19d created by net/http.(*Transport).dialConn /home/ubuntu/bin/go/src/net/http/transport.go:1117 +0xa3c goroutine 27 [select]: net/http.(*persistConn).writeLoop(0xc0420799e0) /home/ubuntu/bin/go/src/net/http/transport.go:1704 +0x441 created by net/http.(*Transport).dialConn /home/ubuntu/bin/go/src/net/http/transport.go:1118 +0xa61 goroutine 7 [chan receive]: github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.(*win32File).asyncIo(0xc0423160a0, 0xc04249ae70, 0x0, 0x0, 0x0, 0xc000000000, 0x10a85a0, 0x10a34e0, 0xc04220c2a0, 0xc042209fc0, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/file.go:167 +0x24d github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.(*win32File).Read(0xc0423160a0, 0xc0421eb000, 0x1000, 0x1000, 0xc042209a48, 0x451a50, 0xc042022000) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/file.go:190 +0xf1 github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.(*win32MessageBytePipe).Read(0xc042302200, 0xc0421eb000, 0x1000, 0x1000, 0xc04220c300, 0xc0423f9f90, 0xc042209be5) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/pipe.go:116 +0x63 net/http.(*persistConn).Read(0xc0421e4000, 0xc0421eb000, 0x1000, 0x1000, 0x4, 0x44f9a0, 0xc04220c300) /home/ubuntu/bin/go/src/net/http/transport.go:1316 +0x152 bufio.(*Reader).fill(0xc042400e40) /home/ubuntu/bin/go/src/bufio/bufio.go:97 +0x11e bufio.(*Reader).Peek(0xc042400e40, 0x1, 0xc042209be5, 0x1, 0x0, 0xc042400ea0, 0x0) /home/ubuntu/bin/go/src/bufio/bufio.go:129 +0x6e net/http.(*persistConn).readLoop(0xc0421e4000) /home/ubuntu/bin/go/src/net/http/transport.go:1474 +0x19d created by net/http.(*Transport).dialConn /home/ubuntu/bin/go/src/net/http/transport.go:1117 +0xa3c goroutine 8 [select]: net/http.(*persistConn).writeLoop(0xc0421e4000) /home/ubuntu/bin/go/src/net/http/transport.go:1704 +0x441 created by net/http.(*Transport).dialConn /home/ubuntu/bin/go/src/net/http/transport.go:1118 +0xa61 goroutine 55 [chan receive]: github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.(*win32File).asyncIo(0xc04200e500, 0xc04249b5f0, 0x0, 0x0, 0x0, 0xc000000000, 0x10a85a0, 0x10a34e0, 0x0, 0xc0423dffc0, ...) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/file.go:167 +0x24d github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.(*win32File).Read(0xc04200e500, 0xc04244b000, 0x1000, 0x1000, 0xc0423dfa48, 0x451a50, 0xc042022000) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/file.go:190 +0xf1 github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio.(*win32MessageBytePipe).Read(0xc042218a40, 0xc04244b000, 0x1000, 0x1000, 0xc042401020, 0xc0423f9f40, 0xc0423dfbe5) /home/ubuntu/repo/src/github.com/awslabs/aws-sam-local/vendor/github.com/Microsoft/go-winio/pipe.go:116 +0x63 net/http.(*persistConn).Read(0xc04243fb00, 0xc04244b000, 0x1000, 0x1000, 0x4, 0x44f9a0, 0xc042401020) /home/ubuntu/bin/go/src/net/http/transport.go:1316 +0x152 bufio.(*Reader).fill(0xc04220cc00) /home/ubuntu/bin/go/src/bufio/bufio.go:97 +0x11e bufio.(*Reader).Peek(0xc04220cc00, 0x1, 0xc0423dfbe5, 0x1, 0x0, 0xc042401260, 0x0) /home/ubuntu/bin/go/src/bufio/bufio.go:129 +0x6e net/http.(*persistConn).readLoop(0xc04243fb00) /home/ubuntu/bin/go/src/net/http/transport.go:1474 +0x19d created by net/http.(*Transport).dialConn /home/ubuntu/bin/go/src/net/http/transport.go:1117 +0xa3c goroutine 56 [select]: net/http.(*persistConn).writeLoop(0xc04243fb00) /home/ubuntu/bin/go/src/net/http/transport.go:1704 +0x441 created by net/http.(*Transport).dialConn /home/ubuntu/bin/go/src/net/http/transport.go:1118 +0xa61 java8: Pulling from lambci/lambda Digest: sha256:7c7de2243109afc521e5414bb71a0b674a6c42019d5d2c92b6a4c88a17de1270 Status: Image is up to date for lambci/lambda:java8