Pull request #3192 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 123b8260e54e2951a1611dc95d57857d34645914+cc679f17c5203d1805fe25c40abcaf676b6725c1 (664dd8e6d274fc141ef24ecca49ae7068488ca49) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-27653 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 > 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/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 123b8260e54e2951a1611dc95d57857d34645914 Merge succeeded, producing 123b8260e54e2951a1611dc95d57857d34645914 Checking out Revision 123b8260e54e2951a1611dc95d57857d34645914 (PR-3192) > git config core.sparsecheckout # timeout=10 > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # 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 cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:45:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:45:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:45:31 ========================================================= 14:45:31 EdgeX Global Pipelines Version Info 14:45:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a5dc2605f40e4908c99f4381f70b253cf6960e8d # timeout=10 14:45:33 ------------------- 14:45:33 stable info: 14:45:33 ------------------- 14:45:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:45:33 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 14:45:33 Message: update stable to v1.0.181 14:45:34 ------------------- 14:45:34 experimental info: 14:45:34 ------------------- 14:45:34 Commited By: **** collab-it+edgex@linuxfoundation.org 14:45:34 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 14:45:34 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:45:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:45:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:45:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:45:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:45:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:45:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:45:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:45:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:45:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:45:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3192 [Pipeline] echo 14:45:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3192 [Pipeline] echo 14:45:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3192 [Pipeline] echo 14:45:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 123b8260e54e2951a1611dc95d57857d34645914 [Pipeline] echo 14:45:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 123b826 [Pipeline] echo 14:45:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:45:36 provisioning config files... 14:45:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4805634125583783801tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:45:37 ---> docker-login.sh 14:45:37 nexus3.edgexfoundry.org:10001 14:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:45:37 Configure a credential helper to remove this warning. See 14:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:45:37 14:45:37 Login Succeeded 14:45:37 nexus3.edgexfoundry.org:10002 14:45:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:45:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:45:37 Configure a credential helper to remove this warning. See 14:45:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:45:37 14:45:37 Login Succeeded 14:45:37 nexus3.edgexfoundry.org:10003 14:45:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:45:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:45:38 Configure a credential helper to remove this warning. See 14:45:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:45:38 14:45:38 Login Succeeded 14:45:38 nexus3.edgexfoundry.org:10004 14:45:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:45:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:45:38 Configure a credential helper to remove this warning. See 14:45:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:45:38 14:45:38 Login Succeeded 14:45:38 docker.io 14:45:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:45:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:45:38 Configure a credential helper to remove this warning. See 14:45:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:45:38 14:45:38 Login Succeeded 14:45:38 ---> docker-login.sh ends [Pipeline] } 14:45:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:45:39 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/core-command/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo core-command,cmd/core-command/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/core-data/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo core-data,cmd/core-data/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/core-metadata/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo core-metadata,cmd/core-metadata/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/security-bootstrapper/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/security-proxy-setup/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/support-notifications/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo support-notifications,cmd/support-notifications/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/support-scheduler/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:45:39 + for file in '`ls cmd/**/Dockerfile`' 14:45:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:45:39 ++ cut -d/ -f2 14:45:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:45:39 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:45:39 14:45:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:45:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:45:40 latest: Pulling from edgex-devops/git-semver 14:45:40 31603596830f: Pulling fs layer 14:45:40 2a8b12db71e7: Pulling fs layer 14:45:40 6ca5941a6612: Pulling fs layer 14:45:40 ecc8261a40a4: Pulling fs layer 14:45:40 ecc8261a40a4: Waiting 14:45:40 2a8b12db71e7: Verifying Checksum 14:45:40 31603596830f: Verifying Checksum 14:45:40 31603596830f: Download complete 14:45:40 ecc8261a40a4: Verifying Checksum 14:45:40 ecc8261a40a4: Download complete 14:45:40 6ca5941a6612: Verifying Checksum 14:45:40 6ca5941a6612: Download complete 14:45:40 31603596830f: Pull complete 14:45:40 2a8b12db71e7: Pull complete 14:45:41 6ca5941a6612: Pull complete 14:45:41 ecc8261a40a4: Pull complete 14:45:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:45:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:45:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:45:42 prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container 14:45:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:45:44 $ docker top 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:45:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:45:44 [ssh-agent] Looking for ssh-agent implementation... 14:45:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:45:45 $ docker exec 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent 14:45:45 SSH_AUTH_SOCK=/tmp/ssh-AWMqjJiy090O/agent.11 14:45:45 SSH_AGENT_PID=16 14:45:45 Running ssh-add (command line suppressed) 14:45:45 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3404253329817937967.key (/w/workspace/edgex-go/2@tmp/private_key_3404253329817937967.key) 14:45:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:45:45 + git tag --points-at HEAD [Pipeline] } 14:45:45 $ docker exec --env ******** --env ******** 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent -k 14:45:45 unset SSH_AUTH_SOCK; 14:45:45 unset SSH_AGENT_PID; 14:45:45 echo Agent pid 16 killed; 14:45:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:45:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:45:46 [ssh-agent] Looking for ssh-agent implementation... 14:45:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:45:46 $ docker exec 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent 14:45:46 SSH_AUTH_SOCK=/tmp/ssh-NsitAJAVNIoh/agent.45 14:45:46 SSH_AGENT_PID=51 14:45:46 Running ssh-add (command line suppressed) 14:45:46 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1046236673041726396.key (/w/workspace/edgex-go/2@tmp/private_key_1046236673041726396.key) 14:45:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:45:47 + git semver init 14:45:47 # -> Open(): unable to determine branch for HEAD 14:45:47 # $GIT_DIR = /w/workspace/edgex-go/2/.git 14:45:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 14:45:47 # $SEMVER_REMOTE_NAME = origin 14:45:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:45:47 # $SEMVER_USER_NAME = edgex-jenkins 14:45:47 # $SEMVER_BRANCH = PR-3192 14:45:47 # $SEMVER_TEMP = /tmp/semver-687940535 14:45:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:46:05 # '/tmp/semver-687940535' -> '/w/workspace/edgex-go/2/.semver' 14:46:05 # -> Force: false 14:46:05 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 14:46:05 $ docker exec --env ******** --env ******** 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd ssh-agent -k 14:46:05 unset SSH_AUTH_SOCK; 14:46:05 unset SSH_AGENT_PID; 14:46:05 echo Agent pid 51 killed; 14:46:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:46:06 + git semver [Pipeline] } 14:46:06 $ docker stop --time=1 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd 14:46:08 $ docker rm -f 6940409da41917f277ede5610f99282c2a08dd02789db64c0aca3f92b73fe5cd [Pipeline] // withDockerContainer [Pipeline] sh 14:46:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:46:09 Stashed 1 file(s) [Pipeline] echo 14:46:09 [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 14:46:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:46:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:46:11 + sudo service docker restart 14:46:11 + true 14:46:11 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:46:12 ========================================================= 14:46:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:46:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:46:12 + 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 . 14:46:15 Sending build context to Docker daemon 328MB 14:46:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:46:15 Step 2/6 : FROM ${BASE} 14:46:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:46:15 188c0c94c7c5: Pulling fs layer 14:46:15 0ef7d3d256c8: Pulling fs layer 14:46:15 de9db76c5a1d: Pulling fs layer 14:46:15 bca2f99d35d6: Pulling fs layer 14:46:15 93359f2a8cfa: Pulling fs layer 14:46:15 7c6f9722023f: Pulling fs layer 14:46:15 a35cf1a2eb13: Pulling fs layer 14:46:15 93359f2a8cfa: Waiting 14:46:15 7c6f9722023f: Waiting 14:46:15 a35cf1a2eb13: Waiting 14:46:15 bca2f99d35d6: Waiting 14:46:15 de9db76c5a1d: Download complete 14:46:15 0ef7d3d256c8: Download complete 14:46:15 93359f2a8cfa: Verifying Checksum 14:46:15 93359f2a8cfa: Download complete 14:46:15 188c0c94c7c5: Verifying Checksum 14:46:15 188c0c94c7c5: Download complete 14:46:15 7c6f9722023f: Download complete 14:46:16 188c0c94c7c5: Pull complete 14:46:16 0ef7d3d256c8: Pull complete 14:46:16 de9db76c5a1d: Pull complete 14:46:17 a35cf1a2eb13: Verifying Checksum 14:46:17 a35cf1a2eb13: Download complete 14:46:18 bca2f99d35d6: Verifying Checksum 14:46:18 bca2f99d35d6: Download complete 14:46:23 bca2f99d35d6: Pull complete 14:46:23 93359f2a8cfa: Pull complete 14:46:23 7c6f9722023f: Pull complete 14:46:25 Still waiting to schedule task 14:46:25 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 14:46:29 a35cf1a2eb13: Pull complete 14:46:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:46:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:46:29 ---> a62c8e92a672 14:46:29 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 14:46:29 ---> Running in 79c42115238c 14:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:46:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:46:30 (1/12) Installing libmagic (5.38-r0) 14:46:31 (2/12) Installing file (5.38-r0) 14:46:31 (3/12) Installing libc-dev (0.7.2-r3) 14:46:31 (4/12) Installing g++ (9.3.0-r2) 14:46:46 (5/12) Installing fortify-headers (1.1-r0) 14:46:46 (6/12) Installing patch (2.7.6-r6) 14:46:46 (7/12) Installing build-base (0.5-r2) 14:46:46 (8/12) Installing libsodium (1.0.18-r0) 14:46:46 (9/12) Installing pkgconf (1.7.2-r0) 14:46:46 (10/12) Installing libsodium-dev (1.0.18-r0) 14:46:46 (11/12) Installing libzmq (4.3.3-r0) 14:46:46 (12/12) Installing zeromq-dev (4.3.3-r0) 14:46:46 Executing busybox-1.31.1-r19.trigger 14:46:46 OK: 233 MiB in 51 packages 14:46:50 Removing intermediate container 79c42115238c 14:46:50 ---> 9201e1261c63 14:46:50 Step 4/6 : WORKDIR /edgex-go 14:46:50 ---> Running in a4724a6fe6cf 14:46:50 Removing intermediate container a4724a6fe6cf 14:46:50 ---> 318099f2482c 14:46:50 Step 5/6 : COPY go.mod . 14:46:50 ---> 9c70dd1fff74 14:46:50 Step 6/6 : RUN go mod download 14:46:50 ---> Running in 280a3518fcc0 14:47:12 Removing intermediate container 280a3518fcc0 14:47:12 ---> 31a5e4c3bad4 14:47:12 Successfully built 31a5e4c3bad4 14:47:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:47:12 + docker inspect -f . ci-base-image-x86_64 14:47:12 . [Pipeline] withDockerContainer 14:47:13 prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container 14:47:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 14:47:14 $ docker top a58933c5ac67337cb6f9297238fc19f2ef2edb23f8f322cee02e6652792f3355 -eo pid,comm [Pipeline] { [Pipeline] sh 14:47:14 + go version 14:47:14 go version go1.15.5 linux/amd64 [Pipeline] } 14:47:14 $ docker stop --time=1 a58933c5ac67337cb6f9297238fc19f2ef2edb23f8f322cee02e6652792f3355 14:47:15 $ docker rm -f a58933c5ac67337cb6f9297238fc19f2ef2edb23f8f322cee02e6652792f3355 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:47:16 + docker inspect -f . ci-base-image-x86_64 14:47:16 . [Pipeline] withDockerContainer 14:47:16 prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container 14:47:16 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 14:47:17 $ docker top 0a8026fbe67302f3f41c4ba15838c0c7378c2df453ceca24102c9e28d7ec66dd -eo pid,comm [Pipeline] { [Pipeline] echo 14:47:17 ========================================================= 14:47:17 [edgeXBuildGoParallel] Running Tests and Build... 14:47:17 ========================================================= [Pipeline] sh 14:47:17 + make test 14:47:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:47:26 ? github.com/edgexfoundry/edgex-go [no test files] 14:47:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:47:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:47:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:47:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:47:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:47:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:47:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:47:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:47:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.124s coverage: 45.9% of statements 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:47:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:47:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.093s coverage: 100.0% of statements 14:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:47:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.127s coverage: 82.3% of statements 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:47:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:48:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.319s coverage: 28.6% of statements 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:48:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:48:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:48:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:48:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements 14:48:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:48:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 14:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:48:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.375s coverage: 92.8% of statements 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:48:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 45.5% of statements 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 14:48:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements 14:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements 14:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 14:48:23 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27655 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 14:48:23 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 14:48:28 using credential edgex-jenkins-ssh 14:48:29 Cloning the remote Git repository 14:48:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:48:29 > git init /w/workspace/edgex-go/2 # timeout=10 14:48:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:48:29 > git --version # timeout=10 14:48:29 > git --version # 'git version 2.17.1' 14:48:29 using GIT_SSH to set credentials SSH Credentials for GitHub 14:48:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.066s coverage: 92.9% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.035s coverage: 87.2% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.6% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 62.4% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 38.4% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.109s coverage: 89.4% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.711s coverage: 29.1% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.065s coverage: 92.9% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:48:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 14:48:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 14:48:30 GO111MODULE=on go vet ./... 14:48:51 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 123b8260e54e2951a1611dc95d57857d34645914 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:48:52 Failed in branch arm64 14:48:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:48:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:48:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:48:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:48:50 using GIT_SSH to set credentials SSH Credentials for GitHub 14:48:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:48:51 > git config core.sparsecheckout # timeout=10 14:48:51 > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 14:48:57 gofmt -l . 14:48:57 [ "`gofmt -l .`" = "" ] 14:48:57 ./bin/test-go-mod-tidy.sh 14:48:57 ./bin/test-attribution-txt.sh [Pipeline] sh 14:48:58 + ls -al . 14:48:58 total 708 14:48:58 drwxrwxr-x 10 1001 1001 4096 Feb 25 14:48 . 14:48:58 drwxr-xr-x 4 root root 28 Feb 25 14:47 .. 14:48:58 -rw-rw-r-- 1 1001 1001 11 Feb 25 14:45 .dockerignore 14:48:58 drwxrwxr-x 8 1001 1001 179 Feb 25 14:45 .git 14:48:58 drwxrwxr-x 3 1001 1001 125 Feb 25 14:45 .github 14:48:58 -rw-rw-r-- 1 1001 1001 818 Feb 25 14:45 .gitignore 14:48:58 drwx------ 3 1001 1001 60 Feb 25 14:46 .semver 14:48:58 -rw-rw-r-- 1 1001 1001 166 Feb 25 14:45 .sonarcloud.properties 14:48:58 -rw-rw-r-- 1 1001 1001 8475 Feb 25 14:45 Attribution.txt 14:48:58 -rw-rw-r-- 1 1001 1001 3804 Feb 25 14:45 CONTRIBUTING.md 14:48:58 -rw-rw-r-- 1 1001 1001 931 Feb 25 14:45 Dockerfile.build 14:48:58 -rw-rw-r-- 1 1001 1001 863 Feb 25 14:45 Jenkinsfile 14:48:58 -rw-rw-r-- 1 1001 1001 10775 Feb 25 14:45 LICENSE 14:48:58 -rw-rw-r-- 1 1001 1001 5774 Feb 25 14:45 Makefile 14:48:58 -rw-rw-r-- 1 1001 1001 6524 Feb 25 14:45 README.md 14:48:58 -rw-rw-r-- 1 1001 1001 6755 Feb 25 14:45 SECURITY.md 14:48:58 -rw-rw-r-- 1 1001 1001 5 Feb 25 14:46 VERSION 14:48:58 -rw-rw-r-- 1 1001 1001 4131 Feb 25 14:45 ZMQWindows.md 14:48:58 drwxrwxr-x 2 1001 1001 117 Feb 25 14:45 bin 14:48:58 drwxrwxr-x 14 1001 1001 4096 Feb 25 14:45 cmd 14:48:58 -rw-r--r-- 1 root root 596149 Feb 25 14:48 coverage.out 14:48:58 -rw-r--r-- 1 root root 1055 Feb 25 14:48 go.mod 14:48:58 -rw-r--r-- 1 root root 21699 Feb 25 14:48 go.sum 14:48:58 drwxrwxr-x 8 1001 1001 127 Feb 25 14:45 internal 14:48:58 drwxrwxr-x 4 1001 1001 26 Feb 25 14:45 openapi 14:48:58 drwxrwxr-x 4 1001 1001 71 Feb 25 14:45 snap 14:48:58 -rw-rw-r-- 1 1001 1001 168 Feb 25 14:45 version.go [Pipeline] sh 14:48:59 + '[' -e coverage.out ] 14:48:59 + chown 1001:1001 coverage.out [Pipeline] stash 14:48:59 Stashed 1 file(s) [Pipeline] sh 14:48:59 + make build 14:48:59 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 14:49:03 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 14:49:12 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 14:49:12 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 14:49:14 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 14:49:14 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 14:49:16 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 14:49:17 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 14:49:18 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 14:49:19 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 14:49:20 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 14:49:22 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] } 14:49:24 $ docker stop --time=1 0a8026fbe67302f3f41c4ba15838c0c7378c2df453ceca24102c9e28d7ec66dd 14:49:25 $ docker rm -f 0a8026fbe67302f3f41c4ba15838c0c7378c2df453ceca24102c9e28d7ec66dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:49:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:49:28 14:49:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:49:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:49:28 latest: Pulling from edgex-devops/edgex-compose 14:49:28 cbdbe7a5bc2a: Pulling fs layer 14:49:28 ca9280d653b3: Pulling fs layer 14:49:28 7e9c9ca2126c: Pulling fs layer 14:49:29 cbdbe7a5bc2a: Verifying Checksum 14:49:29 cbdbe7a5bc2a: Download complete 14:49:29 cbdbe7a5bc2a: Pull complete 14:49:29 ca9280d653b3: Verifying Checksum 14:49:29 ca9280d653b3: Download complete 14:49:30 7e9c9ca2126c: Verifying Checksum 14:49:30 7e9c9ca2126c: Download complete 14:49:30 ca9280d653b3: Pull complete 14:49:37 7e9c9ca2126c: Pull complete 14:49:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:49:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:49:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:49:37 prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container 14:49:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-devops/edgex-compose:latest cat 14:49:40 $ docker top e23db525a8cc1c8aaacc674e40b969f6686b48f55f521e93327212a893435106 -eo pid,comm [Pipeline] { [Pipeline] sh 14:49:41 + docker-compose build --help 14:49:41 + grep parallel 14:49:42 --parallel Build images in parallel. [Pipeline] } 14:49:42 $ docker stop --time=1 e23db525a8cc1c8aaacc674e40b969f6686b48f55f521e93327212a893435106 14:49:43 $ docker rm -f e23db525a8cc1c8aaacc674e40b969f6686b48f55f521e93327212a893435106 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:49:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:49:44 . [Pipeline] withDockerContainer 14:49:44 prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container 14:49:44 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 14:49:45 $ docker top 3364b586b5c993baa3d7d1158f745c525bd1c9918c27572fd1b395cd2e76c625 -eo pid,comm [Pipeline] { [Pipeline] sh 14:49:45 + docker-compose -f ./docker-compose-build.yml build --parallel 14:49:46 Building docker-core-command-go ... 14:49:46 Building docker-core-data-go ... 14:49:46 Building docker-core-metadata-go ... 14:49:46 Building docker-security-bootstrapper-go ... 14:49:46 Building docker-security-proxy-setup-go ... 14:49:46 Building docker-security-secretstore-setup-go ... 14:49:46 Building docker-support-notifications-go ... 14:49:46 Building docker-support-scheduler-go ... 14:49:46 Building docker-sys-mgmt-agent-go ... 14:49:46 Building docker-support-notifications-go 14:49:46 Building docker-security-secretstore-setup-go 14:49:46 Building docker-core-metadata-go 14:49:46 Building docker-core-command-go 14:49:46 Building docker-security-proxy-setup-go 14:50:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:50:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:50:18 ---> 31a5e4c3bad4 14:50:18 Step 3/23 : WORKDIR /edgex-go 14:50:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:50:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:50:18 ---> 31a5e4c3bad4 14:50:18 Step 3/24 : WORKDIR /edgex-go 14:50:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:50:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:50:18 ---> 31a5e4c3bad4 14:50:18 Step 3/21 : WORKDIR /edgex-go 14:50:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:50:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:50:18 ---> 31a5e4c3bad4 14:50:18 Step 3/23 : WORKDIR /edgex-go 14:50:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:50:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:50:18 ---> 31a5e4c3bad4 14:50:18 Step 3/22 : WORKDIR /edgex-go 14:50:18 ---> Running in c967b228b4b7 14:50:18 ---> Running in 7430cb6f8d73 14:50:18 ---> Running in 199ec8354919 14:50:18 ---> Running in 8282582852a8 14:50:18 ---> Running in c3e358e0bdcf 14:50:19 Removing intermediate container c3e358e0bdcf 14:50:19 ---> 9bd9422cdc56 14:50:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:19 Removing intermediate container 8282582852a8 14:50:19 ---> a480e951f9c7 14:50:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:19 Removing intermediate container c967b228b4b7 14:50:19 ---> f6d658c5fb2b 14:50:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:19 Removing intermediate container 7430cb6f8d73 14:50:19 ---> c0eebf088f08 14:50:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:19 Removing intermediate container 199ec8354919 14:50:19 ---> 88fd55926798 14:50:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:50:19 ---> Running in 6301bf755ae4 14:50:19 ---> Running in 3eb1e1a6b7c2 14:50:19 ---> Running in 9dd8888d4562 14:50:19 ---> Running in f9a2687d97b1 14:50:19 ---> Running in b1d7e00caac6 14:50:21 Removing intermediate container 6301bf755ae4 14:50:21 ---> 6130b8bec034 14:50:21 Step 5/23 : RUN apk add --update --no-cache make git 14:50:21 ---> Running in 8314155f3439 14:50:21 Removing intermediate container 3eb1e1a6b7c2 14:50:21 ---> 89428175618f 14:50:21 Step 5/24 : RUN apk add --update --no-cache make git 14:50:21 ---> Running in 8c957a7ebf0f 14:50:21 Removing intermediate container 9dd8888d4562 14:50:21 ---> a31ceed35134 14:50:21 Step 5/21 : RUN apk add --update --no-cache make git 14:50:22 Removing intermediate container f9a2687d97b1 14:50:22 ---> 0d2f66dbf298 14:50:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:50:22 ---> Running in 8dce0d9054ab 14:50:22 ---> Running in e88f3c6a2246 14:50:22 Removing intermediate container b1d7e00caac6 14:50:22 ---> 04df822af0a2 14:50:22 Step 5/23 : RUN apk add --update --no-cache make git 14:50:22 ---> Running in 0bbcca54c03b 14:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:50:26 OK: 233 MiB in 51 packages 14:50:26 OK: 233 MiB in 51 packages 14:50:26 Removing intermediate container 8dce0d9054ab 14:50:26 ---> 4a8a3cae7d70 14:50:26 Step 6/21 : COPY go.mod . 14:50:27 Removing intermediate container 8c957a7ebf0f 14:50:27 ---> 98f1b3230e70 14:50:27 Step 6/24 : COPY go.mod . 14:50:27 ---> 4a4844ec4240 14:50:27 Step 7/21 : RUN go mod download 14:50:27 ---> Running in 2795f5c4a915 14:50:27 OK: 233 MiB in 51 packages 14:50:27 OK: 233 MiB in 51 packages 14:50:27 OK: 233 MiB in 51 packages 14:50:27 ---> b39be1a93377 14:50:27 Step 7/24 : RUN go mod download 14:50:27 ---> Running in 9ca5d9b193c9 14:50:28 Removing intermediate container 8314155f3439 14:50:28 ---> e86f31782259 14:50:28 Step 6/23 : COPY go.mod . 14:50:28 Removing intermediate container 0bbcca54c03b 14:50:28 ---> c9122c50b544 14:50:28 Step 6/23 : COPY go.mod . 14:50:28 Removing intermediate container e88f3c6a2246 14:50:28 ---> 9ed7cbb6789b 14:50:28 Step 6/22 : COPY go.mod . 14:50:28 ---> 1a730f67b27b 14:50:28 Step 7/23 : RUN go mod download 14:50:28 ---> Running in 5fc657b7c1de 14:50:28 ---> daf3476fc63b 14:50:28 Step 7/23 : RUN go mod download 14:50:28 ---> Running in 8095d7874abf 14:50:28 ---> a4b9e7198d1c 14:50:28 Step 7/22 : RUN go mod download 14:50:29 ---> Running in 25b716467207 14:50:29 Removing intermediate container 9ca5d9b193c9 14:50:29 ---> 125dde35cae6 14:50:29 Step 8/24 : COPY . . 14:50:30 Removing intermediate container 2795f5c4a915 14:50:30 ---> f740ee5b9ed4 14:50:30 Step 8/21 : COPY . . 14:50:33 Removing intermediate container 5fc657b7c1de 14:50:33 ---> 590527d08d6d 14:50:33 Step 8/23 : COPY . . 14:50:36 Removing intermediate container 8095d7874abf 14:50:36 ---> a422e3b95072 14:50:36 Step 8/23 : COPY . . 14:50:41 Removing intermediate container 25b716467207 14:50:41 ---> fd013ed9cdb2 14:50:41 Step 8/22 : COPY . . 14:51:19 ---> 89b38eb394e6 14:51:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:51:19 ---> d770e5e050f0 14:51:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:51:19 ---> Running in 76bf0950fc94 14:51:19 ---> Running in 8c4bacb994f8 14:51:19 ---> a8fc409d2552 14:51:19 Step 9/23 : RUN make cmd/core-command/core-command 14:51:19 ---> a066900fe8be 14:51:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:51:19 ---> 0ab80499e671 14:51:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:51:19 ---> Running in e27b61f29dcf 14:51:19 ---> Running in 7ef9d2e5ab05 14:51:19 ---> Running in 259d81468cc3 14:51:20 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 14:51:20 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 14:51:20 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 14:51:20 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 14:51:20 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 14:51:52 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 14:51:52 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 14:51:58 Removing intermediate container 8c4bacb994f8 14:51:58 ---> a6b936389bce 14:51:58 14:51:58 Step 10/24 : FROM alpine:3.12 14:51:58 3.12: Pulling from library/alpine 14:51:58 Removing intermediate container 76bf0950fc94 14:51:58 ---> 7149727480da 14:51:58 14:51:58 Step 10/21 : FROM alpine:3.12 14:51:58 3.12: Pulling from library/alpine 14:51:59 Removing intermediate container e27b61f29dcf 14:51:59 ---> d55bca4f9f40 14:51:59 14:51:59 Step 10/23 : FROM alpine:3.12 14:51:59 3.12: Pulling from library/alpine 14:51:59 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:51:59 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:51:59 Status: Downloaded newer image for alpine:3.12 14:51:59 ---> 88dd2752d2ea 14:51:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:51:59 Status: Image is up to date for alpine:3.12 14:51:59 ---> 88dd2752d2ea 14:51:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:51:59 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:51:59 Status: Image is up to date for alpine:3.12 14:51:59 ---> 88dd2752d2ea 14:51:59 Step 11/21 : RUN apk add --update --no-cache curl 14:52:03 ---> Running in 8f630251b879 14:52:03 ---> Running in 230c3dbd673b 14:52:03 ---> Running in 28d3297fb1c4 14:52:03 Removing intermediate container 7ef9d2e5ab05 14:52:03 ---> 87d804070459 14:52:03 14:52:03 Step 10/22 : FROM alpine:3.12 14:52:03 ---> 88dd2752d2ea 14:52:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:52:03 Removing intermediate container 259d81468cc3 14:52:03 ---> 009fb290c685 14:52:03 14:52:03 Step 10/23 : FROM alpine:3.12 14:52:03 ---> 88dd2752d2ea 14:52:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:52:03 ---> Running in 8cda8ac08ffd 14:52:03 ---> Running in f53093babae7 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:04 (1/1) Installing dumb-init (1.2.2-r1) 14:52:04 Executing busybox-1.31.1-r19.trigger 14:52:04 OK: 6 MiB in 15 packages 14:52:04 (1/5) Installing ca-certificates (20191127-r4) 14:52:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:04 (3/5) Installing libcurl (7.69.1-r3) 14:52:04 (4/5) Installing curl (7.69.1-r3) 14:52:04 (5/5) Installing dumb-init (1.2.2-r1) 14:52:04 Executing busybox-1.31.1-r19.trigger 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:04 Executing ca-certificates-20191127-r4.trigger 14:52:04 OK: 7 MiB in 19 packages 14:52:04 (1/4) Installing ca-certificates (20191127-r4) 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:52:04 (3/4) Installing libcurl (7.69.1-r3) 14:52:04 (4/4) Installing curl (7.69.1-r3) 14:52:04 Executing busybox-1.31.1-r19.trigger 14:52:04 Executing ca-certificates-20191127-r4.trigger 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:04 OK: 7 MiB in 18 packages 14:52:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:05 (1/2) Installing ca-certificates (20191127-r4) 14:52:05 (2/2) Installing dumb-init (1.2.2-r1) 14:52:05 Executing busybox-1.31.1-r19.trigger 14:52:05 (1/1) Installing dumb-init (1.2.2-r1) 14:52:05 Executing ca-certificates-20191127-r4.trigger 14:52:05 Executing busybox-1.31.1-r19.trigger 14:52:05 OK: 6 MiB in 15 packages 14:52:05 OK: 6 MiB in 16 packages 14:52:07 Removing intermediate container 8f630251b879 14:52:07 ---> ca5b06930a5d 14:52:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:52:07 ---> Running in 67f11b3bcbcc 14:52:07 Removing intermediate container 230c3dbd673b 14:52:07 ---> f86a5784b14b 14:52:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:52:08 ---> Running in 7e1519ae2e08 14:52:08 Removing intermediate container 67f11b3bcbcc 14:52:08 ---> 5b3894cd762c 14:52:08 Step 13/23 : ENV APP_PORT=48082 14:52:09 Removing intermediate container f53093babae7 14:52:09 ---> 22113bdf0f28 14:52:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:52:09 Removing intermediate container 28d3297fb1c4 14:52:09 ---> 4386357c8a98 14:52:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:52:09 Removing intermediate container 8cda8ac08ffd 14:52:09 ---> 90543c4c7419 14:52:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:52:09 ---> Running in 35eeddf994e8 14:52:09 ---> Running in e08a0cb4af5e 14:52:09 ---> Running in eb562393d13c 14:52:09 ---> Running in 2eb0a1685353 14:52:09 Removing intermediate container 7e1519ae2e08 14:52:09 ---> 8b537a189b23 14:52:09 Step 13/24 : WORKDIR / 14:52:09 ---> Running in 573acba6a210 14:52:09 Removing intermediate container 35eeddf994e8 14:52:09 ---> 5569acce795c 14:52:09 Step 14/23 : EXPOSE $APP_PORT 14:52:10 Removing intermediate container eb562393d13c 14:52:10 ---> 9b26995bc5af 14:52:10 Step 13/21 : WORKDIR /edgex 14:52:10 Removing intermediate container e08a0cb4af5e 14:52:10 ---> b244a5ff0061 14:52:10 Step 13/22 : ENV APP_PORT=48060 14:52:10 Removing intermediate container 2eb0a1685353 14:52:10 ---> f4ac677d6c59 14:52:10 Step 13/23 : ENV APP_PORT=48081 14:52:10 ---> Running in fe4535dd9a8a 14:52:10 ---> Running in 787453f9aa94 14:52:10 ---> Running in c3e46740f13e 14:52:10 ---> Running in 9ad9dc55c8f9 14:52:10 Removing intermediate container 573acba6a210 14:52:10 ---> 72f3b57aac13 14:52:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:52:11 Removing intermediate container fe4535dd9a8a 14:52:11 ---> 1f2b25340c11 14:52:11 Step 15/23 : WORKDIR / 14:52:11 Removing intermediate container 787453f9aa94 14:52:11 ---> 55744d6dd3e7 14:52:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:52:11 ---> Running in 16e4d5390db1 14:52:11 Removing intermediate container c3e46740f13e 14:52:11 ---> 2537da8e66f3 14:52:11 Step 14/22 : EXPOSE $APP_PORT 14:52:11 Removing intermediate container 9ad9dc55c8f9 14:52:11 ---> 6bfebd1aa735 14:52:11 Step 14/23 : EXPOSE $APP_PORT 14:52:11 ---> 25db9598c0aa 14:52:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:52:11 ---> Running in 9727bf782765 14:52:11 ---> Running in f007d82f3241 14:52:11 Removing intermediate container 16e4d5390db1 14:52:11 ---> 48e9b96bf490 14:52:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:52:11 ---> 13cfcf4b60e8 14:52:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:52:11 ---> 8074930984d0 14:52:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:52:12 Removing intermediate container 9727bf782765 14:52:12 ---> 34f2b4b13c61 14:52:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:52:12 Removing intermediate container f007d82f3241 14:52:12 ---> ba1b5ba13e3b 14:52:12 Step 15/23 : WORKDIR / 14:52:12 ---> 31971b041ced 14:52:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:52:12 ---> Running in 5af027d43617 14:52:12 ---> 28e493c67f86 14:52:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:52:12 ---> 94373f7c178a 14:52:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:52:12 ---> 2016ef49fb65 14:52:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:52:12 Removing intermediate container 5af027d43617 14:52:12 ---> ebd71d5df474 14:52:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:52:12 ---> 2a07303876c9 14:52:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:52:12 ---> b415ee8ecef7 14:52:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:52:12 ---> 948c672d4e76 14:52:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:52:12 ---> 3599ec7c6ec9 14:52:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:52:13 ---> f97359ec794f 14:52:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:52:13 ---> Running in ecea60dc356b 14:52:13 ---> b1c49e35476a 14:52:13 Step 19/23 : ENTRYPOINT ["/core-command"] 14:52:13 ---> Running in b009455d95f4 14:52:13 Removing intermediate container ecea60dc356b 14:52:13 ---> 0b2a7f5e705a 14:52:13 Step 18/21 : CMD ["--init=true"] 14:52:13 ---> d33c52d0ce32 14:52:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:52:13 ---> Running in c73963f4ba9f 14:52:13 ---> Running in 56f172839787 14:52:13 Removing intermediate container b009455d95f4 14:52:13 ---> db7905c3175b 14:52:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:13 ---> b7d1555e6991 14:52:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:52:14 ---> 1f003f28dbca 14:52:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:52:14 ---> Running in 0f1ca165e716 14:52:14 Removing intermediate container c73963f4ba9f 14:52:14 ---> 786ad7c6c142 14:52:14 Step 19/21 : LABEL arch=x86_64 14:52:14 Removing intermediate container 56f172839787 14:52:14 ---> a68c9a6955b7 14:52:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:14 ---> Running in f5892b3cf993 14:52:14 ---> Running in b963b2531827 14:52:14 Removing intermediate container 0f1ca165e716 14:52:14 ---> d5b56f5f4355 14:52:14 Step 21/23 : LABEL arch=x86_64 14:52:14 ---> d14b9c1a46a9 14:52:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:52:14 ---> 5e7668f2da01 14:52:14 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/ 14:52:14 ---> Running in 6d9e6c0c46db 14:52:14 ---> Running in 77e8c0dba176 14:52:14 ---> Running in 3b43435ec7b3 14:52:14 Removing intermediate container b963b2531827 14:52:14 ---> d431155d0410 14:52:14 Step 20/21 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:52:14 Removing intermediate container f5892b3cf993 14:52:14 ---> ce80461ff82b 14:52:14 Step 20/22 : LABEL arch=x86_64 14:52:15 Removing intermediate container 6d9e6c0c46db 14:52:15 ---> 7c3ba342c1a3 14:52:15 Step 22/23 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:52:15 Removing intermediate container 77e8c0dba176 14:52:15 ---> aa262b4e5855 14:52:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:52:15 ---> Running in d95f47543954 14:52:15 ---> Running in a3902ed7e4ae 14:52:15 ---> Running in ad168764554d 14:52:15 ---> Running in 8f2802cb3428 14:52:15 Removing intermediate container a3902ed7e4ae 14:52:15 ---> 0721cbd868b7 14:52:15 Step 21/22 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:52:15 Removing intermediate container d95f47543954 14:52:15 ---> ff17378a5d0f 14:52:15 Step 21/21 : LABEL version=0.0.0 14:52:15 ---> Running in 0b9b19f4a7fd 14:52:15 Removing intermediate container ad168764554d 14:52:15 ---> 9e62c6fd4254 14:52:15 Step 23/23 : LABEL version=0.0.0 14:52:15 ---> Running in ac8ca4bccfe6 14:52:15 Removing intermediate container 8f2802cb3428 14:52:15 ---> 80eac346733a 14:52:15 Step 21/23 : LABEL arch=x86_64 14:52:15 ---> Running in cdac17a7a911 14:52:16 ---> Running in 425512b6ad9d 14:52:16 Removing intermediate container 0b9b19f4a7fd 14:52:16 ---> 3040d276fd6b 14:52:16 Step 22/22 : LABEL version=0.0.0 14:52:16 Removing intermediate container ac8ca4bccfe6 14:52:16 ---> 756710887463 14:52:16 14:52:16 Removing intermediate container cdac17a7a911 14:52:16 ---> 707da11b24ba 14:52:16 14:52:16 ---> Running in 0c3afc16cd45 14:52:16 Removing intermediate container 425512b6ad9d 14:52:16 ---> a1d1e6f99120 14:52:16 Step 22/23 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:52:16 Removing intermediate container 3b43435ec7b3 14:52:16 ---> 3557b81a665f 14:52:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:52:16 Successfully built 707da11b24ba 14:52:16 Successfully built 756710887463 14:52:16 ---> Running in 3d033084e471 14:52:16 Successfully tagged docker-security-proxy-setup-go:latest 14:52:16 Successfully tagged docker-core-command-go:latest 14:52:16  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 14:52:16 Building docker-sys-mgmt-agent-go 14:52:16  Building docker-core-command-go ... done  ---> Running in 0afe765e3069 14:52:16 Removing intermediate container 0c3afc16cd45 14:52:16 ---> 2fbe66e7557b 14:52:16 14:52:17 Successfully built 2fbe66e7557b 14:52:17 Removing intermediate container 3d033084e471 14:52:17 ---> 7046014cc446 14:52:17 Step 23/23 : LABEL version=0.0.0 14:52:17 Successfully tagged docker-support-notifications-go:latest 14:52:17 Building docker-security-bootstrapper-go 14:52:17  Building docker-support-notifications-go ... done Removing intermediate container 0afe765e3069 14:52:17 ---> cd2024a0e6af 14:52:17 Step 22/24 : LABEL arch=x86_64 14:52:17 ---> Running in 093ed3ccb73d 14:52:17 ---> Running in 512c7597d2e4 14:52:17 Removing intermediate container 512c7597d2e4 14:52:17 ---> 5359741f42f6 14:52:17 Step 23/24 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:52:17 Removing intermediate container 093ed3ccb73d 14:52:17 ---> 3030b9e55e60 14:52:17 14:52:17 ---> Running in ebfa0852fe92 14:52:17 Successfully built 3030b9e55e60 14:52:17 Successfully tagged docker-core-metadata-go:latest 14:52:17 Building docker-support-scheduler-go 14:52:17  Building docker-core-metadata-go ... done Removing intermediate container ebfa0852fe92 14:52:17 ---> 940fded54761 14:52:17 Step 24/24 : LABEL version=0.0.0 14:52:17 ---> Running in 621f6191bfd3 14:52:18 Removing intermediate container 621f6191bfd3 14:52:18 ---> c78fcf19190b 14:52:18 14:52:18 Successfully built c78fcf19190b 14:52:18 Successfully tagged docker-security-secretstore-setup-go:latest 14:52:40  Building docker-security-secretstore-setup-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:52:40 Step 2/30 : FROM ${BUILDER_BASE} AS builder 14:52:40 ---> 31a5e4c3bad4 14:52:40 Step 3/30 : WORKDIR /edgex-go 14:52:40 ---> Using cache 14:52:40 ---> 88fd55926798 14:52:40 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:41 ---> Using cache 14:52:41 ---> 04df822af0a2 14:52:41 Step 5/30 : RUN apk add --update --no-cache make git 14:52:41 ---> Using cache 14:52:41 ---> c9122c50b544 14:52:41 Step 6/30 : COPY go.mod . 14:52:41 ---> Using cache 14:52:41 ---> daf3476fc63b 14:52:41 Step 7/30 : RUN go mod download 14:52:41 ---> Using cache 14:52:41 ---> a422e3b95072 14:52:41 Step 8/30 : COPY . . 14:52:41 ---> Using cache 14:52:41 ---> a066900fe8be 14:52:41 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:52:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:52:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:52:41 ---> 31a5e4c3bad4 14:52:41 Step 3/22 : WORKDIR /edgex-go 14:52:41 ---> Using cache 14:52:41 ---> 88fd55926798 14:52:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:41 ---> Using cache 14:52:41 ---> 04df822af0a2 14:52:41 Step 5/22 : RUN apk add --update --no-cache make git 14:52:41 ---> Using cache 14:52:41 ---> c9122c50b544 14:52:41 Step 6/22 : COPY go.mod . 14:52:41 ---> Using cache 14:52:41 ---> daf3476fc63b 14:52:41 Step 7/22 : RUN go mod download 14:52:41 ---> Using cache 14:52:41 ---> a422e3b95072 14:52:41 Step 8/22 : COPY . . 14:52:41 ---> Using cache 14:52:41 ---> a066900fe8be 14:52:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:52:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:52:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:52:41 ---> 31a5e4c3bad4 14:52:41 Step 3/26 : WORKDIR /edgex-go 14:52:41 ---> Using cache 14:52:41 ---> 88fd55926798 14:52:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:41 ---> Using cache 14:52:41 ---> 04df822af0a2 14:52:41 Step 5/26 : RUN apk add --update --no-cache make bash git 14:52:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:52:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:52:41 ---> 31a5e4c3bad4 14:52:41 Step 3/23 : WORKDIR /edgex-go 14:52:41 ---> Using cache 14:52:41 ---> 88fd55926798 14:52:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:52:41 ---> Using cache 14:52:41 ---> 04df822af0a2 14:52:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:52:43 ---> Running in 58c5d72e085f 14:52:43 ---> Running in 56a2131824da 14:52:43 ---> Running in 343815cbea42 14:52:43 ---> Running in c212638c6376 14:52:44 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 14:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:52:44 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 14:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:52:46 OK: 233 MiB in 51 packages 14:52:46 OK: 233 MiB in 51 packages 14:52:48 Removing intermediate container c212638c6376 14:52:48 ---> 19ca84250236 14:52:48 Step 6/23 : COPY go.mod . 14:52:48 Removing intermediate container 56a2131824da 14:52:48 ---> 94b8ad7e7ab3 14:52:48 Step 6/26 : COPY go.mod . 14:52:48 ---> cdc86b68c7da 14:52:48 Step 7/23 : RUN go mod download 14:52:48 ---> 3476fffcf102 14:52:48 Step 7/26 : RUN go mod download 14:52:48 ---> Running in 56bf0f722cd7 14:52:48 ---> Running in e1fea26932a3 14:52:51 Removing intermediate container e1fea26932a3 14:52:51 ---> 7297aad9da8c 14:52:51 Step 8/26 : COPY . . 14:52:51 Removing intermediate container 56bf0f722cd7 14:52:51 ---> 71431d519506 14:52:51 Step 8/23 : COPY . . 14:53:24 Removing intermediate container 343815cbea42 14:53:24 ---> c1295559a55a 14:53:24 14:53:24 Step 10/30 : FROM alpine:3.12 14:53:24 ---> 88dd2752d2ea 14:53:24 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:53:24 ---> 4f0b071aaa0e 14:53:24 Step 9/23 : RUN make cmd/core-data/core-data 14:53:24 ---> Running in 6342ac2dbcc5 14:53:24 ---> Running in bdffb00dac5c 14:53:24 ---> 084da2d01ab0 14:53:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:53:24 Removing intermediate container 58c5d72e085f 14:53:24 ---> 4b2f4b79b8d3 14:53:24 14:53:24 Step 10/22 : FROM alpine:3.12 14:53:24 ---> 88dd2752d2ea 14:53:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:53:24 ---> Using cache 14:53:24 ---> 90543c4c7419 14:53:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:53:24 ---> Using cache 14:53:24 ---> f4ac677d6c59 14:53:24 Step 13/22 : ENV APP_PORT=48085 14:53:24 ---> Running in 8a4ef3f69b40 14:53:24 ---> Running in 9ea2264c7f5e 14:53:24 Removing intermediate container bdffb00dac5c 14:53:24 ---> a7ca7cb681e9 14:53:24 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 14:53:24 ---> Running in 0c8682ce0818 14:53:24 Removing intermediate container 9ea2264c7f5e 14:53:24 ---> 4cfa9a263d06 14:53:24 Step 14/22 : EXPOSE $APP_PORT 14:53:24 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 14:53:24 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 14:53:24 ---> Running in dcd81b1f16ba 14:53:24 Removing intermediate container dcd81b1f16ba 14:53:24 ---> 17947eefe885 14:53:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:53:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:53:24 ---> 05d4e8757672 14:53:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:53:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:53:24 (1/2) Installing dumb-init (1.2.2-r1) 14:53:24 (2/2) Installing su-exec (0.2-r1) 14:53:24 Executing busybox-1.31.1-r19.trigger 14:53:24 OK: 6 MiB in 16 packages 14:53:24 ---> b31495c62fe6 14:53:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:53:24 Removing intermediate container 0c8682ce0818 14:53:24 ---> 725610895f5e 14:53:24 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 14:53:24 ---> Running in 0d92d8ffdfea 14:53:24 ---> 66ba6239167c 14:53:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:53:24 ---> Running in 60eb118d9ed4 14:53:24 Removing intermediate container 0d92d8ffdfea 14:53:24 ---> 5c70ad2bac52 14:53:24 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:53:24 ---> Running in 159a61441567 14:53:25 Removing intermediate container 60eb118d9ed4 14:53:25 ---> 806072828a90 14:53:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:53:25 Removing intermediate container 159a61441567 14:53:25 ---> 885953fafd0d 14:53:25 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:53:25 ---> Running in a4235b785a00 14:53:26 ---> Running in 5015bc8ce716 14:53:26 Removing intermediate container a4235b785a00 14:53:26 ---> cf0a8fcb981e 14:53:26 Step 20/22 : LABEL arch=x86_64 14:53:26 ---> Running in ce2bf2b23d0e 14:53:27 Removing intermediate container ce2bf2b23d0e 14:53:27 ---> 905462b3d2d2 14:53:27 Step 21/22 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:53:27 ---> Running in 30300ace382b 14:53:27 Removing intermediate container 30300ace382b 14:53:27 ---> 419d0381fdd6 14:53:27 Step 22/22 : LABEL version=0.0.0 14:53:27 ---> Running in fec6819957d9 14:53:28 Removing intermediate container 5015bc8ce716 14:53:28 ---> 1f106850977d 14:53:28 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 14:53:28 Removing intermediate container fec6819957d9 14:53:28 ---> c58468c339db 14:53:28 14:53:29 ---> Running in 93dcca80fec1 14:53:29 Successfully built c58468c339db 14:53:29 Successfully tagged docker-support-scheduler-go:latest 14:53:30  Building docker-support-scheduler-go ... done Removing intermediate container 93dcca80fec1 14:53:30 ---> cd60cd193790 14:53:30 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:53:30 ---> b1dbf7c85f12 14:53:30 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:53:30 ---> Running in 0492d3af4e8b 14:53:33 Removing intermediate container 0492d3af4e8b 14:53:33 ---> 3798bba06e92 14:53:33 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 14:53:33 ---> c2ddeb0b9a64 14:53:33 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:53:34 ---> ba3da66b164b 14:53:34 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:53:35 ---> 427899feeca8 14:53:35 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:53:35 ---> 846533e6d8b2 14:53:35 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 14:53:36 ---> Running in ef6b0b7ba131 14:53:36 Removing intermediate container ef6b0b7ba131 14:53:36 ---> 8c3b27c54edd 14:53:36 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:53:37 ---> a3fd6eaf32c6 14:53:37 Step 25/30 : RUN chmod +x /entrypoint.sh 14:53:37 ---> Running in a1a0479f197b 14:53:39 Removing intermediate container a1a0479f197b 14:53:39 ---> ec5e60af8d3b 14:53:39 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 14:53:42 ---> Running in ee72311c7055 14:53:42 Removing intermediate container 8a4ef3f69b40 14:53:42 ---> a2e25dabca84 14:53:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:53:42 ---> Running in 5466bbbae252 14:53:42 Removing intermediate container ee72311c7055 14:53:42 ---> 693679b81d1d 14:53:42 Step 27/30 : CMD ["gate"] 14:53:42 ---> Running in 5019bc92372f 14:53:43 Removing intermediate container 5019bc92372f 14:53:43 ---> 157ec75764b4 14:53:43 Step 28/30 : LABEL arch=x86_64 14:53:43 ---> Running in 106b592ea46c 14:53:43 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 14:53:44 Removing intermediate container 106b592ea46c 14:53:44 ---> 392100a32116 14:53:44 Step 29/30 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:53:45 Removing intermediate container 6342ac2dbcc5 14:53:45 ---> 030051895747 14:53:45 14:53:45 Step 10/23 : FROM alpine:3.12 14:53:45 ---> 88dd2752d2ea 14:53:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:53:45 ---> Running in 24d392cefc45 14:53:45 ---> Running in b3ec67cf8c62 14:53:45 Removing intermediate container 24d392cefc45 14:53:45 ---> b298c5a39acf 14:53:45 Step 30/30 : LABEL version=0.0.0 14:53:45 Removing intermediate container b3ec67cf8c62 14:53:45 ---> 63ca7ca66185 14:53:45 Step 12/23 : ENV APP_PORT=48080 14:53:46 ---> Running in b587f55a7e26 14:53:46 ---> Running in eca3edb1d0f0 14:53:46 Removing intermediate container 5466bbbae252 14:53:46 ---> f855d3168bfb 14:53:46 14:53:46 Step 11/26 : FROM docker:20.10.0 14:53:46 Removing intermediate container eca3edb1d0f0 14:53:46 ---> 3248a10396d1 14:53:46 Step 13/23 : EXPOSE $APP_PORT 14:53:46 Removing intermediate container b587f55a7e26 14:53:46 ---> c543ae21b575 14:53:46 14:53:46 ---> Running in 8916cbe21007 14:53:46 Successfully built c543ae21b575 14:53:46 Successfully tagged docker-security-bootstrapper-go:latest 14:53:46  Building docker-security-bootstrapper-go ... done Removing intermediate container 8916cbe21007 14:53:46 ---> fdf72af4681b 14:53:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:53:46 ---> Running in aaf478c18625 14:53:47 20.10.0: Pulling from library/docker 14:53:47 Removing intermediate container aaf478c18625 14:53:47 ---> 8acdddb8a3b1 14:53:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:53:48 ---> Running in 8b4239972414 14:53:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:53:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:53:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:53:51 Status: Downloaded newer image for docker:20.10.0 14:53:51 ---> aefe523efa57 14:53:51 Step 12/26 : RUN apk add --no-cache bash 14:53:51 (1/6) Installing dumb-init (1.2.2-r1) 14:53:51 ---> Running in c57f7892e802 14:53:51 (2/6) Installing libgcc (9.3.0-r2) 14:53:51 (3/6) Installing libsodium (1.0.18-r0) 14:53:52 (4/6) Installing libstdc++ (9.3.0-r2) 14:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:53:52 (5/6) Installing libzmq (4.3.3-r0) 14:53:52 (1/2) Installing readline (8.0.4-r0) 14:53:52 (2/2) Installing bash (5.0.17-r0) 14:53:52 Executing bash-5.0.17-r0.post-install 14:53:52 Executing busybox-1.31.1-r19.trigger 14:53:52 (6/6) Installing zeromq (4.3.3-r0) 14:53:52 OK: 12 MiB in 22 packages 14:53:52 Executing busybox-1.31.1-r19.trigger 14:53:52 OK: 8 MiB in 20 packages 14:53:54 Removing intermediate container c57f7892e802 14:53:54 ---> 053aa49d722f 14:53:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:53:54 Removing intermediate container 8b4239972414 14:53:54 ---> 339c91f8507c 14:53:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:53:54 ---> Running in bf26cc6ed72b 14:53:54 Removing intermediate container bf26cc6ed72b 14:53:54 ---> 62d8406f003c 14:53:54 Step 14/26 : ENV APP_PORT=48090 14:53:54 ---> Running in cb669a309164 14:53:54 ---> 0185d212b1f9 14:53:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:53:54 Removing intermediate container cb669a309164 14:53:54 ---> 283aa8fc12a4 14:53:54 Step 15/26 : EXPOSE $APP_PORT 14:53:54 ---> Running in 1e349a1af52e 14:53:54 Removing intermediate container 1e349a1af52e 14:53:54 ---> 1f797c32ddb8 14:53:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:53:54 ---> fe10f04cb6c7 14:53:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:53:55 ---> 0b5e5a332636 14:53:55 Step 19/23 : ENTRYPOINT ["/core-data"] 14:53:55 ---> Running in 8c7402c05de0 14:53:55 ---> eccf6837c2d9 14:53:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:53:55 Removing intermediate container 8c7402c05de0 14:53:55 ---> b928db9e77c3 14:53:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:53:55 ---> Running in f026c46b7c28 14:53:55 ---> 627a846a7092 14:53:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:53:55 Removing intermediate container f026c46b7c28 14:53:55 ---> 6433df242720 14:53:55 Step 21/23 : LABEL arch=x86_64 14:53:55 ---> Running in a0d00539a076 14:53:55 ---> 697fe2978d8e 14:53:55 Step 19/26 : RUN apk --no-cache add py3-pip 14:53:55 ---> Running in 24318cee75a1 14:53:55 Removing intermediate container a0d00539a076 14:53:55 ---> ac1bbcdaaba5 14:53:55 Step 22/23 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:53:56 ---> Running in bf55b5539419 14:53:56 Removing intermediate container bf55b5539419 14:53:56 ---> 4ed4a3a274f1 14:53:56 Step 23/23 : LABEL version=0.0.0 14:53:56 ---> Running in 20314727e029 14:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:53:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:53:56 Removing intermediate container 20314727e029 14:53:56 ---> 91fb7b2512a9 14:53:56 14:53:56 (1/33) Installing libbz2 (1.0.8-r1) 14:53:56 (2/33) Installing expat (2.2.9-r1) 14:53:56 (3/33) Installing libffi (3.3-r2) 14:53:56 (4/33) Installing gdbm (1.13-r1) 14:53:56 (5/33) Installing xz-libs (5.2.5-r0) 14:53:56 (6/33) Installing sqlite-libs (3.32.1-r0) 14:53:56 Successfully built 91fb7b2512a9 14:53:56 (7/33) Installing python3 (3.8.5-r1) 14:53:56 Successfully tagged docker-core-data-go:latest 14:53:57  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 14:53:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:53:57 (10/33) Installing py3-parsing (2.4.7-r0) 14:53:57 (11/33) Installing py3-six (1.15.0-r0) 14:53:57 (12/33) Installing py3-packaging (20.4-r0) 14:53:57 (13/33) Installing py3-setuptools (47.0.0-r0) 14:53:57 (14/33) Installing py3-chardet (3.0.4-r4) 14:53:57 (15/33) Installing py3-idna (2.9-r0) 14:53:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:53:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:53:58 (18/33) Installing py3-requests (2.23.0-r0) 14:53:58 (19/33) Installing py3-msgpack (1.0.0-r0) 14:53:58 (20/33) Installing py3-lockfile (0.12.2-r3) 14:53:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:53:58 (22/33) Installing py3-colorama (0.4.3-r0) 14:53:58 (23/33) Installing py3-distlib (0.3.0-r0) 14:53:58 (24/33) Installing py3-distro (1.5.0-r1) 14:53:58 (25/33) Installing py3-webencodings (0.5.1-r3) 14:53:58 (26/33) Installing py3-html5lib (1.0.1-r4) 14:53:58 (27/33) Installing py3-pytoml (0.1.21-r0) 14:53:58 (28/33) Installing py3-pep517 (0.8.2-r0) 14:53:58 (29/33) Installing py3-progress (1.5-r0) 14:53:58 (30/33) Installing py3-toml (0.10.1-r0) 14:53:58 (31/33) Installing py3-retrying (1.3.3-r0) 14:53:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:53:58 (33/33) Installing py3-pip (20.1.1-r0) 14:53:58 Executing busybox-1.31.1-r19.trigger 14:53:58 OK: 71 MiB in 55 packages 14:54:06 Removing intermediate container 24318cee75a1 14:54:06 ---> d0d34d408c47 14:54:06 Step 20/26 : RUN pip install docker-compose==1.23.2 14:54:06 ---> Running in cb11659aa553 14:54:07 Collecting docker-compose==1.23.2 14:54:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:54:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:54:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:54:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:54:08 Collecting jsonschema<3,>=2.5.1 14:54:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:54:08 Collecting cached-property<2,>=1.2.0 14:54:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:54:08 Collecting PyYAML<4,>=3.10 14:54:08 Downloading PyYAML-3.13.tar.gz (270 kB) 14:54:09 Collecting docker<4.0,>=3.6.0 14:54:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:54:09 Collecting dockerpty<0.5,>=0.4.1 14:54:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:54:09 Collecting docopt<0.7,>=0.6.1 14:54:09 Downloading docopt-0.6.2.tar.gz (25 kB) 14:54:11 Collecting texttable<0.10,>=0.9.0 14:54:11 Downloading texttable-0.9.1.tar.gz (11 kB) 14:54:11 Collecting websocket-client<1.0,>=0.32.0 14:54:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 14:54:11 Collecting idna<2.8,>=2.5 14:54:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:54:11 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) 14:54:11 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) 14:54:12 Collecting urllib3<1.25,>=1.21.1 14:54:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:54:12 Collecting docker-pycreds>=0.4.0 14:54:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:54:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:54:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:54:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:54:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:54:12 Installing collected packages: idna, urllib3, requests, jsonschema, cached-property, PyYAML, docker-pycreds, websocket-client, docker, dockerpty, docopt, texttable, docker-compose 14:54:12 Attempting uninstall: idna 14:54:12 Found existing installation: idna 2.9 14:54:12 Uninstalling idna-2.9: 14:54:12 Successfully uninstalled idna-2.9 14:54:12 Attempting uninstall: urllib3 14:54:12 Found existing installation: urllib3 1.25.9 14:54:12 Uninstalling urllib3-1.25.9: 14:54:12 Successfully uninstalled urllib3-1.25.9 14:54:12 Attempting uninstall: requests 14:54:12 Found existing installation: requests 2.23.0 14:54:12 Uninstalling requests-2.23.0: 14:54:12 Successfully uninstalled requests-2.23.0 14:54:13 Running setup.py install for PyYAML: started 14:54:13 Running setup.py install for PyYAML: finished with status 'done' 14:54:13 Running setup.py install for dockerpty: started 14:54:14 Running setup.py install for dockerpty: finished with status 'done' 14:54:14 Running setup.py install for docopt: started 14:54:14 Running setup.py install for docopt: finished with status 'done' 14:54:14 Running setup.py install for texttable: started 14:54:15 Running setup.py install for texttable: finished with status 'done' 14:54:15 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.57.0 14:54:18 Removing intermediate container cb11659aa553 14:54:18 ---> 91137f90678e 14:54:18 Step 21/26 : RUN apk --no-cache add curl 14:54:18 ---> Running in 0b381b8bf3a9 14:54:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:54:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:54:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:54:18 (2/3) Installing libcurl (7.69.1-r3) 14:54:18 (3/3) Installing curl (7.69.1-r3) 14:54:18 Executing busybox-1.31.1-r19.trigger 14:54:18 OK: 72 MiB in 58 packages 14:54:19 Removing intermediate container 0b381b8bf3a9 14:54:19 ---> ffc81322c864 14:54:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:54:19 ---> Running in 71b4e019786c 14:54:19 Removing intermediate container 71b4e019786c 14:54:19 ---> 8888ebf04a39 14:54:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:54:19 ---> Running in 47857b4524db 14:54:20 Removing intermediate container 47857b4524db 14:54:20 ---> 40d24cd252a5 14:54:20 Step 24/26 : LABEL arch=x86_64 14:54:20 ---> Running in 0066531de49f 14:54:20 Removing intermediate container 0066531de49f 14:54:20 ---> 61f379a89a7c 14:54:20 Step 25/26 : LABEL git_sha=123b8260e54e2951a1611dc95d57857d34645914 14:54:20 ---> Running in fdea4bae7554 14:54:20 Removing intermediate container fdea4bae7554 14:54:20 ---> ee5ecaf3fdc0 14:54:20 Step 26/26 : LABEL version=0.0.0 14:54:20 ---> Running in 7e6918308102 14:54:20 Removing intermediate container 7e6918308102 14:54:20 ---> d8892e842d68 14:54:20 14:54:20 Successfully built d8892e842d68 14:54:20 Successfully tagged docker-sys-mgmt-agent-go:latest 14:54:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:54:21 $ docker stop --time=1 3364b586b5c993baa3d7d1158f745c525bd1c9918c27572fd1b395cd2e76c625 14:54:22 $ docker rm -f 3364b586b5c993baa3d7d1158f745c525bd1c9918c27572fd1b395cd2e76c625 [Pipeline] // withDockerContainer [Pipeline] sh 14:54:23 + docker images 14:54:23 + grep docker 14:54:23 docker-sys-mgmt-agent-go latest d8892e842d68 3 seconds ago 313MB 14:54:23 docker-core-data-go latest 91fb7b2512a9 27 seconds ago 22.4MB 14:54:23 docker-security-bootstrapper-go latest c543ae21b575 37 seconds ago 18.3MB 14:54:23 docker-support-scheduler-go latest c58468c339db 55 seconds ago 17.2MB 14:54:23 docker-security-secretstore-setup-go latest c78fcf19190b 2 minutes ago 24.9MB 14:54:23 docker-core-metadata-go latest 3030b9e55e60 2 minutes ago 19MB 14:54:23 docker-support-notifications-go latest 2fbe66e7557b 2 minutes ago 17.7MB 14:54:23 docker-security-proxy-setup-go latest 756710887463 2 minutes ago 24.7MB 14:54:23 docker-core-command-go latest 707da11b24ba 2 minutes ago 17MB 14:54:23 docker 20.10.0 aefe523efa57 2 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 14:54:39 Still waiting to schedule task 14:54:39 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:55:30 Running on prd-ubuntu18.04-docker-8c-8g-27663 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 14:55:30 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 14:55:32 using credential edgex-jenkins-ssh 14:55:32 Cloning the remote Git repository 14:55:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:55:32 > git init /w/workspace/edgex-go/2 # timeout=10 14:55:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:55:32 > git --version # timeout=10 14:55:32 > git --version # 'git version 2.17.1' 14:55:32 using GIT_SSH to set credentials SSH Credentials for GitHub 14:55:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:55:41 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 123b8260e54e2951a1611dc95d57857d34645914 [Pipeline] } [Pipeline] // ws [Pipeline] } 14:55:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:55:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:55:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:55:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:55:40 using GIT_SSH to set credentials SSH Credentials for GitHub 14:55:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:55:41 > git config core.sparsecheckout # timeout=10 14:55:41 > git checkout -f 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:55:42 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [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 14:55:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:55:44 ---> package-listing.sh 14:55:44 ++ facter osfamily 14:55:44 ++ tr '[:upper:]' '[:lower:]' 14:55:44 + OS_FAMILY=redhat 14:55:44 + workspace=/w/workspace/edgex-go/2 14:55:44 + START_PACKAGES=/tmp/packages_start.txt 14:55:44 + END_PACKAGES=/tmp/packages_end.txt 14:55:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:55:44 + PACKAGES=/tmp/packages_start.txt 14:55:44 + '[' /w/workspace/edgex-go/2 ']' 14:55:44 + PACKAGES=/tmp/packages_end.txt 14:55:44 + case "${OS_FAMILY}" in 14:55:44 + rpm -qa 14:55:44 + sort 14:55:50 + '[' -f /tmp/packages_start.txt ']' 14:55:50 + '[' -f /tmp/packages_end.txt ']' 14:55:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:55:50 + '[' /w/workspace/edgex-go/2 ']' 14:55:50 + mkdir -p /w/workspace/edgex-go/2/archives/ 14:55:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 14:55:50 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:55:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:55:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:55:50 14:55:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:55:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:55:51 alpine: Pulling from edgex-lftools-log-publisher 14:55:51 df20fa9351a1: Pulling fs layer 14:55:51 36b3adc4ff6f: Pulling fs layer 14:55:51 8ad3a11d3b57: Pulling fs layer 14:55:51 46f8f816bc3b: Pulling fs layer 14:55:51 93b61091891f: Pulling fs layer 14:55:51 93b9cdb0e59b: Pulling fs layer 14:55:51 5e14af77c1be: Pulling fs layer 14:55:51 01666e4c0597: Pulling fs layer 14:55:51 aa168da1d23b: Pulling fs layer 14:55:51 93b61091891f: Waiting 14:55:51 46f8f816bc3b: Waiting 14:55:51 01666e4c0597: Waiting 14:55:51 93b9cdb0e59b: Waiting 14:55:51 aa168da1d23b: Waiting 14:55:51 5e14af77c1be: Waiting 14:55:51 36b3adc4ff6f: Verifying Checksum 14:55:51 36b3adc4ff6f: Download complete 14:55:51 46f8f816bc3b: Verifying Checksum 14:55:51 46f8f816bc3b: Download complete 14:55:51 df20fa9351a1: Verifying Checksum 14:55:51 df20fa9351a1: Download complete 14:55:51 93b9cdb0e59b: Verifying Checksum 14:55:51 93b9cdb0e59b: Download complete 14:55:51 93b61091891f: Download complete 14:55:51 5e14af77c1be: Download complete 14:55:51 01666e4c0597: Verifying Checksum 14:55:51 01666e4c0597: Download complete 14:55:51 df20fa9351a1: Pull complete 14:55:51 36b3adc4ff6f: Pull complete 14:55:52 8ad3a11d3b57: Verifying Checksum 14:55:52 8ad3a11d3b57: Download complete 14:55:52 8ad3a11d3b57: Pull complete 14:55:52 46f8f816bc3b: Pull complete 14:55:53 aa168da1d23b: Verifying Checksum 14:55:53 aa168da1d23b: Download complete 14:55:54 93b61091891f: Pull complete 14:55:54 93b9cdb0e59b: Pull complete 14:55:55 5e14af77c1be: Pull complete 14:55:55 01666e4c0597: Pull complete 14:56:03 aa168da1d23b: Pull complete 14:56:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:56:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:56:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:56:03 prd-centos7-docker-4c-2g-27653 does not seem to be running inside a container 14:56:03 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:56:09 $ docker top 9ac1eb6d0d783b622808c16f6865a89d52367349d48de9ca827a6273e89768c1 -eo pid,comm [Pipeline] { [Pipeline] sh 14:56:10 + touch /tmp/pre-build-complete [Pipeline] sh 14:56:11 + mkdir -p /var/log/sa [Pipeline] sh 14:56:11 + ls /var/log/sa-host 14:56:11 + sadf -c /var/log/sa-host/sa23 14:56:11 file_magic: OK 14:56:11 HZ: Using current value: 100 14:56:11 file_header: OK 14:56:11 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 14:56:11 Statistics: 14:56:11 Hnuu...uuuununununu... 14:56:11 File successfully converted to sysstat format version 12.2.1 14:56:11 + sadf -c /var/log/sa-host/sa25 14:56:11 file_magic: OK 14:56:11 HZ: Using current value: 100 14:56:11 file_header: OK 14:56:11 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 14:56:11 Statistics: 14:56:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:56:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:56:12 provisioning config files... 14:56:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2513589502578256414tmp [Pipeline] { [Pipeline] echo 14:56:12 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:56:12 ---> create-netrc.sh [Pipeline] } 14:56:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:56:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:56:13 ---> python-tools-install.sh [Pipeline] echo 14:56:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:56:13 ---> sudo-logs.sh 14:56:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:56:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:56:13 ---> job-cost.sh 14:56:13 lf-activate-venv: SKIPPING 14:56:13 INFO: No Stack... 14:56:15 INFO: Retrieving Pricing Info for: v1-standard-2 14:56:15 INFO: Archiving Costs [Pipeline] echo 14:56:15 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:56:16 ---> logs-deploy.sh 14:56:16 lf-activate-venv: SKIPPING 14:56:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3192/2 14:56:16 INFO: archiving workspace using pattern(s): 14:56:17 Archives upload complete. 14:56:17 INFO: archiving logs to Nexus