Skip to content

Failed

e2e/linux.TestCallCustomStatusAction/validCustomStandardStatusAction (from e2e_linux)

Failing for the past 4 builds (Since Failed #3 )
Took 0.56 sec.

Error Message

Failed

Stacktrace

=== RUN   TestCallCustomStatusAction/validCustomStandardStatusAction
    --- FAIL: TestCallCustomStatusAction/validCustomStandardStatusAction (0.56s)
        cnab_test.go:54: assertion failed: 
            Command:  /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app/docker-linux app run testdata/cnab-with-standard-status/bundle.json --name validCustomStandardStatusAction
            ExitCode: 125
            Error:    exit status 125
            Stdout:   
            Stderr:   unknown flag: --name
            See 'docker app --help'.
            
            Usage:	docker app COMMAND
            
            A tool to build and manage Docker Applications.
            
            Commands:
              bundle      Create a CNAB invocation image and `bundle.json` for the application
              completion  Generates completion scripts for the specified shell (bash or zsh)
              init        Initialize Docker Application definition
              inspect     Shows metadata, parameters and a summary of the Compose file for a given application
              install     Install an application
              list        List the installations and their last known installation result
              merge       Merge a directory format Docker Application definition into a single file
              pull        Pull an application package from a registry
              push        Push an application package to a registry
              render      Render the Compose file for an Application Package
              split       Split a single-file Docker Application definition into the directory format
              status      Get the installation status of an application
              uninstall   Uninstall an application
              upgrade     Upgrade an installed application
              validate    Checks the rendered application is syntactically correct
              version     Print version information
            
            Run 'docker app COMMAND --help' for more information on a command.
            
            
            
            Failures:
            ExitCode was 125 expected 0
            Expected no error