Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 36 min in block)
withEnv - (1 hr 36 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, APT_MIRROR, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (1 hr 36 min in block)
timeout - (1 hr 36 min in block)
timeout block - (1 hr 36 min in block)
timestamps - (1 hr 36 min in block)
timestamps block - (1 hr 36 min in block)
stage - (0.14 sec in block)pr-hack
stage block (pr-hack) - (0.12 sec in block)
script - (69 ms in block)
script block - (56 ms in block)
echo - (4 ms in self)Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
milestone - (23 ms in self)7
milestone - (18 ms in self)8
stage - (1 min 11 sec in block)DCO-check
stage block (DCO-check) - (1 min 11 sec in block)
node - (1 min 11 sec in block)
node block - (29 sec in block)
checkout - (24 sec in self)
withEnv - (4.7 sec in block)GIT_BRANCH, GIT_URL
withEnv block - (4.7 sec in block)
sh - (4.7 sec in self) docker run --rm -v "$WORKSPACE:/workspace" -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} alpine sh -c 'apk add --no-cache -q bash git openssh-client && cd /workspace && hack/validate/dco'
stage - (1 hr 34 min in block)Build
stage block (Build) - (1 hr 34 min in block)
parallel - (1 hr 34 min in block)
parallel block (Branch: unit-validate) - (12 ms in block)
stage - (31 min in block)unit-validate
stage block (unit-validate) - (31 min in block)
node - (31 min in block)
node block - (30 min in block)
checkout - (32 sec in self)
withEnv - (30 min in block)GIT_BRANCH, GIT_URL
withEnv block - (30 min in block)
stage - (13 sec in block)Print info
stage block (Print info) - (13 sec in block)
sh - (4.5 sec in self)docker version
sh - (8.5 sec in self)docker info
sh - (0.8 sec in self)
stage - (6 min 44 sec in block)Build dev image
stage block (Build dev image) - (6 min 44 sec in block)
sh - (6 min 44 sec in self)docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (3 min 29 sec in block)Validate
stage block (Validate) - (3 min 29 sec in block)
sh - (3 min 29 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" -v "$WORKSPACE/.git:/go/src/github.com/docker/docker/.git" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/validate/default
stage - (8 min 5 sec in block)Docker-py
stage block (Docker-py) - (8 min 5 sec in block)
sh - (7 min 59 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/make.sh dynbinary-daemon test-docker-py
junit - (1.5 sec in self)
sh - (0.4 sec in self)
sh - (2.4 sec in self) echo 'Chowning /workspace to jenkins user' docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (1.7 sec in block)
catchError block - (1.7 sec in block)
sh - (0.36 sec in self) bundleName=docker-py echo "Creating ${bundleName}-bundles.tar.gz" tar -czf ${bundleName}-bundles.tar.gz bundles/test-docker-py/*.xml bundles/test-docker-py/*.log
archiveArtifacts - (1.3 sec in self)
stage - (1 min 22 sec in block)Static
stage block (Static) - (1 min 22 sec in block)
sh - (1 min 22 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/make.sh binary-daemon
stage - (2 min 43 sec in block)Cross
stage block (Cross) - (2 min 43 sec in block)
sh - (2 min 43 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER docker:${GIT_COMMIT} hack/make.sh cross
stage - (4 min 3 sec in block)Unit tests
stage block (Unit tests) - (4 min 3 sec in block)
sh - (4 min 2 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/test/unit
junit - (0.37 sec in self)
stage - (2.6 sec in block)Validate vendor
stage block (Validate vendor) - (2.5 sec in block)
sh - (2.5 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/.git:/go/src/github.com/docker/docker/.git" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/validate/vendor
stage - (3 min 21 sec in block)Build e2e image
stage block (Build e2e image) - (3 min 21 sec in block)
sh - (3 min 21 sec in self) echo "Building e2e image" docker build --build-arg DOCKER_GITCOMMIT=${GIT_COMMIT} -t moby-e2e-test -f Dockerfile.e2e .
sh - (0.41 sec in self)
sh - (1.7 sec in self) echo 'Chowning /workspace to jenkins user' docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (0.79 sec in block)
catchError block - (0.75 sec in block)
sh - (0.27 sec in self) bundleName=unit echo "Creating ${bundleName}-bundles.tar.gz" tar -czvf ${bundleName}-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
archiveArtifacts - (0.46 sec in self)
sh - (0.58 sec in self)make clean
deleteDir - (0.34 sec in self)
parallel block (Branch: amd64) - (16 ms in block)
stage - (59 min in block)amd64
stage block (amd64) - (59 min in block)
node - (59 min in block)
node block - (59 min in block)
checkout - (33 sec in self)
withEnv - (58 min in block)GIT_BRANCH, GIT_URL
withEnv block - (58 min in block)
stage - (11 sec in block)Print info
stage block (Print info) - (11 sec in block)
sh - (4.6 sec in self)docker version
sh - (5.5 sec in self)docker info
sh - (0.84 sec in self)
stage - (6 min 50 sec in block)Build dev image
stage block (Build dev image) - (6 min 50 sec in block)
sh - (6 min 49 sec in self) # todo: include ip_vs in base image sudo modprobe ip_vs docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (51 min in block)Run tests
stage block (Run tests) - (51 min in block)
sh - (51 min in self)
junit - (1.9 sec in self)
sh - (2.8 sec in self)
sh - (4.7 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (4 sec in block)
catchError block - (4 sec in block)
sh - (1.6 sec in self)
archiveArtifacts - (2.3 sec in self)
sh - (0.54 sec in self)make clean
deleteDir - (4.8 sec in self)
parallel block (Branch: s390x) - (20 ms in block)
stage - (0.52 sec in block)
stage block (s390x) - (0.51 sec in block)
stage - (86 ms in block)Print info
stage block (Print info) - (14 ms in block)
stage - (0.11 sec in block)Build dev image
stage block (Build dev image) - (37 ms in block)
stage - (0.12 sec in block)Unit tests
stage block (Unit tests) - (40 ms in block)
stage - (38 ms in block)Integration tests
stage block (Integration tests) - (26 ms in block)
parallel block (Branch: s390x integration-cli) - (23 ms in block)
stage - (0.46 sec in block)
stage block (s390x integration-cli) - (0.43 sec in block)
stage - (99 ms in block)Print info
stage block (Print info) - (9 ms in block)
stage - (0.11 sec in block)Build dev image
stage block (Build dev image) - (29 ms in block)
stage - (67 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (31 ms in block)
parallel block (Branch: ppc64le) - (27 ms in block)
stage - (0.52 sec in block)ppc64le
stage block (ppc64le) - (0.5 sec in block)
stage - (86 ms in block)Print info
stage block (Print info) - (11 ms in block)
stage - (0.11 sec in block)Build dev image
stage block (Build dev image) - (34 ms in block)
stage - (0.12 sec in block)Unit tests
stage block (Unit tests) - (39 ms in block)
stage - (46 ms in block)Integration tests
stage block (Integration tests) - (24 ms in block)
parallel block (Branch: ppc64le integration-cli) - (30 ms in block)
stage - (0.46 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.42 sec in block)
stage - (0.1 sec in block)Print info
stage block (Print info) - (6 ms in block)
stage - (0.11 sec in block)Build dev image
stage block (Build dev image) - (26 ms in block)
stage - (78 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (29 ms in block)
parallel block (Branch: arm64) - (33 ms in block)
stage - (22 min in block)arm64
stage block (arm64) - (22 min in block)
node - (22 min in block)arm64 && linux
node block - (21 min in block)
checkout - (27 sec in self)
withEnv - (20 min in block)GIT_BRANCH, GIT_URL
withEnv block - (20 min in block)
withEnv - (20 min in block)
withEnv block - (20 min in block)
stage - (15 sec in block)Print info
stage block (Print info) - (15 sec in block)
sh - (7 sec in self)docker version
sh - (6.8 sec in self)docker info
sh - (1.3 sec in self)
stage - (5 min 3 sec in block)Build dev image
stage block (Build dev image) - (5 min 3 sec in block)
sh - (5 min 3 sec in self)docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (3 min 15 sec in block)Unit tests
stage block (Unit tests) - (3 min 15 sec in block)
sh - (3 min 13 sec in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/test/unit
junit - (1.9 sec in self)
stage - (12 min in block)Integration tests
stage block (Integration tests) - (12 min in block)
withEnv - (12 min in block)
withEnv block - (12 min in block)
sh - (12 min in self) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" --name docker-pr$BUILD_NUMBER -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/make.sh dynbinary test-integration
junit - (0.27 sec in self)
sh - (0.29 sec in self)
sh - (4 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (2.3 sec in block)
catchError block - (2.3 sec in block)
sh - (0.54 sec in self)
archiveArtifacts - (1.7 sec in self)
sh - (1.1 sec in self)make clean
deleteDir - (3.6 sec in self)
parallel block (Branch: win-RS1) - (37 ms in block)
stage - (1 hr 34 min in block)
stage block (win-RS1) - (1 hr 34 min in block)
node - (1 hr 34 min in block)
node block - (1 hr 27 min in block)
ws - (1 hr 27 min in block)d:\gopath\src\github.com\docker\docker
ws block - (1 hr 27 min in block)
checkout - (51 sec in self)
withEnv - (1 hr 26 min in block)GIT_BRANCH, GIT_URL
withEnv block - (1 hr 26 min in block)
withEnv - (1 hr 26 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, TESTRUN_SUBDIR, WINDOWS_BASE_IMAGE, SOURCES_SUBDIR
withEnv block - (1 hr 26 min in block)
stage - (20 sec in block)Print info
stage block (Print info) - (20 sec in block)
sh - (7.3 sec in self)
sh - (13 sec in self)
stage - (1 hr 25 min in block)Run tests
stage block (Run tests) - (1 hr 25 min in block)
powershell - (1 hr 25 min in self)
catchError - (18 sec in block)
catchError block - (18 sec in block)
powershell - (2.7 sec in self)
step - (15 sec in self)
sh - (1.9 sec in self)make clean
deleteDir - (1.4 sec in self)
parallel block (Branch: win-RS5) - (1 hr 15 min in block)
stage - (1 hr 15 min in block)win-RS5
stage block (win-RS5) - (1 hr 15 min in block)
node - (1 hr 15 min in block)
node block - (1 hr 7 min in block)
ws - (1 hr 7 min in block)d:\gopath\src\github.com\docker\docker
ws block - (1 hr 7 min in block)
checkout - (1 min 0 sec in self)
withEnv - (1 hr 6 min in block)GIT_BRANCH, GIT_URL
withEnv block - (1 hr 6 min in block)
withEnv - (1 hr 6 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, TESTRUN_SUBDIR, WINDOWS_BASE_IMAGE, SOURCES_SUBDIR
withEnv block - (1 hr 6 min in block)
stage - (34 sec in block)Print info
stage block (Print info) - (34 sec in block)
sh - (8.3 sec in self)
sh - (26 sec in self)
stage - (1 hr 5 min in block)Run tests
stage block (Run tests) - (1 hr 5 min in block)
powershell - (1 hr 5 min in self)
catchError - (23 sec in block)
catchError block - (23 sec in block)
powershell - (3.1 sec in self)
step - (20 sec in self)
sh - (4.8 sec in self)make clean
deleteDir - (2 sec in self)