Skip to content

Console Output

+ ./gotestsum-linux --format short-verbose --junitfile e2e-linux.xml --raw-command -- ./test2json-linux -t -p e2e/linux ./docker-app-e2e-linux -test.v --e2e-path=e2e
PASS e2e/linux.TestBuild (16.28s)
PASS e2e/linux.TestQuietBuild (14.15s)
PASS e2e/linux.TestBuildWithoutTag (14.88s)
PASS e2e/linux.TestBuildWithArgs (14.01s)
PASS e2e/linux.TestBuildWithArgsDefinedTwice (13.28s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.30s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.27s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.19s)
PASS e2e/linux.TestCallCustomStatusAction (9.76s)
PASS e2e/linux.TestCnabParameters (3.28s)
PASS e2e/linux.TestExitErrorCode (0.06s)
PASS e2e/linux.TestRender/envvariables/stdout (1.58s)
PASS e2e/linux.TestRender/envvariables/file (1.54s)
PASS e2e/linux.TestRender/envvariables (3.89s)
PASS e2e/linux.TestRender (3.89s)
PASS e2e/linux.TestRenderAppNotFound (0.17s)
PASS e2e/linux.TestRenderFormatters (15.52s)
PASS e2e/linux.TestInit (0.13s)
PASS e2e/linux.TestInspectApp (14.55s)
PASS e2e/linux.TestRunOnlyOne (0.13s)
PASS e2e/linux.TestRunWithLabels (17.73s)
=== RUN   TestDockerAppLifecycle
--- FAIL: TestDockerAppLifecycle (17.73s)
    commands_test.go:302: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-721/src/github.com/docker/app/docker-linux app update testdockerapplifecycle --set web_port=8081
        ExitCode: 1
        Error:    exit status 1
        Stdout:   
        Stderr:   Update failed: cannot start container: Error response from daemon: ttrpc: closed: unknown
        
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error
FAIL e2e/linux.TestDockerAppLifecycle (17.73s)
PASS e2e/linux.TestCredentials/missing (0.08s)
PASS e2e/linux.TestCredentials/full (1.52s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.51s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.53s)
PASS e2e/linux.TestCredentials/overload (0.06s)
PASS e2e/linux.TestCredentials (4.72s)
PASS e2e/linux.TestRenderWithEnvFile (2.34s)
PASS e2e/linux.TestExamplesAreValid (0.26s)
PASS e2e/linux.TestImageList (14.80s)
PASS e2e/linux.TestImageListQuiet (14.64s)
PASS e2e/linux.TestImageListDigests (14.87s)
PASS e2e/linux.TestImageRm (15.16s)
PASS e2e/linux.TestImageTag (15.88s)
PASS e2e/linux.TestInvokePluginFromCLI (0.45s)
PASS e2e/linux.TestPushInsecureRegistry (27.25s)
PASS e2e/linux.TestPushInstall (25.02s)
PASS e2e/linux.TestPushPullInstall (19.46s)
PASS e2e/linux.TestPushInstallBundle/push-bundle (5.87s)
PASS e2e/linux.TestPushInstallBundle/push-ref (2.06s)
PASS e2e/linux.TestPushInstallBundle/push-bundleref (2.19s)
PASS e2e/linux.TestPushInstallBundle (24.91s)
PASS e2e/linux.TestRelocationMapCreatedOnPull (25.78s)
PASS e2e/linux.TestRelocationMapRun/with-relocation-map (2.35s)
PASS e2e/linux.TestRelocationMapRun/without-relocation-map (0.12s)
PASS e2e/linux.TestRelocationMapRun (28.65s)
PASS e2e/linux.TestRelocationMapOnInspect (26.69s)
PASS e2e/linux.TestOrphanedParameter (0.07s)
FAIL e2e/linux

=== Failed
=== FAIL: e2e/linux TestDockerAppLifecycle (17.73s)
    commands_test.go:302: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-721/src/github.com/docker/app/docker-linux app update testdockerapplifecycle --set web_port=8081
        ExitCode: 1
        Error:    exit status 1
        Stdout:   
        Stderr:   Update failed: cannot start container: Error response from daemon: ttrpc: closed: unknown
        
        
        
        Failures:
        ExitCode was 1 expected 0
        Expected no error


DONE 49 tests, 1 failure in 416.532s
time="2019-11-08T13:53:25Z" level=warning msg="failed to lookup go version for junit xml" error="exec: \"go\": executable file not found in $PATH"