Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c+be0d14e436fe9c753018b2c9bd281985489666e3 (858119f6cce9b9674dfa78f55ab1f6f39cf21f13) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a 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:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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:lfit/releng-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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30723’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30725 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/20 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 Merge succeeded, producing a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f Checking out Revision a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f # timeout=10 Commit message: "Merge commit 'be0d14e436fe9c753018b2c9bd281985489666e3' into HEAD" > git rev-list --no-walk 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:22:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:22:27 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:22:27 ========================================================= 17:22:27 EdgeX Global Pipelines Version Info 17:22:27 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:22:30 ------------------- 17:22:30 stable info: 17:22:30 ------------------- 17:22:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:22:30 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:22:30 Message: update stable to v1.0.186 17:22:31 ------------------- 17:22:31 experimental info: 17:22:31 ------------------- 17:22:31 Commited By: **** collab-it+edgex@linuxfoundation.org 17:22:31 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:22:31 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:22:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:22:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 17:22:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a9ce6e4 [Pipeline] echo 17:22:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:22:34 provisioning config files... 17:22:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config6033552682926252353tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:22:34 ---> docker-login.sh 17:22:34 nexus3.edgexfoundry.org:10001 17:22:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:36 Configure a credential helper to remove this warning. See 17:22:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:36 17:22:36 Login Succeeded 17:22:36 nexus3.edgexfoundry.org:10002 17:22:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:37 Configure a credential helper to remove this warning. See 17:22:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:37 17:22:37 Login Succeeded 17:22:37 nexus3.edgexfoundry.org:10003 17:22:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:38 Configure a credential helper to remove this warning. See 17:22:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:38 17:22:38 Login Succeeded 17:22:38 nexus3.edgexfoundry.org:10004 17:22:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:38 Configure a credential helper to remove this warning. See 17:22:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:38 17:22:38 Login Succeeded 17:22:38 docker.io 17:22:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:22:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:22:39 Configure a credential helper to remove this warning. See 17:22:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:22:39 17:22:39 Login Succeeded 17:22:39 ---> docker-login.sh ends [Pipeline] } 17:22:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:22:39 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/core-command/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo core-command,cmd/core-command/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/core-data/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo core-data,cmd/core-data/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/core-metadata/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo core-metadata,cmd/core-metadata/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/security-bootstrapper/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/security-proxy-setup/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/support-notifications/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo support-notifications,cmd/support-notifications/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/support-scheduler/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:22:39 + for file in '`ls cmd/**/Dockerfile`' 17:22:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:22:39 ++ cut -d/ -f2 17:22:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:22:39 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:22:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:22:40 17:22:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:22:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:22:40 latest: Pulling from edgex-devops/git-semver 17:22:40 31603596830f: Pulling fs layer 17:22:40 2a8b12db71e7: Pulling fs layer 17:22:40 6ca5941a6612: Pulling fs layer 17:22:40 ecc8261a40a4: Pulling fs layer 17:22:40 ecc8261a40a4: Waiting 17:22:40 2a8b12db71e7: Verifying Checksum 17:22:40 2a8b12db71e7: Download complete 17:22:40 31603596830f: Verifying Checksum 17:22:40 31603596830f: Download complete 17:22:41 ecc8261a40a4: Verifying Checksum 17:22:41 ecc8261a40a4: Download complete 17:22:41 6ca5941a6612: Verifying Checksum 17:22:41 6ca5941a6612: Download complete 17:22:42 31603596830f: Pull complete 17:22:42 2a8b12db71e7: Pull complete 17:22:44 6ca5941a6612: Pull complete 17:22:44 ecc8261a40a4: Pull complete 17:22:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:22:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:22:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:22:45 prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container 17:22:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:22:48 $ docker top 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:22:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:22:49 [ssh-agent] Looking for ssh-agent implementation... 17:22:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:22:49 $ docker exec 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent 17:22:50 SSH_AUTH_SOCK=/tmp/ssh-YYuVFmBT419F/agent.12 17:22:50 SSH_AGENT_PID=17 17:22:50 Running ssh-add (command line suppressed) 17:22:50 Identity added: /w/workspace/edgex-go/20@tmp/private_key_6617337732998820660.key (/w/workspace/edgex-go/20@tmp/private_key_6617337732998820660.key) 17:22:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:22:51 + git tag --points-at HEAD [Pipeline] } 17:22:51 $ docker exec --env ******** --env ******** 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent -k 17:22:52 unset SSH_AUTH_SOCK; 17:22:52 unset SSH_AGENT_PID; 17:22:52 echo Agent pid 17 killed; 17:22:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:22:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:22:53 [ssh-agent] Looking for ssh-agent implementation... 17:22:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:22:53 $ docker exec 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent 17:22:54 SSH_AUTH_SOCK=/tmp/ssh-cAYMKnOXVuWy/agent.47 17:22:54 SSH_AGENT_PID=52 17:22:54 Running ssh-add (command line suppressed) 17:22:54 Identity added: /w/workspace/edgex-go/20@tmp/private_key_6061802761264708847.key (/w/workspace/edgex-go/20@tmp/private_key_6061802761264708847.key) 17:22:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:22:54 + git semver init 17:22:54 # -> Open(): unable to determine branch for HEAD 17:22:54 # $GIT_DIR = /w/workspace/edgex-go/20/.git 17:22:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 17:22:54 # $SEMVER_REMOTE_NAME = origin 17:22:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:22:54 # $SEMVER_USER_NAME = edgex-jenkins 17:22:54 # $SEMVER_BRANCH = PR-3234 17:22:54 # $SEMVER_TEMP = /tmp/semver-249176732 17:22:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:23:34 # '/tmp/semver-249176732' -> '/w/workspace/edgex-go/20/.semver' 17:23:34 # -> Force: false 17:23:34 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 17:23:34 $ docker exec --env ******** --env ******** 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac ssh-agent -k 17:23:35 unset SSH_AUTH_SOCK; 17:23:35 unset SSH_AGENT_PID; 17:23:35 echo Agent pid 52 killed; 17:23:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:23:35 + git semver [Pipeline] } 17:23:36 $ docker stop --time=1 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac 17:23:38 $ docker rm -f 4d78ca7e647fabfae28c0a0eef07ab5610df41216bb9a985ef08ef12d60bc6ac [Pipeline] // withDockerContainer [Pipeline] sh 17:23:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:23:41 Stashed 1 file(s) [Pipeline] echo 17:23:41 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [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] sh 17:23:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:23:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:23:42 + sudo service docker restart 17:23:42 + true 17:23:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:23:44 ========================================================= 17:23:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:23:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23:45 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:23:55 Sending build context to Docker daemon 328.6MB 17:23:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:23:55 Step 2/6 : FROM ${BASE} 17:23:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:23:55 188c0c94c7c5: Pulling fs layer 17:23:55 0ef7d3d256c8: Pulling fs layer 17:23:55 de9db76c5a1d: Pulling fs layer 17:23:55 bca2f99d35d6: Pulling fs layer 17:23:55 93359f2a8cfa: Pulling fs layer 17:23:55 7c6f9722023f: Pulling fs layer 17:23:55 a35cf1a2eb13: Pulling fs layer 17:23:55 bca2f99d35d6: Waiting 17:23:55 93359f2a8cfa: Waiting 17:23:55 7c6f9722023f: Waiting 17:23:55 a35cf1a2eb13: Waiting 17:23:55 de9db76c5a1d: Verifying Checksum 17:23:55 de9db76c5a1d: Download complete 17:23:55 0ef7d3d256c8: Verifying Checksum 17:23:55 0ef7d3d256c8: Download complete 17:23:55 93359f2a8cfa: Download complete 17:23:55 7c6f9722023f: Verifying Checksum 17:23:55 7c6f9722023f: Download complete 17:23:55 188c0c94c7c5: Verifying Checksum 17:23:55 188c0c94c7c5: Download complete 17:23:55 188c0c94c7c5: Pull complete 17:23:56 0ef7d3d256c8: Pull complete 17:23:56 Still waiting to schedule task 17:23:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:23:56 de9db76c5a1d: Pull complete 17:24:00 a35cf1a2eb13: Verifying Checksum 17:24:00 a35cf1a2eb13: Download complete 17:24:02 bca2f99d35d6: Verifying Checksum 17:24:02 bca2f99d35d6: Download complete 17:24:16 bca2f99d35d6: Pull complete 17:24:16 93359f2a8cfa: Pull complete 17:24:16 7c6f9722023f: Pull complete 17:24:21 a35cf1a2eb13: Pull complete 17:24:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:24:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:24:21 ---> a62c8e92a672 17:24:21 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:24:21 ---> Running in 568caa2c2529 17:24:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:24:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:24:25 (1/12) Installing libmagic (5.38-r0) 17:24:25 (2/12) Installing file (5.38-r0) 17:24:25 (3/12) Installing libc-dev (0.7.2-r3) 17:24:25 (4/12) Installing g++ (9.3.0-r2) 17:24:35 (5/12) Installing fortify-headers (1.1-r0) 17:24:35 (6/12) Installing patch (2.7.6-r6) 17:24:35 (7/12) Installing build-base (0.5-r2) 17:24:35 (8/12) Installing libsodium (1.0.18-r0) 17:24:36 (9/12) Installing pkgconf (1.7.2-r0) 17:24:36 (10/12) Installing libsodium-dev (1.0.18-r0) 17:24:36 (11/12) Installing libzmq (4.3.3-r0) 17:24:36 (12/12) Installing zeromq-dev (4.3.3-r0) 17:24:36 Executing busybox-1.31.1-r19.trigger 17:24:36 OK: 233 MiB in 51 packages 17:24:42 Removing intermediate container 568caa2c2529 17:24:42 ---> 4a392d161f2d 17:24:42 Step 4/6 : WORKDIR /edgex-go 17:24:42 ---> Running in e884d4887c62 17:24:42 Removing intermediate container e884d4887c62 17:24:42 ---> 0207e563d2a1 17:24:42 Step 5/6 : COPY go.mod . 17:24:42 ---> 20938878f5ff 17:24:42 Step 6/6 : RUN go mod download 17:24:42 ---> Running in 53d95ae25376 17:25:15 Removing intermediate container 53d95ae25376 17:25:15 ---> e0383ee48945 17:25:15 Successfully built e0383ee48945 17:25:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:25:15 + docker inspect -f . ci-base-image-x86_64 17:25:16 . [Pipeline] withDockerContainer 17:25:16 prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container 17:25:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:25:18 $ docker top 5a82a54f8604505543f7854d14b86b856702121a830f96042488569ddb161055 -eo pid,comm [Pipeline] { [Pipeline] sh 17:25:19 + go version 17:25:19 go version go1.15.5 linux/amd64 [Pipeline] } 17:25:19 $ docker stop --time=1 5a82a54f8604505543f7854d14b86b856702121a830f96042488569ddb161055 17:25:22 $ docker rm -f 5a82a54f8604505543f7854d14b86b856702121a830f96042488569ddb161055 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:25:23 + docker inspect -f . ci-base-image-x86_64 17:25:23 . [Pipeline] withDockerContainer 17:25:23 prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container 17:25:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:25:25 $ docker top ebe8e0ff4e77f9a91e40a7a6e068c0140ee9b16f5e5457ebedef10ba1b2de666 -eo pid,comm [Pipeline] { [Pipeline] echo 17:25:25 ========================================================= 17:25:25 [edgeXBuildGoParallel] Running Tests and Build... 17:25:25 ========================================================= [Pipeline] sh 17:25:27 + make test 17:25:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:25:50 ? github.com/edgexfoundry/edgex-go [no test files] 17:26:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30738 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 17:26:15 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 17:26:21 using credential edgex-jenkins-ssh 17:26:21 Cloning the remote Git repository 17:26:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:26:21 > git init /w/workspace/edgex-go/20 # timeout=10 17:26:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:26:21 > git --version # timeout=10 17:26:21 > git --version # 'git version 2.17.1' 17:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:26:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:26:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:26:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:26:43 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 17:26:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:26:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:26:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:26:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:26:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] // stage [Pipeline] } 17:26:43 Failed in branch arm64 17:26:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:26:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:26:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:26:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:26:43 > git config core.sparsecheckout # timeout=10 17:26:43 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 17:26:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:26:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:26:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:26:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:26:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.165s coverage: 45.9% of statements 17:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:26:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements 17:26:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.217s coverage: 100.0% of statements 17:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.805s coverage: 27.1% of statements 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.121s coverage: 100.0% of statements 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:27:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:27:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:27:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.421s coverage: 82.9% of statements 17:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:27:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.221s coverage: 78.9% of statements 17:27:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:27:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.721s coverage: 28.6% of statements 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:27:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.366s coverage: 100.0% of statements 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:27:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:27:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.325s coverage: 86.7% of statements 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:27:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.323s coverage: 97.5% of statements 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:27:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.110s coverage: 78.3% of statements 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:27:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.184s coverage: 92.8% of statements 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.169s coverage: 0.1% of statements 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:27:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.146s coverage: 47.1% of statements 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.195s coverage: 79.5% of statements 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements 17:27:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.109s coverage: 87.5% of statements 17:27:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.218s coverage: 94.4% of statements 17:27:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements 17:27:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.908s coverage: 81.9% of statements 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.379s coverage: 92.9% of statements 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.142s coverage: 77.8% of statements 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.347s coverage: 87.2% of statements 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.215s coverage: 75.5% of statements 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.103s coverage: 80.8% of statements 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.108s coverage: 84.6% of statements 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.425s coverage: 91.6% of statements 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.029s coverage: 62.4% of statements 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:27:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.183s coverage: 100.0% of statements 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.147s coverage: 91.3% of statements 17:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.093s coverage: 100.0% of statements 17:27:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.707s coverage: 73.7% of statements 17:27:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements 17:27:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.298s coverage: 69.0% of statements 17:27:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:27:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:27:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:27:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.197s coverage: 38.4% of statements 17:27:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:27:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:27:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.191s coverage: 89.5% of statements 17:27:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:27:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.149s coverage: 84.8% of statements 17:27:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.329s coverage: 47.0% of statements 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:27:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:27:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.081s coverage: 100.0% of statements 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:27:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.274s coverage: 87.1% of statements 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:27:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.419s coverage: 29.1% of statements 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.140s coverage: 99.0% of statements 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:28:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 96.5% of statements 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:28:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.202s coverage: 0.0% of statements 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:28:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:28:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.070s coverage: 87.9% of statements 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:28:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:28:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 17:28:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.076s coverage: 32.1% of statements 17:28:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.120s coverage: 100.0% of statements 17:28:04 GO111MODULE=on go vet ./... 17:29:28 gofmt -l . 17:29:28 [ "`gofmt -l .`" = "" ] 17:29:31 ./bin/test-go-mod-tidy.sh 17:29:34 ./bin/test-attribution-txt.sh [Pipeline] sh 17:29:38 + ls -al . 17:29:38 total 760 17:29:38 drwxrwxr-x 10 1001 1001 4096 Mar 20 17:29 . 17:29:38 drwxr-xr-x 4 root root 30 Mar 20 17:25 .. 17:29:38 -rw-rw-r-- 1 1001 1001 11 Mar 20 17:22 .dockerignore 17:29:38 drwxrwxr-x 8 1001 1001 179 Mar 20 17:22 .git 17:29:38 drwxrwxr-x 3 1001 1001 125 Mar 20 17:22 .github 17:29:38 -rw-rw-r-- 1 1001 1001 818 Mar 20 17:22 .gitignore 17:29:38 drwx------ 3 1001 1001 60 Mar 20 17:23 .semver 17:29:38 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:22 .sonarcloud.properties 17:29:38 -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:22 Attribution.txt 17:29:38 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:22 CONTRIBUTING.md 17:29:38 -rw-rw-r-- 1 1001 1001 931 Mar 20 17:22 Dockerfile.build 17:29:38 -rw-rw-r-- 1 1001 1001 863 Mar 20 17:22 Jenkinsfile 17:29:38 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:22 LICENSE 17:29:38 -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:22 Makefile 17:29:38 -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:22 README.md 17:29:38 -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:22 SECURITY.md 17:29:38 -rw-rw-r-- 1 1001 1001 5 Mar 20 17:23 VERSION 17:29:38 -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:22 ZMQWindows.md 17:29:38 drwxrwxr-x 2 1001 1001 117 Mar 20 17:22 bin 17:29:38 drwxrwxr-x 14 1001 1001 4096 Mar 20 17:22 cmd 17:29:38 -rw-r--r-- 1 root root 650607 Mar 20 17:28 coverage.out 17:29:38 -rw-r--r-- 1 root root 1056 Mar 20 17:29 go.mod 17:29:38 -rw-r--r-- 1 root root 22211 Mar 20 17:29 go.sum 17:29:38 drwxrwxr-x 8 1001 1001 127 Mar 20 17:22 internal 17:29:38 drwxrwxr-x 4 1001 1001 26 Mar 20 17:22 openapi 17:29:38 drwxrwxr-x 4 1001 1001 71 Mar 20 17:22 snap 17:29:38 -rw-rw-r-- 1 1001 1001 168 Mar 20 17:22 version.go [Pipeline] sh 17:29:39 + '[' -e coverage.out ] 17:29:39 + chown 1001:1001 coverage.out [Pipeline] stash 17:29:39 Stashed 1 file(s) [Pipeline] sh 17:29:40 + make build 17:29:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:29:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:30:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:30:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:30:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:30:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:30:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:30:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:31:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:31:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:31:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:31:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 17:31:22 $ docker stop --time=1 ebe8e0ff4e77f9a91e40a7a6e068c0140ee9b16f5e5457ebedef10ba1b2de666 17:31:25 $ docker rm -f ebe8e0ff4e77f9a91e40a7a6e068c0140ee9b16f5e5457ebedef10ba1b2de666 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:31:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:31:28 17:31:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:31:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:31:29 latest: Pulling from edgex-devops/edgex-compose 17:31:29 cbdbe7a5bc2a: Pulling fs layer 17:31:29 ca9280d653b3: Pulling fs layer 17:31:29 7e9c9ca2126c: Pulling fs layer 17:31:30 cbdbe7a5bc2a: Verifying Checksum 17:31:30 cbdbe7a5bc2a: Download complete 17:31:31 cbdbe7a5bc2a: Pull complete 17:31:31 ca9280d653b3: Verifying Checksum 17:31:31 ca9280d653b3: Download complete 17:31:33 7e9c9ca2126c: Download complete 17:31:34 ca9280d653b3: Pull complete 17:31:49 7e9c9ca2126c: Pull complete 17:31:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:31:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:31:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:31:50 prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container 17:31:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:31:53 $ docker top 85f05a196f73a585058f50ef79c9a4661795a6683cc562fd1a22fe20cd8b649d -eo pid,comm [Pipeline] { [Pipeline] sh 17:31:55 + grep parallel 17:31:55 + docker-compose build --help 17:31:56 --parallel Build images in parallel. [Pipeline] } 17:31:56 $ docker stop --time=1 85f05a196f73a585058f50ef79c9a4661795a6683cc562fd1a22fe20cd8b649d 17:31:58 $ docker rm -f 85f05a196f73a585058f50ef79c9a4661795a6683cc562fd1a22fe20cd8b649d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:31:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:31:59 . [Pipeline] withDockerContainer 17:31:59 prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container 17:31:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:32:00 $ docker top 8584920bf3e76825b2e6d74679164dee1e9e17c30136f17b3afc3847924841ca -eo pid,comm [Pipeline] { [Pipeline] sh 17:32:01 + docker-compose -f ./docker-compose-build.yml build --parallel 17:32:03 Building docker-core-command-go ... 17:32:03 Building docker-core-data-go ... 17:32:03 Building docker-core-metadata-go ... 17:32:03 Building docker-security-bootstrapper-go ... 17:32:03 Building docker-security-proxy-setup-go ... 17:32:03 Building docker-security-secretstore-setup-go ... 17:32:03 Building docker-support-notifications-go ... 17:32:03 Building docker-support-scheduler-go ... 17:32:03 Building docker-sys-mgmt-agent-go ... 17:32:03 Building docker-core-data-go 17:32:03 Building docker-support-scheduler-go 17:32:03 Building docker-security-secretstore-setup-go 17:32:03 Building docker-support-notifications-go 17:32:03 Building docker-security-bootstrapper-go 17:33:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:33:41 ---> e0383ee48945 17:33:41 Step 3/22 : WORKDIR /edgex-go 17:33:41 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:41 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:33:41 ---> e0383ee48945 17:33:41 Step 3/31 : WORKDIR /edgex-go 17:33:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:33:41 ---> e0383ee48945 17:33:41 Step 3/24 : WORKDIR /edgex-go 17:33:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:33:41 ---> e0383ee48945 17:33:41 Step 3/23 : WORKDIR /edgex-go 17:33:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:33:41 ---> e0383ee48945 17:33:41 Step 3/22 : WORKDIR /edgex-go 17:33:41 ---> Running in 355585ca5475 17:33:41 ---> Running in 6ec46ce9725e 17:33:41 ---> Running in 2cf1c4829922 17:33:41 ---> Running in 108b708e029f 17:33:41 ---> Running in c252eb0f9b1b 17:33:42 Removing intermediate container 6ec46ce9725e 17:33:42 ---> f2be73fbea0e 17:33:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:42 Removing intermediate container c252eb0f9b1b 17:33:42 ---> 28da012db642 17:33:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:42 Removing intermediate container 108b708e029f 17:33:42 ---> 92b43e76953d 17:33:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:42 Removing intermediate container 2cf1c4829922 17:33:42 ---> c1d04f73e63a 17:33:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:42 Removing intermediate container 355585ca5475 17:33:42 ---> ef40cfed3ce5 17:33:42 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:42 ---> Running in 01e17cb45444 17:33:42 ---> Running in 4a5d05ed666f 17:33:42 ---> Running in 0a15d543d53a 17:33:42 ---> Running in 997d7b03526a 17:33:42 ---> Running in 658b8d9dc89e 17:33:52 Removing intermediate container 0a15d543d53a 17:33:52 ---> ab314e384ce1 17:33:52 Step 5/24 : RUN apk add --update --no-cache make git 17:33:52 Removing intermediate container 658b8d9dc89e 17:33:52 ---> 0f6cfd1e6f99 17:33:52 Step 5/31 : RUN apk add --update --no-cache make git 17:33:52 Removing intermediate container 997d7b03526a 17:33:52 ---> 91d8b3fb2b03 17:33:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:33:52 ---> Running in b8e40287293e 17:33:52 ---> Running in 58476c4bf1dc 17:33:52 Removing intermediate container 01e17cb45444 17:33:52 ---> f456bb048f76 17:33:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:33:52 Removing intermediate container 4a5d05ed666f 17:33:52 ---> 7687fd314eb2 17:33:52 Step 5/22 : RUN apk add --update --no-cache make git 17:33:52 ---> Running in f7890f174871 17:33:52 ---> Running in a8242178452b 17:33:52 ---> Running in 57d2fb563292 17:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:33:56 OK: 233 MiB in 51 packages 17:33:56 OK: 233 MiB in 51 packages 17:33:57 OK: 233 MiB in 51 packages 17:33:57 OK: 233 MiB in 51 packages 17:33:58 OK: 233 MiB in 51 packages 17:33:59 Removing intermediate container b8e40287293e 17:33:59 ---> 69949b58c0c5 17:33:59 Step 6/24 : COPY go.mod . 17:33:59 Removing intermediate container f7890f174871 17:33:59 ---> fd5073baad57 17:33:59 Step 6/23 : COPY go.mod . 17:33:59 Removing intermediate container 58476c4bf1dc 17:33:59 ---> 0244b91ec37f 17:33:59 Step 6/31 : COPY go.mod . 17:33:59 Removing intermediate container 57d2fb563292 17:33:59 ---> c1aa41fcd1df 17:33:59 Step 6/22 : COPY go.mod . 17:33:59 Removing intermediate container a8242178452b 17:33:59 ---> 5faa2ff276e3 17:33:59 Step 6/22 : COPY go.mod . 17:34:00 ---> cd04e2f99cbb 17:34:00 Step 7/24 : RUN go mod download 17:34:00 ---> 71d02f99466d 17:34:00 Step 7/23 : RUN go mod download 17:34:00 ---> Running in f63fe1be3480 17:34:00 ---> Running in e910d976671e 17:34:00 ---> 4748bf72ff20 17:34:00 Step 7/22 : RUN go mod download 17:34:00 ---> 4182fbecdf87 17:34:00 Step 7/31 : RUN go mod download 17:34:00 ---> Running in 6c9059625017 17:34:00 ---> Running in d885d554ef36 17:34:00 ---> c465043efa79 17:34:00 Step 7/22 : RUN go mod download 17:34:00 ---> Running in ae0e87090367 17:34:07 Removing intermediate container 6c9059625017 17:34:07 ---> 125c5189e635 17:34:07 Step 8/22 : COPY . . 17:34:07 Removing intermediate container e910d976671e 17:34:07 ---> 46c1a75fc46f 17:34:07 Step 8/24 : COPY . . 17:34:07 Removing intermediate container ae0e87090367 17:34:07 ---> da3a19cf4bba 17:34:07 Step 8/22 : COPY . . 17:34:07 Removing intermediate container d885d554ef36 17:34:07 ---> abbac77de06e 17:34:07 Step 8/31 : COPY . . 17:34:07 Removing intermediate container f63fe1be3480 17:34:07 ---> 01d18783f759 17:34:07 Step 8/23 : COPY . . 17:36:31 ---> 07110ea5ffab 17:36:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:36:31 ---> ce4a15c0f658 17:36:31 Step 9/23 : RUN make cmd/core-data/core-data 17:36:31 ---> 0795ecfb8e2e 17:36:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:36:31 ---> cf11ab76f69f 17:36:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:36:31 ---> 7a860d0e2f39 17:36:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:36:31 ---> Running in 820b06c495a1 17:36:31 ---> Running in 511d32ffd666 17:36:31 ---> Running in 71ba25f830d9 17:36:31 ---> Running in cdf9d4e73100 17:36:31 ---> Running in ef04a981a38b 17:36:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:37:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:38:05 Removing intermediate container 71ba25f830d9 17:38:05 ---> 4c5b092e704e 17:38:05 17:38:05 Step 10/31 : FROM alpine:3.12 17:38:05 3.12: Pulling from library/alpine 17:38:11 Removing intermediate container cdf9d4e73100 17:38:11 ---> 970a716143e0 17:38:11 17:38:11 Step 10/22 : FROM alpine:3.12 17:38:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:38:11 Status: Downloaded newer image for alpine:3.12 17:38:11 ---> 88dd2752d2ea 17:38:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:38:11 3.12: Pulling from library/alpine 17:38:11 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:38:11 Status: Image is up to date for alpine:3.12 17:38:11 ---> 88dd2752d2ea 17:38:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:38:12 ---> Running in 3d694750f716 17:38:12 Removing intermediate container 820b06c495a1 17:38:12 ---> 88a6ddf9801f 17:38:12 17:38:12 Step 10/24 : FROM alpine:3.12 17:38:12 ---> Running in fabd40d0bfcb 17:38:13 ---> 88dd2752d2ea 17:38:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:38:15 Removing intermediate container ef04a981a38b 17:38:15 ---> cb43afba81e1 17:38:15 17:38:15 Step 10/22 : FROM alpine:3.12 17:38:15 ---> Running in 6bf4ede36f6e 17:38:15 ---> 88dd2752d2ea 17:38:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:38:15 Removing intermediate container fabd40d0bfcb 17:38:15 ---> 989fe720c1d5 17:38:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:38:17 ---> Running in d9f4930991d9 17:38:17 (1/1) Installing dumb-init (1.2.2-r1) 17:38:17 Executing busybox-1.31.1-r19.trigger 17:38:17 OK: 6 MiB in 15 packages 17:38:17 ---> Running in 47b3479d317f 17:38:19 Removing intermediate container 511d32ffd666 17:38:19 ---> 1f9d69cc308c 17:38:19 17:38:19 Step 10/23 : FROM alpine:3.12 17:38:19 ---> 88dd2752d2ea 17:38:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:38:20 ---> Running in 46fe955dedce 17:38:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:38:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:38:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:38:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:38:20 Removing intermediate container 46fe955dedce 17:38:20 ---> f3d879274de0 17:38:20 Step 12/23 : ENV APP_PORT=48080 17:38:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:38:20 (1/5) Installing ca-certificates (20191127-r4) 17:38:21 ---> Running in d21e1a84ddcf 17:38:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:38:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:38:21 (1/2) Installing ca-certificates (20191127-r4) 17:38:21 (2/2) Installing dumb-init (1.2.2-r1) 17:38:21 (3/5) Installing libcurl (7.69.1-r3) 17:38:21 Executing busybox-1.31.1-r19.trigger 17:38:21 (4/5) Installing curl (7.69.1-r3) 17:38:21 (5/5) Installing dumb-init (1.2.2-r1) 17:38:21 Executing busybox-1.31.1-r19.trigger 17:38:21 Executing ca-certificates-20191127-r4.trigger 17:38:21 Executing ca-certificates-20191127-r4.trigger 17:38:22 Removing intermediate container 3d694750f716 17:38:22 ---> d6407eb90f2d 17:38:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:38:22 (1/2) Installing dumb-init (1.2.2-r1) 17:38:22 OK: 7 MiB in 19 packages 17:38:22 (2/2) Installing su-exec (0.2-r1) 17:38:22 OK: 6 MiB in 16 packages 17:38:22 Executing busybox-1.31.1-r19.trigger 17:38:22 OK: 6 MiB in 16 packages 17:38:22 ---> Running in 6c8aade1657a 17:38:22 Removing intermediate container d21e1a84ddcf 17:38:22 ---> f0c7cac0d204 17:38:22 Step 13/23 : EXPOSE $APP_PORT 17:38:23 ---> Running in 021a15937e8c 17:38:23 Removing intermediate container 6c8aade1657a 17:38:23 ---> 097d8d867c10 17:38:23 Step 13/22 : ENV APP_PORT=48085 17:38:23 Removing intermediate container 021a15937e8c 17:38:23 ---> ab23d0688d3b 17:38:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:23 Removing intermediate container d9f4930991d9 17:38:23 ---> 83bceb2e95d0 17:38:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:38:24 Removing intermediate container 6bf4ede36f6e 17:38:24 ---> 8bf22c7a59c9 17:38:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:38:24 Removing intermediate container 47b3479d317f 17:38:24 ---> 0908e477e641 17:38:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:38:24 ---> Running in 8e86894008c3 17:38:24 ---> Running in 208e2232a53b 17:38:24 ---> Running in 014beae39920 17:38:24 ---> Running in c64ddb386a11 17:38:24 ---> Running in 15064eeb6388 17:38:25 Removing intermediate container 8e86894008c3 17:38:25 ---> f50f2e7d1583 17:38:25 Step 14/22 : EXPOSE $APP_PORT 17:38:25 Removing intermediate container 014beae39920 17:38:25 ---> c210cef7b635 17:38:25 Step 13/22 : ENV APP_PORT=48060 17:38:25 Removing intermediate container c64ddb386a11 17:38:25 ---> 74b8679e1217 17:38:25 Step 13/24 : WORKDIR / 17:38:25 Removing intermediate container 15064eeb6388 17:38:25 ---> f22f54114ca8 17:38:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:38:25 ---> Running in a4a1a6ac05ed 17:38:25 ---> Running in 8b09c7f23ebe 17:38:25 ---> Running in 7accc44185a2 17:38:25 ---> Running in 73ea7d734c1c 17:38:27 Removing intermediate container a4a1a6ac05ed 17:38:27 ---> 1a19b8b3a15e 17:38:27 Step 14/22 : EXPOSE $APP_PORT 17:38:27 Removing intermediate container 8b09c7f23ebe 17:38:27 ---> c50314a02b89 17:38:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:38:27 Removing intermediate container 73ea7d734c1c 17:38:27 ---> 4fc92dbed4c7 17:38:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:38:27 Removing intermediate container 7accc44185a2 17:38:27 ---> ec5eabe7fceb 17:38:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:38:27 ---> Running in 1a9e6f8bf2fe 17:38:27 ---> Running in b1dd4edbe6b2 17:38:27 Removing intermediate container 208e2232a53b 17:38:27 ---> f366f818e802 17:38:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:38:28 Removing intermediate container 1a9e6f8bf2fe 17:38:28 ---> 8fa7952cee69 17:38:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:38:28 ---> Running in 82fb59e0031b 17:38:28 ---> 5f1d60c64ca8 17:38:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:38:28 ---> 16c7e443ac80 17:38:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:38:29 ---> 0450f768928f 17:38:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:38:29 ---> 79fc6da64bc4 17:38:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:38:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:38:30 ---> 25fd17d13ed9 17:38:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:38:30 ---> 23b0af75422d 17:38:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:38:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:38:30 Removing intermediate container b1dd4edbe6b2 17:38:30 ---> 06fd504e2ac9 17:38:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:38:30 ---> d4ae33a1b2a3 17:38:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:38:31 ---> e80853177d2b 17:38:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:38:31 ---> Running in 9f9ba4058262 17:38:31 ---> Running in d417786b530e 17:38:31 (1/6) Installing dumb-init (1.2.2-r1) 17:38:31 (2/6) Installing libgcc (9.3.0-r2) 17:38:31 (3/6) Installing libsodium (1.0.18-r0) 17:38:31 (4/6) Installing libstdc++ (9.3.0-r2) 17:38:31 Removing intermediate container 9f9ba4058262 17:38:31 ---> 04aaeb62e479 17:38:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:38:32 ---> b56aa6948f51 17:38:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:38:32 Removing intermediate container d417786b530e 17:38:32 ---> 5decf9286e88 17:38:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:38:32 ---> ba762c892981 17:38:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:38:32 (5/6) Installing libzmq (4.3.3-r0) 17:38:32 (6/6) Installing zeromq (4.3.3-r0) 17:38:32 ---> Running in 7d86936f233c 17:38:32 ---> Running in e24ac6147380 17:38:32 Executing busybox-1.31.1-r19.trigger 17:38:32 OK: 8 MiB in 20 packages 17:38:32 ---> 4434e8169dac 17:38:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:38:33 ---> Running in 67f49c3df540 17:38:33 Removing intermediate container e24ac6147380 17:38:33 ---> 0186d9065f26 17:38:33 Step 20/22 : LABEL arch=x86_64 17:38:33 Removing intermediate container 7d86936f233c 17:38:33 ---> c6730d274fcc 17:38:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:38:33 ---> bc823f76ad5f 17:38:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:38:33 ---> Running in 870f5f89b102 17:38:33 ---> Running in fb81822aa67e 17:38:34 ---> 76f979b8bc78 17:38:34 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:38:34 Removing intermediate container 82fb59e0031b 17:38:34 ---> 50be276842cb 17:38:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:38:34 Removing intermediate container 870f5f89b102 17:38:34 ---> a2c8d0c89614 17:38:34 Step 21/22 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:38:34 Removing intermediate container fb81822aa67e 17:38:34 ---> 6ebcc6ef3a5d 17:38:34 Step 20/22 : LABEL arch=x86_64 17:38:34 ---> Running in c6edb68d7d25 17:38:34 ---> Running in 4cde9fb489bf 17:38:34 ---> Running in 04b06e4e58b1 17:38:35 ---> f3593cabc53b 17:38:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:38:35 Removing intermediate container 4cde9fb489bf 17:38:35 ---> 22d42135e592 17:38:35 Step 22/22 : LABEL version=0.0.0 17:38:35 Removing intermediate container 04b06e4e58b1 17:38:35 ---> f027929b90c2 17:38:35 Step 21/22 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:38:35 ---> Running in da7741deeb87 17:38:35 ---> Running in 2c149df29a03 17:38:37 Removing intermediate container da7741deeb87 17:38:37 ---> c265188aafdb 17:38:37 Step 22/22 : LABEL version=0.0.0 17:38:37 Removing intermediate container 2c149df29a03 17:38:37 ---> d2157bae0f7a 17:38:37 17:38:37 Removing intermediate container 67f49c3df540 17:38:37 ---> d15af460991c 17:38:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:38:37 ---> 50f17377f9d4 17:38:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:38:38 ---> Running in 9b48f9733bbb 17:38:38 Removing intermediate container c6edb68d7d25 17:38:38 ---> 0dffb799e9a5 17:38:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:38:39 ---> 58dbaa82409d 17:38:39 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:38:39 ---> Running in 7322f85e450b 17:38:39 Successfully built d2157bae0f7a 17:38:39 ---> f789379c30fe 17:38:39 Step 19/23 : ENTRYPOINT ["/core-data"] 17:38:39 Successfully tagged docker-support-scheduler-go:latest 17:38:39 Removing intermediate container 9b48f9733bbb 17:38:39 ---> b569c4fda26f 17:38:39 17:38:39  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 17:38:40 ---> Running in 096be5b6f872 17:38:40 Removing intermediate container 7322f85e450b 17:38:40 ---> 5a40d68b17f7 17:38:40 Step 22/24 : LABEL arch=x86_64 17:38:42 ---> Running in 8aec88379003 17:38:42 ---> 346a981eb54a 17:38:42 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:38:42 Successfully built b569c4fda26f 17:38:42 Successfully tagged docker-support-notifications-go:latest 17:38:42  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 17:38:42 Removing intermediate container 096be5b6f872 17:38:42 ---> ba4f51a737f1 17:38:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:38:42 Removing intermediate container 8aec88379003 17:38:42 ---> abd5eaae858e 17:38:42 Step 23/24 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:38:42 ---> Running in 01d75030bb5a 17:38:43 ---> Running in 85faa2f907b3 17:38:43 ---> a9a71aff1234 17:38:43 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:38:43 Removing intermediate container 01d75030bb5a 17:38:43 ---> acc05ca04a26 17:38:43 Step 21/23 : LABEL arch=x86_64 17:38:44 ---> Running in 7d647066e07e 17:38:44 Removing intermediate container 85faa2f907b3 17:38:44 ---> 4f7b6ce5137a 17:38:44 Step 24/24 : LABEL version=0.0.0 17:38:46 ---> 534b66fd6306 17:38:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:38:46 ---> Running in cfe9f410f434 17:38:47 Removing intermediate container 7d647066e07e 17:38:47 ---> f15c4580c128 17:38:47 Step 22/23 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:38:47 Removing intermediate container cfe9f410f434 17:38:47 ---> b4d719164e2e 17:38:47 17:38:47 ---> Running in 8dc9500e666b 17:38:48 ---> 83e8a22359e5 17:38:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:38:48 Successfully built b4d719164e2e 17:38:49 Successfully tagged docker-security-secretstore-setup-go:latest 17:38:49  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 17:38:49 Removing intermediate container 8dc9500e666b 17:38:49 ---> 98b778c1a95d 17:38:49 Step 23/23 : LABEL version=0.0.0 17:38:52 ---> Running in 74395bc359a6 17:38:52 ---> Running in 258faeb24d7c 17:38:54 Removing intermediate container 258faeb24d7c 17:38:54 ---> 2d2e71cc3098 17:38:54 17:38:54 Removing intermediate container 74395bc359a6 17:38:54 ---> d6f0a22bdb4e 17:38:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:38:54 Successfully built 2d2e71cc3098 17:38:54 Successfully tagged docker-core-data-go:latest 17:38:54 Building docker-core-command-go 17:38:55  Building docker-core-data-go ... done  ---> 5d09fc5f163a 17:38:55 Step 26/31 : RUN chmod +x /entrypoint.sh 17:38:55 ---> Running in 4a613eac945f 17:39:04 Removing intermediate container 4a613eac945f 17:39:04 ---> 325e55f76ed5 17:39:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:39:05 ---> Running in 72ecfe231749 17:39:06 Removing intermediate container 72ecfe231749 17:39:06 ---> 7cf63ac06436 17:39:06 Step 28/31 : CMD ["gate"] 17:39:06 ---> Running in e679ed218e98 17:39:08 Removing intermediate container e679ed218e98 17:39:08 ---> 7118c38254e8 17:39:08 Step 29/31 : LABEL arch=x86_64 17:39:09 ---> Running in ad221e8ec9dd 17:39:09 Removing intermediate container ad221e8ec9dd 17:39:09 ---> aaee233632e3 17:39:09 Step 30/31 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:39:11 ---> Running in 343b828846a6 17:39:13 Removing intermediate container 343b828846a6 17:39:13 ---> ed8abed94c3e 17:39:13 Step 31/31 : LABEL version=0.0.0 17:39:15 ---> Running in 30e6171fe839 17:39:16 Removing intermediate container 30e6171fe839 17:39:16 ---> 68d043c91d08 17:39:16 17:39:17 Successfully built 68d043c91d08 17:39:17 Successfully tagged docker-security-bootstrapper-go:latest 17:39:57  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:39:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:39:57 ---> e0383ee48945 17:39:57 Step 3/26 : WORKDIR /edgex-go 17:39:57 ---> Using cache 17:39:57 ---> ef40cfed3ce5 17:39:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:57 ---> Using cache 17:39:57 ---> 0f6cfd1e6f99 17:39:57 Step 5/26 : RUN apk add --update --no-cache make bash git 17:39:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:39:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:39:57 ---> e0383ee48945 17:39:57 Step 3/23 : WORKDIR /edgex-go 17:39:57 ---> Using cache 17:39:57 ---> ef40cfed3ce5 17:39:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:57 ---> Using cache 17:39:57 ---> 0f6cfd1e6f99 17:39:57 Step 5/23 : RUN apk add --update --no-cache make git 17:39:57 ---> Using cache 17:39:57 ---> 0244b91ec37f 17:39:57 Step 6/23 : COPY go.mod . 17:39:57 ---> Using cache 17:39:57 ---> 4182fbecdf87 17:39:57 Step 7/23 : RUN go mod download 17:39:57 ---> Using cache 17:39:57 ---> abbac77de06e 17:39:57 Step 8/23 : COPY . . 17:39:57 ---> Using cache 17:39:57 ---> 0795ecfb8e2e 17:39:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:39:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:39:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:39:57 ---> e0383ee48945 17:39:57 Step 3/21 : WORKDIR /edgex-go 17:39:57 ---> Using cache 17:39:57 ---> ef40cfed3ce5 17:39:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:57 ---> Using cache 17:39:57 ---> 0f6cfd1e6f99 17:39:57 Step 5/21 : RUN apk add --update --no-cache make git 17:39:57 ---> Using cache 17:39:57 ---> 0244b91ec37f 17:39:57 Step 6/21 : COPY go.mod . 17:39:57 ---> Using cache 17:39:57 ---> 4182fbecdf87 17:39:57 Step 7/21 : RUN go mod download 17:39:57 ---> Using cache 17:39:57 ---> abbac77de06e 17:39:57 Step 8/21 : COPY . . 17:39:57 ---> Using cache 17:39:57 ---> 0795ecfb8e2e 17:39:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:39:57 ---> Running in 4f5c02fc3ed1 17:39:57 ---> Running in f245918874e4 17:39:57 ---> Running in b028258ed556 17:39:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:39:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:39:57 ---> e0383ee48945 17:39:57 Step 3/23 : WORKDIR /edgex-go 17:39:57 ---> Using cache 17:39:57 ---> ef40cfed3ce5 17:39:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:57 ---> Using cache 17:39:57 ---> 0f6cfd1e6f99 17:39:57 Step 5/23 : RUN apk add --update --no-cache make git 17:39:57 ---> Using cache 17:39:57 ---> 0244b91ec37f 17:39:57 Step 6/23 : COPY go.mod . 17:39:57 ---> Using cache 17:39:57 ---> 4182fbecdf87 17:39:57 Step 7/23 : RUN go mod download 17:39:57 ---> Using cache 17:39:57 ---> abbac77de06e 17:39:57 Step 8/23 : COPY . . 17:39:57 ---> Using cache 17:39:57 ---> 0795ecfb8e2e 17:39:57 Step 9/23 : RUN make cmd/core-command/core-command 17:39:58 ---> Running in 67f58f20954c 17:40:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:40:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:40:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:40:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:40:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:40:11 OK: 233 MiB in 51 packages 17:40:14 Removing intermediate container 4f5c02fc3ed1 17:40:14 ---> 7164d2bef74d 17:40:14 Step 6/26 : COPY go.mod . 17:40:15 ---> 8db78d531ec4 17:40:15 Step 7/26 : RUN go mod download 17:40:15 ---> Running in c1470f6ad4e4 17:40:22 Removing intermediate container c1470f6ad4e4 17:40:22 ---> 8fdaaac05680 17:40:22 Step 8/26 : COPY . . 17:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:41:19 Removing intermediate container 67f58f20954c 17:41:19 ---> 4e50d8dcfdf1 17:41:19 17:41:19 Step 10/23 : FROM alpine:3.12 17:41:19 ---> 88dd2752d2ea 17:41:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:41:19 ---> Using cache 17:41:19 ---> d6407eb90f2d 17:41:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:41:19 ---> Using cache 17:41:19 ---> 097d8d867c10 17:41:19 Step 13/23 : ENV APP_PORT=48082 17:41:19 ---> Running in cef84c927a80 17:41:21 Removing intermediate container cef84c927a80 17:41:21 ---> 75a2d6cc928e 17:41:21 Step 14/23 : EXPOSE $APP_PORT 17:41:23 ---> Running in c49569684360 17:41:24 Removing intermediate container f245918874e4 17:41:24 ---> 570636d18464 17:41:24 17:41:24 Step 10/23 : FROM alpine:3.12 17:41:24 ---> 88dd2752d2ea 17:41:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:41:24 ---> Using cache 17:41:24 ---> d6407eb90f2d 17:41:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:41:24 ---> Using cache 17:41:24 ---> 097d8d867c10 17:41:24 Step 13/23 : ENV APP_PORT=48081 17:41:25 Removing intermediate container c49569684360 17:41:25 ---> 577ff3ad29a7 17:41:25 Step 15/23 : WORKDIR / 17:41:25 ---> Running in cb6b08c33051 17:41:26 ---> Running in 4bc356847f6d 17:41:26 Removing intermediate container b028258ed556 17:41:26 ---> bacb52434fc0 17:41:26 17:41:26 Step 10/21 : FROM alpine:3.12 17:41:26 ---> 88dd2752d2ea 17:41:26 Step 11/21 : RUN apk add --update --no-cache curl 17:41:26 Removing intermediate container cb6b08c33051 17:41:26 ---> 29f6d423b7b7 17:41:26 Step 14/23 : EXPOSE $APP_PORT 17:41:26 ---> Running in 0dc1d83dc4a7 17:41:26 ---> Running in 3b0815844b45 17:41:26 Removing intermediate container 4bc356847f6d 17:41:26 ---> ed7d0521c836 17:41:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:41:28 Removing intermediate container 3b0815844b45 17:41:28 ---> a6200eebe436 17:41:28 Step 15/23 : WORKDIR / 17:41:28 ---> 0158502ed043 17:41:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:41:28 ---> Running in b647a71c123a 17:41:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:41:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:41:29 (1/4) Installing ca-certificates (20191127-r4) 17:41:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:41:30 (3/4) Installing libcurl (7.69.1-r3) 17:41:30 (4/4) Installing curl (7.69.1-r3) 17:41:30 Executing busybox-1.31.1-r19.trigger 17:41:30 Executing ca-certificates-20191127-r4.trigger 17:41:30 OK: 7 MiB in 18 packages 17:41:30 Removing intermediate container b647a71c123a 17:41:30 ---> 55404ae253e5 17:41:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:41:30 ---> 2d2c1db77ad5 17:41:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:41:31 ---> 0abb5d4f7d63 17:41:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:41:31 ---> Running in 91cd8165b05b 17:41:31 ---> 19a73ceb7bcf 17:41:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:41:31 ---> 9bafe133e998 17:41:31 Step 19/23 : ENTRYPOINT ["/core-command"] 17:41:32 ---> Running in 31e2654061ed 17:41:33 Removing intermediate container 0dc1d83dc4a7 17:41:33 ---> 960356a29d71 17:41:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:41:33 ---> Running in 0bbef4328ca3 17:41:33 Removing intermediate container 31e2654061ed 17:41:33 ---> 4f181d262957 17:41:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:41:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:41:34 ---> Running in 5a82fa0e70ed 17:41:34 Removing intermediate container 0bbef4328ca3 17:41:34 ---> 4179cb46c2f4 17:41:34 Step 13/21 : WORKDIR /edgex 17:41:34 ---> 7ce5ccb3cab3 17:41:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:41:34 ---> Running in 782bbf0ff644 17:41:35 Removing intermediate container 5a82fa0e70ed 17:41:35 ---> 42b89d698ff2 17:41:35 Step 21/23 : LABEL arch=x86_64 17:41:35 ---> Running in c76ef4ea9f22 17:41:35 Removing intermediate container 782bbf0ff644 17:41:35 ---> 7b232be41e5f 17:41:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:41:35 ---> dd5c8443c98f 17:41:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:41:35 Removing intermediate container c76ef4ea9f22 17:41:35 ---> 8036bbadcebd 17:41:35 Step 22/23 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:41:35 ---> Running in 9da1fdf713e8 17:41:36 ---> Running in 44186e56e334 17:41:36 Removing intermediate container 9da1fdf713e8 17:41:36 ---> 6142f42f013c 17:41:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:41:36 ---> f5ebd6d13f34 17:41:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:41:37 ---> Running in 2e85917418ef 17:41:37 Removing intermediate container 44186e56e334 17:41:37 ---> fa2b2e1aab43 17:41:37 Step 23/23 : LABEL version=0.0.0 17:41:37 ---> Running in eec057696759 17:41:38 Removing intermediate container 2e85917418ef 17:41:38 ---> 573a27e5ae68 17:41:38 Step 21/23 : LABEL arch=x86_64 17:41:38 Removing intermediate container eec057696759 17:41:38 ---> c7006287caaf 17:41:38 17:41:39 ---> Running in 400a84ab91eb 17:41:39 ---> a104b3c0034b 17:41:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:41:41 Successfully built c7006287caaf 17:41:42 Successfully tagged docker-core-command-go:latest 17:41:42 Removing intermediate container 400a84ab91eb 17:41:42 ---> 3e739e642b2b 17:41:42 Step 22/23 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:41:42  Building docker-core-command-go ... done  ---> 3474a96414b1 17:41:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:41:43 ---> Running in 6bf4f1807ecb 17:41:44 ---> Running in dc25cf084077 17:41:44 Removing intermediate container 6bf4f1807ecb 17:41:44 ---> 7f69f2330526 17:41:44 Step 23/23 : LABEL version=0.0.0 17:41:45 Removing intermediate container dc25cf084077 17:41:45 ---> e2da1d533482 17:41:45 Step 18/21 : CMD ["--init=true"] 17:41:45 ---> Running in 77899495eaa7 17:41:46 ---> Running in 8751a5b9918d 17:41:46 Removing intermediate container 77899495eaa7 17:41:46 ---> 6c7da9826481 17:41:46 17:41:48 Removing intermediate container 8751a5b9918d 17:41:48 ---> fdb3e9170ef1 17:41:48 Step 19/21 : LABEL arch=x86_64 17:41:48 ---> Running in 5a7a32b72a15 17:41:48 Successfully built 6c7da9826481 17:41:48 Successfully tagged docker-core-metadata-go:latest 17:41:50  Building docker-core-metadata-go ... done Removing intermediate container 5a7a32b72a15 17:41:50 ---> 135fe89cd28c 17:41:50 Step 20/21 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:41:50 ---> Running in 559702f1e25c 17:41:51 Removing intermediate container 559702f1e25c 17:41:51 ---> 4b80881b510e 17:41:51 Step 21/21 : LABEL version=0.0.0 17:41:51 ---> Running in 111dc867c471 17:41:53 Removing intermediate container 111dc867c471 17:41:53 ---> 41cc6c7bb0b1 17:41:53 17:41:54 Successfully built 41cc6c7bb0b1 17:41:54 Successfully tagged docker-security-proxy-setup-go:latest 17:42:18  Building docker-security-proxy-setup-go ... done Removing intermediate container 91cd8165b05b 17:42:18 ---> ffad864f8dfb 17:42:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:42:18 ---> Running in 4894f21bc8e1 17:42:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:42:18 Removing intermediate container 4894f21bc8e1 17:42:18 ---> e874a3f3fc77 17:42:18 17:42:18 Step 11/26 : FROM docker:20.10.0 17:42:18 20.10.0: Pulling from library/docker 17:42:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:42:29 Status: Downloaded newer image for docker:20.10.0 17:42:29 ---> aefe523efa57 17:42:29 Step 12/26 : RUN apk add --no-cache bash 17:42:29 ---> Running in 77fbd5ba5842 17:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:42:30 (1/2) Installing readline (8.0.4-r0) 17:42:30 (2/2) Installing bash (5.0.17-r0) 17:42:31 Executing bash-5.0.17-r0.post-install 17:42:31 Executing busybox-1.31.1-r19.trigger 17:42:31 OK: 12 MiB in 22 packages 17:42:33 Removing intermediate container 77fbd5ba5842 17:42:33 ---> 6776a9836df2 17:42:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:42:33 ---> Running in edb1d834e6af 17:42:34 Removing intermediate container edb1d834e6af 17:42:34 ---> 418290e69e08 17:42:34 Step 14/26 : ENV APP_PORT=48090 17:42:34 ---> Running in a6291c3ab5d3 17:42:34 Removing intermediate container a6291c3ab5d3 17:42:34 ---> 8177bc27257c 17:42:34 Step 15/26 : EXPOSE $APP_PORT 17:42:34 ---> Running in e49678338bc6 17:42:34 Removing intermediate container e49678338bc6 17:42:34 ---> 101bc03b5873 17:42:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:42:37 ---> d177517aa4a7 17:42:37 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:42:39 ---> 007c3db0e083 17:42:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:42:40 ---> 0ca09f8f6cee 17:42:40 Step 19/26 : RUN apk --no-cache add py3-pip 17:42:40 ---> Running in a99807378c28 17:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:42:43 (1/33) Installing libbz2 (1.0.8-r1) 17:42:43 (2/33) Installing expat (2.2.9-r1) 17:42:43 (3/33) Installing libffi (3.3-r2) 17:42:43 (4/33) Installing gdbm (1.13-r1) 17:42:43 (5/33) Installing xz-libs (5.2.5-r0) 17:42:43 (6/33) Installing sqlite-libs (3.32.1-r0) 17:42:43 (7/33) Installing python3 (3.8.8-r0) 17:42:44 (8/33) Installing py3-appdirs (1.4.4-r1) 17:42:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:42:44 (10/33) Installing py3-parsing (2.4.7-r0) 17:42:44 (11/33) Installing py3-six (1.15.0-r0) 17:42:44 (12/33) Installing py3-packaging (20.4-r0) 17:42:44 (13/33) Installing py3-setuptools (47.0.0-r0) 17:42:44 (14/33) Installing py3-chardet (3.0.4-r4) 17:42:44 (15/33) Installing py3-idna (2.9-r0) 17:42:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:42:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:42:44 (18/33) Installing py3-requests (2.23.0-r0) 17:42:45 (19/33) Installing py3-msgpack (1.0.0-r0) 17:42:45 (20/33) Installing py3-lockfile (0.12.2-r3) 17:42:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:42:45 (22/33) Installing py3-colorama (0.4.3-r0) 17:42:45 (23/33) Installing py3-distlib (0.3.0-r0) 17:42:45 (24/33) Installing py3-distro (1.5.0-r1) 17:42:45 (25/33) Installing py3-webencodings (0.5.1-r3) 17:42:45 (26/33) Installing py3-html5lib (1.0.1-r4) 17:42:45 (27/33) Installing py3-pytoml (0.1.21-r0) 17:42:45 (28/33) Installing py3-pep517 (0.8.2-r0) 17:42:45 (29/33) Installing py3-progress (1.5-r0) 17:42:45 (30/33) Installing py3-toml (0.10.1-r0) 17:42:45 (31/33) Installing py3-retrying (1.3.3-r0) 17:42:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:42:45 (33/33) Installing py3-pip (20.1.1-r0) 17:42:45 Executing busybox-1.31.1-r19.trigger 17:42:45 OK: 71 MiB in 55 packages 17:42:58 Removing intermediate container a99807378c28 17:42:58 ---> 9f13f27329f2 17:42:58 Step 20/26 : RUN pip install docker-compose==1.23.2 17:42:58 ---> Running in cf1694cb2c45 17:43:01 Collecting docker-compose==1.23.2 17:43:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:43:01 Collecting docopt<0.7,>=0.6.1 17:43:01 Downloading docopt-0.6.2.tar.gz (25 kB) 17:43:02 Collecting PyYAML<4,>=3.10 17:43:02 Downloading PyYAML-3.13.tar.gz (270 kB) 17:43:03 Collecting cached-property<2,>=1.2.0 17:43:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:43:03 Collecting jsonschema<3,>=2.5.1 17:43:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:43:04 Collecting docker<4.0,>=3.6.0 17:43:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:43:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:43:04 Collecting websocket-client<1.0,>=0.32.0 17:43:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:43:04 Collecting texttable<0.10,>=0.9.0 17:43:04 Downloading texttable-0.9.1.tar.gz (11 kB) 17:43:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:43:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:43:05 Collecting dockerpty<0.5,>=0.4.1 17:43:05 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:43:06 Collecting docker-pycreds>=0.4.0 17:43:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:43:07 Collecting idna<2.8,>=2.5 17:43:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:43:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:43:07 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:43:07 Collecting urllib3<1.25,>=1.21.1 17:43:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:43:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:43:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:43:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:43:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:43:07 Installing collected packages: docopt, PyYAML, cached-property, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, docker-compose 17:43:07 Running setup.py install for docopt: started 17:43:08 Running setup.py install for docopt: finished with status 'done' 17:43:08 Running setup.py install for PyYAML: started 17:43:09 Running setup.py install for PyYAML: finished with status 'done' 17:43:09 Attempting uninstall: idna 17:43:09 Found existing installation: idna 2.9 17:43:09 Uninstalling idna-2.9: 17:43:09 Successfully uninstalled idna-2.9 17:43:10 Attempting uninstall: urllib3 17:43:10 Found existing installation: urllib3 1.25.9 17:43:10 Uninstalling urllib3-1.25.9: 17:43:10 Successfully uninstalled urllib3-1.25.9 17:43:10 Attempting uninstall: requests 17:43:10 Found existing installation: requests 2.23.0 17:43:10 Uninstalling requests-2.23.0: 17:43:11 Successfully uninstalled requests-2.23.0 17:43:12 Running setup.py install for texttable: started 17:43:12 Running setup.py install for texttable: finished with status 'done' 17:43:12 Running setup.py install for dockerpty: started 17:43:13 Running setup.py install for dockerpty: finished with status 'done' 17:43:14 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 17:43:19 Removing intermediate container cf1694cb2c45 17:43:19 ---> f441648a059f 17:43:19 Step 21/26 : RUN apk --no-cache add curl 17:43:19 ---> Running in c01e7fd94f71 17:43:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:43:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:43:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:43:22 (2/3) Installing libcurl (7.69.1-r3) 17:43:22 (3/3) Installing curl (7.69.1-r3) 17:43:22 Executing busybox-1.31.1-r19.trigger 17:43:22 OK: 72 MiB in 58 packages 17:43:23 Removing intermediate container c01e7fd94f71 17:43:23 ---> 9529a88f2170 17:43:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:43:23 ---> Running in 21fdbddc6bc8 17:43:24 Removing intermediate container 21fdbddc6bc8 17:43:24 ---> 7928b00901ef 17:43:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:43:24 ---> Running in f4168575b4f2 17:43:25 Removing intermediate container f4168575b4f2 17:43:25 ---> 906f7684c3dc 17:43:25 Step 24/26 : LABEL arch=x86_64 17:43:25 ---> Running in ef9d79b5b3da 17:43:25 Removing intermediate container ef9d79b5b3da 17:43:25 ---> 642b4647ad42 17:43:25 Step 25/26 : LABEL git_sha=a9ce6e4000e0abdd0c9f7e0a19288e6cd1588f8f 17:43:25 ---> Running in 137db6853fdc 17:43:26 Removing intermediate container 137db6853fdc 17:43:26 ---> 894fd7300dcc 17:43:26 Step 26/26 : LABEL version=0.0.0 17:43:27 ---> Running in 7bdd312e65c3 17:43:27 Removing intermediate container 7bdd312e65c3 17:43:27 ---> f448b05f06db 17:43:27 17:43:28 Successfully built f448b05f06db 17:43:28 Successfully tagged docker-sys-mgmt-agent-go:latest 17:43:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:43:29 $ docker stop --time=1 8584920bf3e76825b2e6d74679164dee1e9e17c30136f17b3afc3847924841ca 17:43:32 $ docker rm -f 8584920bf3e76825b2e6d74679164dee1e9e17c30136f17b3afc3847924841ca [Pipeline] // withDockerContainer [Pipeline] sh 17:43:34 + grep docker 17:43:34 + docker images 17:43:35 docker-sys-mgmt-agent-go latest f448b05f06db 7 seconds ago 313MB 17:43:35 docker-security-proxy-setup-go latest 41cc6c7bb0b1 About a minute ago 24.7MB 17:43:35 docker-core-metadata-go latest 6c7da9826481 About a minute ago 19.1MB 17:43:35 docker-core-command-go latest c7006287caaf About a minute ago 17.3MB 17:43:35 docker-security-bootstrapper-go latest 68d043c91d08 4 minutes ago 18.8MB 17:43:35 docker-core-data-go latest 2d2e71cc3098 4 minutes ago 22.6MB 17:43:35 docker-security-secretstore-setup-go latest b4d719164e2e 4 minutes ago 24.9MB 17:43:35 docker-support-notifications-go latest b569c4fda26f 4 minutes ago 17.9MB 17:43:35 docker-support-scheduler-go latest d2157bae0f7a 4 minutes ago 17.3MB 17:43:35 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [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] { (Snap) [Pipeline] findFiles [Pipeline] node 17:43:50 Still waiting to schedule task 17:43:50 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-30747’ 17:44:58 Running on prd-ubuntu18.04-docker-8c-8g-30748 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 17:44:58 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 17:45:00 using credential edgex-jenkins-ssh 17:45:00 Cloning the remote Git repository 17:45:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:45:00 > git init /w/workspace/edgex-go/20 # timeout=10 17:45:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:45:00 > git --version # timeout=10 17:45:00 > git --version # 'git version 2.17.1' 17:45:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:45:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:45:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:45:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:45:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:45:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:45:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:45:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:45:09 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:45:10 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } 17:45:09 > git config core.sparsecheckout # timeout=10 17:45:09 > git checkout -f 6fc40daf9f5dfd0d8aaa3f6894e7ad2b8ca4dc3c # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:45:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:45:14 ---> package-listing.sh 17:45:14 ++ tr '[:upper:]' '[:lower:]' 17:45:14 ++ facter osfamily 17:45:14 + OS_FAMILY=redhat 17:45:14 + workspace=/w/workspace/edgex-go/20 17:45:14 + START_PACKAGES=/tmp/packages_start.txt 17:45:14 + END_PACKAGES=/tmp/packages_end.txt 17:45:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:45:14 + PACKAGES=/tmp/packages_start.txt 17:45:14 + '[' /w/workspace/edgex-go/20 ']' 17:45:14 + PACKAGES=/tmp/packages_end.txt 17:45:14 + case "${OS_FAMILY}" in 17:45:14 + rpm -qa 17:45:14 + sort 17:45:22 + '[' -f /tmp/packages_start.txt ']' 17:45:22 + '[' -f /tmp/packages_end.txt ']' 17:45:22 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:45:22 + '[' /w/workspace/edgex-go/20 ']' 17:45:22 + mkdir -p /w/workspace/edgex-go/20/archives/ 17:45:22 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo 17:45:22 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:45:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:45:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:45:23 17:45:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:45:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:45:23 alpine: Pulling from edgex-lftools-log-publisher 17:45:23 df20fa9351a1: Pulling fs layer 17:45:23 36b3adc4ff6f: Pulling fs layer 17:45:23 8ad3a11d3b57: Pulling fs layer 17:45:23 46f8f816bc3b: Pulling fs layer 17:45:23 93b61091891f: Pulling fs layer 17:45:23 93b9cdb0e59b: Pulling fs layer 17:45:23 5e14af77c1be: Pulling fs layer 17:45:23 01666e4c0597: Pulling fs layer 17:45:23 aa168da1d23b: Pulling fs layer 17:45:23 46f8f816bc3b: Waiting 17:45:23 93b61091891f: Waiting 17:45:23 93b9cdb0e59b: Waiting 17:45:23 5e14af77c1be: Waiting 17:45:23 01666e4c0597: Waiting 17:45:23 aa168da1d23b: Waiting 17:45:23 36b3adc4ff6f: Verifying Checksum 17:45:23 36b3adc4ff6f: Download complete 17:45:24 46f8f816bc3b: Verifying Checksum 17:45:24 46f8f816bc3b: Download complete 17:45:24 df20fa9351a1: Verifying Checksum 17:45:24 df20fa9351a1: Download complete 17:45:24 93b9cdb0e59b: Verifying Checksum 17:45:24 93b9cdb0e59b: Download complete 17:45:24 5e14af77c1be: Verifying Checksum 17:45:24 5e14af77c1be: Download complete 17:45:24 01666e4c0597: Verifying Checksum 17:45:24 01666e4c0597: Download complete 17:45:24 93b61091891f: Download complete 17:45:24 8ad3a11d3b57: Verifying Checksum 17:45:24 8ad3a11d3b57: Download complete 17:45:24 df20fa9351a1: Pull complete 17:45:25 36b3adc4ff6f: Pull complete 17:45:27 8ad3a11d3b57: Pull complete 17:45:27 aa168da1d23b: Verifying Checksum 17:45:27 aa168da1d23b: Download complete 17:45:28 46f8f816bc3b: Pull complete 17:45:30 93b61091891f: Pull complete 17:45:30 93b9cdb0e59b: Pull complete 17:45:30 5e14af77c1be: Pull complete 17:45:30 01666e4c0597: Pull complete 17:45:49 aa168da1d23b: Pull complete 17:45:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:45:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:45:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:45:49 prd-centos7-docker-4c-2g-30725 does not seem to be running inside a container 17:45:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:45:57 $ docker top e9f02f53078c4757b71f8bf0973300ae894b893c947688d52aff672e92014e93 -eo pid,comm [Pipeline] { [Pipeline] sh 17:45:58 + touch /tmp/pre-build-complete [Pipeline] sh 17:45:58 + mkdir -p /var/log/sa [Pipeline] sh 17:45:58 + ls /var/log/sa-host 17:45:58 + sadf -c /var/log/sa-host/sa20 17:45:58 file_magic: OK 17:45:58 HZ: Using current value: 100 17:45:58 file_header: OK 17:45:58 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 17:45:58 Statistics: 17:45:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:45:58 File successfully converted to sysstat format version 12.2.1 17:45:58 + sadf -c /var/log/sa-host/sa23 17:45:58 file_magic: OK 17:45:58 HZ: Using current value: 100 17:45:58 file_header: OK 17:45:58 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 17:45:58 Statistics: 17:45:58 Hnuu...uuuununununu... 17:45:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:45:59 provisioning config files... 17:45:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config2670251295603018930tmp [Pipeline] { [Pipeline] echo 17:45:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:46:00 ---> create-netrc.sh [Pipeline] } 17:46:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:46:00 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:46:00 ---> python-tools-install.sh [Pipeline] echo 17:46:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:46:01 ---> sudo-logs.sh 17:46:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:46:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:46:01 ---> job-cost.sh 17:46:02 lf-activate-venv: SKIPPING 17:46:02 INFO: No Stack... 17:46:03 INFO: Retrieving Pricing Info for: v1-standard-2 17:46:04 INFO: Archiving Costs [Pipeline] echo 17:46:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:46:04 ---> logs-deploy.sh 17:46:04 lf-activate-venv: SKIPPING 17:46:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/20 17:46:04 INFO: archiving workspace using pattern(s): 17:46:07 Archives upload complete. 17:46:08 INFO: archiving logs to Nexus 17:46:10 ---> uname -a: 17:46:10 Linux prd-centos7-docker-4c-2g-30725.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:46:10 17:46:10 17:46:10 ---> lscpu: 17:46:10 Architecture: x86_64 17:46:10 CPU op-mode(s): 32-bit, 64-bit 17:46:10 Byte Order: Little Endian 17:46:10 Address sizes: 40 bits physical, 48 bits virtual 17:46:10 CPU(s): 4 17:46:10 On-line CPU(s) list: 0-3 17:46:10 Thread(s) per core: 1 17:46:10 Core(s) per socket: 1 17:46:10 Socket(s): 4 17:46:10 NUMA node(s): 1 17:46:10 Vendor ID: GenuineIntel 17:46:10 CPU family: 6 17:46:10 Model: 44 17:46:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:46:10 Stepping: 1 17:46:10 CPU MHz: 2933.438 17:46:10 BogoMIPS: 5866.87 17:46:10 Virtualization: VT-x 17:46:10 Hypervisor vendor: KVM 17:46:10 Virtualization type: full 17:46:10 L1d cache: 128 KiB 17:46:10 L1i cache: 128 KiB 17:46:10 L2 cache: 16 MiB 17:46:10 L3 cache: 64 MiB 17:46:10 NUMA node0 CPU(s): 0-3 17:46:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:46:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:46:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:46:10 Vulnerability Meltdown: Mitigation; PTI 17:46:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:46:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:46:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:46:10 Vulnerability Srbds: Not affected 17:46:10 Vulnerability Tsx async abort: Not affected 17:46:10 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:46:10 17:46:10 17:46:10 ---> nproc: 17:46:10 4 17:46:10 17:46:10 17:46:10 ---> df -h: 17:46:10 Filesystem Size Used Available Use% Mounted on 17:46:10 overlay 50.0G 10.9G 39.1G 22% / 17:46:10 tmpfs 64.0M 0 64.0M 0% /dev 17:46:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:46:10 shm 64.0M 0 64.0M 0% /dev/shm 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /facter-os 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/resolv.conf 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hostname 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hosts 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/secure 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/auth.log 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /run/cloud-init/result.json 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/sa-host 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/20 17:46:10 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/20@tmp 17:46:10 17:46:10 17:46:10 ---> free -m: 17:46:10 total used free shared buff/cache available 17:46:10 Mem: 1837 698 231 0 907 1054 17:46:10 Swap: 1023 58 965 17:46:10 17:46:10