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 (22.23s)
PASS e2e/linux.TestQuietBuild (12.67s)
PASS e2e/linux.TestBuildWithoutTag (13.80s)
PASS e2e/linux.TestBuildWithArgs (11.70s)
PASS e2e/linux.TestBuildWithArgsDefinedTwice (11.81s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomDockerStatusAction (3.61s)
PASS e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (3.40s)
PASS e2e/linux.TestCallCustomStatusAction/missingCustomStatusAction (3.06s)
PASS e2e/linux.TestCallCustomStatusAction (10.07s)
PASS e2e/linux.TestCnabParameters (3.14s)
PASS e2e/linux.TestExitErrorCode (0.07s)
PASS e2e/linux.TestRender/envvariables/stdout (1.64s)
PASS e2e/linux.TestRender/envvariables/file (1.39s)
PASS e2e/linux.TestRender/envvariables (3.03s)
PASS e2e/linux.TestRender (3.03s)
PASS e2e/linux.TestRenderFormatters (14.34s)
PASS e2e/linux.TestInit (0.15s)
PASS e2e/linux.TestInspectApp (13.09s)
PASS e2e/linux.TestRunOnlyOne (0.15s)
PASS e2e/linux.TestDockerAppLifecycle/withBindMounts (20.87s)
PASS e2e/linux.TestDockerAppLifecycle/withoutBindMounts (23.20s)
PASS e2e/linux.TestDockerAppLifecycle (44.06s)
PASS e2e/linux.TestCredentials/missing (0.08s)
PASS e2e/linux.TestCredentials/full (2.00s)
PASS e2e/linux.TestCredentials/mixed-credstore (1.27s)
PASS e2e/linux.TestCredentials/mixed-local-cred (1.27s)
PASS e2e/linux.TestCredentials/overload (0.07s)
PASS e2e/linux.TestCredentials (4.69s)
PASS e2e/linux.TestRenderWithEnvFile (1.62s)
PASS e2e/linux.TestExamplesAreValid (0.26s)
PASS e2e/linux.TestImageList (18.28s)
PASS e2e/linux.TestImageListQuiet (18.57s)
PASS e2e/linux.TestImageRm (13.31s)
PASS e2e/linux.TestImageTag (18.94s)
PASS e2e/linux.TestInvokePluginFromCLI (0.48s)
PASS e2e/linux.TestPushArchs/default (3.47s)
PASS e2e/linux.TestPushArchs/all-platforms (1.06s)
PASS e2e/linux.TestPushArchs (16.17s)
PASS e2e/linux.TestPushInsecureRegistry (17.98s)
PASS e2e/linux.TestPushInstall (15.39s)
=== RUN   TestPushPullInstall
--- FAIL: TestPushPullInstall (16.52s)
    pushpull_test.go:185: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-713/src/github.com/docker/app/docker-linux app run unknown
        ExitCode: 1
        Error:    exit status 1
        Stdout:   Pulling from registry...
        
        Stderr:   Unable to find application image "unknown:latest" locally
        Unable to find App "unknown": failed to resolve bundle manifest "docker.io/library/unknown:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
        
        
        Failures:
        Expected stderr to contain "Unable to find application image \"unknown:latest\" locally\nUnable to find application \"unknown\": failed to resolve bundle manifest \"docker.io/library/unknown:latest\": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed"
FAIL e2e/linux.TestPushPullInstall (16.52s)
PASS e2e/linux.TestPushInstallBundle/push-bundle (4.81s)
PASS e2e/linux.TestPushInstallBundle/push-ref (1.06s)
PASS e2e/linux.TestPushInstallBundle/push-bundleref (1.62s)
PASS e2e/linux.TestPushInstallBundle (22.57s)
FAIL e2e/linux

=== Failed
=== FAIL: e2e/linux TestPushPullInstall (16.52s)
    pushpull_test.go:185: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-713/src/github.com/docker/app/docker-linux app run unknown
        ExitCode: 1
        Error:    exit status 1
        Stdout:   Pulling from registry...
        
        Stderr:   Unable to find application image "unknown:latest" locally
        Unable to find App "unknown": failed to resolve bundle manifest "docker.io/library/unknown:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
        
        
        Failures:
        Expected stderr to contain "Unable to find application image \"unknown:latest\" locally\nUnable to find application \"unknown\": failed to resolve bundle manifest \"docker.io/library/unknown:latest\": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed"


DONE 45 tests, 1 failure in 325.109s
time="2019-10-25T12:47:24Z" level=warning msg="failed to lookup go version for junit xml" error="exec: \"go\": executable file not found in $PATH"