Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than 04f28bc93fad0cade56204b58c36b2c87eb820be Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29510 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 04f28bc93fad0cade56204b58c36b2c87eb820be Merge succeeded, producing 04f28bc93fad0cade56204b58c36b2c87eb820be Checking out Revision 04f28bc93fad0cade56204b58c36b2c87eb820be (PR-3250) > 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 Commit message: "feat: Add required readWrite filed to deviceCommand" > git rev-list --no-walk 9f096b0d8c06001cd478bbb1c49927610bc59fd4 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:36:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:36:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:36:17 ========================================================= 10:36:17 EdgeX Global Pipelines Version Info 10:36:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:36:19 ------------------- 10:36:19 stable info: 10:36:19 ------------------- 10:36:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:36:19 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 10:36:19 Message: update stable to v1.0.184 10:36:20 ------------------- 10:36:20 experimental info: 10:36:20 ------------------- 10:36:20 Commited By: **** collab-it+edgex@linuxfoundation.org 10:36:20 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 10:36:20 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:36:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:36:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:36:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:36:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:36:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:36:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:36:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:36:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 10:36:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 10:36:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 10:36:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 04f28bc93fad0cade56204b58c36b2c87eb820be [Pipeline] echo 10:36:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 04f28bc [Pipeline] echo 10:36:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:36:23 provisioning config files... 10:36:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1737276285460919549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:36:24 ---> docker-login.sh 10:36:24 nexus3.edgexfoundry.org:10001 10:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:24 Configure a credential helper to remove this warning. See 10:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:24 10:36:24 Login Succeeded 10:36:24 nexus3.edgexfoundry.org:10002 10:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:24 Configure a credential helper to remove this warning. See 10:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:24 10:36:24 Login Succeeded 10:36:24 nexus3.edgexfoundry.org:10003 10:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:24 Configure a credential helper to remove this warning. See 10:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:24 10:36:24 Login Succeeded 10:36:24 nexus3.edgexfoundry.org:10004 10:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:25 Configure a credential helper to remove this warning. See 10:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:25 10:36:25 Login Succeeded 10:36:25 docker.io 10:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:36:25 Configure a credential helper to remove this warning. See 10:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:36:25 10:36:25 Login Succeeded 10:36:25 ---> docker-login.sh ends [Pipeline] } 10:36:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:36:26 ++ 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 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/core-command/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo core-command,cmd/core-command/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/core-data/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo core-data,cmd/core-data/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/core-metadata/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo core-metadata,cmd/core-metadata/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/security-bootstrapper/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/security-proxy-setup/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/support-notifications/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo support-notifications,cmd/support-notifications/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/support-scheduler/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:36:26 + for file in '`ls cmd/**/Dockerfile`' 10:36:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:36:26 ++ cut -d/ -f2 10:36:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:36:26 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 10:36:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:36:27 10:36:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:36:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:36:27 latest: Pulling from edgex-devops/git-semver 10:36:27 31603596830f: Pulling fs layer 10:36:27 2a8b12db71e7: Pulling fs layer 10:36:27 6ca5941a6612: Pulling fs layer 10:36:27 ecc8261a40a4: Pulling fs layer 10:36:27 ecc8261a40a4: Waiting 10:36:27 2a8b12db71e7: Verifying Checksum 10:36:27 2a8b12db71e7: Download complete 10:36:27 31603596830f: Verifying Checksum 10:36:27 31603596830f: Download complete 10:36:28 6ca5941a6612: Verifying Checksum 10:36:28 6ca5941a6612: Download complete 10:36:28 ecc8261a40a4: Verifying Checksum 10:36:28 ecc8261a40a4: Download complete 10:36:28 31603596830f: Pull complete 10:36:28 2a8b12db71e7: Pull complete 10:36:29 6ca5941a6612: Pull complete 10:36:29 ecc8261a40a4: Pull complete 10:36:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:36:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:36:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:36:29 prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container 10:36:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 10:36:31 $ docker top 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:36:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:36:32 [ssh-agent] Looking for ssh-agent implementation... 10:36:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:36:32 $ docker exec 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent 10:36:32 SSH_AUTH_SOCK=/tmp/ssh-XLCFzKNMEbok/agent.13 10:36:32 SSH_AGENT_PID=19 10:36:32 Running ssh-add (command line suppressed) 10:36:32 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6874691814127262681.key (/w/workspace/edgex-go/4@tmp/private_key_6874691814127262681.key) 10:36:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:36:33 + git tag --points-at HEAD [Pipeline] } 10:36:33 $ docker exec --env ******** --env ******** 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent -k 10:36:33 unset SSH_AUTH_SOCK; 10:36:33 unset SSH_AGENT_PID; 10:36:33 echo Agent pid 19 killed; 10:36:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:36:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:36:33 [ssh-agent] Looking for ssh-agent implementation... 10:36:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:36:33 $ docker exec 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent 10:36:33 SSH_AUTH_SOCK=/tmp/ssh-RlaYn8EDgmZ2/agent.47 10:36:33 SSH_AGENT_PID=52 10:36:33 Running ssh-add (command line suppressed) 10:36:34 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6199729985303065025.key (/w/workspace/edgex-go/4@tmp/private_key_6199729985303065025.key) 10:36:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:36:34 + git semver init 10:36:34 # -> Open(): unable to determine branch for HEAD 10:36:34 # $GIT_DIR = /w/workspace/edgex-go/4/.git 10:36:34 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 10:36:34 # $SEMVER_REMOTE_NAME = origin 10:36:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:36:34 # $SEMVER_USER_NAME = edgex-jenkins 10:36:34 # $SEMVER_BRANCH = PR-3250 10:36:34 # $SEMVER_TEMP = /tmp/semver-438410775 10:36:34 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:36:52 # '/tmp/semver-438410775' -> '/w/workspace/edgex-go/4/.semver' 10:36:52 # -> Force: false 10:36:52 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 10:36:52 $ docker exec --env ******** --env ******** 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 ssh-agent -k 10:36:52 unset SSH_AUTH_SOCK; 10:36:52 unset SSH_AGENT_PID; 10:36:52 echo Agent pid 52 killed; 10:36:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:36:53 + git semver [Pipeline] } 10:36:53 $ docker stop --time=1 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 10:36:55 $ docker rm -f 68a32d2b1913a8b9eb51d35cd2ccf12dcaf041cee73ce38182872fb46ea4bc92 [Pipeline] // withDockerContainer [Pipeline] sh 10:36:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:36:56 Stashed 1 file(s) [Pipeline] echo 10:36:56 [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 10:36:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:36:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:36:57 + sudo service docker restart 10:36:57 + true 10:36:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:36:58 ========================================================= 10:36:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:36:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:36:58 + 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 . 10:37:02 Sending build context to Docker daemon 328.5MB 10:37:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:37:02 Step 2/6 : FROM ${BASE} 10:37:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:37:02 188c0c94c7c5: Pulling fs layer 10:37:02 0ef7d3d256c8: Pulling fs layer 10:37:02 de9db76c5a1d: Pulling fs layer 10:37:02 bca2f99d35d6: Pulling fs layer 10:37:02 93359f2a8cfa: Pulling fs layer 10:37:02 7c6f9722023f: Pulling fs layer 10:37:02 a35cf1a2eb13: Pulling fs layer 10:37:02 bca2f99d35d6: Waiting 10:37:02 93359f2a8cfa: Waiting 10:37:02 7c6f9722023f: Waiting 10:37:02 a35cf1a2eb13: Waiting 10:37:02 de9db76c5a1d: Verifying Checksum 10:37:02 de9db76c5a1d: Download complete 10:37:02 0ef7d3d256c8: Verifying Checksum 10:37:02 0ef7d3d256c8: Download complete 10:37:02 93359f2a8cfa: Download complete 10:37:02 7c6f9722023f: Verifying Checksum 10:37:02 7c6f9722023f: Download complete 10:37:02 188c0c94c7c5: Verifying Checksum 10:37:02 188c0c94c7c5: Download complete 10:37:02 188c0c94c7c5: Pull complete 10:37:02 0ef7d3d256c8: Pull complete 10:37:02 de9db76c5a1d: Pull complete 10:37:04 a35cf1a2eb13: Verifying Checksum 10:37:04 a35cf1a2eb13: Download complete 10:37:04 bca2f99d35d6: Verifying Checksum 10:37:04 bca2f99d35d6: Download complete 10:37:10 bca2f99d35d6: Pull complete 10:37:10 93359f2a8cfa: Pull complete 10:37:10 7c6f9722023f: Pull complete 10:37:11 Still waiting to schedule task 10:37:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:37:14 a35cf1a2eb13: Pull complete 10:37:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:37:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:37:14 ---> a62c8e92a672 10:37:14 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 10:37:14 ---> Running in 73f069a77eca 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:37:16 (1/12) Installing libmagic (5.38-r0) 10:37:16 (2/12) Installing file (5.38-r0) 10:37:16 (3/12) Installing libc-dev (0.7.2-r3) 10:37:16 (4/12) Installing g++ (9.3.0-r2) 10:37:21 (5/12) Installing fortify-headers (1.1-r0) 10:37:21 (6/12) Installing patch (2.7.6-r6) 10:37:21 (7/12) Installing build-base (0.5-r2) 10:37:21 (8/12) Installing libsodium (1.0.18-r0) 10:37:21 (9/12) Installing pkgconf (1.7.2-r0) 10:37:21 (10/12) Installing libsodium-dev (1.0.18-r0) 10:37:21 (11/12) Installing libzmq (4.3.3-r0) 10:37:21 (12/12) Installing zeromq-dev (4.3.3-r0) 10:37:21 Executing busybox-1.31.1-r19.trigger 10:37:21 OK: 233 MiB in 51 packages 10:37:24 Removing intermediate container 73f069a77eca 10:37:24 ---> 8dbc6ce346c7 10:37:24 Step 4/6 : WORKDIR /edgex-go 10:37:24 ---> Running in 796a025308e8 10:37:24 Removing intermediate container 796a025308e8 10:37:24 ---> b60a295d36c4 10:37:24 Step 5/6 : COPY go.mod . 10:37:25 ---> 43dc12c1fe9f 10:37:25 Step 6/6 : RUN go mod download 10:37:25 ---> Running in 8b4e874cd6f7 10:37:51 Removing intermediate container 8b4e874cd6f7 10:37:51 ---> c08120510b02 10:37:51 Successfully built c08120510b02 10:37:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:37:52 + docker inspect -f . ci-base-image-x86_64 10:37:52 . [Pipeline] withDockerContainer 10:37:52 prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container 10:37:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:37:53 $ docker top 9a2ee061e1561d9c7108a4b28b5b06bd34052d5fcebb46540e266a703d66d5a1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:37:53 + go version 10:37:53 go version go1.15.5 linux/amd64 [Pipeline] } 10:37:53 $ docker stop --time=1 9a2ee061e1561d9c7108a4b28b5b06bd34052d5fcebb46540e266a703d66d5a1 10:37:54 $ docker rm -f 9a2ee061e1561d9c7108a4b28b5b06bd34052d5fcebb46540e266a703d66d5a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:37:55 + docker inspect -f . ci-base-image-x86_64 10:37:55 . [Pipeline] withDockerContainer 10:37:55 prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container 10:37:55 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:37:56 $ docker top 1d5a87557fd618ceeb3a57c4269d0384030b8a11c14c6e02bc51dfd5790f4650 -eo pid,comm [Pipeline] { [Pipeline] echo 10:37:56 ========================================================= 10:37:56 [edgeXBuildGoParallel] Running Tests and Build... 10:37:56 ========================================================= [Pipeline] sh 10:37:57 + make test 10:37:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:38:05 ? github.com/edgexfoundry/edgex-go [no test files] 10:38:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:38:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:38:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:38:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:38:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:38:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:38:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:38:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:38:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:38:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 45.9% of statements 10:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 10:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.1% of statements 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.077s coverage: 71.3% of statements 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.149s coverage: 82.9% of statements 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements 10:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.329s coverage: 28.6% of statements 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.092s coverage: 97.5% of statements 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.443s coverage: 92.8% of statements 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:38:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 10:38:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 10:38:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29511 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 10:38:47 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 10:38:52 using credential edgex-jenkins-ssh 10:38:52 Cloning the remote Git repository 10:38:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:38:53 > git init /w/workspace/edgex-go/4 # timeout=10 10:38:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:38:53 > git --version # timeout=10 10:38:53 > git --version # 'git version 2.17.1' 10:38:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:38:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements 10:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 10:38:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.057s coverage: 81.4% of statements 10:39:09 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 04f28bc93fad0cade56204b58c36b2c87eb820be [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:39:09 Failed in branch arm64 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.070s coverage: 92.9% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 62.4% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.287s coverage: 69.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 38.4% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.155s coverage: 47.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.122s coverage: 87.1% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.034s coverage: 100.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.093s coverage: 96.5% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:39:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 10:39:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 10:39:09 GO111MODULE=on go vet ./... 10:39:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:39:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:39:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:39:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:39:08 using GIT_SSH to set credentials SSH Credentials for GitHub 10:39:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:39:09 > git config core.sparsecheckout # timeout=10 10:39:09 > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 10:39:36 gofmt -l . 10:39:36 [ "`gofmt -l .`" = "" ] 10:39:36 ./bin/test-go-mod-tidy.sh 10:39:36 ./bin/test-attribution-txt.sh [Pipeline] sh 10:39:36 + ls -al . 10:39:36 total 740 10:39:36 drwxrwxr-x 10 1001 1001 4096 Mar 11 10:39 . 10:39:36 drwxr-xr-x 4 root root 28 Mar 11 10:37 .. 10:39:36 -rw-rw-r-- 1 1001 1001 11 Mar 11 10:36 .dockerignore 10:39:36 drwxrwxr-x 8 1001 1001 179 Mar 11 10:36 .git 10:39:36 drwxrwxr-x 3 1001 1001 125 Mar 11 10:36 .github 10:39:36 -rw-rw-r-- 1 1001 1001 818 Mar 11 10:36 .gitignore 10:39:36 drwx------ 3 1001 1001 60 Mar 11 10:36 .semver 10:39:36 -rw-rw-r-- 1 1001 1001 166 Mar 11 10:36 .sonarcloud.properties 10:39:36 -rw-rw-r-- 1 1001 1001 8607 Mar 11 10:36 Attribution.txt 10:39:36 -rw-rw-r-- 1 1001 1001 3804 Mar 11 10:36 CONTRIBUTING.md 10:39:36 -rw-rw-r-- 1 1001 1001 931 Mar 11 10:36 Dockerfile.build 10:39:36 -rw-rw-r-- 1 1001 1001 863 Mar 11 10:36 Jenkinsfile 10:39:36 -rw-rw-r-- 1 1001 1001 10775 Mar 11 10:36 LICENSE 10:39:36 -rw-rw-r-- 1 1001 1001 5774 Mar 11 10:36 Makefile 10:39:36 -rw-rw-r-- 1 1001 1001 6548 Mar 11 10:36 README.md 10:39:36 -rw-rw-r-- 1 1001 1001 6755 Mar 11 10:36 SECURITY.md 10:39:36 -rw-rw-r-- 1 1001 1001 5 Mar 11 10:36 VERSION 10:39:36 -rw-rw-r-- 1 1001 1001 4131 Mar 11 10:36 ZMQWindows.md 10:39:36 drwxrwxr-x 2 1001 1001 117 Mar 11 10:36 bin 10:39:36 drwxrwxr-x 14 1001 1001 4096 Mar 11 10:36 cmd 10:39:36 -rw-r--r-- 1 root root 628834 Mar 11 10:39 coverage.out 10:39:36 -rw-r--r-- 1 root root 1055 Mar 11 10:39 go.mod 10:39:36 -rw-r--r-- 1 root root 21981 Mar 11 10:39 go.sum 10:39:36 drwxrwxr-x 8 1001 1001 127 Mar 11 10:36 internal 10:39:36 drwxrwxr-x 4 1001 1001 26 Mar 11 10:36 openapi 10:39:36 drwxrwxr-x 4 1001 1001 71 Mar 11 10:36 snap 10:39:36 -rw-rw-r-- 1 1001 1001 168 Mar 11 10:36 version.go [Pipeline] sh 10:39:37 + '[' -e coverage.out ] 10:39:37 + chown 1001:1001 coverage.out [Pipeline] stash 10:39:37 Stashed 1 file(s) [Pipeline] sh 10:39:37 + make build 10:39:37 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 10:39:41 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 10:39:50 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 10:39:50 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 10:39:52 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 10:39:52 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 10:39:54 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 10:39:55 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 10:39: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 10:39:57 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 10:39:58 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 10:39:59 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] } 10:40:01 $ docker stop --time=1 1d5a87557fd618ceeb3a57c4269d0384030b8a11c14c6e02bc51dfd5790f4650 10:40:03 $ docker rm -f 1d5a87557fd618ceeb3a57c4269d0384030b8a11c14c6e02bc51dfd5790f4650 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:40:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:40:07 10:40:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:40:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:40:07 latest: Pulling from edgex-devops/edgex-compose 10:40:07 cbdbe7a5bc2a: Pulling fs layer 10:40:07 ca9280d653b3: Pulling fs layer 10:40:07 7e9c9ca2126c: Pulling fs layer 10:40:07 cbdbe7a5bc2a: Verifying Checksum 10:40:07 cbdbe7a5bc2a: Download complete 10:40:08 cbdbe7a5bc2a: Pull complete 10:40:08 ca9280d653b3: Download complete 10:40:09 7e9c9ca2126c: Download complete 10:40:09 ca9280d653b3: Pull complete 10:40:16 7e9c9ca2126c: Pull complete 10:40:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:40:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:40:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:40:16 prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container 10:40:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:40:18 $ docker top d817394d81b5708d55897123b6a9a5de07e03917021165b6ebf9d1b755d4b139 -eo pid,comm [Pipeline] { [Pipeline] sh 10:40:19 + docker-compose build --help 10:40:19 + grep parallel 10:40:20 --parallel Build images in parallel. [Pipeline] } 10:40:20 $ docker stop --time=1 d817394d81b5708d55897123b6a9a5de07e03917021165b6ebf9d1b755d4b139 10:40:21 $ docker rm -f d817394d81b5708d55897123b6a9a5de07e03917021165b6ebf9d1b755d4b139 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:40:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:40:22 . [Pipeline] withDockerContainer 10:40:22 prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container 10:40:22 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:40:23 $ docker top 49835c11486f304575d1f845fbb7163563afae392e555c0376a60cc9ee6d617f -eo pid,comm [Pipeline] { [Pipeline] sh 10:40:23 + docker-compose -f ./docker-compose-build.yml build --parallel 10:40:24 Building docker-core-command-go ... 10:40:24 Building docker-core-data-go ... 10:40:24 Building docker-core-metadata-go ... 10:40:24 Building docker-security-bootstrapper-go ... 10:40:24 Building docker-security-proxy-setup-go ... 10:40:24 Building docker-security-secretstore-setup-go ... 10:40:24 Building docker-support-notifications-go ... 10:40:24 Building docker-support-scheduler-go ... 10:40:24 Building docker-sys-mgmt-agent-go ... 10:40:24 Building docker-security-secretstore-setup-go 10:40:24 Building docker-core-command-go 10:40:24 Building docker-support-notifications-go 10:40:24 Building docker-support-scheduler-go 10:40:24 Building docker-core-metadata-go 10:40:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:40:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:40:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:40:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:40:56 ---> c08120510b02 10:40:56 Step 3/23 : WORKDIR /edgex-go 10:40:56 ---> c08120510b02 10:40:56 Step 3/22 : WORKDIR /edgex-go 10:40:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:40:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:40:56 ---> c08120510b02 10:40:56 Step 3/22 : WORKDIR /edgex-go 10:40:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:40:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:40:56 ---> c08120510b02 10:40:56 Step 3/23 : WORKDIR /edgex-go 10:40:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:40:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:40:56 ---> c08120510b02 10:40:56 Step 3/24 : WORKDIR /edgex-go 10:40:56 ---> Running in 5cb7ce0c4e49 10:40:56 ---> Running in d0a853a7d9bc 10:40:56 ---> Running in 48d3d37b27bc 10:40:56 ---> Running in c904de01758d 10:40:56 ---> Running in 1a5a31de4fa4 10:40:56 Removing intermediate container 48d3d37b27bc 10:40:56 ---> 00965a8389ad 10:40:56 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:56 Removing intermediate container c904de01758d 10:40:56 ---> 34e01bbf6f2a 10:40:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:56 Removing intermediate container d0a853a7d9bc 10:40:56 ---> f17fc5733584 10:40:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:56 Removing intermediate container 5cb7ce0c4e49 10:40:56 ---> c9194dc1d05a 10:40:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:56 Removing intermediate container 1a5a31de4fa4 10:40:56 ---> e6e138f44108 10:40:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:56 ---> Running in 6fa3e7bb88ca 10:40:56 ---> Running in d7a41da31da6 10:40:56 ---> Running in f310930ebc0a 10:40:56 ---> Running in f2c6b0c7f9d4 10:40:56 ---> Running in a66f0f635141 10:40:57 Removing intermediate container 6fa3e7bb88ca 10:40:57 ---> df7e05040afa 10:40:57 Step 5/24 : RUN apk add --update --no-cache make git 10:40:57 Removing intermediate container f310930ebc0a 10:40:57 ---> d8cd720ae3bb 10:40:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:40:57 ---> Running in 2f186569f804 10:40:57 ---> Running in 210f6d844a43 10:40:58 Removing intermediate container d7a41da31da6 10:40:58 ---> e977723ca6d4 10:40:58 Step 5/23 : RUN apk add --update --no-cache make git 10:40:58 ---> Running in 406de6b332af 10:40:58 Removing intermediate container f2c6b0c7f9d4 10:40:58 ---> a2f23395d7b6 10:40:58 Step 5/23 : RUN apk add --update --no-cache make git 10:40:58 Removing intermediate container a66f0f635141 10:40:58 ---> 758a27baf3ec 10:40:58 Step 5/22 : RUN apk add --update --no-cache make git 10:40:58 ---> Running in c38d39f3f673 10:40:58 ---> Running in 3f6d7c471da3 10:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:40:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:41:00 OK: 233 MiB in 51 packages 10:41:00 OK: 233 MiB in 51 packages 10:41:00 OK: 233 MiB in 51 packages 10:41:00 OK: 233 MiB in 51 packages 10:41:01 OK: 233 MiB in 51 packages 10:41:01 Removing intermediate container 2f186569f804 10:41:01 ---> 91daef0daad2 10:41:01 Step 6/24 : COPY go.mod . 10:41:02 ---> ebbb6472faa0 10:41:02 Step 7/24 : RUN go mod download 10:41:02 Removing intermediate container 210f6d844a43 10:41:02 ---> b470e57a86a3 10:41:02 Step 6/22 : COPY go.mod . 10:41:02 Removing intermediate container 406de6b332af 10:41:02 ---> 9a2f520fb85c 10:41:02 Step 6/23 : COPY go.mod . 10:41:02 Removing intermediate container 3f6d7c471da3 10:41:02 ---> 4263f02623f9 10:41:02 Step 6/22 : COPY go.mod . 10:41:02 ---> Running in 077a154fbb5f 10:41:02 Removing intermediate container c38d39f3f673 10:41:02 ---> 3e286674d650 10:41:02 Step 6/23 : COPY go.mod . 10:41:02 ---> 3b276b103757 10:41:02 Step 7/22 : RUN go mod download 10:41:02 ---> 68bfd72a510f 10:41:02 Step 7/23 : RUN go mod download 10:41:02 ---> Running in ffd9988405f0 10:41:02 ---> Running in 0530459afd1c 10:41:02 ---> 517e4f0f64be 10:41:02 Step 7/22 : RUN go mod download 10:41:02 ---> 706889250865 10:41:02 Step 7/23 : RUN go mod download 10:41:03 ---> Running in 6ef3d083e3d9 10:41:03 ---> Running in bf986a1c56c1 10:41:04 Removing intermediate container 077a154fbb5f 10:41:04 ---> 6fb433fb6c26 10:41:04 Step 8/24 : COPY . . 10:41:04 Removing intermediate container 0530459afd1c 10:41:04 ---> 5a3b07c1afeb 10:41:04 Step 8/22 : COPY . . 10:41:10 Removing intermediate container ffd9988405f0 10:41:10 ---> 8e95c44ad236 10:41:10 Step 8/23 : COPY . . 10:41:10 Removing intermediate container bf986a1c56c1 10:41:10 ---> 545dfa1d9a97 10:41:10 Step 8/23 : COPY . . 10:41:14 Removing intermediate container 6ef3d083e3d9 10:41:14 ---> 0d626b5beaac 10:41:14 Step 8/22 : COPY . . 10:41:47 ---> 9c2796fc25d2 10:41:47 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:41:48 ---> 7b1776a1919c 10:41:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:41:48 ---> Running in b85a2961d311 10:41:48 ---> 8b2c34d9731a 10:41:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:41:48 ---> 36f89549e79a 10:41:48 Step 9/23 : RUN make cmd/core-command/core-command 10:41:48 ---> Running in 9db9fe6ccfad 10:41:48 ---> 63cc3ba76616 10:41:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:41:48 ---> Running in 453bf0571145 10:41:48 ---> Running in 4c13ea221ac1 10:41:48 ---> Running in 3dc5e032b05c 10:41:49 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 10:41: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 10:41:49 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 10:41:49 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 10:41:49 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 10:42:22 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 10:42:27 Removing intermediate container 453bf0571145 10:42:27 ---> c0af5de68021 10:42:27 10:42:27 Step 10/24 : FROM alpine:3.12 10:42:27 Removing intermediate container 4c13ea221ac1 10:42:27 ---> 7f6626077185 10:42:27 10:42:27 Step 10/23 : FROM alpine:3.12 10:42:27 3.12: Pulling from library/alpine 10:42:27 3.12: Pulling from library/alpine 10:42:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:42:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 10:42:28 Status: Downloaded newer image for alpine:3.12 10:42:28 ---> 88dd2752d2ea 10:42:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:42:28 Status: Downloaded newer image for alpine:3.12 10:42:28 ---> 88dd2752d2ea 10:42:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:42:33 ---> Running in 3d1dec730821 10:42:33 ---> Running in c3ff6cd34ffd 10:42:33 Removing intermediate container b85a2961d311 10:42:33 ---> 5068c83def3f 10:42:33 10:42:33 Step 10/22 : FROM alpine:3.12 10:42:33 ---> 88dd2752d2ea 10:42:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:42:33 Removing intermediate container 3dc5e032b05c 10:42:33 ---> 8c3d66610e7f 10:42:33 10:42:33 Step 10/22 : FROM alpine:3.12 10:42:33 ---> 88dd2752d2ea 10:42:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:42:33 Removing intermediate container 9db9fe6ccfad 10:42:33 ---> 703c1af1e425 10:42:33 10:42:33 Step 10/23 : FROM alpine:3.12 10:42:33 ---> 88dd2752d2ea 10:42:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:42:33 ---> Running in 5e612bc64451 10:42:33 ---> Running in e8c96aa3e63a 10:42:34 ---> Running in ce745344ef34 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:42:35 (1/5) Installing ca-certificates (20191127-r4) 10:42:35 (1/1) Installing dumb-init (1.2.2-r1) 10:42:35 Executing busybox-1.31.1-r19.trigger 10:42:35 OK: 6 MiB in 15 packages 10:42:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:42:35 (3/5) Installing libcurl (7.69.1-r3) 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:42:35 (4/5) Installing curl (7.69.1-r3) 10:42:35 (5/5) Installing dumb-init (1.2.2-r1) 10:42:35 Executing busybox-1.31.1-r19.trigger 10:42:35 Executing ca-certificates-20191127-r4.trigger 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:42:35 OK: 7 MiB in 19 packages 10:42:35 (1/1) Installing dumb-init (1.2.2-r1) 10:42:35 Executing busybox-1.31.1-r19.trigger 10:42:35 OK: 6 MiB in 15 packages 10:42:35 (1/1) Installing dumb-init (1.2.2-r1) 10:42:35 Executing busybox-1.31.1-r19.trigger 10:42:35 (1/2) Installing ca-certificates (20191127-r4) 10:42:35 OK: 6 MiB in 15 packages 10:42:35 (2/2) Installing dumb-init (1.2.2-r1) 10:42:35 Executing busybox-1.31.1-r19.trigger 10:42:35 Executing ca-certificates-20191127-r4.trigger 10:42:36 OK: 6 MiB in 16 packages 10:42:36 Removing intermediate container c3ff6cd34ffd 10:42:36 ---> d8eab6df51d6 10:42:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:42:37 ---> Running in 721cfc9e6f69 10:42:37 Removing intermediate container 5e612bc64451 10:42:37 ---> 65068f7e1335 10:42:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:42:38 Removing intermediate container 3d1dec730821 10:42:38 ---> cb6ad4e3cc64 10:42:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:42:38 ---> Running in 295cd59fdb2a 10:42:38 ---> Running in 7db1da47f9d9 10:42:38 Removing intermediate container 721cfc9e6f69 10:42:38 ---> 97a48bdd7cfb 10:42:38 Step 13/23 : ENV APP_PORT=48082 10:42:38 Removing intermediate container ce745344ef34 10:42:38 ---> 5ad4a8288e27 10:42:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:42:38 Removing intermediate container e8c96aa3e63a 10:42:38 ---> 4e088c9d041d 10:42:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:42:39 ---> Running in 438465f50100 10:42:39 ---> Running in 69a8ec0bf17a 10:42:39 ---> Running in c36d9cb1fed4 10:42:39 Removing intermediate container 295cd59fdb2a 10:42:39 ---> 98118de0cdd6 10:42:39 Step 13/22 : ENV APP_PORT=48085 10:42:39 Removing intermediate container 7db1da47f9d9 10:42:39 ---> ecd09ebb0296 10:42:39 Step 13/24 : WORKDIR / 10:42:39 ---> Running in a8b75ae9057b 10:42:39 ---> Running in e52f7ce8fa14 10:42:39 Removing intermediate container 438465f50100 10:42:39 ---> 354aeb1edd4b 10:42:39 Step 14/23 : EXPOSE $APP_PORT 10:42:39 Removing intermediate container 69a8ec0bf17a 10:42:39 ---> ce2a074ddddf 10:42:39 Step 13/23 : ENV APP_PORT=48081 10:42:39 Removing intermediate container c36d9cb1fed4 10:42:39 ---> e6309dbe2c02 10:42:39 Step 13/22 : ENV APP_PORT=48060 10:42:39 ---> Running in 109d0902129d 10:42:39 ---> Running in c9863e8480d2 10:42:39 ---> Running in dec290f83833 10:42:39 Removing intermediate container a8b75ae9057b 10:42:39 ---> 59006eaa3ab8 10:42:39 Step 14/22 : EXPOSE $APP_PORT 10:42:39 Removing intermediate container e52f7ce8fa14 10:42:39 ---> 9586f90be470 10:42:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:42:39 ---> Running in 3a90068d979b 10:42:40 Removing intermediate container 109d0902129d 10:42:40 ---> 3fd5d86892c8 10:42:40 Step 15/23 : WORKDIR / 10:42:40 Removing intermediate container c9863e8480d2 10:42:40 ---> b1a5b7986d45 10:42:40 Step 14/23 : EXPOSE $APP_PORT 10:42:40 Removing intermediate container dec290f83833 10:42:40 ---> b600880cae52 10:42:40 Step 14/22 : EXPOSE $APP_PORT 10:42:40 ---> Running in 0bd58d49f6a6 10:42:40 ---> 5493f7b69ca9 10:42:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:42:40 Removing intermediate container 3a90068d979b 10:42:40 ---> d8104fc41279 10:42:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:40 ---> Running in a1bbf0641ff9 10:42:40 ---> Running in 2091bb95fe57 10:42:40 Removing intermediate container 0bd58d49f6a6 10:42:40 ---> f411686062c8 10:42:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:40 Removing intermediate container a1bbf0641ff9 10:42:40 ---> 51612e871bd8 10:42:40 Step 15/23 : WORKDIR / 10:42:40 Removing intermediate container 2091bb95fe57 10:42:40 ---> 67af2c6b0775 10:42:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:40 ---> Running in 81dbc21e34fd 10:42:40 ---> 57633aeffd57 10:42:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:42:40 ---> 514e8af4201e 10:42:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:42:41 ---> 4f80d4b3b9ba 10:42:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:42:41 ---> 97b002a8fec5 10:42:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:42:41 Removing intermediate container 81dbc21e34fd 10:42:41 ---> 54a2f6cf0f5d 10:42:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:41 ---> 591d5b40a197 10:42:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:42:41 ---> 8f62330d7ad9 10:42:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:42:42 ---> 7b57fda83bb4 10:42:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:42:42 ---> 9bed0eb555c7 10:42:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:42:42 ---> 952441ae7f6c 10:42:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:42:42 ---> d83a77759b53 10:42:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:42:42 ---> c29373b68e14 10:42:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:42:42 ---> Running in 188fada4de80 10:42:42 ---> 794719d4ef28 10:42:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:42:42 ---> 0a68246006ec 10:42:42 Step 19/23 : ENTRYPOINT ["/core-command"] 10:42:43 ---> 178c46d36419 10:42:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:42:43 ---> Running in ab7f7b16c6ee 10:42:43 ---> 0b98d31dd042 10:42:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:42:43 ---> Running in 8c281474e90c 10:42:43 Removing intermediate container 188fada4de80 10:42:43 ---> b2104752f557 10:42:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:43 ---> Running in 691521b076b9 10:42:43 ---> c79d576a32f0 10:42:43 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/ 10:42:43 Removing intermediate container ab7f7b16c6ee 10:42:43 ---> fb5251cfa7eb 10:42:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:43 Removing intermediate container 8c281474e90c 10:42:43 ---> 16c2ae3451ac 10:42:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:43 ---> ef26fdb39ed1 10:42:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:42:43 ---> Running in 3da51bfac7e9 10:42:43 ---> Running in 6d3e397c3e07 10:42:43 ---> Running in 47d2c82b19f3 10:42:43 ---> Running in 5906184bab89 10:42:43 Removing intermediate container 691521b076b9 10:42:43 ---> 21e1fbd4ef05 10:42:43 Step 20/22 : LABEL arch=x86_64 10:42:44 ---> Running in cc8d9cf30080 10:42:44 Removing intermediate container 47d2c82b19f3 10:42:44 ---> 34f5180d716a 10:42:44 Step 21/23 : LABEL arch=x86_64 10:42:44 Removing intermediate container 6d3e397c3e07 10:42:44 ---> 94fb6dd1299f 10:42:44 Step 20/22 : LABEL arch=x86_64 10:42:44 Removing intermediate container 5906184bab89 10:42:44 ---> 71fe68fa9ad8 10:42:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:44 ---> Running in c5baa5a6ccc4 10:42:44 ---> Running in a49a75373da2 10:42:44 Removing intermediate container cc8d9cf30080 10:42:44 ---> 99c4abd6cf75 10:42:44 Step 21/22 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:42:44 ---> Running in 3236a7e7b46c 10:42:44 ---> Running in 1b75ad38d830 10:42:45 Removing intermediate container a49a75373da2 10:42:45 ---> b04dfde8f699 10:42:45 Step 21/22 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:42:45 Removing intermediate container c5baa5a6ccc4 10:42:45 ---> 19737f22d0c7 10:42:45 Step 22/23 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:42:45 Removing intermediate container 3236a7e7b46c 10:42:45 ---> da3cd17ba694 10:42:45 Step 21/23 : LABEL arch=x86_64 10:42:45 Removing intermediate container 1b75ad38d830 10:42:45 ---> c82e06b94682 10:42:45 Step 22/22 : LABEL version=0.0.0 10:42:45 ---> Running in 5b1fdb193f10 10:42:45 ---> Running in aa8c324d20ae 10:42:45 ---> Running in 22d21bd04917 10:42:45 ---> Running in 36c77b47a055 10:42:45 Removing intermediate container 3da51bfac7e9 10:42:45 ---> 1398ceccff30 10:42:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:42:45 Removing intermediate container 5b1fdb193f10 10:42:45 ---> 5ddfc4d611a5 10:42:45 Step 22/22 : LABEL version=0.0.0 10:42:45 ---> Running in 1b5660c43877 10:42:45 ---> Running in 4c61bfb264e0 10:42:45 Removing intermediate container 22d21bd04917 10:42:45 ---> 3ee5c9ef80c4 10:42:45 Step 23/23 : LABEL version=0.0.0 10:42:45 Removing intermediate container aa8c324d20ae 10:42:45 ---> dd70f71515e8 10:42:45 Step 22/23 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:42:45 Removing intermediate container 36c77b47a055 10:42:45 ---> 9927678e968a 10:42:45 10:42:46 ---> Running in 9bce5daac322 10:42:46 ---> Running in b7c9cb6b8ee3 10:42:46 Successfully built 9927678e968a 10:42:46 Removing intermediate container 1b5660c43877 10:42:46 ---> 692049ea913f 10:42:46 Step 22/24 : LABEL arch=x86_64 10:42:46 Removing intermediate container 4c61bfb264e0 10:42:46 ---> 383df76e7160 10:42:46 10:42:46 Successfully tagged docker-support-scheduler-go:latest 10:42:46 Building docker-security-bootstrapper-go 10:42:46  Building docker-support-scheduler-go ... done  ---> Running in f7e34909f36e 10:42:46 Removing intermediate container 9bce5daac322 10:42:46 ---> 8f5d3ecfc633 10:42:46 10:42:46 Removing intermediate container b7c9cb6b8ee3 10:42:46 ---> 88e9350e91ed 10:42:46 Step 23/23 : LABEL version=0.0.0 10:42:46 Successfully built 383df76e7160 10:42:46 Successfully tagged docker-support-notifications-go:latest 10:42:46 Building docker-security-proxy-setup-go 10:42:46  Building docker-support-notifications-go ... done  ---> Running in d724191b8be7 10:42:46 Successfully built 8f5d3ecfc633 10:42:46 Successfully tagged docker-core-command-go:latest 10:42:46 Building docker-core-data-go 10:42:46  Building docker-core-command-go ... done Removing intermediate container f7e34909f36e 10:42:46 ---> b8e8b8cee35f 10:42:46 Step 23/24 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:42:46 Removing intermediate container d724191b8be7 10:42:46 ---> f2ff1e87668c 10:42:46 10:42:46 ---> Running in ce6d3b63097a 10:42:47 Successfully built f2ff1e87668c 10:42:47 Successfully tagged docker-core-metadata-go:latest 10:42:47  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 10:42:47 Removing intermediate container ce6d3b63097a 10:42:47 ---> 4baaa93d49e1 10:42:47 Step 24/24 : LABEL version=0.0.0 10:42:47 ---> Running in fb9091f45fde 10:42:47 Removing intermediate container fb9091f45fde 10:42:47 ---> 5746f597e0d0 10:42:47 10:42:47 Successfully built 5746f597e0d0 10:42:47 Successfully tagged docker-security-secretstore-setup-go:latest 10:43:09  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:43:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:43:09 ---> c08120510b02 10:43:09 Step 3/23 : WORKDIR /edgex-go 10:43:09 ---> Using cache 10:43:09 ---> e6e138f44108 10:43:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:09 ---> Using cache 10:43:09 ---> 758a27baf3ec 10:43:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:43:09 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:43:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:43:09 ---> c08120510b02 10:43:09 Step 3/31 : WORKDIR /edgex-go 10:43:09 ---> Using cache 10:43:09 ---> e6e138f44108 10:43:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:09 ---> Using cache 10:43:09 ---> 758a27baf3ec 10:43:09 Step 5/31 : RUN apk add --update --no-cache make git 10:43:09 ---> Using cache 10:43:09 ---> 4263f02623f9 10:43:09 Step 6/31 : COPY go.mod . 10:43:09 ---> Using cache 10:43:09 ---> 517e4f0f64be 10:43:09 Step 7/31 : RUN go mod download 10:43:09 ---> Using cache 10:43:09 ---> 0d626b5beaac 10:43:09 Step 8/31 : COPY . . 10:43:09 ---> Using cache 10:43:09 ---> 63cc3ba76616 10:43:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:43:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:43:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:43:09 ---> c08120510b02 10:43:09 Step 3/21 : WORKDIR /edgex-go 10:43:09 ---> Using cache 10:43:09 ---> e6e138f44108 10:43:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:09 ---> Using cache 10:43:09 ---> 758a27baf3ec 10:43:09 Step 5/21 : RUN apk add --update --no-cache make git 10:43:09 ---> Using cache 10:43:09 ---> 4263f02623f9 10:43:09 Step 6/21 : COPY go.mod . 10:43:09 ---> Using cache 10:43:09 ---> 517e4f0f64be 10:43:09 Step 7/21 : RUN go mod download 10:43:09 ---> Using cache 10:43:09 ---> 0d626b5beaac 10:43:09 Step 8/21 : COPY . . 10:43:09 ---> Using cache 10:43:09 ---> 63cc3ba76616 10:43:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:43:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:43:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:43:10 ---> c08120510b02 10:43:10 Step 3/26 : WORKDIR /edgex-go 10:43:10 ---> Using cache 10:43:10 ---> e6e138f44108 10:43:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:10 ---> Using cache 10:43:10 ---> 758a27baf3ec 10:43:10 Step 5/26 : RUN apk add --update --no-cache make bash git 10:43:11 ---> Running in 13df9b2bc499 10:43:11 ---> Running in 2fa00dfbd369 10:43:11 ---> Running in 4950be4845a0 10:43:11 ---> Running in 89d9a0fadf1f 10:43:12 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 10:43:12 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 10:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:43:14 OK: 233 MiB in 51 packages 10:43:14 OK: 233 MiB in 51 packages 10:43:15 Removing intermediate container 2fa00dfbd369 10:43:15 ---> 032276afa457 10:43:15 Step 6/26 : COPY go.mod . 10:43:15 Removing intermediate container 89d9a0fadf1f 10:43:15 ---> 57222b294f25 10:43:15 Step 6/23 : COPY go.mod . 10:43:17 ---> e3c604c4e486 10:43:17 Step 7/26 : RUN go mod download 10:43:17 ---> 511c7d4fcb6f 10:43:17 Step 7/23 : RUN go mod download 10:43:17 ---> Running in 1996a2a74b63 10:43:17 ---> Running in b81ca56ff98c 10:43:20 Removing intermediate container 1996a2a74b63 10:43:20 ---> c023cc7f5326 10:43:20 Step 8/26 : COPY . . 10:43:20 Removing intermediate container b81ca56ff98c 10:43:20 ---> 0243806d03aa 10:43:20 Step 8/23 : COPY . . 10:43:35 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 10:43:44 Removing intermediate container 13df9b2bc499 10:43:44 ---> 2f1be2104d9c 10:43:44 10:43:44 Step 10/31 : FROM alpine:3.12 10:43:44 ---> 88dd2752d2ea 10:43:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:43:47 ---> Running in 42d0a4ee621f 10:43:47 ---> c78560bca287 10:43:47 Step 9/23 : RUN make cmd/core-data/core-data 10:43:47 ---> 83fabb9333b9 10:43:47 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:43:48 Removing intermediate container 42d0a4ee621f 10:43:48 ---> 898b2e810077 10:43:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:43:48 ---> Running in 33d94011c19e 10:43:48 ---> Running in d18064127b87 10:43:48 ---> Running in 28a657f21471 10:43:48 Removing intermediate container 4950be4845a0 10:43:48 ---> 01c60b367f96 10:43:48 10:43:48 Step 10/21 : FROM alpine:3.12 10:43:48 ---> 88dd2752d2ea 10:43:48 Step 11/21 : RUN apk add --update --no-cache curl 10:43:48 ---> Running in ee0d5e5606c9 10:43:49 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 10:43:49 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 10:43:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:43:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:43:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:43:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:43:50 (1/4) Installing ca-certificates (20191127-r4) 10:43:50 (1/2) Installing dumb-init (1.2.2-r1) 10:43:50 (2/2) Installing su-exec (0.2-r1) 10:43:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:43:50 Executing busybox-1.31.1-r19.trigger 10:43:50 (3/4) Installing libcurl (7.69.1-r3) 10:43:50 (4/4) Installing curl (7.69.1-r3) 10:43:50 Executing busybox-1.31.1-r19.trigger 10:43:50 Executing ca-certificates-20191127-r4.trigger 10:43:50 OK: 6 MiB in 16 packages 10:43:50 OK: 7 MiB in 18 packages 10:43:51 Removing intermediate container 28a657f21471 10:43:51 ---> 749defe1fcc4 10:43:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:43:53 ---> Running in a45c1a34395f 10:43:53 Removing intermediate container ee0d5e5606c9 10:43:53 ---> 94924ed251aa 10:43:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:43:54 Removing intermediate container a45c1a34395f 10:43:54 ---> 368b62e5f5f8 10:43:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:43:54 ---> Running in 99d647c9666d 10:43:54 ---> Running in 27be4a4659d5 10:43:54 Removing intermediate container 99d647c9666d 10:43:54 ---> b21a33c3f158 10:43:54 Step 13/21 : WORKDIR /edgex 10:43:54 ---> Running in 3fee867a2e16 10:43:54 Removing intermediate container 27be4a4659d5 10:43:54 ---> 58dd5fb32699 10:43:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:43:54 ---> Running in f229929337c0 10:43:55 Removing intermediate container 3fee867a2e16 10:43:55 ---> c674c193e397 10:43:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:43:55 ---> 767d4d180c6d 10:43:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:43:56 ---> 3b1bd2db8df1 10:43:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:43:57 Removing intermediate container f229929337c0 10:43:57 ---> b54fb996042e 10:43:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:43:57 ---> Running in 8c0b23523fb5 10:43:57 ---> f04dc3229448 10:43:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:43:58 ---> Running in a27a2c3fab55 10:43:58 Removing intermediate container 8c0b23523fb5 10:43:58 ---> afbb1e38a9f8 10:43:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:43:59 Removing intermediate container a27a2c3fab55 10:43:59 ---> a2c9fd139229 10:43:59 Step 18/21 : CMD ["--init=true"] 10:43:59 ---> Running in e5524c5e6ee1 10:43:59 ---> 5632ac98daeb 10:43:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:43:59 Removing intermediate container e5524c5e6ee1 10:43:59 ---> 78a8ad2f0b5d 10:43:59 Step 19/21 : LABEL arch=x86_64 10:43:59 ---> Running in 8fbf8db31f84 10:43:59 ---> Running in e160b8b30204 10:43:59 Removing intermediate container e160b8b30204 10:43:59 ---> 4af852c95e2e 10:43:59 Step 20/21 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:43:59 ---> Running in d0b793ff5023 10:44:00 Removing intermediate container d0b793ff5023 10:44:00 ---> d42d3517ec33 10:44:00 Step 21/21 : LABEL version=0.0.0 10:44:00 ---> Running in d4e79394eb20 10:44:00 Removing intermediate container d4e79394eb20 10:44:00 ---> 5de693ecc6c3 10:44:00 10:44:01 Successfully built 5de693ecc6c3 10:44:01 Successfully tagged docker-security-proxy-setup-go:latest 10:44:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 8fbf8db31f84 10:44:01 ---> 8644ad56d0e6 10:44:01 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:44:02 ---> 830d0943979c 10:44:02 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:44:03 ---> 135114462427 10:44:03 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:44:03 ---> 0e057b2c3cac 10:44:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:44:04 ---> fecdb268de38 10:44:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:44:04 ---> e49d295c74e6 10:44:04 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:44:05 ---> Running in 6d43c8b7d61d 10:44:05 Removing intermediate container 6d43c8b7d61d 10:44:05 ---> a3179a34bace 10:44:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:44:05 ---> 6e668a590356 10:44:05 Step 26/31 : RUN chmod +x /entrypoint.sh 10:44:06 ---> Running in f508c69c8c2e 10:44:08 Removing intermediate container f508c69c8c2e 10:44:08 ---> ef8489aa06a3 10:44:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:44:08 Removing intermediate container d18064127b87 10:44:08 ---> 2378ac83aaca 10:44:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:44:09 ---> Running in 9b0fe49588c8 10:44:10 ---> Running in ef7b436cf051 10:44:10 Removing intermediate container 9b0fe49588c8 10:44:10 ---> c43b116b50f7 10:44:10 Step 28/31 : CMD ["gate"] 10:44:11 ---> Running in 9d573e8f3251 10:44:11 Removing intermediate container 9d573e8f3251 10:44:11 ---> d38ac8dc15cf 10:44:11 Step 29/31 : LABEL arch=x86_64 10:44:11 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 10:44:11 ---> Running in 1a6eb06e07a1 10:44:12 Removing intermediate container 1a6eb06e07a1 10:44:12 ---> 029a3b48a59e 10:44:12 Step 30/31 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:44:13 Removing intermediate container 33d94011c19e 10:44:13 ---> 864ef10e4ae3 10:44:13 10:44:13 Step 10/23 : FROM alpine:3.12 10:44:13 ---> 88dd2752d2ea 10:44:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:44:13 ---> Running in 0dd5984d26e5 10:44:13 ---> Running in 0f71839e4293 10:44:13 Removing intermediate container 0dd5984d26e5 10:44:13 ---> 418f13cd51d5 10:44:13 Step 31/31 : LABEL version=0.0.0 10:44:14 Removing intermediate container 0f71839e4293 10:44:14 ---> dc59cea040c9 10:44:14 Step 12/23 : ENV APP_PORT=48080 10:44:14 Removing intermediate container ef7b436cf051 10:44:14 ---> dbe8dd11794b 10:44:14 10:44:14 Step 11/26 : FROM docker:20.10.0 10:44:14 20.10.0: Pulling from library/docker 10:44:14 ---> Running in 6a81ed7bb225 10:44:14 ---> Running in cd595d220e83 10:44:14 Removing intermediate container cd595d220e83 10:44:14 ---> 5dacb606b991 10:44:14 Step 13/23 : EXPOSE $APP_PORT 10:44:14 Removing intermediate container 6a81ed7bb225 10:44:14 ---> 176ac5e7f4a9 10:44:14 10:44:14 ---> Running in 39ce1de919dd 10:44:14 Successfully built 176ac5e7f4a9 10:44:14 Successfully tagged docker-security-bootstrapper-go:latest 10:44:15  Building docker-security-bootstrapper-go ... done Removing intermediate container 39ce1de919dd 10:44:15 ---> 059399ad44b5 10:44:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:44:15 ---> Running in f5f960921428 10:44:16 Removing intermediate container f5f960921428 10:44:16 ---> 6a1261fab9b6 10:44:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:44:16 ---> Running in 559a52edbe6e 10:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:44:18 (1/6) Installing dumb-init (1.2.2-r1) 10:44:18 (2/6) Installing libgcc (9.3.0-r2) 10:44:18 (3/6) Installing libsodium (1.0.18-r0) 10:44:18 (4/6) Installing libstdc++ (9.3.0-r2) 10:44:18 (5/6) Installing libzmq (4.3.3-r0) 10:44:19 (6/6) Installing zeromq (4.3.3-r0) 10:44:19 Executing busybox-1.31.1-r19.trigger 10:44:19 OK: 8 MiB in 20 packages 10:44:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:44:20 Status: Downloaded newer image for docker:20.10.0 10:44:20 ---> aefe523efa57 10:44:20 Step 12/26 : RUN apk add --no-cache bash 10:44:20 Removing intermediate container 559a52edbe6e 10:44:20 ---> 654a5e18a6e4 10:44:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:44:20 ---> Running in 16971a3adb1b 10:44:20 ---> f9cda34f4556 10:44:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:44:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:44:21 (1/2) Installing readline (8.0.4-r0) 10:44:21 (2/2) Installing bash (5.0.17-r0) 10:44:21 Executing bash-5.0.17-r0.post-install 10:44:21 Executing busybox-1.31.1-r19.trigger 10:44:21 OK: 12 MiB in 22 packages 10:44:21 ---> a79a1948afd2 10:44:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:44:21 ---> 9773a9ce8331 10:44:21 Step 19/23 : ENTRYPOINT ["/core-data"] 10:44:22 ---> Running in 208f470db6fa 10:44:22 Removing intermediate container 16971a3adb1b 10:44:22 ---> 8d7db69afbff 10:44:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:44:22 ---> Running in e95cd9c8dc0c 10:44:22 Removing intermediate container 208f470db6fa 10:44:22 ---> 64672182a545 10:44:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:44:22 ---> Running in f276bbcf4372 10:44:22 Removing intermediate container e95cd9c8dc0c 10:44:22 ---> ea8668064e0c 10:44:22 Step 14/26 : ENV APP_PORT=48090 10:44:22 ---> Running in 940a9acef03f 10:44:22 Removing intermediate container f276bbcf4372 10:44:22 ---> 9ea403eeb774 10:44:22 Step 21/23 : LABEL arch=x86_64 10:44:22 ---> Running in fa72b5e9618a 10:44:22 Removing intermediate container 940a9acef03f 10:44:22 ---> 7715710cbab4 10:44:22 Step 15/26 : EXPOSE $APP_PORT 10:44:22 ---> Running in 5ad3e3581f78 10:44:23 Removing intermediate container fa72b5e9618a 10:44:23 ---> 171a8f453083 10:44:23 Step 22/23 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:44:23 ---> Running in 422b233b2307 10:44:23 Removing intermediate container 5ad3e3581f78 10:44:23 ---> f18ab5e9b0d4 10:44:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:44:23 Removing intermediate container 422b233b2307 10:44:23 ---> 72e731f2aad8 10:44:23 Step 23/23 : LABEL version=0.0.0 10:44:23 ---> Running in faf89820386b 10:44:23 Removing intermediate container faf89820386b 10:44:23 ---> 93fa38a9cd5b 10:44:23 10:44:23 ---> b0ce998390ef 10:44:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:44:23 Successfully built 93fa38a9cd5b 10:44:24 Successfully tagged docker-core-data-go:latest 10:44:24  Building docker-core-data-go ... done  ---> 9156cf526a7c 10:44:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:44:24 ---> c8013fe13f7b 10:44:24 Step 19/26 : RUN apk --no-cache add py3-pip 10:44:24 ---> Running in 277888c69505 10:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:44:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:44:25 (1/33) Installing libbz2 (1.0.8-r1) 10:44:25 (2/33) Installing expat (2.2.9-r1) 10:44:25 (3/33) Installing libffi (3.3-r2) 10:44:25 (4/33) Installing gdbm (1.13-r1) 10:44:25 (5/33) Installing xz-libs (5.2.5-r0) 10:44:25 (6/33) Installing sqlite-libs (3.32.1-r0) 10:44:25 (7/33) Installing python3 (3.8.5-r1) 10:44:26 (8/33) Installing py3-appdirs (1.4.4-r1) 10:44:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:44:26 (10/33) Installing py3-parsing (2.4.7-r0) 10:44:26 (11/33) Installing py3-six (1.15.0-r0) 10:44:26 (12/33) Installing py3-packaging (20.4-r0) 10:44:26 (13/33) Installing py3-setuptools (47.0.0-r0) 10:44:26 (14/33) Installing py3-chardet (3.0.4-r4) 10:44:26 (15/33) Installing py3-idna (2.9-r0) 10:44:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:44:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:44:26 (18/33) Installing py3-requests (2.23.0-r0) 10:44:26 (19/33) Installing py3-msgpack (1.0.0-r0) 10:44:26 (20/33) Installing py3-lockfile (0.12.2-r3) 10:44:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:44:26 (22/33) Installing py3-colorama (0.4.3-r0) 10:44:26 (23/33) Installing py3-distlib (0.3.0-r0) 10:44:26 (24/33) Installing py3-distro (1.5.0-r1) 10:44:26 (25/33) Installing py3-webencodings (0.5.1-r3) 10:44:26 (26/33) Installing py3-html5lib (1.0.1-r4) 10:44:26 (27/33) Installing py3-pytoml (0.1.21-r0) 10:44:26 (28/33) Installing py3-pep517 (0.8.2-r0) 10:44:26 (29/33) Installing py3-progress (1.5-r0) 10:44:26 (30/33) Installing py3-toml (0.10.1-r0) 10:44:26 (31/33) Installing py3-retrying (1.3.3-r0) 10:44:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:44:26 (33/33) Installing py3-pip (20.1.1-r0) 10:44:26 Executing busybox-1.31.1-r19.trigger 10:44:26 OK: 71 MiB in 55 packages 10:44:36 Removing intermediate container 277888c69505 10:44:36 ---> 02ac0e5e63c3 10:44:36 Step 20/26 : RUN pip install docker-compose==1.23.2 10:44:36 ---> Running in 1f99b6004e52 10:44:36 Collecting docker-compose==1.23.2 10:44:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:44:36 Collecting docopt<0.7,>=0.6.1 10:44:36 Downloading docopt-0.6.2.tar.gz (25 kB) 10:44:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:44:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:44:37 Collecting websocket-client<1.0,>=0.32.0 10:44:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:44:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:44:37 Collecting dockerpty<0.5,>=0.4.1 10:44:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:44:38 Collecting texttable<0.10,>=0.9.0 10:44:38 Downloading texttable-0.9.1.tar.gz (11 kB) 10:44:38 Collecting cached-property<2,>=1.2.0 10:44:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:44:38 Collecting jsonschema<3,>=2.5.1 10:44:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:44:38 Collecting PyYAML<4,>=3.10 10:44:38 Downloading PyYAML-3.13.tar.gz (270 kB) 10:44:39 Collecting docker<4.0,>=3.6.0 10:44:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:44:39 Collecting idna<2.8,>=2.5 10:44:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:44:39 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) 10:44:39 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) 10:44:39 Collecting urllib3<1.25,>=1.21.1 10:44:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:44:40 Collecting docker-pycreds>=0.4.0 10:44:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:44:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:44:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:44:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:44:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:44:40 Installing collected packages: docopt, idna, urllib3, requests, websocket-client, dockerpty, texttable, cached-property, jsonschema, PyYAML, docker-pycreds, docker, docker-compose 10:44:40 Running setup.py install for docopt: started 10:44:40 Running setup.py install for docopt: finished with status 'done' 10:44:40 Attempting uninstall: idna 10:44:40 Found existing installation: idna 2.9 10:44:40 Uninstalling idna-2.9: 10:44:40 Successfully uninstalled idna-2.9 10:44:40 Attempting uninstall: urllib3 10:44:40 Found existing installation: urllib3 1.25.9 10:44:40 Uninstalling urllib3-1.25.9: 10:44:40 Successfully uninstalled urllib3-1.25.9 10:44:41 Attempting uninstall: requests 10:44:41 Found existing installation: requests 2.23.0 10:44:41 Uninstalling requests-2.23.0: 10:44:41 Successfully uninstalled requests-2.23.0 10:44:41 Running setup.py install for dockerpty: started 10:44:41 Running setup.py install for dockerpty: finished with status 'done' 10:44:41 Running setup.py install for texttable: started 10:44:42 Running setup.py install for texttable: finished with status 'done' 10:44:42 Running setup.py install for PyYAML: started 10:44:42 Running setup.py install for PyYAML: finished with status 'done' 10:44:43 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 10:44:46 Removing intermediate container 1f99b6004e52 10:44:46 ---> 50c9c8d7bc9c 10:44:46 Step 21/26 : RUN apk --no-cache add curl 10:44:46 ---> Running in 681c1ce1a40f 10:44:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:44:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:44:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:44:47 (2/3) Installing libcurl (7.69.1-r3) 10:44:47 (3/3) Installing curl (7.69.1-r3) 10:44:47 Executing busybox-1.31.1-r19.trigger 10:44:47 OK: 72 MiB in 58 packages 10:44:47 Removing intermediate container 681c1ce1a40f 10:44:47 ---> 9d6213826725 10:44:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:44:47 ---> Running in 09668c69509b 10:44:47 Removing intermediate container 09668c69509b 10:44:47 ---> b854de14e107 10:44:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:44:47 ---> Running in 38945196fe6e 10:44:48 Removing intermediate container 38945196fe6e 10:44:48 ---> a89f57ce9fac 10:44:48 Step 24/26 : LABEL arch=x86_64 10:44:48 ---> Running in a0b60c5efb2e 10:44:48 Removing intermediate container a0b60c5efb2e 10:44:48 ---> 4f7283ea7571 10:44:48 Step 25/26 : LABEL git_sha=04f28bc93fad0cade56204b58c36b2c87eb820be 10:44:48 ---> Running in c1f47d2c46c1 10:44:48 Removing intermediate container c1f47d2c46c1 10:44:48 ---> 656809a67c81 10:44:48 Step 26/26 : LABEL version=0.0.0 10:44:48 ---> Running in ef10848f662c 10:44:48 Removing intermediate container ef10848f662c 10:44:48 ---> ebec3fbac309 10:44:48 10:44:49 Successfully built ebec3fbac309 10:44:49 Successfully tagged docker-sys-mgmt-agent-go:latest 10:44:49  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:44:49 $ docker stop --time=1 49835c11486f304575d1f845fbb7163563afae392e555c0376a60cc9ee6d617f 10:44:51 $ docker rm -f 49835c11486f304575d1f845fbb7163563afae392e555c0376a60cc9ee6d617f [Pipeline] // withDockerContainer [Pipeline] sh 10:44:51 + docker images 10:44:51 + grep docker 10:44:52 docker-sys-mgmt-agent-go latest ebec3fbac309 3 seconds ago 313MB 10:44:52 docker-core-data-go latest 93fa38a9cd5b 28 seconds ago 22.6MB 10:44:52 docker-security-bootstrapper-go latest 176ac5e7f4a9 37 seconds ago 18.7MB 10:44:52 docker-security-proxy-setup-go latest 5de693ecc6c3 51 seconds ago 24.7MB 10:44:52 docker-security-secretstore-setup-go latest 5746f597e0d0 2 minutes ago 24.9MB 10:44:52 docker-core-metadata-go latest f2ff1e87668c 2 minutes ago 19MB 10:44:52 docker-core-command-go latest 8f5d3ecfc633 2 minutes ago 17.2MB 10:44:52 docker-support-notifications-go latest 383df76e7160 2 minutes ago 17.8MB 10:44:52 docker-support-scheduler-go latest 9927678e968a 2 minutes ago 17.3MB 10:44:52 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 10:45:07 Still waiting to schedule task 10:45:07 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 10:46:07 Running on prd-ubuntu18.04-docker-8c-8g-29515 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 10:46:07 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 10:46:10 using credential edgex-jenkins-ssh 10:46:10 Cloning the remote Git repository 10:46:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:46:10 > git init /w/workspace/edgex-go/4 # timeout=10 10:46:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:46:10 > git --version # timeout=10 10:46:10 > git --version # 'git version 2.17.1' 10:46:10 using GIT_SSH to set credentials SSH Credentials for GitHub 10:46:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:46:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:46:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:46:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:46:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:46:19 using GIT_SSH to set credentials SSH Credentials for GitHub 10:46:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:46:19 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit 04f28bc93fad0cade56204b58c36b2c87eb820be [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 10:46:20 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 10:46:19 > git config core.sparsecheckout # timeout=10 10:46:19 > git checkout -f 04f28bc93fad0cade56204b58c36b2c87eb820be # timeout=10 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] } [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 10:46:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:46:23 ---> package-listing.sh 10:46:23 ++ facter osfamily 10:46:23 ++ tr '[:upper:]' '[:lower:]' 10:46:23 + OS_FAMILY=redhat 10:46:23 + workspace=/w/workspace/edgex-go/4 10:46:23 + START_PACKAGES=/tmp/packages_start.txt 10:46:23 + END_PACKAGES=/tmp/packages_end.txt 10:46:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:46:23 + PACKAGES=/tmp/packages_start.txt 10:46:23 + '[' /w/workspace/edgex-go/4 ']' 10:46:23 + PACKAGES=/tmp/packages_end.txt 10:46:23 + case "${OS_FAMILY}" in 10:46:23 + rpm -qa 10:46:23 + sort 10:46:28 + '[' -f /tmp/packages_start.txt ']' 10:46:28 + '[' -f /tmp/packages_end.txt ']' 10:46:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:46:28 + '[' /w/workspace/edgex-go/4 ']' 10:46:28 + mkdir -p /w/workspace/edgex-go/4/archives/ 10:46:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 10:46:28 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:46:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:46:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:46:29 10:46:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:46:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:46:29 alpine: Pulling from edgex-lftools-log-publisher 10:46:29 df20fa9351a1: Pulling fs layer 10:46:29 36b3adc4ff6f: Pulling fs layer 10:46:29 8ad3a11d3b57: Pulling fs layer 10:46:29 46f8f816bc3b: Pulling fs layer 10:46:29 93b61091891f: Pulling fs layer 10:46:29 93b9cdb0e59b: Pulling fs layer 10:46:29 5e14af77c1be: Pulling fs layer 10:46:29 01666e4c0597: Pulling fs layer 10:46:29 aa168da1d23b: Pulling fs layer 10:46:29 93b61091891f: Waiting 10:46:29 93b9cdb0e59b: Waiting 10:46:29 5e14af77c1be: Waiting 10:46:29 01666e4c0597: Waiting 10:46:29 aa168da1d23b: Waiting 10:46:29 46f8f816bc3b: Waiting 10:46:29 36b3adc4ff6f: Verifying Checksum 10:46:29 36b3adc4ff6f: Download complete 10:46:29 46f8f816bc3b: Verifying Checksum 10:46:29 46f8f816bc3b: Download complete 10:46:29 df20fa9351a1: Verifying Checksum 10:46:29 93b9cdb0e59b: Verifying Checksum 10:46:29 93b9cdb0e59b: Download complete 10:46:29 5e14af77c1be: Verifying Checksum 10:46:29 5e14af77c1be: Download complete 10:46:29 01666e4c0597: Verifying Checksum 10:46:29 01666e4c0597: Download complete 10:46:29 93b61091891f: Verifying Checksum 10:46:29 93b61091891f: Download complete 10:46:30 df20fa9351a1: Pull complete 10:46:30 36b3adc4ff6f: Pull complete 10:46:30 8ad3a11d3b57: Download complete 10:46:31 8ad3a11d3b57: Pull complete 10:46:32 aa168da1d23b: Verifying Checksum 10:46:32 aa168da1d23b: Download complete 10:46:32 46f8f816bc3b: Pull complete 10:46:34 93b61091891f: Pull complete 10:46:34 93b9cdb0e59b: Pull complete 10:46:34 5e14af77c1be: Pull complete 10:46:34 01666e4c0597: Pull complete 10:46:42 aa168da1d23b: Pull complete 10:46:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:46:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:46:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:46:42 prd-centos7-docker-4c-2g-29510 does not seem to be running inside a container 10:46:42 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:46:49 $ docker top 361630d6aa323d3e333ff36f4cb3894719ba8720db096ee44a4cf982f741592a -eo pid,comm [Pipeline] { [Pipeline] sh 10:46:49 + touch /tmp/pre-build-complete [Pipeline] sh 10:46:50 + mkdir -p /var/log/sa [Pipeline] sh 10:46:50 + ls /var/log/sa-host 10:46:50 + sadf -c /var/log/sa-host/sa11 10:46:50 file_magic: OK 10:46:50 HZ: Using current value: 100 10:46:50 file_header: OK 10:46:50 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 10:46:50 Statistics: 10:46:50 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:46:50 File successfully converted to sysstat format version 12.2.1 10:46:50 + sadf -c /var/log/sa-host/sa23 10:46:50 file_magic: OK 10:46:50 HZ: Using current value: 100 10:46:50 file_header: OK 10:46:50 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 10:46:50 Statistics: 10:46:50 Hnuu...uuuununununu... 10:46:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:46:51 provisioning config files... 10:46:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config3065176904713594772tmp [Pipeline] { [Pipeline] echo 10:46:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:46:51 ---> create-netrc.sh [Pipeline] } 10:46:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:46:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:46:52 ---> python-tools-install.sh [Pipeline] echo 10:46:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:46:52 ---> sudo-logs.sh 10:46:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:46:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:46:52 ---> job-cost.sh 10:46:52 lf-activate-venv: SKIPPING 10:46:52 INFO: No Stack... 10:46:55 INFO: Retrieving Pricing Info for: v1-standard-2 10:46:55 INFO: Archiving Costs [Pipeline] echo 10:46:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:46:56 ---> logs-deploy.sh 10:46:56 lf-activate-venv: SKIPPING 10:46:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/4 10:46:56 INFO: archiving workspace using pattern(s): 10:46:57 Archives upload complete. 10:46:57 INFO: archiving logs to Nexus 10:46:58 ---> uname -a: 10:46:58 Linux prd-centos7-docker-4c-2g-29510.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:46:58 10:46:58