Skip to content

Failed

e2e/linux.TestRenderFormatters (from e2e_linux)

Failing for the past 1 build (Since Failed #3 )
Took 11 sec.

Error Message

Failed

Stacktrace

=== RUN   TestRenderFormatters
--- FAIL: TestRenderFormatters (11.88s)
    commands_test.go:80: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-705/src/github.com/docker/app/docker-linux app build --tag a-simple-tag testdata/simple
        ExitCode: 125
        Error:    exit status 125
        Stdout:   
        Stderr:   unknown flag: --tag
        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