Skip to content
StepArgumentsStatus
Start of Pipeline - (1 hr 14 min in block)
withEnv - (1 hr 14 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, APT_MIRROR, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (1 hr 14 min in block)
timeout - (1 hr 14 min in block)
timeout block - (1 hr 14 min in block)
timestamps - (1 hr 14 min in block)
timestamps block - (1 hr 14 min in block)
stage - (0.29 sec in block)pr-hack
stage block (pr-hack) - (0.25 sec in block)
script - (0.17 sec in block)
script block - (0.15 sec in block)
echo - (3 ms in self)Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
milestone - (58 ms in self)32
milestone - (77 ms in self)33
stage - (2 min 1 sec in block)DCO-check
stage block (DCO-check) - (2 min 1 sec in block)
node - (2 min 1 sec in block)amd64 && ubuntu-1804 && overlay2
node block - (53 sec in block)
checkout - (33 sec in self)
withEnv - (20 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (20 sec in block)
sh - (20 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 12 min in block)Build
stage block (Build) - (1 hr 12 min in block)
parallel - (1 hr 12 min in block)
parallel block (Branch: unit-validate) - (16 ms in block)
stage - (34 min in block)unit-validate
stage block (unit-validate) - (34 min in block)
node - (34 min in block)amd64 && ubuntu-1804 && overlay2
node block - (34 min in block)
checkout - (1.2 sec in self)
withEnv - (34 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (34 min in block)
sh - (0.32 sec in self)if [ "${BRANCH_NAME%%-*}" != "PR" ] || [ "${CHANGE_TARGET:-master}" != "master" ] || [ "${validate_force}" = "true" ]; then echo "1"; fi
withEnv - (34 min in block)TEST_FORCE_VALIDATE
withEnv block - (34 min in block)
stage - (16 sec in block)Print info
stage block (Print info) - (16 sec in block)
sh - (0.29 sec in self)docker version
sh - (15 sec in self)docker info
sh - (1.1 sec in self) echo "check-config.sh version: ${CHECK_CONFIG_COMMIT}" curl -fsSL -o ${WORKSPACE}/check-config.sh "https://raw.githubusercontent.com/moby/moby/${CHECK_CONFIG_COMMIT}/contrib/check-config.sh" && bash ${WORKSPACE}/check-config.sh || true
stage - (6 min 53 sec in block)Build dev image
stage block (Build dev image) - (6 min 53 sec in block)
sh - (6 min 53 sec in self)docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:${GIT_COMMIT} .
stage - (4 min 10 sec in block)Validate
stage block (Validate) - (4 min 10 sec in block)
sh - (4 min 10 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 TEST_FORCE_VALIDATE -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/validate/default
stage - (8 min 25 sec in block)Docker-py
stage block (Docker-py) - (8 min 25 sec in block)
sh - (8 min 20 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 test-docker-py
junit - (1.2 sec in self)
sh - (0.32 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
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 - (1.5 sec in block)
catchError block - (1.5 sec in block)
sh - (0.31 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.2 sec in self)
stage - (1 min 37 sec in block)Static
stage block (Static) - (1 min 37 sec in block)
sh - (1 min 37 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
stage - (5 min 43 sec in block)Cross
stage block (Cross) - (5 min 43 sec in block)
sh - (5 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 - (7 min 6 sec in block)Unit tests
stage block (Unit tests) - (7 min 6 sec in block)
sh - (0.27 sec in self) sudo modprobe ip6table_filter
sh - (7 min 5 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.32 sec in self)
stage - (1.5 sec in block)Validate vendor
stage block (Validate vendor) - (1.4 sec in block)
sh - (1.4 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 TEST_FORCE_VALIDATE -e VALIDATE_REPO=${GIT_URL} -e VALIDATE_BRANCH=${CHANGE_TARGET} docker:${GIT_COMMIT} hack/validate/vendor
sh - (0.35 sec in self) echo 'Ensuring container killed.' docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (1.2 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.93 sec in block)
catchError block - (0.9 sec in block)
sh - (0.32 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.56 sec in self)
sh - (0.53 sec in self)make clean
deleteDir - (0.32 sec in self)
parallel block (Branch: amd64) - (18 ms in block)
stage - (1 hr 1 min in block)amd64
stage block (amd64) - (1 hr 1 min in block)
node - (1 hr 1 min in block)amd64 && ubuntu-1804 && overlay2
node block - (1 hr 0 min in block)
checkout - (33 sec in self)
withEnv - (1 hr 0 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (1 hr 0 min in block)
stage - (20 sec in block)Print info
stage block (Print info) - (20 sec in block)
sh - (8.8 sec in self)docker version
sh - (10 sec in self)docker info
sh - (0.85 sec in self) echo "check-config.sh version: ${CHECK_CONFIG_COMMIT}" curl -fsSL -o ${WORKSPACE}/check-config.sh "https://raw.githubusercontent.com/moby/moby/${CHECK_CONFIG_COMMIT}/contrib/check-config.sh" && bash ${WORKSPACE}/check-config.sh || true
stage - (5 min 31 sec in block)Build dev image
stage block (Build dev image) - (5 min 31 sec in block)
sh - (5 min 31 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 - (54 min in block)Run tests
stage block (Run tests) - (54 min in block)
sh - (54 min in self)
junit - (1.6 sec in self)
sh - (2.8 sec in self) echo "Ensuring container killed." cids=$(docker ps -aq -f name=docker-pr${BUILD_NUMBER}-*) [ -n "$cids" ] && docker rm -vf $cids || true
sh - (4.9 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
catchError - (3.8 sec in block)
catchError block - (3.7 sec in block)
sh - (1.6 sec in self) bundleName=amd64 echo "Creating ${bundleName}-bundles.tar.gz" # exclude overlay2 directories find bundles -path '*/root/*overlay2' -prune -o -type f \( -name '*-report.json' -o -name '*.log' -o -name '*.prof' -o -name '*-report.xml' \) -print | xargs tar -czf ${bundleName}-bundles.tar.gz
archiveArtifacts - (2.1 sec in self)
sh - (0.54 sec in self)make clean
deleteDir - (6.1 sec in self)
parallel block (Branch: rootless) - (19 ms in block)
stage - (16 min in block)rootless
stage block (rootless) - (16 min in block)
node - (16 min in block)amd64 && ubuntu-1804 && overlay2
node block - (15 min in block)
checkout - (31 sec in self)
withEnv - (15 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (15 min in block)
stage - (16 sec in block)Print info
stage block (Print info) - (16 sec in block)
sh - (4.9 sec in self)docker version
sh - (10 sec in self)docker info
sh - (0.84 sec in self) echo "check-config.sh version: ${CHECK_CONFIG_COMMIT}" curl -fsSL -o ${WORKSPACE}/check-config.sh "https://raw.githubusercontent.com/moby/moby/${CHECK_CONFIG_COMMIT}/contrib/check-config.sh" && bash ${WORKSPACE}/check-config.sh || true
stage - (5 min 26 sec in block)Build dev image
stage block (Build dev image) - (5 min 25 sec in block)
sh - (5 min 25 sec in self) docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (9 min 22 sec in block)Integration tests
stage block (Integration tests) - (9 min 22 sec in block)
withEnv - (9 min 22 sec in block)DOCKER_ROOTLESS, TEST_SKIP_INTEGRATION_CLI
withEnv block - (9 min 22 sec in block)
sh - (9 min 20 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 -e DOCKER_EXPERIMENTAL -e DOCKER_ROOTLESS -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 - (1.7 sec in self)
sh - (0.29 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
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.8 sec in block)
catchError block - (1.8 sec in block)
sh - (0.28 sec in self) bundleName=amd64-rootless echo "Creating ${bundleName}-bundles.tar.gz" # exclude overlay2 directories find bundles -path '*/root/*overlay2' -prune -o -type f \( -name '*-report.json' -o -name '*.log' -o -name '*.prof' -o -name '*-report.xml' \) -print | xargs tar -czf ${bundleName}-bundles.tar.gz
archiveArtifacts - (1.5 sec in self)
sh - (0.54 sec in self)make clean
deleteDir - (0.74 sec in self)
parallel block (Branch: cgroup2) - (20 ms in block)
stage - (23 min in block)cgroup2
stage block (cgroup2) - (23 min in block)
node - (23 min in block)amd64 && ubuntu-2004 && cgroup2
node block - (22 min in block)
checkout - (27 sec in self)
withEnv - (21 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (21 min in block)
stage - (25 sec in block)Print info
stage block (Print info) - (25 sec in block)
sh - (7.1 sec in self)docker version
sh - (18 sec in self)docker info
stage - (5 min 37 sec in block)Build dev image
stage block (Build dev image) - (5 min 37 sec in block)
sh - (5 min 37 sec in self) docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:${GIT_COMMIT} .
stage - (15 min in block)Integration tests
stage block (Integration tests) - (15 min in block)
withEnv - (15 min in block)TEST_SKIP_INTEGRATION_CLI, DOCKER_SYSTEMD
withEnv block - (15 min in block)
sh - (15 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_GITCOMMIT=${GIT_COMMIT} -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -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 - (1.3 sec in self)
sh - (0.29 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (3.3 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.5 sec in block)
catchError block - (2.5 sec in block)
sh - (0.55 sec in self) bundleName=amd64-cgroup2 echo "Creating ${bundleName}-bundles.tar.gz" # exclude overlay2 directories find bundles -path '*/root/*overlay2' -prune -o -type f \( -name '*-report.json' -o -name '*.log' -o -name '*.prof' -o -name '*-report.xml' \) -print | xargs tar -czf ${bundleName}-bundles.tar.gz
archiveArtifacts - (1.9 sec in self)
sh - (0.55 sec in self)make clean
deleteDir - (3.4 sec in self)
parallel block (Branch: s390x) - (22 ms in block)
stage - (0.77 sec in block)s390x
stage block (s390x) - (0.73 sec in block)
stage - (0.2 sec in block)Print info
stage block (Print info) - (5 ms in block)
stage - (0.12 sec in block)Build dev image
stage block (Build dev image) - (17 ms in block)
stage - (0.16 sec in block)Unit tests
stage block (Unit tests) - (16 ms in block)
stage - (79 ms in block)Integration tests
stage block (Integration tests) - (15 ms in block)
parallel block (Branch: s390x integration-cli) - (24 ms in block)
stage - (0.67 sec in block)s390x integration-cli
stage block (s390x integration-cli) - (0.58 sec in block)
stage - (0.19 sec in block)Print info
stage block (Print info) - (9 ms in block)
stage - (0.13 sec in block)Build dev image
stage block (Build dev image) - (21 ms in block)
stage - (0.11 sec in block)Integration-cli tests
stage block (Integration-cli tests) - (19 ms in block)
parallel block (Branch: ppc64le) - (25 ms in block)
stage - (0.78 sec in block)ppc64le
stage block (ppc64le) - (0.73 sec in block)
stage - (0.2 sec in block)Print info
stage block (Print info) - (4 ms in block)
stage - (0.12 sec in block)Build dev image
stage block (Build dev image) - (16 ms in block)
stage - (0.17 sec in block)Unit tests
stage block (Unit tests) - (15 ms in block)
stage - (89 ms in block)Integration tests
stage block (Integration tests) - (13 ms in block)
parallel block (Branch: ppc64le integration-cli) - (27 ms in block)
stage - (0.68 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.58 sec in block)
stage - (0.19 sec in block)Print info
stage block (Print info) - (7 ms in block)
stage - (0.13 sec in block)Build dev image
stage block (Build dev image) - (19 ms in block)
stage - (0.12 sec in block)Integration-cli tests
stage block (Integration-cli tests) - (18 ms in block)
parallel block (Branch: arm64) - (1 ms in block)
stage - (0.74 sec in block)arm64
stage block (arm64) - (0.65 sec in block)
stage - (0.11 sec in block)Print info
stage block (Print info) - (6 ms in block)
stage - (0.14 sec in block)Build dev image
stage block (Build dev image) - (86 ms in block)
stage - (0.12 sec in block)Unit tests
stage block (Unit tests) - (24 ms in block)
stage - (0.15 sec in block)Integration tests
stage block (Integration tests) - (25 ms in block)
parallel block (Branch: win-RS1) - (29 ms in block)
stage - (0.53 sec in block)win-RS1
stage block (win-RS1) - (0.45 sec in block)
stage - (0.2 sec in block)Print info
stage block (Print info) - (3 ms in block)
stage - (0.1 sec in block)Run tests
stage block (Run tests) - (15 ms in block)
parallel block (Branch: win-RS5) - (30 ms in block)
stage - (1 hr 11 min in block)win-RS5
stage block (win-RS5) - (1 hr 11 min in block)
node - (1 hr 11 min in block)windows-2019
node block - (1 hr 11 min in block)
ws - (1 hr 11 min in block)d:\gopath\src\github.com\docker\docker
ws block - (1 hr 11 min in block)
checkout - (26 sec in self)
withEnv - (1 hr 10 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (1 hr 10 min in block)
withEnv - (1 hr 10 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, DOCKER_DUT_DEBUG, TESTRUN_SUBDIR, DOCKER_BUILDKIT, WINDOWS_BASE_IMAGE, WINDOWS_BASE_IMAGE_TAG, SKIP_VALIDATION_TESTS, SOURCES_SUBDIR
withEnv block - (1 hr 10 min in block)
stage - (3 sec in block)Print info
stage block (Print info) - (3 sec in block)
sh - (1 sec in self)docker version
sh - (1.9 sec in self)docker info
stage - (1 hr 10 min in block)Run tests
stage block (Run tests) - (1 hr 10 min in block)
powershell - (1 hr 10 min in self) $ErrorActionPreference = 'Stop' Invoke-WebRequest https://github.com/moby/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe ./hack/ci/windows.ps1 exit $LastExitCode
junit - (0.39 sec in self)
catchError - (4.3 sec in block)
catchError block - (4.3 sec in block)
powershell - (3 sec in self) cd $env:WORKSPACE $bundleName="windowsRS5-integration" Write-Host -ForegroundColor Green "Creating ${bundleName}-bundles.zip" # archiveArtifacts does not support env-vars to , so save the artifacts in a fixed location Compress-Archive -Path "bundles/CIDUT.out", "bundles/CIDUT.err", "bundles/junit-report-*.xml" -CompressionLevel Optimal -DestinationPath "${bundleName}-bundles.zip"
archiveArtifacts - (1.2 sec in self)
sh - (1.4 sec in self)make clean
deleteDir - (1.5 sec in self)
parallel block (Branch: win-2022) - (1 hr 12 min in block)
stage - (1 hr 12 min in block)win-2022
stage block (win-2022) - (1 hr 12 min in block)
node - (1 hr 12 min in block)windows-2022
node block - (1 hr 12 min in block)
ws - (1 hr 12 min in block)d:\gopath\src\github.com\docker\docker
ws block - (1 hr 12 min in block)
checkout - (22 sec in self)
withEnv - (1 hr 11 min in block)GIT_BRANCH, GIT_COMMIT, GIT_PREVIOUS_COMMIT, GIT_URL
withEnv block - (1 hr 11 min in block)
withEnv - (1 hr 11 min in block)SOURCES_DRIVE, TESTRUN_DRIVE, DOCKER_DUT_DEBUG, TESTRUN_SUBDIR, DOCKER_BUILDKIT, WINDOWS_BASE_IMAGE, WINDOWS_BASE_IMAGE_TAG, SKIP_VALIDATION_TESTS, SOURCES_SUBDIR
withEnv block - (1 hr 11 min in block)
stage - (8.4 sec in block)Print info
stage block (Print info) - (8.3 sec in block)
sh - (3.2 sec in self)docker version
sh - (5.1 sec in self)docker info
stage - (1 hr 11 min in block)Run tests
stage block (Run tests) - (1 hr 11 min in block)
powershell - (1 hr 11 min in self) $ErrorActionPreference = 'Stop' Invoke-WebRequest https://github.com/moby/docker-ci-zap/blob/master/docker-ci-zap.exe?raw=true -OutFile C:/Windows/System32/docker-ci-zap.exe ./hack/ci/windows.ps1 exit $LastExitCode
junit - (0.54 sec in self)
catchError - (3.8 sec in block)
catchError block - (3.8 sec in block)
powershell - (2.6 sec in self) cd $env:WORKSPACE $bundleName="win-2022-integration" Write-Host -ForegroundColor Green "Creating ${bundleName}-bundles.zip" # archiveArtifacts does not support env-vars to , so save the artifacts in a fixed location Compress-Archive -Path "bundles/CIDUT.out", "bundles/CIDUT.err", "bundles/junit-report-*.xml" -CompressionLevel Optimal -DestinationPath "${bundleName}-bundles.zip"
archiveArtifacts - (1.2 sec in self)
sh - (2 sec in self)make clean
deleteDir - (1.7 sec in self)