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.61s)
PASS e2e/linux.TestQuietBuild (13.40s)
PASS e2e/linux.TestBuildWithoutTag (13.63s)
PASS e2e/linux.TestBuildWithArgs (13.32s)
PASS e2e/linux.TestBuildWithArgsDefinedTwice (12.68s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.32s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.29s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.25s)
PASS e2e/linux.TestCallCustomStatusAction (9.86s)
PASS e2e/linux.TestCnabParameters (3.25s)
PASS e2e/linux.TestExitErrorCode (0.06s)
=== RUN   TestRender/envvariables
    --- FAIL: TestRender/envvariables (0.06s)
        commands_test.go:53: assertion failed: 
            Command:  /home/ubuntu/workspace/app_PR-709/src/github.com/docker/app/docker-linux app build . --folder testdata/render/envvariables/my.dockerapp --tag a-simple-tag --no-resolve-image
            ExitCode: 125
            Error:    exit status 125
            Stdout:   
            Stderr:   unknown flag: --folder
            See 'docker app build --help'.
            
            
            Failures:
            ExitCode was 125 expected 0
            Expected no error
FAIL e2e/linux.TestRender/envvariables (0.06s)
=== RUN   TestRender
--- FAIL: TestRender (0.06s)
FAIL e2e/linux.TestRender (0.06s)
PASS e2e/linux.TestRenderAppNotFound (0.17s)
PASS e2e/linux.TestRenderFormatters (15.44s)
PASS e2e/linux.TestInit (0.15s)
PASS e2e/linux.TestInspectApp (14.19s)
PASS e2e/linux.TestRunOnlyOne (0.16s)
PASS e2e/linux.TestRunWithLabels (17.11s)
PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (23.47s)
PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (24.71s)
PASS e2e/linux.TestDockerAppLifecycle (48.17s)
PASS e2e/linux.TestCredentials/missing (0.07s)
PASS e2e/linux.TestCredentials/full (1.57s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.55s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.53s)
PASS e2e/linux.TestCredentials/overload (0.07s)
PASS e2e/linux.TestCredentials (4.79s)
PASS e2e/linux.TestRenderWithEnvFile (2.30s)
PASS e2e/linux.TestExamplesAreValid (0.29s)
PASS e2e/linux.TestImageList (14.07s)
PASS e2e/linux.TestImageListQuiet (14.36s)
PASS e2e/linux.TestImageListDigests (14.65s)
PASS e2e/linux.TestImageRm (14.23s)
PASS e2e/linux.TestImageTag (15.82s)
PASS e2e/linux.TestInvokePluginFromCLI (0.81s)
PASS e2e/linux.TestPushArchs/default (3.51s)
PASS e2e/linux.TestPushArchs/all-platforms (1.19s)
PASS e2e/linux.TestPushArchs (16.99s)
PASS e2e/linux.TestPushInsecureRegistry (19.02s)
PASS e2e/linux.TestPushInstall (17.61s)
PASS e2e/linux.TestPushPullInstall (18.52s)
PASS e2e/linux.TestPushInstallBundle/push-bundle (5.29s)
PASS e2e/linux.TestPushInstallBundle/push-ref (1.52s)
PASS e2e/linux.TestPushInstallBundle/push-bundleref (2.13s)
PASS e2e/linux.TestPushInstallBundle (23.19s)
PASS e2e/linux.TestOrphanedParameter (0.08s)
FAIL e2e/linux

=== Failed
=== FAIL: e2e/linux TestRender/envvariables (0.06s)
    --- FAIL: TestRender/envvariables (0.06s)
        commands_test.go:53: assertion failed: 
            Command:  /home/ubuntu/workspace/app_PR-709/src/github.com/docker/app/docker-linux app build . --folder testdata/render/envvariables/my.dockerapp --tag a-simple-tag --no-resolve-image
            ExitCode: 125
            Error:    exit status 125
            Stdout:   
            Stderr:   unknown flag: --folder
            See 'docker app build --help'.
            
            
            Failures:
            ExitCode was 125 expected 0
            Expected no error

=== FAIL: e2e/linux TestRender (0.06s)


DONE 47 tests, 2 failures in 355.018s
time="2019-11-06T10:12:10Z" level=warning msg="failed to lookup go version for junit xml" error="exec: \"go\": executable file not found in $PATH"