Skip to content
StepArgumentsStatus
Start of Pipeline - (2 hr 12 min in block)
withEnv - (2 hr 12 min in block)APT_MIRROR, DOCKER_BUILDKIT
withEnv block - (2 hr 12 min in block)
timeout - (2 hr 12 min in block)
timeout block - (2 hr 12 min in block)
timestamps - (2 hr 12 min in block)
timestamps block - (2 hr 12 min in block)
stage - (2 hr 12 min in block)Build
stage block (Build) - (2 hr 12 min in block)
parallel - (2 hr 12 min in block)
parallel block (Branch: unit) - (7 ms in block)
stage - (12 min in block)unit
stage block (unit) - (12 min in block)
node - (12 min in block)
node block - (11 min in block)
checkout - (37 sec in self)
withEnv - (10 min in block)GIT_BRANCH, GIT_URL
withEnv block - (10 min in block)
stage - (4 sec in block)Print info
stage block (Print info) - (4 sec in block)
sh - (3.7 sec in self)docker version
sh - (0.3 sec in self)docker info
stage - (6 min 32 sec in block)Build dev image
stage block (Build dev image) - (6 min 32 sec in block)
sh - (6 min 32 sec in self) # todo: include ip_vs in base image sudo modprobe ip_vs GITCOMMIT=$(git rev-parse --short HEAD) docker build --force-rm --build-arg APT_MIRROR -t docker:$GITCOMMIT .
stage - (4 min 8 sec in block)Run tests
stage block (Run tests) - (4 min 8 sec in block)
sh - (4 min 8 sec in self) GITCOMMIT=$(git rev-parse --short HEAD) 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_GITCOMMIT=${GITCOMMIT} -e DOCKER_GRAPHDRIVER=overlay2 docker:$GITCOMMIT hack/test/unit
junit - (2 sec in self)bundles/junit-report.xml
sh - (0.28 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
sh - (0.28 sec in self) echo 'Creating unit-bundles.tar.gz' tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
archiveArtifacts - (0.23 sec in self)unit-bundles.tar.gz
sh - (0.55 sec in self)make clean
deleteDir - (0.33 sec in self)
parallel block (Branch: janky) - (9 ms in block)
stage - (2 hr 10 min in block)janky
stage block (janky) - (2 hr 10 min in block)
node - (2 hr 10 min in block)
node block - (2 hr 8 min in block)
checkout - (31 sec in self)
withEnv - (2 hr 8 min in block)GIT_BRANCH, GIT_URL
withEnv block - (2 hr 8 min in block)
stage - (7.4 sec in block)Print info
stage block (Print info) - (7.4 sec in block)
sh - (7 sec in self)docker version
sh - (0.31 sec in self)docker info
stage - (6 min 40 sec in block)Build dev image
stage block (Build dev image) - (6 min 40 sec in block)
sh - (6 min 40 sec in self) # todo: include ip_vs in base image sudo modprobe ip_vs GITCOMMIT=$(git rev-parse --short HEAD) docker build --force-rm --build-arg APT_MIRROR -t docker:$GITCOMMIT .
stage - (1 hr 57 min in block)Run tests
stage block (Run tests) - (1 hr 57 min in block)
sh - (1 hr 57 min in self)
stage - (3 min 24 sec in block)Build e2e image
stage block (Build e2e image) - (3 min 24 sec in block)
sh - (3 min 24 sec in self) GITCOMMIT=$(git rev-parse --short HEAD) echo "Building e2e image" docker build --build-arg DOCKER_GITCOMMIT=$GITCOMMIT -t moby-e2e-test -f Dockerfile.e2e .
sh - (0.28 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (3.8 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
sh - (1.7 sec in self) echo "Creating janky-bundles.tar.gz" (find bundles -name '*.log' -o -name '*.prof' -o -name integration.test | xargs tar -czf janky-bundles.tar.gz) || true
archiveArtifacts - (1.3 sec in self)janky-bundles.tar.gz
sh - (0.54 sec in self)make clean
deleteDir - (5 sec in self)
parallel block (Branch: experimental) - (11 ms in block)
stage - (1 hr 44 min in block)experimental
stage block (experimental) - (1 hr 44 min in block)
node - (1 hr 44 min in block)
node block - (1 hr 43 min in block)
checkout - (32 sec in self)
withEnv - (1 hr 42 min in block)GIT_BRANCH, GIT_URL
withEnv block - (1 hr 42 min in block)
stage - (7.5 sec in block)Print info
stage block (Print info) - (7.4 sec in block)
sh - (7.1 sec in self)docker version
sh - (0.3 sec in self)docker info
stage - (6 min 35 sec in block)Build dev image
stage block (Build dev image) - (6 min 35 sec in block)
sh - (6 min 35 sec in self) GITCOMMIT=$(git rev-parse --short HEAD) docker build --force-rm --build-arg APT_MIRROR -t docker:${GITCOMMIT}-exp .
stage - (1 hr 35 min in block)Run tests
stage block (Run tests) - (1 hr 35 min in block)
sh - (1 hr 35 min in self) GITCOMMIT=$(git rev-parse --short HEAD) docker run --rm -t --privileged -v "$WORKSPACE/bundles:/go/src/github.com/docker/docker/bundles" -e DOCKER_EXPERIMENTAL=y --name docker-pr-exp$BUILD_NUMBER -e DOCKER_GITCOMMIT=${GITCOMMIT} -e DOCKER_GRAPHDRIVER=overlay2 docker:${GITCOMMIT}-exp hack/ci/experimental
sh - (0.29 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr-exp$BUILD_NUMBER || true
sh - (9.7 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
sh - (1.7 sec in self) echo "Creating bundles.tar.gz" (find bundles -name '*.log' -o -name '*.prof' -o -name integration.test | xargs tar -czf experimental-bundles.tar.gz) || true
archiveArtifacts - (1.3 sec in self)experimental-bundles.tar.gz
sh - (0.54 sec in self)make clean
deleteDir - (5 sec in self)
parallel block (Branch: z) - (12 ms in block)
stage - (2 hr 4 min in block)z
stage block (z) - (2 hr 4 min in block)
node - (2 hr 4 min in block)
node block - (2 hr 4 min in block)
checkout - (13 sec in self)
withEnv - (2 hr 4 min in block)GIT_BRANCH, GIT_URL
withEnv block - (2 hr 4 min in block)
withEnv - (2 hr 4 min in block)DOCKER_BUILDKIT
withEnv block - (2 hr 4 min in block)
stage - (1.8 sec in block)Print info
stage block (Print info) - (1.8 sec in block)
sh - (0.87 sec in self)docker version
sh - (0.96 sec in self)docker info
stage - (4 min 9 sec in block)Build dev image
stage block (Build dev image) - (4 min 9 sec in block)
sh - (4 min 9 sec in self) GITCOMMIT=$(git rev-parse --short HEAD) docker build --force-rm --build-arg APT_MIRROR -t docker:$GITCOMMIT -f Dockerfile .
stage - (1 hr 56 min in block)Run tests
stage block (Run tests) - (1 hr 56 min in block)
sh - (1 hr 56 min in self)
sh - (1 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr-$BUILD_NUMBER || true
sh - (5.9 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
sh - (2.4 sec in self)
step - (26 sec in self)MASKED_VALUE
sh - (1.2 sec in self)make clean
deleteDir - (2 min 24 sec in self)
parallel block (Branch: powerpc) - (14 ms in block)
stage - (2 hr 12 min in block)powerpc
stage block (powerpc) - (2 hr 12 min in block)
node - (2 hr 12 min in block)
node block - (2 hr 7 min in block)
checkout - (26 sec in self)
withEnv - (2 hr 6 min in block)GIT_BRANCH, GIT_URL
withEnv block - (2 hr 6 min in block)
withEnv - (2 hr 6 min in block)DOCKER_BUILDKIT
withEnv block - (2 hr 6 min in block)
stage - (0.8 sec in block)Print info
stage block (Print info) - (0.79 sec in block)
sh - (0.39 sec in self)docker version
sh - (0.38 sec in self)docker info
stage - (6 min 11 sec in block)Build dev image
stage block (Build dev image) - (6 min 11 sec in block)
sh - (6 min 11 sec in self) GITCOMMIT=$(git rev-parse --short HEAD) docker build --force-rm --build-arg APT_MIRROR -t docker:$GITCOMMIT -f Dockerfile .
stage - (1 hr 59 min in block)Run tests
stage block (Run tests) - (1 hr 59 min in block)
sh - (1 hr 59 min in self)
sh - (0.41 sec in self) echo "Ensuring container killed." docker rm -vf docker-pr$BUILD_NUMBER || true
sh - (8.7 sec in self) echo "Chowning /workspace to jenkins user" docker run --rm -v "$WORKSPACE:/workspace" busybox chown -R "$(id -u):$(id -g)" /workspace
sh - (3 sec in self) echo "Creating bundles.tar.gz" find bundles -name '*.log' | xargs tar -czf powerpc-bundles.tar.gz
archiveArtifacts - (0.86 sec in self)powerpc-bundles.tar.gz
sh - (1.2 sec in self)make clean
deleteDir - (14 sec in self)
parallel block (Branch: vendor) - (16 ms in block)
stage - (8 min 34 sec in block)vendor
stage block (vendor) - (8 min 34 sec in block)
node - (8 min 34 sec in block)
node block - (7 min 18 sec in block)
checkout - (32 sec in self)
withEnv - (6 min 45 sec in block)GIT_BRANCH, GIT_URL
withEnv block - (6 min 45 sec in block)
stage - (6.2 sec in block)Print info
stage block (Print info) - (6.1 sec in block)
sh - (5.8 sec in self)docker version
sh - (0.35 sec in self)docker info
stage - (6 min 36 sec in block)Build dev image
stage block (Build dev image) - (6 min 36 sec in block)
sh - (6 min 36 sec in self) GITCOMMIT=$(git rev-parse --short HEAD) docker build --force-rm --build-arg APT_MIRROR -t dockerven:$GITCOMMIT .
stage - (2.1 sec in block)Run tests
stage block (Run tests) - (2.1 sec in block)
sh - (2.1 sec in self)
sh - (0.53 sec in self)make clean
deleteDir - (0.63 sec in self)
parallel block (Branch: windowsRS1) - (17 ms in block)
stage - (0.2 sec in block)
stage block (windowsRS1) - (0.19 sec in block)
stage - (0.11 sec in block)Print info
stage block (Print info) - (3 ms in block)
stage - (15 ms in block)Run tests
stage block (Run tests) - (8 ms in block)
parallel block (Branch: windowsRS5-process) - (0.23 sec in block)
stage - (0.2 sec in block)windowsRS5-process
stage block (windowsRS5-process) - (0.19 sec in block)
stage - (0.11 sec in block)Print info
stage block (Print info) - (1 ms in block)
stage - (19 ms in block)Run tests
stage block (Run tests) - (7 ms in block)