Skip to content

Regression

e2e/linux.TestBuildWithArgs (from e2e_linux)

Failing for the past 1 build (Since Failed #5 )
Took 14 sec.

Error Message

Failed

Stacktrace

=== RUN   TestBuildWithArgs
--- FAIL: TestBuildWithArgs (14.25s)
    build_test.go:137: assertion failed: 
        Command:  /home/ubuntu/workspace/app_PR-742/src/github.com/docker/app/docker-linux inspect sha256:2ea0967552f08b383be943ea872a1a346a1752652164c2127ee013ef9a94d793
        ExitCode: 0
        Stdout:   [
            {
                "Id": "sha256:2ea0967552f08b383be943ea872a1a346a1752652164c2127ee013ef9a94d793",
                "RepoTags": [],
                "RepoDigests": [],
                "Parent": "",
                "Comment": "buildkit.dockerfile.v0",
                "Created": "0001-01-01T00:00:00Z",
                "Container": "",
                "ContainerConfig": {
                    "Hostname": "",
                    "Domainname": "",
                    "User": "",
                    "AttachStdin": false,
                    "AttachStdout": false,
                    "AttachStderr": false,
                    "Tty": false,
                    "OpenStdin": false,
                    "StdinOnce": false,
                    "Env": null,
                    "Cmd": null,
                    "Image": "",
                    "Volumes": null,
                    "WorkingDir": "",
                    "Entrypoint": null,
                    "OnBuild": null,
                    "Labels": null
                },
                "DockerVersion": "",
                "Author": "",
                "Config": {
                    "Hostname": "",
                    "Domainname": "",
                    "User": "",
                    "AttachStdin": false,
                    "AttachStdout": false,
                    "AttachStderr": false,
                    "Tty": false,
                    "OpenStdin": false,
                    "StdinOnce": false,
                    "Env": [
                        "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
                    ],
                    "Cmd": null,
                    "Image": "",
                    "Volumes": null,
                    "WorkingDir": "/",
                    "Entrypoint": null,
                    "OnBuild": null,
                    "Labels": {
                        "com.docker.labelled.arg": "original",
                        "com.docker.labelled.optional": "static"
                    }
                },
                "Architecture": "amd64",
                "Os": "linux",
                "Size": 0,
                "VirtualSize": 0,
                "GraphDriver": {
                    "Data": null,
                    "Name": "overlay2"
                },
                "RootFS": {
                    "Type": "layers"
                },
                "Metadata": {
                    "LastTagTime": "0001-01-01T00:00:00Z"
                }
            }
        ]
        
        Stderr:   
        
        Failures:
        Expected stdout to contain "\"com.docker.labelled.arg\": \"replaced\""