Created
September 27, 2017 19:21
-
-
Save manicExpressive/6947a40fc626889df6988cd6ff1dcc82 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected] /tmp/app | |
└─┬ [email protected] | |
└─┬ [email protected] | |
└─┬ [email protected] | |
└── [email protected] | |
Running npm run build (npm) | |
panic: runtime error: invalid memory address or nil pointer dereference | |
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x6679b5] | |
goroutine 1 [running]: | |
nodejs/finalize.(*Finalizer).runScript(0xc4200c9ec0, 0xc42012d3f0, 0xd, 0x6fe3eb, 0x3, 0x6fe9fd, 0x6) | |
/tmp/d20170718-389-1bf4uaj/src/nodejs/finalize/finalize.go:345 +0x235 | |
nodejs/finalize.(*Finalizer).runPostbuild(0xc4200c9ec0, 0x6fe3eb, 0x3, 0x0, 0x0) | |
/tmp/d20170718-389-1bf4uaj/src/nodejs/finalize/finalize.go:334 +0x76 | |
nodejs/finalize.(*Finalizer).BuildDependencies(0xc4200c9ec0, 0x710340, 0xc4200c9ec0) | |
/tmp/d20170718-389-1bf4uaj/src/nodejs/finalize/finalize.go:227 +0x164 | |
nodejs/finalize.Run(0xc4200c9ec0, 0x0, 0x0) | |
/tmp/d20170718-389-1bf4uaj/src/nodejs/finalize/finalize.go:89 +0x191 | |
main.main() | |
/tmp/d20170718-389-1bf4uaj/src/nodejs/finalize/cli/main.go:69 +0x706 | |
Failed to compile droplet | |
Exit status 223 | |
Staging failed: Exited with status 223 | |
Destroying container | |
Successfully destroyed container | |
FAILED | |
Error restarting application: BuildpackCompileFailed | |
TIP: use 'cf logs pwa-pilot --recent' for more information |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment