Skip to content
StepArgumentsStatus
Start of Pipeline - (19 min in block)
withEnv - (19 min in block)DOCKER_EXPERIMENTAL, TESTDEBUG, APT_MIRROR, DOCKER_BUILDKIT, DOCKER_GRAPHDRIVER, CHECK_CONFIG_COMMIT, TIMEOUT
withEnv block - (19 min in block)
timeout - (19 min in block)
timeout block - (19 min in block)
timestamps - (19 min in block)
timestamps block - (19 min in block)
stage - (0.2 sec in block)pr-hack
stage block (pr-hack) - (0.18 sec in block)
script - (0.12 sec in block)
script block - (0.11 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 - (0.1 sec in self)1
stage - (21 sec in block)DCO-check
stage block (DCO-check) - (21 sec in block)
node - (21 sec in block)arm64 && ubuntu-2004
node block - (21 sec in block)
checkout - (16 sec in self)
withEnv - (5 sec in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (5 sec in block)
sh - (4.9 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 && git config --system --add safe.directory /workspace && cd /workspace && hack/validate/dco'
stage - (19 min in block)Build
stage block (Build) - (19 min in block)
parallel - (19 min in block)
parallel block (Branch: s390x) - (7 ms in block)
stage - (0.28 sec in block)s390x
stage block (s390x) - (0.27 sec in block)
stage - (53 ms in block)Print info
stage block (Print info) - (11 ms in block)
stage - (57 ms in block)Build dev image
stage block (Build dev image) - (22 ms in block)
stage - (53 ms in block)Unit tests
stage block (Unit tests) - (12 ms in block)
stage - (27 ms in block)Integration tests
stage block (Integration tests) - (20 ms in block)
parallel block (Branch: s390x integration-cli) - (8 ms in block)
stage - (0.24 sec in block)s390x integration-cli
stage block (s390x integration-cli) - (0.22 sec in block)
stage - (53 ms in block)Print info
stage block (Print info) - (10 ms in block)
stage - (57 ms in block)Build dev image
stage block (Build dev image) - (22 ms in block)
stage - (24 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (11 ms in block)
parallel block (Branch: ppc64le) - (9 ms in block)
stage - (0.28 sec in block)ppc64le
stage block (ppc64le) - (0.27 sec in block)
stage - (53 ms in block)Print info
stage block (Print info) - (9 ms in block)
stage - (57 ms in block)Build dev image
stage block (Build dev image) - (21 ms in block)
stage - (52 ms in block)Unit tests
stage block (Unit tests) - (10 ms in block)
stage - (32 ms in block)Integration tests
stage block (Integration tests) - (19 ms in block)
parallel block (Branch: ppc64le integration-cli) - (10 ms in block)
stage - (0.24 sec in block)ppc64le integration-cli
stage block (ppc64le integration-cli) - (0.22 sec in block)
stage - (53 ms in block)Print info
stage block (Print info) - (8 ms in block)
stage - (57 ms in block)Build dev image
stage block (Build dev image) - (20 ms in block)
stage - (35 ms in block)Integration-cli tests
stage block (Integration-cli tests) - (9 ms in block)
parallel block (Branch: arm64) - (19 min in block)
stage - (19 min in block)arm64
stage block (arm64) - (19 min in block)
node - (19 min in block)arm64 && ubuntu-2004
node block - (19 min in block)
checkout - (15 sec in self)
withEnv - (19 min in block)GIT_BRANCH, GIT_COMMIT, GIT_URL
withEnv block - (19 min in block)
withEnv - (19 min in block)TEST_SKIP_INTEGRATION_CLI
withEnv block - (19 min in block)
stage - (1.8 sec in block)Print info
stage block (Print info) - (1.8 sec in block)
sh - (0.28 sec in self)docker version
sh - (0.27 sec in self)docker info
sh - (1.3 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 - (9.2 sec in block)Build dev image
stage block (Build dev image) - (9.1 sec in block)
sh - (9.1 sec in self)docker build --force-rm --build-arg APT_MIRROR -t docker:${GIT_COMMIT} .
stage - (7 min 17 sec in block)Unit tests
stage block (Unit tests) - (7 min 17 sec in block)
sh - (0.27 sec in self) sudo modprobe ip6table_filter
sh - (7 min 17 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.1 sec in self)
stage - (11 min in block)Integration tests
stage block (Integration tests) - (11 min in block)
withEnv - (11 min in block)TEST_SKIP_INTEGRATION_CLI
withEnv block - (11 min in block)
sh - (11 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_INTEGRATION_USE_SNAPSHOTTER -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.17 sec in self)
sh - (0.36 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (1.6 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.97 sec in block)
catchError block - (0.95 sec in block)
sh - (0.57 sec in self) bundleName=arm64-integration 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 - (0.38 sec in self)
sh - (0.52 sec in self)make clean
deleteDir - (1.8 sec in self)