Skip to content

Instantly share code, notes, and snippets.

@jdubeau123
Created December 6, 2016 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdubeau123/6f5286fd43019bf66b71ca62e5a0cafe to your computer and use it in GitHub Desktop.
Save jdubeau123/6f5286fd43019bf66b71ca62e5a0cafe to your computer and use it in GitHub Desktop.
Terragrunt Crash Log
[terragrunt] 1969/12/31 16:00:00 Lock acquired!
fatal error: unexpected signal during runtime execution
[signal 0xb code=0x1 addr=0xb01dfacedebac1e pc=0x91750]
goroutine 1 [running]:
runtime.throw(0x722fe0, 0x2a)
/usr/local/go/src/runtime/panic.go:547 +0x90 fp=0xc8204db0b0 sp=0xc8204db098
runtime.sigpanic()
/usr/local/go/src/runtime/sigpanic_unix.go:12 +0x5a fp=0xc8204db100 sp=0xc8204db0b0
sync.(*Pool).Get(0x984170, 0x0, 0x0)
/usr/local/go/src/sync/pool.go:102 +0x40 fp=0xc8204db150 sp=0xc8204db100
fmt.newPrinter(0x7fff5fbff751)
/usr/local/go/src/fmt/print.go:133 +0x27 fp=0xc8204db190 sp=0xc8204db150
fmt.Sprintf(0x6c3540, 0x16, 0xc8204db2e8, 0x2, 0x2, 0x0, 0x0)
/usr/local/go/src/fmt/print.go:202 +0x2b fp=0xc8204db1e0 sp=0xc8204db190
log.(*Logger).Printf(0xc820014190, 0x6c3540, 0x16, 0xc8204db2e8, 0x2, 0x2)
/usr/local/go/src/log/log.go:173 +0x49 fp=0xc8204db230 sp=0xc8204db1e0
github.com/gruntwork-io/terragrunt/shell.RunShellCommand(0x67a100, 0x9, 0xc8200eb600, 0x15, 0x20, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/shell/run_shell_cmd.go:14 +0x1fb fp=0xc8204db310 sp=0xc8204db230
github.com/gruntwork-io/terragrunt/cli.runTerraformCommand(0xc820019b30, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:252 +0x62 fp=0xc8204db350 sp=0xc8204db310
github.com/gruntwork-io/terragrunt/cli.runTerraformCommandWithLock.func1(0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:219 +0x2c fp=0xc8204db370 sp=0xc8204db350
github.com/gruntwork-io/terragrunt/locks.WithLock(0xadcd30, 0xc820013ac0, 0xc8204db450, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/lock.go:53 +0x19f fp=0xc8204db3f0 sp=0xc8204db370
github.com/gruntwork-io/terragrunt/cli.runTerraformCommandWithLock(0xc820017540, 0xadcd30, 0xc820013ac0, 0xc820019b30, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:219 +0x1fd fp=0xc8204db550 sp=0xc8204db3f0
github.com/gruntwork-io/terragrunt/cli.runApp(0xc820017540, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/cli/cli_app.go:112 +0x355 fp=0xc8204db648 sp=0xc8204db550
runtime.call32(0xc820013100, 0x7762f0, 0xc8200bb2c0, 0x800000018)
/usr/local/go/src/runtime/asm_amd64.s:472 +0x3e fp=0xc8204db670 sp=0xc8204db648
reflect.Value.call(0x4d1c60, 0x7762f0, 0x13, 0x661940, 0x4, 0xc8204dbb50, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:435 +0x120d fp=0xc8204db9c0 sp=0xc8204db670
reflect.Value.Call(0x4d1c60, 0x7762f0, 0x13, 0xc8204dbb50, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:303 +0xb1 fp=0xc8204dba20 sp=0xc8204db9c0
github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli.HandleAction(0x4d1c60, 0x7762f0, 0xc820017540, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli/app.go:480 +0x2ee fp=0xc8204dbbd8 sp=0xc8204dba20
github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli.(*App).Run(0xc820001380, 0xc82000a160, 0x16, 0x16, 0x0, 0x0)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/vendor/github.com/urfave/cli/app.go:241 +0xb05 fp=0xc8204dbed8 sp=0xc8204dbbd8
main.main()
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/main.go:19 +0x8e fp=0xc8204dbf20 sp=0xc8204dbed8
runtime.main()
/usr/local/go/src/runtime/proc.go:188 +0x2b0 fp=0xc8204dbf70 sp=0xc8204dbf20
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc8204dbf78 sp=0xc8204dbf70
goroutine 5 [syscall]:
os/signal.signal_recv(0x0)
/usr/local/go/src/runtime/sigqueue.go:116 +0x132
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:22 +0x18
created by os/signal.init.1
/usr/local/go/src/os/signal/signal_unix.go:28 +0x37
goroutine 15 [IO wait]:
net.runtime_pollWait(0xade148, 0x72, 0xc820106c00)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc82010b9c0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc82010b9c0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc82010b960, 0xc820106c00, 0x400, 0x400, 0x0, 0xad8050, 0xc8200101b0)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820032308, 0xc820106c00, 0x400, 0x400, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
crypto/tls.(*block).readFromUntil(0xc820171ef0, 0xade4d8, 0xc820032308, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:460 +0xcc
crypto/tls.(*Conn).readRecord(0xc820178300, 0x776e17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:562 +0x2d1
crypto/tls.(*Conn).Read(0xc820178300, 0xc8201a2000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:939 +0x167
net/http.noteEOFReader.Read(0xae1870, 0xc820178300, 0xc82014f0a8, 0xc8201a2000, 0x1000, 0x1000, 0x5053, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:1687 +0x67
net/http.(*noteEOFReader).Read(0xc820385360, 0xc8201a2000, 0x1000, 0x1000, 0xc8201b9d0d, 0x0, 0x0)
<autogenerated>:284 +0xd0
bufio.(*Reader).fill(0xc82005ed80)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Peek(0xc82005ed80, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:132 +0xcc
net/http.(*persistConn).readLoop(0xc82014f040)
/usr/local/go/src/net/http/transport.go:1073 +0x177
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:857 +0x10a6
goroutine 16 [select]:
net/http.(*persistConn).writeLoop(0xc82014f040)
/usr/local/go/src/net/http/transport.go:1277 +0x472
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:858 +0x10cb
goroutine 31 [select, locked to thread]:
runtime.gopark(0x776db8, 0xc82049a728, 0x666468, 0x6, 0x18, 0x2)
/usr/local/go/src/runtime/proc.go:262 +0x163
runtime.selectgoImpl(0xc82049a728, 0x0, 0x18)
/usr/local/go/src/runtime/select.go:392 +0xa67
runtime.selectgo(0xc82049a728)
/usr/local/go/src/runtime/select.go:215 +0x12
runtime.ensureSigM.func1()
/usr/local/go/src/runtime/signal1_unix.go:279 +0x32c
runtime.goexit()
/usr/local/go/src/runtime/asm_amd64.s:1998 +0x1
goroutine 29 [IO wait]:
net.runtime_pollWait(0xade088, 0x72, 0xc8204f0000)
/usr/local/go/src/runtime/netpoll.go:160 +0x60
net.(*pollDesc).Wait(0xc8200f2ae0, 0x72, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:73 +0x3a
net.(*pollDesc).WaitRead(0xc8200f2ae0, 0x0, 0x0)
/usr/local/go/src/net/fd_poll_runtime.go:78 +0x36
net.(*netFD).Read(0xc8200f2a80, 0xc8204f0000, 0x1000, 0x1000, 0x0, 0xad8050, 0xc8200101b0)
/usr/local/go/src/net/fd_unix.go:250 +0x23a
net.(*conn).Read(0xc820126048, 0xc8204f0000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/net/net.go:172 +0xe4
crypto/tls.(*block).readFromUntil(0xc8203711d0, 0xade4d8, 0xc820126048, 0x5, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:460 +0xcc
crypto/tls.(*Conn).readRecord(0xc8204ec000, 0x776e17, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:562 +0x2d1
crypto/tls.(*Conn).Read(0xc8204ec000, 0xc8204f1000, 0x1000, 0x1000, 0x0, 0x0, 0x0)
/usr/local/go/src/crypto/tls/conn.go:939 +0x167
net/http.noteEOFReader.Read(0xae1870, 0xc8204ec000, 0xc82034b318, 0xc8204f1000, 0x1000, 0x1000, 0x5053, 0x0, 0x0)
/usr/local/go/src/net/http/transport.go:1687 +0x67
net/http.(*noteEOFReader).Read(0xc820367200, 0xc8204f1000, 0x1000, 0x1000, 0xc82019dd0d, 0x0, 0x0)
<autogenerated>:284 +0xd0
bufio.(*Reader).fill(0xc820183f80)
/usr/local/go/src/bufio/bufio.go:97 +0x1e9
bufio.(*Reader).Peek(0xc820183f80, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0)
/usr/local/go/src/bufio/bufio.go:132 +0xcc
net/http.(*persistConn).readLoop(0xc82034b2b0)
/usr/local/go/src/net/http/transport.go:1073 +0x177
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:857 +0x10a6
goroutine 30 [select]:
net/http.(*persistConn).writeLoop(0xc82034b2b0)
/usr/local/go/src/net/http/transport.go:1277 +0x472
created by net/http.(*Transport).dialConn
/usr/local/go/src/net/http/transport.go:858 +0x10cb
goroutine 32 [runnable]:
github.com/gruntwork-io/terragrunt/locks.WithLock.func2(0xc820228120)
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/lock.go:51
created by github.com/gruntwork-io/terragrunt/locks.WithLock
/home/ubuntu/.go_workspace/src/github.com/gruntwork-io/terragrunt/locks/lock.go:51 +0x192
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment