Strange error on scoring submission
(ID 7906882). It doesn't seem to reference anything from my script, so very hard to troubleshoot without the rest of the log.
Thanks.
STDERR: goroutine 1 [running, locked to thread]:
STDERR: panic(0x7e9de0, 0xc820185340)
STDERR: /usr/local/go/src/runtime/panic.go:481 +0x3e6
STDERR: github.com/urfave/cli.HandleAction.func1(0xc8200f52f8)
STDERR: /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:478 +0x38e
STDERR: panic(0x7e9de0, 0xc820185340)
STDERR: /usr/local/go/src/runtime/panic.go:443 +0x4e9
STDERR: github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization.func1(0xc8200f4c08, 0xc8200560c8, 0xc8200f4d18)
STDERR: /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:259 +0x136
STDERR: github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization(0xc8200a1630, 0x7ff400d9c6b0, 0xc820185340)
STDERR: /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:277 +0x5b1
STDERR: main.glob.func8(0xc8200cea00, 0x0, 0x0)
STDERR: /go/src/github.com/opencontainers/runc/main_unix.go:26 +0x68
STDERR: reflect.Value.call(0x74e5e0, 0x8ffda0, 0x13, 0x846308, 0x4, 0xc8200f5278, 0x1, 0x1, 0x0, 0x0, ...)
STDERR: /usr/local/go/src/reflect/value.go:435 +0x120d
STDERR: reflect.Value.Call(0x74e5e0, 0x8ffda0, 0x13, 0xc8200f5278, 0x1, 0x1, 0x0, 0x0, 0x0)
STDERR: /usr/local/go/src/reflect/value.go:303 +0xb1
STDERR: github.com/urfave/cli.HandleAction(0x74e5e0, 0x8ffda0, 0xc8200cea00, 0x0, 0x0)
STDERR: /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:487 +0x2ee
STDERR: github.com/urfave/cli.Command.Run(0x8491b8, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8df0e0, 0x51, 0x0, ...)
STDERR: /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/command.go:191 +0xfec
STDERR: github.com/urfave/cli.(*App).Run(0xc820001b00, 0xc82000a100, 0x2, 0x2, 0x0, 0x0)
STDERR: /go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:240 +0xaa4
STDERR: main.main()
STDERR: /go/src/github.com/opencontainers/runc/main.go:137 +0xe24
Created by David Gutman davecg Here is the entire log, obtained from the rerun submission:
```
panic: standard_init_linux.go:175: exec user process caused "exec format error" [recovered]
panic: standard_init_linux.go:175: exec user process caused "exec format error"
goroutine 1 [running, locked to thread]:
panic(0x7e9de0, 0xc820185340)
/usr/local/go/src/runtime/panic.go:481 +0x3e6
github.com/urfave/cli.HandleAction.func1(0xc8200f52f8)
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:478 +0x38e
panic(0x7e9de0, 0xc820185340)
/usr/local/go/src/runtime/panic.go:443 +0x4e9
github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization.func1(0xc8200f4c08, 0xc8200560c8, 0xc8200f4d18)
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:259 +0x136
github.com/opencontainers/runc/libcontainer.(*LinuxFactory).StartInitialization(0xc8200a1630, 0x7f8f993c66b0, 0xc820185340)
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/opencontainers/runc/libcontainer/factory_linux.go:277 +0x5b1
main.glob.func8(0xc8200cea00, 0x0, 0x0)
/go/src/github.com/opencontainers/runc/main_unix.go:26 +0x68
reflect.Value.call(0x74e5e0, 0x8ffda0, 0x13, 0x846308, 0x4, 0xc8200f5278, 0x1, 0x1, 0x0, 0x0, ...)
/usr/local/go/src/reflect/value.go:435 +0x120d
reflect.Value.Call(0x74e5e0, 0x8ffda0, 0x13, 0xc8200f5278, 0x1, 0x1, 0x0, 0x0, 0x0)
/usr/local/go/src/reflect/value.go:303 +0xb1
github.com/urfave/cli.HandleAction(0x74e5e0, 0x8ffda0, 0xc8200cea00, 0x0, 0x0)
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:487 +0x2ee
github.com/urfave/cli.Command.Run(0x8491b8, 0x4, 0x0, 0x0, 0x0, 0x0, 0x0, 0x8df0e0, 0x51, 0x0, ...)
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/command.go:191 +0xfec
github.com/urfave/cli.(*App).Run(0xc820001b00, 0xc82000a100, 0x2, 0x2, 0x0, 0x0)
/go/src/github.com/opencontainers/runc/Godeps/_workspace/src/github.com/urfave/cli/app.go:240 +0xaa4
main.main()
/go/src/github.com/opencontainers/runc/main.go:137 +0xe24
``` Understood.
Could we possibly get complete logs for the express lane scoring submissions?
(I'm assuming that those submissions do not use any of the holdout dataset.)
Thanks. The rest of the logs were lost when the Docker container was cleaned up from the server. I requeued the submission to see if the logs can be regenerated. Please understand that we can only reveal the logs if we can assure that they do not leak any information about the scoring data.
Drop files to upload
Received a strange error from scoring submission... page is loading…