Pull request #147 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/ci-build-images Obtained Jenkinsfile from 08890ab4ed25e7aaee932428f2ee80850f42c39f+e924d01ce673e04d5199475fe01cf1d72dd1be79 (76be328fad0e02bae4e9661c8e39372081f36590) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 # timeout=10 Commit message: "Merge pull request #236 from ernestojeda/update-log-publish-steps" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-golang-base, mavenSettings:ci-build-images-settings, dockerImageName:edgex-golang-base, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[1.15-alpine], releaseBranchOverride:golang-1.15] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: ci-build-images-settings PROJECT: edgex-golang-base USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-golang-base DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots DOCKER_PUSH_LATEST: true PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-golang-base-archive.tar.gz SEMVER_BUMP_LEVEL: pre RELEASE_BRANCH_OVERRIDE: golang-1.15 DOCKER_CUSTOM_TAGS: 1.15-alpine [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-1346 in /w/workspace/exfoundry_ci-build-images_PR-147 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/ci-build-images.git > git init /w/workspace/exfoundry_ci-build-images_PR-147 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 Fetching without tags Merging remotes/origin/golang-1.15 commit e924d01ce673e04d5199475fe01cf1d72dd1be79 into PR head commit 08890ab4ed25e7aaee932428f2ee80850f42c39f > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/147/head:refs/remotes/origin/PR-147 # timeout=10 > git config --add remote.origin.fetch +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 08890ab4ed25e7aaee932428f2ee80850f42c39f # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e924d01ce673e04d5199475fe01cf1d72dd1be79 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 08890ab4ed25e7aaee932428f2ee80850f42c39f Checking out Revision 08890ab4ed25e7aaee932428f2ee80850f42c39f (PR-147) > git config core.sparsecheckout # timeout=10 > git checkout -f 08890ab4ed25e7aaee932428f2ee80850f42c39f # timeout=10 Commit message: "feat: initial commit of golang-1.15 base builder image" First time build. Skipping changelog. > git rev-list --no-walk d80de7ae0b04859422d5fcb2bc8a9cb8d213fee8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:43:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:43:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:43:57 ========================================================= 21:43:57 EdgeX Global Pipelines Version Info 21:43:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:43:59 ------------------- 21:43:59 stable info: 21:43:59 ------------------- 21:43:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:43:59 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 21:43:59 Message: update stable to v1.0.117 21:43:59 ------------------- 21:43:59 experimental info: 21:43:59 ------------------- 21:43:59 Commited By: **** collab-it+edgex@linuxfoundation.org 21:43:59 Commit SHA: 5fb5bc9604e69ab642a67b6a3e8474dd770c8dc8 21:43:59 Message: update experimental to v1.0.118 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = ci-build-images-settings [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-golang-base [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = false [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-golang-base [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = edgex-devops [Pipeline] echo 21:44:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = snapshots [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar DOCKER_PUSH_LATEST = true [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar ARCHIVE_IMAGE = false [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar ARCHIVE_NAME = edgex-golang-base-archive.tar.gz [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar RELEASE_BRANCH_OVERRIDE = golang-1.15 [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar DOCKER_CUSTOM_TAGS = 1.15-alpine [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-147 [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-147 [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-147 [Pipeline] echo 21:44:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 08890ab4ed25e7aaee932428f2ee80850f42c39f [Pipeline] echo 21:44:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 08890ab [Pipeline] echo 21:44:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:44:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:44:06 + ls -al . 21:44:06 total 12 21:44:06 drwxrwxr-x. 3 jenkins jenkins 76 Sep 3 21:43 . 21:44:06 drwxrwxr-x. 4 jenkins jenkins 112 Sep 3 21:43 .. 21:44:06 -rw-rw-r--. 1 jenkins jenkins 389 Sep 3 21:43 Dockerfile 21:44:06 drwxrwxr-x. 8 jenkins jenkins 179 Sep 3 21:43 .git 21:44:06 -rw-rw-r--. 1 jenkins jenkins 585 Sep 3 21:43 .golangci.yml 21:44:06 -rw-rw-r--. 1 jenkins jenkins 894 Sep 3 21:43 Jenkinsfile [Pipeline] isUnix [Pipeline] sh 21:44:06 + docker build -t edgex-devops/edgex-golang-base -f Dockerfile --build-arg ARCH=amd64 --label git_sha=08890ab4ed25e7aaee932428f2ee80850f42c39f --label arch=amd64 . 21:44:07 Sending build context to Docker daemon 209.9kB 21:44:07 Step 1/6 : FROM golang:1.15.1-alpine 21:44:07 1.15.1-alpine: Pulling from library/golang 21:44:07 df20fa9351a1: Pulling fs layer 21:44:07 ed8968b2872e: Pulling fs layer 21:44:07 a92cc7c5fd73: Pulling fs layer 21:44:07 d484aaef8981: Pulling fs layer 21:44:07 1021cfc6e55c: Pulling fs layer 21:44:07 d484aaef8981: Waiting 21:44:07 1021cfc6e55c: Waiting 21:44:07 a92cc7c5fd73: Verifying Checksum 21:44:07 a92cc7c5fd73: Download complete 21:44:07 ed8968b2872e: Download complete 21:44:07 df20fa9351a1: Verifying Checksum 21:44:07 df20fa9351a1: Download complete 21:44:07 1021cfc6e55c: Verifying Checksum 21:44:07 1021cfc6e55c: Download complete 21:44:08 df20fa9351a1: Pull complete 21:44:08 ed8968b2872e: Pull complete 21:44:08 a92cc7c5fd73: Pull complete 21:44:09 d484aaef8981: Verifying Checksum 21:44:09 d484aaef8981: Download complete 21:44:13 d484aaef8981: Pull complete 21:44:13 1021cfc6e55c: Pull complete 21:44:13 Digest: sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 21:44:13 Status: Downloaded newer image for golang:1.15.1-alpine 21:44:13 ---> f328e14e69e4 21:44:13 Step 2/6 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 21:44:17 Still waiting to schedule task 21:44:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 21:44:19 ---> Running in a8e3654a42e7 21:44:19 Removing intermediate container a8e3654a42e7 21:44:19 ---> 341e1a3e0f1a 21:44:19 Step 3/6 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:44:19 ---> Running in 98a533fe7d4b 21:44:19 Removing intermediate container 98a533fe7d4b 21:44:19 ---> 92868fb2c165 21:44:19 Step 4/6 : RUN apk add --update --no-cache git linux-headers make gcc musl-dev curl bash 21:44:19 ---> Running in b53b98416b93 21:44:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:44:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:44:21 (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0) 21:44:21 (2/24) Installing ncurses-libs (6.2_p20200523-r0) 21:44:21 (3/24) Installing readline (8.0.4-r0) 21:44:22 (4/24) Installing bash (5.0.17-r0) 21:44:22 Executing bash-5.0.17-r0.post-install 21:44:22 (5/24) Installing nghttp2-libs (1.41.0-r0) 21:44:22 (6/24) Installing libcurl (7.69.1-r0) 21:44:22 (7/24) Installing curl (7.69.1-r0) 21:44:22 (8/24) Installing libgcc (9.3.0-r2) 21:44:22 (9/24) Installing libstdc++ (9.3.0-r2) 21:44:22 (10/24) Installing binutils (2.34-r1) 21:44:23 (11/24) Installing gmp (6.2.0-r0) 21:44:23 (12/24) Installing isl (0.18-r0) 21:44:23 (13/24) Installing libgomp (9.3.0-r2) 21:44:23 (14/24) Installing libatomic (9.3.0-r2) 21:44:23 (15/24) Installing libgphobos (9.3.0-r2) 21:44:24 (16/24) Installing mpfr4 (4.0.2-r4) 21:44:24 (17/24) Installing mpc1 (1.1.0-r1) 21:44:24 (18/24) Installing gcc (9.3.0-r2) 21:44:34 (19/24) Installing expat (2.2.9-r1) 21:44:34 (20/24) Installing pcre2 (10.35-r0) 21:44:34 (21/24) Installing git (2.26.2-r0) 21:44:36 (22/24) Installing linux-headers (5.4.5-r1) 21:44:36 (23/24) Installing make (4.3-r0) 21:44:36 (24/24) Installing musl-dev (1.1.24-r9) 21:44:37 Executing busybox-1.31.1-r16.trigger 21:44:37 OK: 166 MiB in 39 packages 21:44:43 Removing intermediate container b53b98416b93 21:44:43 ---> bcb7c12b6b3f 21:44:43 Step 5/6 : LABEL arch=amd64 21:44:43 ---> Running in 4abb17fa0920 21:44:43 Removing intermediate container 4abb17fa0920 21:44:43 ---> cbe326d0a891 21:44:43 Step 6/6 : LABEL git_sha=08890ab4ed25e7aaee932428f2ee80850f42c39f 21:44:43 ---> Running in 9397952476d4 21:44:43 Removing intermediate container 9397952476d4 21:44:43 ---> b3ca04b628be 21:44:43 [Warning] One or more build-args [ARCH] were not consumed 21:44:43 Successfully built b3ca04b628be 21:44:43 Successfully tagged edgex-devops/edgex-golang-base:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:46:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1347 in /w/workspace/exfoundry_ci-build-images_PR-147 [Pipeline] { [Pipeline] checkout 21:46:23 using credential edgex-jenkins-ssh 21:46:24 Cloning the remote Git repository 21:46:24 Cloning with configured refspecs honoured and without tags 21:46:24 Cloning repository git@github.com:edgexfoundry/ci-build-images.git 21:46:24 > git init /w/workspace/exfoundry_ci-build-images_PR-147 # timeout=10 21:46:24 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:46:24 > git --version # timeout=10 21:46:24 > git --version # 'git version 2.17.1' 21:46:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:24 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 21:46:25 Fetching without tags 21:46:25 Merging remotes/origin/golang-1.15 commit e924d01ce673e04d5199475fe01cf1d72dd1be79 into PR head commit 08890ab4ed25e7aaee932428f2ee80850f42c39f 21:46:25 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:46:25 > git config --add remote.origin.fetch +refs/pull/147/head:refs/remotes/origin/PR-147 # timeout=10 21:46:25 > git config --add remote.origin.fetch +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 21:46:25 > git config remote.origin.url git@github.com:edgexfoundry/ci-build-images.git # timeout=10 21:46:25 Fetching upstream changes from git@github.com:edgexfoundry/ci-build-images.git 21:46:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:25 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/ci-build-images.git +refs/pull/147/head:refs/remotes/origin/PR-147 +refs/heads/golang-1.15:refs/remotes/origin/golang-1.15 # timeout=10 21:46:25 > git config core.sparsecheckout # timeout=10 21:46:25 > git checkout -f 08890ab4ed25e7aaee932428f2ee80850f42c39f # timeout=10 21:46:25 > git remote # timeout=10 21:46:25 > git config --get remote.origin.url # timeout=10 21:46:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:46:25 > git merge e924d01ce673e04d5199475fe01cf1d72dd1be79 # timeout=10 21:46:25 > git rev-parse HEAD^{commit} # timeout=10 21:46:25 Merge succeeded, producing 08890ab4ed25e7aaee932428f2ee80850f42c39f 21:46:25 Checking out Revision 08890ab4ed25e7aaee932428f2ee80850f42c39f (PR-147) 21:46:25 > git config core.sparsecheckout # timeout=10 21:46:25 > git checkout -f 08890ab4ed25e7aaee932428f2ee80850f42c39f # timeout=10 21:46:30 Commit message: "feat: initial commit of golang-1.15 base builder image" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh 21:46:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 21:46:32 + ls -al . 21:46:32 total 24 21:46:32 drwxrwxr-x 3 jenkins jenkins 4096 Sep 3 21:46 . 21:46:32 drwxrwxr-x 4 jenkins jenkins 4096 Sep 3 21:46 .. 21:46:32 drwxrwxr-x 8 jenkins jenkins 4096 Sep 3 21:46 .git 21:46:32 -rw-rw-r-- 1 jenkins jenkins 585 Sep 3 21:46 .golangci.yml 21:46:32 -rw-rw-r-- 1 jenkins jenkins 389 Sep 3 21:46 Dockerfile 21:46:32 -rw-rw-r-- 1 jenkins jenkins 894 Sep 3 21:46 Jenkinsfile [Pipeline] isUnix [Pipeline] sh 21:46:32 + docker build -t edgex-devops/edgex-golang-base-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=08890ab4ed25e7aaee932428f2ee80850f42c39f --label arch=arm64 . 21:46:33 Sending build context to Docker daemon 209.9kB 21:46:33 Step 1/6 : FROM golang:1.15.1-alpine 21:46:34 1.15.1-alpine: Pulling from library/golang 21:46:34 b538f80385f9: Pulling fs layer 21:46:34 74f711af9a0d: Pulling fs layer 21:46:34 99f96fe45779: Pulling fs layer 21:46:34 2fa47eeccf08: Pulling fs layer 21:46:34 b13c98676afe: Pulling fs layer 21:46:34 2fa47eeccf08: Waiting 21:46:34 b13c98676afe: Waiting 21:46:34 99f96fe45779: Verifying Checksum 21:46:34 99f96fe45779: Download complete 21:46:34 74f711af9a0d: Download complete 21:46:34 b538f80385f9: Verifying Checksum 21:46:34 b538f80385f9: Download complete 21:46:34 b13c98676afe: Download complete 21:46:35 b538f80385f9: Pull complete 21:46:35 74f711af9a0d: Pull complete 21:46:36 99f96fe45779: Pull complete 21:46:37 2fa47eeccf08: Verifying Checksum 21:46:37 2fa47eeccf08: Download complete 21:46:47 2fa47eeccf08: Pull complete 21:46:47 b13c98676afe: Pull complete 21:46:47 Digest: sha256:bc6f2b94340ed84ec22dab364505b0d1a339ecff99b583a63372ecf966129be2 21:46:47 Status: Downloaded newer image for golang:1.15.1-alpine 21:46:47 ---> c1b7bbd91889 21:46:47 Step 2/6 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel Corporation' 21:46:49 ---> Running in 45e1409b81e4 21:46:50 Removing intermediate container 45e1409b81e4 21:46:50 ---> beb4a8fd0b9d 21:46:50 Step 3/6 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:50 ---> Running in d1d0fc7a9173 21:46:52 Removing intermediate container d1d0fc7a9173 21:46:52 ---> 307427e2665a 21:46:52 Step 4/6 : RUN apk add --update --no-cache git linux-headers make gcc musl-dev curl bash 21:46:52 ---> Running in b09a0742f211 21:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:46:55 (1/24) Installing ncurses-terminfo-base (6.2_p20200523-r0) 21:46:55 (2/24) Installing ncurses-libs (6.2_p20200523-r0) 21:46:55 (3/24) Installing readline (8.0.4-r0) 21:46:55 (4/24) Installing bash (5.0.17-r0) 21:46:56 Executing bash-5.0.17-r0.post-install 21:46:56 (5/24) Installing nghttp2-libs (1.41.0-r0) 21:46:56 (6/24) Installing libcurl (7.69.1-r0) 21:46:56 (7/24) Installing curl (7.69.1-r0) 21:46:56 (8/24) Installing libgcc (9.3.0-r2) 21:46:56 (9/24) Installing libstdc++ (9.3.0-r2) 21:46:56 (10/24) Installing binutils (2.34-r1) 21:46:57 (11/24) Installing gmp (6.2.0-r0) 21:46:57 (12/24) Installing isl (0.18-r0) 21:46:57 (13/24) Installing libgomp (9.3.0-r2) 21:46:57 (14/24) Installing libatomic (9.3.0-r2) 21:46:57 (15/24) Installing libgphobos (9.3.0-r2) 21:46:58 (16/24) Installing mpfr4 (4.0.2-r4) 21:46:58 (17/24) Installing mpc1 (1.1.0-r1) 21:46:58 (18/24) Installing gcc (9.3.0-r2) 21:47:11 (19/24) Installing expat (2.2.9-r1) 21:47:11 (20/24) Installing pcre2 (10.35-r0) 21:47:11 (21/24) Installing git (2.26.2-r0) 21:47:12 (22/24) Installing linux-headers (5.4.5-r1) 21:47:13 (23/24) Installing make (4.3-r0) 21:47:13 (24/24) Installing musl-dev (1.1.24-r9) 21:47:14 Executing busybox-1.31.1-r16.trigger 21:47:14 OK: 142 MiB in 39 packages 21:47:20 Removing intermediate container b09a0742f211 21:47:20 ---> bfae14871b05 21:47:20 Step 5/6 : LABEL arch=arm64 21:47:20 ---> Running in 292cfe05d2b5 21:47:21 Removing intermediate container 292cfe05d2b5 21:47:21 ---> 124caad0ff9e 21:47:21 Step 6/6 : LABEL git_sha=08890ab4ed25e7aaee932428f2ee80850f42c39f 21:47:21 ---> Running in aaf689ff53d1 21:47:21 Removing intermediate container aaf689ff53d1 21:47:21 ---> de08e4eccf7f 21:47:21 [Warning] One or more build-args [ARCH] were not consumed 21:47:21 Successfully built de08e4eccf7f 21:47:21 Successfully tagged edgex-devops/edgex-golang-base-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 21:47:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:47:24 ---> package-listing.sh 21:47:24 ++ facter osfamily 21:47:24 ++ tr '[:upper:]' '[:lower:]' 21:47:24 + OS_FAMILY=redhat 21:47:24 + workspace=/w/workspace/exfoundry_ci-build-images_PR-147 21:47:24 + START_PACKAGES=/tmp/packages_start.txt 21:47:24 + END_PACKAGES=/tmp/packages_end.txt 21:47:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:47:24 + PACKAGES=/tmp/packages_start.txt 21:47:24 + '[' /w/workspace/exfoundry_ci-build-images_PR-147 ']' 21:47:24 + PACKAGES=/tmp/packages_end.txt 21:47:24 + case "${OS_FAMILY}" in 21:47:24 + rpm -qa 21:47:24 + sort 21:47:28 + '[' -f /tmp/packages_start.txt ']' 21:47:28 + '[' -f /tmp/packages_end.txt ']' 21:47:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:47:28 + '[' /w/workspace/exfoundry_ci-build-images_PR-147 ']' 21:47:28 + mkdir -p /w/workspace/exfoundry_ci-build-images_PR-147/archives/ 21:47:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_ci-build-images_PR-147/archives/ [Pipeline] isUnix [Pipeline] sh 21:47:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:47:29 21:47:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:47:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:47:29 alpine: Pulling from edgex-lftools-log-publisher 21:47:29 df20fa9351a1: Already exists 21:47:29 36b3adc4ff6f: Pulling fs layer 21:47:29 8ad3a11d3b57: Pulling fs layer 21:47:29 46f8f816bc3b: Pulling fs layer 21:47:29 0dadc02b9964: Pulling fs layer 21:47:29 ce6a7cf60c04: Pulling fs layer 21:47:29 7a184a31f384: Pulling fs layer 21:47:29 0879bd2ef858: Pulling fs layer 21:47:29 0dadc02b9964: Waiting 21:47:29 ce6a7cf60c04: Waiting 21:47:29 7a184a31f384: Waiting 21:47:29 0879bd2ef858: Waiting 21:47:29 46f8f816bc3b: Verifying Checksum 21:47:29 46f8f816bc3b: Download complete 21:47:29 36b3adc4ff6f: Download complete 21:47:29 ce6a7cf60c04: Verifying Checksum 21:47:29 ce6a7cf60c04: Download complete 21:47:29 7a184a31f384: Verifying Checksum 21:47:29 7a184a31f384: Download complete 21:47:29 0dadc02b9964: Verifying Checksum 21:47:29 0dadc02b9964: Download complete 21:47:30 8ad3a11d3b57: Verifying Checksum 21:47:30 8ad3a11d3b57: Download complete 21:47:30 36b3adc4ff6f: Pull complete 21:47:30 0879bd2ef858: Verifying Checksum 21:47:30 0879bd2ef858: Download complete 21:47:30 8ad3a11d3b57: Pull complete 21:47:30 46f8f816bc3b: Pull complete 21:47:31 0dadc02b9964: Pull complete 21:47:31 ce6a7cf60c04: Pull complete 21:47:31 7a184a31f384: Pull complete 21:47:33 0879bd2ef858: Pull complete 21:47:33 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 21:47:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:47:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:47:33 prd-centos7-docker-4c-2g-1346 does not seem to be running inside a container 21:47:33 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/exfoundry_ci-build-images_PR-147 -v /w/workspace/exfoundry_ci-build-images_PR-147:/w/workspace/exfoundry_ci-build-images_PR-147:rw,z -v /w/workspace/exfoundry_ci-build-images_PR-147@tmp:/w/workspace/exfoundry_ci-build-images_PR-147@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:47:40 $ docker top a6b93d313b4af9c8043149f479a62b8a4308d8ad11bd2545347a8ded6b9d0857 -eo pid,comm [Pipeline] { [Pipeline] sh 21:47:41 + mkdir -p /var/log/sa [Pipeline] sh 21:47:41 + ls /var/log/sa-host 21:47:41 + sadf -c /var/log/sa-host/sa03 21:47:41 file_magic: OK 21:47:41 HZ: Using current value: 100 21:47:41 file_header: OK 21:47:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:47:41 Statistics: 21:47:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:47:41 File successfully converted to sysstat format version 12.2.1 21:47:41 + sadf -c /var/log/sa-host/sa05 21:47:41 file_magic: OK 21:47:41 HZ: Using current value: 100 21:47:41 file_header: OK 21:47:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:47:41 Statistics: 21:47:41 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:47:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:47:41 provisioning config files... 21:47:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_ci-build-images_PR-147@tmp/config6216899854519905164tmp [Pipeline] { [Pipeline] echo 21:47:41 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:47:41 ---> create-netrc.sh [Pipeline] echo 21:47:41 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:47:42 ---> logs-deploy.sh 21:47:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/ci-build-images/PR-147/3 21:47:42 INFO: archiving workspace using pattern(s): 21:47:43 Archives upload complete. 21:47:43 INFO: archiving logs to Nexus