Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e1f8108961685962612542af4b49151a44b672f9+dd3c5304426daa1a06e165d92e5378a7e6535b25 (2dcbe4173e4f5f51ed776b8b8cff79e491732f40) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29147 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit e1f8108961685962612542af4b49151a44b672f9 Merge succeeded, producing 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 Checking out Revision 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1f8108961685962612542af4b49151a44b672f9 # 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 dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 # timeout=10 Commit message: "Merge commit 'dd3c5304426daa1a06e165d92e5378a7e6535b25' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 6c6fbb608c49776eba7e8824bd8f952d2d02612a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:38:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:38:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:38:32 ========================================================= 16:38:32 EdgeX Global Pipelines Version Info 16:38:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:38:33 ------------------- 16:38:33 stable info: 16:38:33 ------------------- 16:38:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:38:33 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:38:33 Message: update stable to v1.0.184 16:38:34 ------------------- 16:38:34 experimental info: 16:38:34 ------------------- 16:38:34 Commited By: **** collab-it+edgex@linuxfoundation.org 16:38:34 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 16:38:34 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:38:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:38:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:38:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo 16:38:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo 16:38:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo 16:38:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 79e945fbc87c1ff70f1c2c3c459dc92faac6b216 [Pipeline] echo 16:38:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 79e945f [Pipeline] echo 16:38:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:38:37 provisioning config files... 16:38:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4463737882165477433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:38:37 ---> docker-login.sh 16:38:37 nexus3.edgexfoundry.org:10001 16:38:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:38 Configure a credential helper to remove this warning. See 16:38:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:38 16:38:38 Login Succeeded 16:38:38 nexus3.edgexfoundry.org:10002 16:38:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:38 Configure a credential helper to remove this warning. See 16:38:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:38 16:38:38 Login Succeeded 16:38:38 nexus3.edgexfoundry.org:10003 16:38:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:38 Configure a credential helper to remove this warning. See 16:38:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:38 16:38:38 Login Succeeded 16:38:38 nexus3.edgexfoundry.org:10004 16:38:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:39 Configure a credential helper to remove this warning. See 16:38:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:39 16:38:39 Login Succeeded 16:38:39 docker.io 16:38:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:38:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:38:39 Configure a credential helper to remove this warning. See 16:38:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:38:39 16:38:39 Login Succeeded 16:38:39 ---> docker-login.sh ends [Pipeline] } 16:38:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:38: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 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/core-command/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo core-command,cmd/core-command/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/core-data/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo core-data,cmd/core-data/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/core-metadata/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo core-metadata,cmd/core-metadata/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/security-bootstrapper/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/security-proxy-setup/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/support-notifications/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo support-notifications,cmd/support-notifications/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/support-scheduler/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:38:39 + for file in '`ls cmd/**/Dockerfile`' 16:38:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:38:39 ++ cut -d/ -f2 16:38:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:38: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 16:38:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:38:40 16:38:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:38:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:38:41 latest: Pulling from edgex-devops/git-semver 16:38:41 31603596830f: Pulling fs layer 16:38:41 2a8b12db71e7: Pulling fs layer 16:38:41 6ca5941a6612: Pulling fs layer 16:38:41 ecc8261a40a4: Pulling fs layer 16:38:41 ecc8261a40a4: Waiting 16:38:41 2a8b12db71e7: Verifying Checksum 16:38:41 2a8b12db71e7: Download complete 16:38:41 31603596830f: Download complete 16:38:41 6ca5941a6612: Verifying Checksum 16:38:41 6ca5941a6612: Download complete 16:38:41 ecc8261a40a4: Verifying Checksum 16:38:41 ecc8261a40a4: Download complete 16:38:41 31603596830f: Pull complete 16:38:41 2a8b12db71e7: Pull complete 16:38:42 6ca5941a6612: Pull complete 16:38:42 ecc8261a40a4: Pull complete 16:38:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:38:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:38:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:38:42 prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container 16:38:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:38:45 $ docker top 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:38:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:38:45 [ssh-agent] Looking for ssh-agent implementation... 16:38:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:38:46 $ docker exec 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent 16:38:46 SSH_AUTH_SOCK=/tmp/ssh-ntgMDrag6qyn/agent.12 16:38:46 SSH_AGENT_PID=17 16:38:46 Running ssh-add (command line suppressed) 16:38:46 Identity added: /w/workspace/edgex-go/10@tmp/private_key_2841957058313665379.key (/w/workspace/edgex-go/10@tmp/private_key_2841957058313665379.key) 16:38:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:38:46 + git tag --points-at HEAD [Pipeline] } 16:38:46 $ docker exec --env ******** --env ******** 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent -k 16:38:46 unset SSH_AUTH_SOCK; 16:38:46 unset SSH_AGENT_PID; 16:38:46 echo Agent pid 17 killed; 16:38:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:38:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:38:47 [ssh-agent] Looking for ssh-agent implementation... 16:38:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:38:47 $ docker exec 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent 16:38:47 SSH_AUTH_SOCK=/tmp/ssh-4s3kc6Zyww4K/agent.45 16:38:47 SSH_AGENT_PID=50 16:38:47 Running ssh-add (command line suppressed) 16:38:47 Identity added: /w/workspace/edgex-go/10@tmp/private_key_1508985816911679241.key (/w/workspace/edgex-go/10@tmp/private_key_1508985816911679241.key) 16:38:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:38:48 + git semver init 16:38:48 # -> Open(): unable to determine branch for HEAD 16:38:48 # $GIT_DIR = /w/workspace/edgex-go/10/.git 16:38:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 16:38:48 # $SEMVER_REMOTE_NAME = origin 16:38:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:38:48 # $SEMVER_USER_NAME = edgex-jenkins 16:38:48 # $SEMVER_BRANCH = PR-3209 16:38:48 # $SEMVER_TEMP = /tmp/semver-829642096 16:38:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:39:06 # '/tmp/semver-829642096' -> '/w/workspace/edgex-go/10/.semver' 16:39:06 # -> Force: false 16:39:06 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 16:39:06 $ docker exec --env ******** --env ******** 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db ssh-agent -k 16:39:07 unset SSH_AUTH_SOCK; 16:39:07 unset SSH_AGENT_PID; 16:39:07 echo Agent pid 50 killed; 16:39:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:39:07 + git semver [Pipeline] } 16:39:07 $ docker stop --time=1 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db 16:39:09 $ docker rm -f 17cf37b5fad5145c30a9e78e523edf1113ec0378a9188c9ac846da77f5e412db [Pipeline] // withDockerContainer [Pipeline] sh 16:39:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:39:10 Stashed 1 file(s) [Pipeline] echo 16:39:10 [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 16:39:11 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:39:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:39:12 + sudo service docker restart 16:39:12 + true 16:39:12 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:39:12 ========================================================= 16:39:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:39:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:39: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 . 16:39:17 Sending build context to Docker daemon 328.4MB 16:39:17 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:39:17 Step 2/6 : FROM ${BASE} 16:39:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:39:17 188c0c94c7c5: Pulling fs layer 16:39:17 0ef7d3d256c8: Pulling fs layer 16:39:17 de9db76c5a1d: Pulling fs layer 16:39:17 bca2f99d35d6: Pulling fs layer 16:39:17 93359f2a8cfa: Pulling fs layer 16:39:17 7c6f9722023f: Pulling fs layer 16:39:17 a35cf1a2eb13: Pulling fs layer 16:39:17 bca2f99d35d6: Waiting 16:39:17 93359f2a8cfa: Waiting 16:39:17 7c6f9722023f: Waiting 16:39:17 a35cf1a2eb13: Waiting 16:39:17 de9db76c5a1d: Verifying Checksum 16:39:17 de9db76c5a1d: Download complete 16:39:17 0ef7d3d256c8: Verifying Checksum 16:39:17 0ef7d3d256c8: Download complete 16:39:17 93359f2a8cfa: Verifying Checksum 16:39:17 93359f2a8cfa: Download complete 16:39:17 188c0c94c7c5: Verifying Checksum 16:39:17 188c0c94c7c5: Download complete 16:39:17 7c6f9722023f: Verifying Checksum 16:39:17 7c6f9722023f: Download complete 16:39:17 188c0c94c7c5: Pull complete 16:39:17 0ef7d3d256c8: Pull complete 16:39:17 de9db76c5a1d: Pull complete 16:39:19 a35cf1a2eb13: Verifying Checksum 16:39:19 a35cf1a2eb13: Download complete 16:39:19 bca2f99d35d6: Verifying Checksum 16:39:19 bca2f99d35d6: Download complete 16:39:25 Still waiting to schedule task 16:39:25 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:39:26 bca2f99d35d6: Pull complete 16:39:26 93359f2a8cfa: Pull complete 16:39:26 7c6f9722023f: Pull complete 16:39:29 a35cf1a2eb13: Pull complete 16:39:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:39:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:39:29 ---> a62c8e92a672 16:39: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 16:39:29 ---> Running in 9aeeb929146f 16:39:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:32 (1/12) Installing libmagic (5.38-r0) 16:39:32 (2/12) Installing file (5.38-r0) 16:39:32 (3/12) Installing libc-dev (0.7.2-r3) 16:39:32 (4/12) Installing g++ (9.3.0-r2) 16:39:47 (5/12) Installing fortify-headers (1.1-r0) 16:39:47 (6/12) Installing patch (2.7.6-r6) 16:39:47 (7/12) Installing build-base (0.5-r2) 16:39:47 (8/12) Installing libsodium (1.0.18-r0) 16:39:47 (9/12) Installing pkgconf (1.7.2-r0) 16:39:47 (10/12) Installing libsodium-dev (1.0.18-r0) 16:39:47 (11/12) Installing libzmq (4.3.3-r0) 16:39:47 (12/12) Installing zeromq-dev (4.3.3-r0) 16:39:47 Executing busybox-1.31.1-r19.trigger 16:39:47 OK: 233 MiB in 51 packages 16:39:51 Removing intermediate container 9aeeb929146f 16:39:51 ---> 63297c25ad8a 16:39:51 Step 4/6 : WORKDIR /edgex-go 16:39:51 ---> Running in 1af06bebb9c7 16:39:51 Removing intermediate container 1af06bebb9c7 16:39:51 ---> 1e93d0c732b2 16:39:51 Step 5/6 : COPY go.mod . 16:39:51 ---> 0d0111e3e451 16:39:51 Step 6/6 : RUN go mod download 16:39:51 ---> Running in 54713d00d9ed 16:40:18 Removing intermediate container 54713d00d9ed 16:40:18 ---> 13a3d7775fe5 16:40:18 Successfully built 13a3d7775fe5 16:40:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:40:18 + docker inspect -f . ci-base-image-x86_64 16:40:18 . [Pipeline] withDockerContainer 16:40:18 prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container 16:40:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:40:19 $ docker top 774c6fa74f71afc8d92e168158089b248272b0926c7758bdb4b96a7c1270b076 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:20 + go version 16:40:20 go version go1.15.5 linux/amd64 [Pipeline] } 16:40:20 $ docker stop --time=1 774c6fa74f71afc8d92e168158089b248272b0926c7758bdb4b96a7c1270b076 16:40:21 $ docker rm -f 774c6fa74f71afc8d92e168158089b248272b0926c7758bdb4b96a7c1270b076 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:40:22 + docker inspect -f . ci-base-image-x86_64 16:40:22 . [Pipeline] withDockerContainer 16:40:22 prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container 16:40:22 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:40:23 $ docker top b83c60cde118702d924d7190ad85a89bf7d1cb7446b6256674cf25efa5f6d2c9 -eo pid,comm [Pipeline] { [Pipeline] echo 16:40:24 ========================================================= 16:40:24 [edgeXBuildGoParallel] Running Tests and Build... 16:40:24 ========================================================= [Pipeline] sh 16:40:24 + make test 16:40:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:40:34 ? github.com/edgexfoundry/edgex-go [no test files] 16:40:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:41:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:41:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:41:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:41:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:41:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:41:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:41:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:41:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:41:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:41:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.150s coverage: 45.9% of statements 16:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:41:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:41:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 16:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.249s coverage: 27.1% of statements 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:41:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:41:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.251s coverage: 82.9% of statements 16:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements 16:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.487s coverage: 28.6% of statements 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.130s coverage: 86.7% of statements 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:41:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.095s coverage: 78.3% of statements 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:41:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.561s coverage: 92.8% of statements 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.064s coverage: 0.1% of statements 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:41:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 47.1% of statements 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.067s coverage: 96.3% of statements 16:41:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 16:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.059s coverage: 94.4% of statements 16:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 16:41:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.056s coverage: 81.4% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.068s coverage: 92.9% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 77.8% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.6% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 62.4% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.371s coverage: 69.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 38.4% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.071s coverage: 89.5% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.082s coverage: 84.8% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.161s coverage: 47.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.149s coverage: 87.8% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.846s coverage: 29.1% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.078s coverage: 95.6% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:41:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 16:41:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 16:41:49 GO111MODULE=on go vet ./... 16:42:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29153 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 16:42:06 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 16:42:12 using credential edgex-jenkins-ssh 16:42:12 Cloning the remote Git repository 16:42:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:42:12 > git init /w/workspace/edgex-go/10 # timeout=10 16:42:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:42:12 > git --version # timeout=10 16:42:12 > git --version # 'git version 2.17.1' 16:42:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:22 gofmt -l . 16:42:22 [ "`gofmt -l .`" = "" ] 16:42:22 ./bin/test-go-mod-tidy.sh 16:42:22 ./bin/test-attribution-txt.sh [Pipeline] sh 16:42:22 + ls -al . 16:42:22 total 736 16:42:22 drwxrwxr-x 10 1001 1001 4096 Mar 9 16:42 . 16:42:22 drwxr-xr-x 4 root root 30 Mar 9 16:40 .. 16:42:22 -rw-rw-r-- 1 1001 1001 11 Mar 9 16:38 .dockerignore 16:42:22 drwxrwxr-x 8 1001 1001 179 Mar 9 16:38 .git 16:42:22 drwxrwxr-x 3 1001 1001 125 Mar 9 16:38 .github 16:42:22 -rw-rw-r-- 1 1001 1001 818 Mar 9 16:38 .gitignore 16:42:22 drwx------ 3 1001 1001 60 Mar 9 16:39 .semver 16:42:22 -rw-rw-r-- 1 1001 1001 166 Mar 9 16:38 .sonarcloud.properties 16:42:22 -rw-rw-r-- 1 1001 1001 8607 Mar 9 16:38 Attribution.txt 16:42:22 -rw-rw-r-- 1 1001 1001 3804 Mar 9 16:38 CONTRIBUTING.md 16:42:22 -rw-rw-r-- 1 1001 1001 931 Mar 9 16:38 Dockerfile.build 16:42:22 -rw-rw-r-- 1 1001 1001 863 Mar 9 16:38 Jenkinsfile 16:42:22 -rw-rw-r-- 1 1001 1001 10775 Mar 9 16:38 LICENSE 16:42:22 -rw-rw-r-- 1 1001 1001 5774 Mar 9 16:38 Makefile 16:42:22 -rw-rw-r-- 1 1001 1001 6548 Mar 9 16:38 README.md 16:42:22 -rw-rw-r-- 1 1001 1001 6755 Mar 9 16:38 SECURITY.md 16:42:22 -rw-rw-r-- 1 1001 1001 5 Mar 9 16:39 VERSION 16:42:22 -rw-rw-r-- 1 1001 1001 4131 Mar 9 16:38 ZMQWindows.md 16:42:22 drwxrwxr-x 2 1001 1001 117 Mar 9 16:38 bin 16:42:22 drwxrwxr-x 14 1001 1001 4096 Mar 9 16:38 cmd 16:42:22 -rw-r--r-- 1 root root 624012 Mar 9 16:41 coverage.out 16:42:22 -rw-r--r-- 1 root root 1055 Mar 9 16:42 go.mod 16:42:22 -rw-r--r-- 1 root root 22099 Mar 9 16:42 go.sum 16:42:22 drwxrwxr-x 8 1001 1001 127 Mar 9 16:38 internal 16:42:22 drwxrwxr-x 4 1001 1001 26 Mar 9 16:38 openapi 16:42:22 drwxrwxr-x 4 1001 1001 71 Mar 9 16:38 snap 16:42:22 -rw-rw-r-- 1 1001 1001 168 Mar 9 16:38 version.go [Pipeline] sh 16:42:23 + '[' -e coverage.out ] 16:42:23 + chown 1001:1001 coverage.out [Pipeline] stash 16:42:23 Stashed 1 file(s) [Pipeline] sh 16:42:23 + make build 16:42:23 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 16:42:28 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 16:42:37 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit e1f8108961685962612542af4b49151a44b672f9 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:42:37 Failed in branch arm64 16:42:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:42:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:42:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:42:36 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:37 > git config core.sparsecheckout # timeout=10 16:42:37 > git checkout -f e1f8108961685962612542af4b49151a44b672f9 # timeout=10 16:42:39 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 16:42:39 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 16:42:41 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 16:42:41 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 16:42:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:42:46 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 16:42:47 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 16:42:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:42:50 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 16:42:51 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] } 16:42:54 $ docker stop --time=1 b83c60cde118702d924d7190ad85a89bf7d1cb7446b6256674cf25efa5f6d2c9 16:42:55 $ docker rm -f b83c60cde118702d924d7190ad85a89bf7d1cb7446b6256674cf25efa5f6d2c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:42:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:42:57 16:42:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:42:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:42:58 latest: Pulling from edgex-devops/edgex-compose 16:42:58 cbdbe7a5bc2a: Pulling fs layer 16:42:58 ca9280d653b3: Pulling fs layer 16:42:58 7e9c9ca2126c: Pulling fs layer 16:42:58 cbdbe7a5bc2a: Verifying Checksum 16:42:58 cbdbe7a5bc2a: Download complete 16:42:59 cbdbe7a5bc2a: Pull complete 16:42:59 ca9280d653b3: Verifying Checksum 16:42:59 ca9280d653b3: Download complete 16:43:00 ca9280d653b3: Pull complete 16:43:01 7e9c9ca2126c: Verifying Checksum 16:43:01 7e9c9ca2126c: Download complete 16:43:09 7e9c9ca2126c: Pull complete 16:43:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:43:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:43:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:43:09 prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container 16:43:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:43:11 $ docker top c99d55fc7c91051651305a9314bc210b9a5dae5adec4c58be3b1b306ee6b523d -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:12 + grep parallel 16:43:12 + docker-compose build --help 16:43:13 --parallel Build images in parallel. [Pipeline] } 16:43:13 $ docker stop --time=1 c99d55fc7c91051651305a9314bc210b9a5dae5adec4c58be3b1b306ee6b523d 16:43:15 $ docker rm -f c99d55fc7c91051651305a9314bc210b9a5dae5adec4c58be3b1b306ee6b523d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:43:15 . [Pipeline] withDockerContainer 16:43:16 prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container 16:43:16 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:43:17 $ docker top a5d1ca849b9423e6bbfc204dfd277fc6957d78f68c0cf2f33b8fd785622f364b -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:17 + docker-compose -f ./docker-compose-build.yml build --parallel 16:43:19 Building docker-core-command-go ... 16:43:19 Building docker-core-data-go ... 16:43:19 Building docker-core-metadata-go ... 16:43:19 Building docker-security-bootstrapper-go ... 16:43:19 Building docker-security-proxy-setup-go ... 16:43:19 Building docker-security-secretstore-setup-go ... 16:43:19 Building docker-support-notifications-go ... 16:43:19 Building docker-support-scheduler-go ... 16:43:19 Building docker-sys-mgmt-agent-go ... 16:43:19 Building docker-core-data-go 16:43:19 Building docker-security-bootstrapper-go 16:43:19 Building docker-support-scheduler-go 16:43:19 Building docker-support-notifications-go 16:43:19 Building docker-security-secretstore-setup-go 16:43:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:43:58 ---> 13a3d7775fe5 16:43:58 Step 3/22 : WORKDIR /edgex-go 16:43:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:43:58 ---> 13a3d7775fe5 16:43:58 Step 3/31 : WORKDIR /edgex-go 16:43:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:43:58 ---> 13a3d7775fe5 16:43:58 Step 3/22 : WORKDIR /edgex-go 16:43:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:43:58 ---> 13a3d7775fe5 16:43:58 Step 3/23 : WORKDIR /edgex-go 16:43:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:43:58 ---> 13a3d7775fe5 16:43:58 Step 3/24 : WORKDIR /edgex-go 16:43:58 ---> Running in 11ae8f458d59 16:43:58 ---> Running in dced8990a782 16:43:58 ---> Running in 3353dc2168b1 16:43:58 ---> Running in 0e4680bdff67 16:43:58 ---> Running in b5803b41682a 16:43:59 Removing intermediate container 11ae8f458d59 16:43:59 ---> 400eb45ec77c 16:43:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:59 Removing intermediate container 0e4680bdff67 16:43:59 ---> 6b8510449159 16:43:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:59 Removing intermediate container dced8990a782 16:43:59 ---> bd1f784abf34 16:43:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:59 Removing intermediate container 3353dc2168b1 16:43:59 ---> 9a6c038d6b3f 16:43:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:59 Removing intermediate container b5803b41682a 16:43:59 ---> 40f404d0a94f 16:43:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:59 ---> Running in 983a487c10ac 16:43:59 ---> Running in 30849b294196 16:43:59 ---> Running in 3618bb1e13ef 16:43:59 ---> Running in b94a9a1bf2a3 16:43:59 ---> Running in 52c68853c5bb 16:44:02 Removing intermediate container 3618bb1e13ef 16:44:02 ---> 3d0d32b7a439 16:44:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:44:02 Removing intermediate container 983a487c10ac 16:44:02 ---> 025a953c4455 16:44:02 Step 5/31 : RUN apk add --update --no-cache make git 16:44:02 Removing intermediate container 30849b294196 16:44:02 ---> ca4416d0b1a1 16:44:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:44:02 Removing intermediate container 52c68853c5bb 16:44:02 ---> 5fa238aa6119 16:44:02 Step 5/24 : RUN apk add --update --no-cache make git 16:44:02 ---> Running in 800fbb5bd2d8 16:44:02 ---> Running in e1bf7e565198 16:44:02 Removing intermediate container b94a9a1bf2a3 16:44:02 ---> ff5cd2fb54dc 16:44:02 Step 5/22 : RUN apk add --update --no-cache make git 16:44:02 ---> Running in 5510b6c1080b 16:44:03 ---> Running in bd30b3934ef1 16:44:03 ---> Running in f531dac799b9 16:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:05 OK: 233 MiB in 51 packages 16:44:05 OK: 233 MiB in 51 packages 16:44:05 OK: 233 MiB in 51 packages 16:44:06 OK: 233 MiB in 51 packages 16:44:06 OK: 233 MiB in 51 packages 16:44:06 Removing intermediate container bd30b3934ef1 16:44:06 ---> 1c9cd9f04d4c 16:44:06 Step 6/24 : COPY go.mod . 16:44:06 Removing intermediate container e1bf7e565198 16:44:06 ---> 4ac20d80bd84 16:44:06 Step 6/31 : COPY go.mod . 16:44:07 Removing intermediate container 5510b6c1080b 16:44:07 ---> 3313153a35c2 16:44:07 Step 6/22 : COPY go.mod . 16:44:07 Removing intermediate container 800fbb5bd2d8 16:44:07 ---> 2520870653a9 16:44:07 Step 6/23 : COPY go.mod . 16:44:07 ---> 77083e7fcbb3 16:44:07 Step 7/24 : RUN go mod download 16:44:07 ---> af25b911900a 16:44:07 Step 7/31 : RUN go mod download 16:44:07 ---> Running in f8f9fd0dbf66 16:44:07 ---> Running in 2de8cdb161da 16:44:07 Removing intermediate container f531dac799b9 16:44:07 ---> d03d4da6367b 16:44:07 Step 6/22 : COPY go.mod . 16:44:07 ---> 5d19c2c7db92 16:44:07 Step 7/22 : RUN go mod download 16:44:07 ---> 1df096dfbaa3 16:44:07 Step 7/23 : RUN go mod download 16:44:07 ---> Running in 1c51998825c8 16:44:08 ---> Running in d56567d64af0 16:44:08 ---> acebcb0ecf9d 16:44:08 Step 7/22 : RUN go mod download 16:44:09 ---> Running in 9a2d1fe45db6 16:44:11 Removing intermediate container 9a2d1fe45db6 16:44:11 ---> f5390142f48f 16:44:11 Step 8/22 : COPY . . 16:44:11 Removing intermediate container 1c51998825c8 16:44:11 ---> 5eb363ed4501 16:44:11 Step 8/22 : COPY . . 16:44:11 Removing intermediate container f8f9fd0dbf66 16:44:11 ---> 153e74c9a064 16:44:11 Step 8/24 : COPY . . 16:44:11 Removing intermediate container 2de8cdb161da 16:44:11 ---> 177677e77992 16:44:11 Step 8/31 : COPY . . 16:44:11 Removing intermediate container d56567d64af0 16:44:11 ---> 044f2a5affb0 16:44:11 Step 8/23 : COPY . . 16:44:58 ---> 0af7f2562a29 16:44:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:44:58 ---> Running in e93fcf6806d9 16:44:58 ---> d36d018621bf 16:44:58 Step 9/23 : RUN make cmd/core-data/core-data 16:44:58 ---> abc8643363c0 16:44:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:44:58 ---> fd5deb3fa46d 16:44:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:44:58 ---> 74fa221ec7e8 16:44:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:44:58 ---> Running in 43f034fc789b 16:44:58 ---> Running in adee8f2b32eb 16:44:58 ---> Running in dbf8f301acea 16:44:58 ---> Running in aed7416aa3ae 16:44:58 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 16:44:58 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 16:44:58 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 16:44:58 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 16:44:58 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 16:45:31 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 16:45:38 Removing intermediate container aed7416aa3ae 16:45:38 ---> 2687cda9c833 16:45:38 16:45:38 Step 10/31 : FROM alpine:3.12 16:45:38 3.12: Pulling from library/alpine 16:45:38 Removing intermediate container 43f034fc789b 16:45:38 ---> be51e98b8979 16:45:38 16:45:38 Step 10/24 : FROM alpine:3.12 16:45:38 3.12: Pulling from library/alpine 16:45:41 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:45:41 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 16:45:41 Status: Downloaded newer image for alpine:3.12 16:45:41 Status: Downloaded newer image for alpine:3.12 16:45:41 ---> 88dd2752d2ea 16:45:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:45:41 ---> 88dd2752d2ea 16:45:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:45:43 Removing intermediate container e93fcf6806d9 16:45:43 ---> 7e7b87e56aed 16:45:43 16:45:43 Step 10/22 : FROM alpine:3.12 16:45:43 ---> 88dd2752d2ea 16:45:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:45:43 ---> Running in d88a2ea24a28 16:45:43 ---> Running in 07c6c4923715 16:45:44 Removing intermediate container dbf8f301acea 16:45:44 ---> fb4f7957dfd4 16:45:44 16:45:44 Step 10/22 : FROM alpine:3.12 16:45:44 ---> 88dd2752d2ea 16:45:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:45:44 ---> Running in 83f7c1433e11 16:45:44 ---> Running in 582657bb11e9 16:45:44 Removing intermediate container 07c6c4923715 16:45:44 ---> 234725a47d24 16:45:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:45:45 ---> Running in e17c9abde3bb 16:45:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:45 (1/5) Installing ca-certificates (20191127-r4) 16:45:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:45:45 (3/5) Installing libcurl (7.69.1-r3) 16:45:45 (4/5) Installing curl (7.69.1-r3) 16:45:45 (5/5) Installing dumb-init (1.2.2-r1) 16:45:45 Executing busybox-1.31.1-r19.trigger 16:45:45 Executing ca-certificates-20191127-r4.trigger 16:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:46 OK: 7 MiB in 19 packages 16:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:46 (1/1) Installing dumb-init (1.2.2-r1) 16:45:46 Executing busybox-1.31.1-r19.trigger 16:45:46 OK: 6 MiB in 15 packages 16:45:46 (1/2) Installing ca-certificates (20191127-r4) 16:45:46 (2/2) Installing dumb-init (1.2.2-r1) 16:45:46 Executing busybox-1.31.1-r19.trigger 16:45:46 (1/2) Installing dumb-init (1.2.2-r1) 16:45:46 (2/2) Installing su-exec (0.2-r1) 16:45:46 Executing busybox-1.31.1-r19.trigger 16:45:46 Executing ca-certificates-20191127-r4.trigger 16:45:46 OK: 6 MiB in 16 packages 16:45:47 OK: 6 MiB in 16 packages 16:45:49 Removing intermediate container adee8f2b32eb 16:45:49 ---> 97a1d6646d3b 16:45:49 16:45:49 Step 10/23 : FROM alpine:3.12 16:45:49 ---> 88dd2752d2ea 16:45:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:45:49 ---> Running in 3108eaafd0c4 16:45:50 Removing intermediate container 83f7c1433e11 16:45:50 ---> 0600abc95f0d 16:45:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:45:50 Removing intermediate container d88a2ea24a28 16:45:50 ---> 9b1b37dee7aa 16:45:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:45:50 Removing intermediate container e17c9abde3bb 16:45:50 ---> a92020614814 16:45:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:45:50 ---> Running in 47b01ad623dc 16:45:50 ---> Running in 947ef2fb91f5 16:45:50 ---> Running in 2d62877c3e13 16:45:50 Removing intermediate container 3108eaafd0c4 16:45:50 ---> 363f851bc3cd 16:45:50 Step 12/23 : ENV APP_PORT=48080 16:45:50 Removing intermediate container 582657bb11e9 16:45:50 ---> a1477d724f3a 16:45:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:45:50 ---> Running in 3474a16eef88 16:45:51 ---> Running in 7ba655b8a9e0 16:45:51 Removing intermediate container 47b01ad623dc 16:45:51 ---> c732d6702ce8 16:45:51 Step 13/22 : ENV APP_PORT=48085 16:45:51 Removing intermediate container 2d62877c3e13 16:45:51 ---> 00a7ba385420 16:45:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:45:51 Removing intermediate container 947ef2fb91f5 16:45:51 ---> fe2fee6b0825 16:45:51 Step 13/24 : WORKDIR / 16:45:51 ---> Running in 865118bed9d3 16:45:51 ---> Running in 1d03318667c6 16:45:51 ---> Running in 4fba78c40973 16:45:51 Removing intermediate container 3474a16eef88 16:45:51 ---> d7d2c33f01eb 16:45:51 Step 13/23 : EXPOSE $APP_PORT 16:45:51 Removing intermediate container 7ba655b8a9e0 16:45:51 ---> fdfb971b3f70 16:45:51 Step 13/22 : ENV APP_PORT=48060 16:45:51 ---> Running in 85b8591397b1 16:45:51 ---> Running in 00140f7eca0b 16:45:51 Removing intermediate container 865118bed9d3 16:45:51 ---> 5957d707d334 16:45:51 Step 14/22 : EXPOSE $APP_PORT 16:45:51 Removing intermediate container 4fba78c40973 16:45:51 ---> ef45a04e51b4 16:45:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:45:52 Removing intermediate container 1d03318667c6 16:45:52 ---> ec7e802f4f92 16:45:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:45:52 ---> Running in 4d59bffdaf92 16:45:52 ---> Running in b2ca071dd21c 16:45:52 Removing intermediate container 85b8591397b1 16:45:52 ---> 742f3d0c8478 16:45:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:45:52 Removing intermediate container 00140f7eca0b 16:45:52 ---> fa4f6bbcc10e 16:45:52 Step 14/22 : EXPOSE $APP_PORT 16:45:52 ---> abcb5a15a7a0 16:45:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:45:52 ---> Running in e621015f5264 16:45:52 Removing intermediate container 4d59bffdaf92 16:45:52 ---> fc9fb6e3f5e0 16:45:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:45:52 ---> Running in 29a86b210f89 16:45:53 Removing intermediate container 29a86b210f89 16:45:53 ---> fb1679cde7c5 16:45:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:45:53 ---> a5382049abcd 16:45:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:45:53 ---> 15ae39c90320 16:45:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:45:53 ---> a3190462d033 16:45:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:45:54 ---> 3e26d1bc7422 16:45:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:45:54 ---> 22d8736acc4e 16:45:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:45:54 ---> 5b40cbd7edc2 16:45:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:45:55 Removing intermediate container b2ca071dd21c 16:45:55 ---> bf21c7faa08d 16:45:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:45:55 Removing intermediate container e621015f5264 16:45:55 ---> be882e21c41d 16:45:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:45:55 ---> Running in aac4e020c09f 16:45:55 ---> Running in e3bc303e450d 16:45:55 ---> cc24ae81fcbb 16:45:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:45:55 ---> 3f3b316202e9 16:45:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:45:55 ---> 3cca3306cc18 16:45:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:45:55 ---> Running in a5771f984781 16:45:56 Removing intermediate container aac4e020c09f 16:45:56 ---> cdedadf0f5e7 16:45:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:45:56 Removing intermediate container a5771f984781 16:45:56 ---> 02111f4c10d8 16:45:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:45:56 ---> b29323f88293 16:45:56 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/ 16:45:56 ---> 603c47d53a3e 16:45:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:45:56 ---> Running in c07154ca4d21 16:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:45:56 ---> Running in 14c12fb24e1e 16:45:56 ---> Running in 6cd2528139e4 16:45:56 ---> db95e1b33478 16:45:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:45:56 ---> Running in 8b5c410c097d 16:45:56 Removing intermediate container c07154ca4d21 16:45:56 ---> fc3fe98ebb9c 16:45:56 Step 20/22 : LABEL arch=x86_64 16:45:56 Removing intermediate container 6cd2528139e4 16:45:56 ---> 09f10c3e6de2 16:45:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:45:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:45:57 ---> Running in 7512a93da1ef 16:45:57 ---> Running in 858345a46b02 16:45:57 Removing intermediate container 7512a93da1ef 16:45:57 ---> 40d899d963dc 16:45:57 Step 21/22 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:45:57 Removing intermediate container 858345a46b02 16:45:57 ---> 58970f342507 16:45:57 Step 20/22 : LABEL arch=x86_64 16:45:57 ---> Running in 8f2e3549160c 16:45:57 ---> Running in 403c73d63873 16:45:57 (1/6) Installing dumb-init (1.2.2-r1) 16:45:57 (2/6) Installing libgcc (9.3.0-r2) 16:45:57 (3/6) Installing libsodium (1.0.18-r0) 16:45:57 Removing intermediate container 8f2e3549160c 16:45:57 ---> 27e3f5ff6112 16:45:57 Step 22/22 : LABEL version=0.0.0 16:45:57 Removing intermediate container 403c73d63873 16:45:57 ---> 429d48e4ea28 16:45:57 Step 21/22 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:45:57 (4/6) Installing libstdc++ (9.3.0-r2) 16:45:57 Removing intermediate container 14c12fb24e1e 16:45:57 ---> 2467ed536455 16:45:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:45:58 ---> Running in 3fd5c4cdc5c2 16:45:58 ---> Running in 0cd668f357c7 16:45:58 (5/6) Installing libzmq (4.3.3-r0) 16:45:58 ---> Running in 96eaf9558ea2 16:45:58 (6/6) Installing zeromq (4.3.3-r0) 16:45:58 Executing busybox-1.31.1-r19.trigger 16:45:58 OK: 8 MiB in 20 packages 16:45:58 Removing intermediate container 3fd5c4cdc5c2 16:45:58 ---> 5d6dbb5c747e 16:45:58 16:45:58 Removing intermediate container 0cd668f357c7 16:45:58 ---> 4b18f71b561e 16:45:58 Step 22/22 : LABEL version=0.0.0 16:45:58 Removing intermediate container 96eaf9558ea2 16:45:58 ---> 47112b0a2350 16:45:58 Step 22/24 : LABEL arch=x86_64 16:45:59 Removing intermediate container 8b5c410c097d 16:45:59 ---> 32d141bcbbe8 16:45:59 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:45:59 Successfully built 5d6dbb5c747e 16:45:59 Successfully tagged docker-support-scheduler-go:latest 16:45:59 Building docker-sys-mgmt-agent-go 16:45:59 ---> Running in 3bdfc3196f72 16:45:59 ---> Running in ce3ee84cca21 16:45:59  Building docker-support-scheduler-go ... done  ---> bcc9f9540349 16:45:59 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:45:59 Removing intermediate container ce3ee84cca21 16:45:59 ---> c3e93dbde27a 16:45:59 16:45:59 Removing intermediate container 3bdfc3196f72 16:45:59 ---> efa545818064 16:45:59 Step 23/24 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:45:59 Removing intermediate container e3bc303e450d 16:45:59 ---> 9e6642f81a4b 16:45:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:45:59 ---> Running in c3e6e07a5925 16:45:59 Successfully built c3e93dbde27a 16:45:59 Successfully tagged docker-support-notifications-go:latest 16:45:59 Building docker-security-proxy-setup-go 16:46:00  Building docker-support-notifications-go ... done Removing intermediate container c3e6e07a5925 16:46:00 ---> 2f678137ca40 16:46:00 Step 24/24 : LABEL version=0.0.0 16:46:00 ---> 2027844c4be3 16:46:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:46:00 ---> da25087ff1e1 16:46:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:46:00 ---> Running in 886967f1f3ae 16:46:02 Removing intermediate container 886967f1f3ae 16:46:02 ---> f5c8f80a17f6 16:46:02 16:46:02 ---> 043ac5c298b7 16:46:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:46:02 ---> eb36f3840a3e 16:46:02 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:46:03 Successfully built f5c8f80a17f6 16:46:03 Successfully tagged docker-security-secretstore-setup-go:latest 16:46:03 Building docker-core-metadata-go 16:46:05  Building docker-security-secretstore-setup-go ... done  ---> b39339da11cc 16:46:05 Step 19/23 : ENTRYPOINT ["/core-data"] 16:46:05 ---> 95d6daccb66d 16:46:05 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:46:06 ---> Running in fb22ae99009a 16:46:07 ---> 8023085ffc79 16:46:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:46:07 Removing intermediate container fb22ae99009a 16:46:07 ---> 069282efbeed 16:46:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:46:08 ---> Running in 0c8e2ce59e8c 16:46:08 ---> Running in 2b78c35f905c 16:46:09 Removing intermediate container 0c8e2ce59e8c 16:46:09 ---> 0a8fbbf217ff 16:46:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:46:09 Removing intermediate container 2b78c35f905c 16:46:09 ---> d9ee29bfda78 16:46:09 Step 21/23 : LABEL arch=x86_64 16:46:09 ---> Running in c7e054b507dc 16:46:10 ---> c76db4106956 16:46:10 Step 26/31 : RUN chmod +x /entrypoint.sh 16:46:10 Removing intermediate container c7e054b507dc 16:46:10 ---> 1a4d1a62fa2f 16:46:10 Step 22/23 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:46:10 ---> Running in 82e4ceb029b2 16:46:10 ---> Running in dc4b10daed45 16:46:11 Removing intermediate container dc4b10daed45 16:46:11 ---> 451a3abafae9 16:46:11 Step 23/23 : LABEL version=0.0.0 16:46:11 ---> Running in 82580d1c674a 16:46:13 Removing intermediate container 82580d1c674a 16:46:13 ---> a2d50d86b691 16:46:13 16:46:13 Successfully built a2d50d86b691 16:46:13 Successfully tagged docker-core-data-go:latest 16:46:13 Building docker-core-command-go 16:46:15  Building docker-core-data-go ... done Removing intermediate container 82e4ceb029b2 16:46:15 ---> 9b59a3922d8e 16:46:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:46:16 ---> Running in db0c03faba82 16:46:17 Removing intermediate container db0c03faba82 16:46:17 ---> f88e6e54ac87 16:46:17 Step 28/31 : CMD ["gate"] 16:46:18 ---> Running in aedd8897fc13 16:46:20 Removing intermediate container aedd8897fc13 16:46:20 ---> d9193873d5f8 16:46:20 Step 29/31 : LABEL arch=x86_64 16:46:21 ---> Running in 3afca903a8e2 16:46:22 Removing intermediate container 3afca903a8e2 16:46:22 ---> 7f758c95a412 16:46:22 Step 30/31 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:46:22 ---> Running in 5b30f7fc8fb0 16:46:23 Removing intermediate container 5b30f7fc8fb0 16:46:23 ---> dd95e277630d 16:46:23 Step 31/31 : LABEL version=0.0.0 16:46:23 ---> Running in c0ab43c77538 16:46:25 Removing intermediate container c0ab43c77538 16:46:25 ---> 238a1a646b3b 16:46:25 16:46:26 Successfully built 238a1a646b3b 16:46:26 Successfully tagged docker-security-bootstrapper-go:latest 16:46:31  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:46:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:46:31 ---> 13a3d7775fe5 16:46:31 Step 3/21 : WORKDIR /edgex-go 16:46:31 ---> Using cache 16:46:31 ---> 40f404d0a94f 16:46:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:31 ---> Using cache 16:46:31 ---> 5fa238aa6119 16:46:31 Step 5/21 : RUN apk add --update --no-cache make git 16:46:31 ---> Using cache 16:46:31 ---> 1c9cd9f04d4c 16:46:31 Step 6/21 : COPY go.mod . 16:46:31 ---> Using cache 16:46:31 ---> 77083e7fcbb3 16:46:31 Step 7/21 : RUN go mod download 16:46:31 ---> Using cache 16:46:31 ---> 153e74c9a064 16:46:31 Step 8/21 : COPY . . 16:46:31 ---> Using cache 16:46:31 ---> abc8643363c0 16:46:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:46:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:46:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:46:31 ---> 13a3d7775fe5 16:46:31 Step 3/26 : WORKDIR /edgex-go 16:46:31 ---> Using cache 16:46:31 ---> 40f404d0a94f 16:46:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:31 ---> Using cache 16:46:31 ---> 5fa238aa6119 16:46:31 Step 5/26 : RUN apk add --update --no-cache make bash git 16:46:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:46:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:46:32 ---> 13a3d7775fe5 16:46:32 Step 3/23 : WORKDIR /edgex-go 16:46:32 ---> Using cache 16:46:32 ---> 40f404d0a94f 16:46:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:32 ---> Using cache 16:46:32 ---> 5fa238aa6119 16:46:32 Step 5/23 : RUN apk add --update --no-cache make git 16:46:32 ---> Using cache 16:46:32 ---> 1c9cd9f04d4c 16:46:32 Step 6/23 : COPY go.mod . 16:46:32 ---> Using cache 16:46:32 ---> 77083e7fcbb3 16:46:32 Step 7/23 : RUN go mod download 16:46:32 ---> Using cache 16:46:32 ---> 153e74c9a064 16:46:32 Step 8/23 : COPY . . 16:46:32 ---> Using cache 16:46:32 ---> abc8643363c0 16:46:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:46:32 ---> Running in 17d53a61ae89 16:46:32 ---> Running in 093c1f8a2ca9 16:46:33 ---> Running in 9e917322bbe3 16:46:35 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 16:46:35 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 16:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:46:38 OK: 233 MiB in 51 packages 16:46:40 Removing intermediate container 17d53a61ae89 16:46:40 ---> 914a22784e87 16:46:40 Step 6/26 : COPY go.mod . 16:46:42 ---> f29c828038e5 16:46:42 Step 7/26 : RUN go mod download 16:46:42 ---> Running in 6ee972e27288 16:46:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:46:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:46:43 ---> 13a3d7775fe5 16:46:43 Step 3/23 : WORKDIR /edgex-go 16:46:43 ---> Using cache 16:46:43 ---> 40f404d0a94f 16:46:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:46:43 ---> Using cache 16:46:43 ---> 5fa238aa6119 16:46:43 Step 5/23 : RUN apk add --update --no-cache make git 16:46:43 ---> Using cache 16:46:43 ---> 1c9cd9f04d4c 16:46:43 Step 6/23 : COPY go.mod . 16:46:43 ---> Using cache 16:46:43 ---> 77083e7fcbb3 16:46:43 Step 7/23 : RUN go mod download 16:46:43 ---> Using cache 16:46:43 ---> 153e74c9a064 16:46:43 Step 8/23 : COPY . . 16:46:43 ---> Using cache 16:46:43 ---> abc8643363c0 16:46:43 Step 9/23 : RUN make cmd/core-command/core-command 16:46:44 ---> Running in 2e6c666a55c3 16:46:45 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 16:46:47 Removing intermediate container 6ee972e27288 16:46:47 ---> 3324cb07c9c0 16:46:47 Step 8/26 : COPY . . 16:47:09 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 16:47:15 ---> 24db2eca5e7f 16:47:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:47:15 ---> Running in aa83a36b7f94 16:47:16 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 16:47:19 Removing intermediate container 093c1f8a2ca9 16:47:19 ---> c5a5dbe9b68f 16:47:19 16:47:19 Step 10/21 : FROM alpine:3.12 16:47:19 ---> 88dd2752d2ea 16:47:19 Step 11/21 : RUN apk add --update --no-cache curl 16:47:20 ---> Running in fcfcb6979eac 16:47:21 Removing intermediate container 9e917322bbe3 16:47:21 ---> 3d741f01378a 16:47:21 16:47:21 Step 10/23 : FROM alpine:3.12 16:47:21 ---> 88dd2752d2ea 16:47:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:47:21 ---> Using cache 16:47:21 ---> 0600abc95f0d 16:47:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:47:21 ---> Using cache 16:47:21 ---> c732d6702ce8 16:47:21 Step 13/23 : ENV APP_PORT=48081 16:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:23 ---> Running in 18656a266b4a 16:47:23 (1/4) Installing ca-certificates (20191127-r4) 16:47:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:47:23 (3/4) Installing libcurl (7.69.1-r3) 16:47:23 (4/4) Installing curl (7.69.1-r3) 16:47:23 Executing busybox-1.31.1-r19.trigger 16:47:23 Executing ca-certificates-20191127-r4.trigger 16:47:24 OK: 7 MiB in 18 packages 16:47:24 Removing intermediate container 18656a266b4a 16:47:24 ---> 1747327239e0 16:47:24 Step 14/23 : EXPOSE $APP_PORT 16:47:24 Removing intermediate container 2e6c666a55c3 16:47:24 ---> 3951f7568f72 16:47:24 16:47:24 Step 10/23 : FROM alpine:3.12 16:47:24 ---> 88dd2752d2ea 16:47:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:47:24 ---> Using cache 16:47:24 ---> 0600abc95f0d 16:47:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:47:24 ---> Using cache 16:47:24 ---> c732d6702ce8 16:47:24 Step 13/23 : ENV APP_PORT=48082 16:47:25 ---> Running in 409b5687c04d 16:47:25 ---> Running in e695c3556976 16:47:25 Removing intermediate container 409b5687c04d 16:47:25 ---> b4788a0e96d2 16:47:25 Step 15/23 : WORKDIR / 16:47:26 ---> Running in 4b86a5ec40da 16:47:26 Removing intermediate container e695c3556976 16:47:26 ---> c256bdb917d6 16:47:26 Step 14/23 : EXPOSE $APP_PORT 16:47:26 Removing intermediate container fcfcb6979eac 16:47:26 ---> 58e344a5e4de 16:47:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:47:26 ---> Running in 0a0ec54182d3 16:47:26 ---> Running in b4655816a915 16:47:27 Removing intermediate container 4b86a5ec40da 16:47:27 ---> d203522c1288 16:47:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:27 Removing intermediate container b4655816a915 16:47:27 ---> 82ba718c0f09 16:47:27 Step 13/21 : WORKDIR /edgex 16:47:27 Removing intermediate container 0a0ec54182d3 16:47:27 ---> 270db8455e87 16:47:27 Step 15/23 : WORKDIR / 16:47:27 ---> Running in ede216902f67 16:47:27 ---> 0c741cb99484 16:47:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:47:27 ---> Running in 0bc07716ec1e 16:47:28 Removing intermediate container 0bc07716ec1e 16:47:28 ---> 623c22dbe45c 16:47:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:28 Removing intermediate container ede216902f67 16:47:28 ---> f5ae02635e72 16:47:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:47:28 ---> 9fd530276925 16:47:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:47:28 ---> 97c5412c8d78 16:47:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:47:28 ---> 406a12d059d0 16:47:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:47:29 ---> 93b8b1738605 16:47:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:47:29 ---> Running in 9807ca4f5e6d 16:47:29 ---> 65647e769fd0 16:47:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:47:29 ---> 46ef882edbd5 16:47:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:47:29 Removing intermediate container 9807ca4f5e6d 16:47:29 ---> 20d551557dc0 16:47:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:30 ---> c89519b9ad89 16:47:30 Step 19/23 : ENTRYPOINT ["/core-command"] 16:47:30 ---> Running in b2686325e99b 16:47:31 ---> Running in d627791f29d9 16:47:32 ---> 09cd459f1d4f 16:47:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:47:32 Removing intermediate container b2686325e99b 16:47:32 ---> d8bf6c43d6f4 16:47:32 Step 21/23 : LABEL arch=x86_64 16:47:32 Removing intermediate container aa83a36b7f94 16:47:32 ---> f30fee859daa 16:47:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:47:32 ---> Running in 9a345d9ca351 16:47:32 ---> Running in 95fd92d96a42 16:47:32 ---> Running in e41e3a52fa5c 16:47:32 Removing intermediate container d627791f29d9 16:47:32 ---> 9f5e6a89f0ce 16:47:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:32 ---> Running in 566e4c909bfb 16:47:32 Removing intermediate container 9a345d9ca351 16:47:32 ---> 65e8f43f5bc5 16:47:32 Step 18/21 : CMD ["--init=true"] 16:47:32 Removing intermediate container e41e3a52fa5c 16:47:32 ---> 1e3a0648b5d7 16:47:32 Step 22/23 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:47:33 ---> Running in 0e7f7ee3a897 16:47:33 ---> Running in ea9a0ce5504c 16:47:33 Removing intermediate container 566e4c909bfb 16:47:33 ---> 9814acb90796 16:47:33 Step 21/23 : LABEL arch=x86_64 16:47:33 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 16:47:33 ---> Running in 8edce40bf3ba 16:47:33 Removing intermediate container 0e7f7ee3a897 16:47:33 ---> a8fb0de76a82 16:47:33 Step 19/21 : LABEL arch=x86_64 16:47:33 Removing intermediate container ea9a0ce5504c 16:47:33 ---> 764d30e61899 16:47:33 Step 23/23 : LABEL version=0.0.0 16:47:33 ---> Running in d98180a65a1a 16:47:33 ---> Running in f2a7e143ad9e 16:47:33 Removing intermediate container 8edce40bf3ba 16:47:33 ---> 77cf623157fd 16:47:33 Step 22/23 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:47:33 ---> Running in 00b897bf8b6c 16:47:33 Removing intermediate container d98180a65a1a 16:47:33 ---> b322a7691378 16:47:33 Step 20/21 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:47:33 Removing intermediate container f2a7e143ad9e 16:47:33 ---> 58e15a241d76 16:47:33 16:47:33 ---> Running in 9c127e7ed332 16:47:33 Removing intermediate container 00b897bf8b6c 16:47:33 ---> 2809f2c38d12 16:47:33 Step 23/23 : LABEL version=0.0.0 16:47:34 Successfully built 58e15a241d76 16:47:34 Successfully tagged docker-core-metadata-go:latest 16:47:34 ---> Running in 2686522d3faf 16:47:34  Building docker-core-metadata-go ... done Removing intermediate container 9c127e7ed332 16:47:34 ---> 98315bd5c2bb 16:47:34 Step 21/21 : LABEL version=0.0.0 16:47:34 ---> Running in cdc85f7cfb4e 16:47:34 Removing intermediate container 2686522d3faf 16:47:34 ---> 07a089055ec3 16:47:34 16:47:34 Successfully built 07a089055ec3 16:47:34 Successfully tagged docker-core-command-go:latest 16:47:34  Building docker-core-command-go ... done Removing intermediate container cdc85f7cfb4e 16:47:34 ---> 774181721ee0 16:47:34 16:47:34 Removing intermediate container 95fd92d96a42 16:47:34 ---> 9ef5da91742e 16:47:34 16:47:34 Step 11/26 : FROM docker:20.10.0 16:47:34 20.10.0: Pulling from library/docker 16:47:35 Successfully built 774181721ee0 16:47:35 Successfully tagged docker-security-proxy-setup-go:latest 16:47:41  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:47:41 Status: Downloaded newer image for docker:20.10.0 16:47:41 ---> aefe523efa57 16:47:41 Step 12/26 : RUN apk add --no-cache bash 16:47:41 ---> Running in ee63e18808af 16:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:41 (1/2) Installing readline (8.0.4-r0) 16:47:41 (2/2) Installing bash (5.0.17-r0) 16:47:41 Executing bash-5.0.17-r0.post-install 16:47:41 Executing busybox-1.31.1-r19.trigger 16:47:41 OK: 12 MiB in 22 packages 16:47:42 Removing intermediate container ee63e18808af 16:47:42 ---> 5cfc5220480c 16:47:42 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:47:42 ---> Running in 5390c62f5331 16:47:42 Removing intermediate container 5390c62f5331 16:47:42 ---> dc338ae2d220 16:47:42 Step 14/26 : ENV APP_PORT=48090 16:47:43 ---> Running in 79422fd9667f 16:47:43 Removing intermediate container 79422fd9667f 16:47:43 ---> fb41389873a4 16:47:43 Step 15/26 : EXPOSE $APP_PORT 16:47:43 ---> Running in 88efde98018f 16:47:43 Removing intermediate container 88efde98018f 16:47:43 ---> 52e994fd498f 16:47:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:47:44 ---> 9f2b3b0139fe 16:47:44 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:47:44 ---> 744e9e3fb9f0 16:47:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:47:44 ---> 48ad3844e7cd 16:47:44 Step 19/26 : RUN apk --no-cache add py3-pip 16:47:44 ---> Running in e1436473dddb 16:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:47:45 (1/33) Installing libbz2 (1.0.8-r1) 16:47:45 (2/33) Installing expat (2.2.9-r1) 16:47:45 (3/33) Installing libffi (3.3-r2) 16:47:45 (4/33) Installing gdbm (1.13-r1) 16:47:45 (5/33) Installing xz-libs (5.2.5-r0) 16:47:45 (6/33) Installing sqlite-libs (3.32.1-r0) 16:47:45 (7/33) Installing python3 (3.8.5-r1) 16:47:46 (8/33) Installing py3-appdirs (1.4.4-r1) 16:47:46 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:47:46 (10/33) Installing py3-parsing (2.4.7-r0) 16:47:46 (11/33) Installing py3-six (1.15.0-r0) 16:47:46 (12/33) Installing py3-packaging (20.4-r0) 16:47:46 (13/33) Installing py3-setuptools (47.0.0-r0) 16:47:46 (14/33) Installing py3-chardet (3.0.4-r4) 16:47:46 (15/33) Installing py3-idna (2.9-r0) 16:47:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:47:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:47:46 (18/33) Installing py3-requests (2.23.0-r0) 16:47:46 (19/33) Installing py3-msgpack (1.0.0-r0) 16:47:46 (20/33) Installing py3-lockfile (0.12.2-r3) 16:47:46 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:47:46 (22/33) Installing py3-colorama (0.4.3-r0) 16:47:46 (23/33) Installing py3-distlib (0.3.0-r0) 16:47:46 (24/33) Installing py3-distro (1.5.0-r1) 16:47:46 (25/33) Installing py3-webencodings (0.5.1-r3) 16:47:46 (26/33) Installing py3-html5lib (1.0.1-r4) 16:47:47 (27/33) Installing py3-pytoml (0.1.21-r0) 16:47:47 (28/33) Installing py3-pep517 (0.8.2-r0) 16:47:47 (29/33) Installing py3-progress (1.5-r0) 16:47:47 (30/33) Installing py3-toml (0.10.1-r0) 16:47:47 (31/33) Installing py3-retrying (1.3.3-r0) 16:47:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:47:47 (33/33) Installing py3-pip (20.1.1-r0) 16:47:47 Executing busybox-1.31.1-r19.trigger 16:47:47 OK: 71 MiB in 55 packages 16:47:57 Removing intermediate container e1436473dddb 16:47:57 ---> d22bdfdfc71c 16:47:57 Step 20/26 : RUN pip install docker-compose==1.23.2 16:47:57 ---> Running in 480fa1723f24 16:47:57 Collecting docker-compose==1.23.2 16:47:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:47:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:47:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:47:58 Collecting PyYAML<4,>=3.10 16:47:58 Downloading PyYAML-3.13.tar.gz (270 kB) 16:47:59 Collecting texttable<0.10,>=0.9.0 16:47:59 Downloading texttable-0.9.1.tar.gz (11 kB) 16:47:59 Collecting docker<4.0,>=3.6.0 16:47:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:47:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:47:59 Collecting cached-property<2,>=1.2.0 16:47:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:48:00 Collecting dockerpty<0.5,>=0.4.1 16:48:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:48:00 Collecting jsonschema<3,>=2.5.1 16:48:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:48:00 Collecting docopt<0.7,>=0.6.1 16:48:00 Downloading docopt-0.6.2.tar.gz (25 kB) 16:48:01 Collecting websocket-client<1.0,>=0.32.0 16:48:01 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:48:01 Collecting idna<2.8,>=2.5 16:48:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:48:01 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) 16:48:01 Collecting urllib3<1.25,>=1.21.1 16:48:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:48:01 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) 16:48:01 Collecting docker-pycreds>=0.4.0 16:48:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:48:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:48:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:48:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:48:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:48:02 Installing collected packages: idna, urllib3, requests, PyYAML, texttable, docker-pycreds, websocket-client, docker, cached-property, dockerpty, jsonschema, docopt, docker-compose 16:48:02 Attempting uninstall: idna 16:48:02 Found existing installation: idna 2.9 16:48:02 Uninstalling idna-2.9: 16:48:02 Successfully uninstalled idna-2.9 16:48:02 Attempting uninstall: urllib3 16:48:02 Found existing installation: urllib3 1.25.9 16:48:02 Uninstalling urllib3-1.25.9: 16:48:02 Successfully uninstalled urllib3-1.25.9 16:48:02 Attempting uninstall: requests 16:48:02 Found existing installation: requests 2.23.0 16:48:02 Uninstalling requests-2.23.0: 16:48:02 Successfully uninstalled requests-2.23.0 16:48:02 Running setup.py install for PyYAML: started 16:48:03 Running setup.py install for PyYAML: finished with status 'done' 16:48:03 Running setup.py install for texttable: started 16:48:03 Running setup.py install for texttable: finished with status 'done' 16:48:04 Running setup.py install for dockerpty: started 16:48:04 Running setup.py install for dockerpty: finished with status 'done' 16:48:04 Running setup.py install for docopt: started 16:48:05 Running setup.py install for docopt: finished with status 'done' 16:48:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 16:48:09 Removing intermediate container 480fa1723f24 16:48:09 ---> 2dcbeed84f5a 16:48:09 Step 21/26 : RUN apk --no-cache add curl 16:48:09 ---> Running in 1893429d8481 16:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:48:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:48:10 (2/3) Installing libcurl (7.69.1-r3) 16:48:10 (3/3) Installing curl (7.69.1-r3) 16:48:10 Executing busybox-1.31.1-r19.trigger 16:48:10 OK: 72 MiB in 58 packages 16:48:11 Removing intermediate container 1893429d8481 16:48:11 ---> a563cae364c7 16:48:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:48:11 ---> Running in 36b7712a315b 16:48:11 Removing intermediate container 36b7712a315b 16:48:11 ---> 7ee6017744d9 16:48:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:48:11 ---> Running in 7ddbc02fb192 16:48:11 Removing intermediate container 7ddbc02fb192 16:48:11 ---> d0981e4a7853 16:48:11 Step 24/26 : LABEL arch=x86_64 16:48:11 ---> Running in b4e86950a42f 16:48:11 Removing intermediate container b4e86950a42f 16:48:11 ---> 0faee2896c1c 16:48:11 Step 25/26 : LABEL git_sha=79e945fbc87c1ff70f1c2c3c459dc92faac6b216 16:48:11 ---> Running in c730c377fc70 16:48:12 Removing intermediate container c730c377fc70 16:48:12 ---> ac2ac29d3283 16:48:12 Step 26/26 : LABEL version=0.0.0 16:48:12 ---> Running in afc40299b8d6 16:48:12 Removing intermediate container afc40299b8d6 16:48:12 ---> ed329ca720b6 16:48:12 16:48:12 Successfully built ed329ca720b6 16:48:12 Successfully tagged docker-sys-mgmt-agent-go:latest 16:48:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:48:12 $ docker stop --time=1 a5d1ca849b9423e6bbfc204dfd277fc6957d78f68c0cf2f33b8fd785622f364b 16:48:14 $ docker rm -f a5d1ca849b9423e6bbfc204dfd277fc6957d78f68c0cf2f33b8fd785622f364b [Pipeline] // withDockerContainer [Pipeline] sh 16:48:15 + docker images 16:48:15 + grep docker 16:48:15 docker-sys-mgmt-agent-go latest ed329ca720b6 3 seconds ago 313MB 16:48:15 docker-core-command-go latest 07a089055ec3 41 seconds ago 17.2MB 16:48:15 docker-security-proxy-setup-go latest 774181721ee0 41 seconds ago 24.7MB 16:48:15 docker-core-metadata-go latest 58e15a241d76 42 seconds ago 19MB 16:48:15 docker-security-bootstrapper-go latest 238a1a646b3b About a minute ago 18.7MB 16:48:15 docker-core-data-go latest a2d50d86b691 2 minutes ago 22.6MB 16:48:15 docker-security-secretstore-setup-go latest f5c8f80a17f6 2 minutes ago 24.9MB 16:48:15 docker-support-notifications-go latest c3e93dbde27a 2 minutes ago 17.8MB 16:48:15 docker-support-scheduler-go latest 5d6dbb5c747e 2 minutes ago 17.2MB 16:48:15 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 16:48:31 Still waiting to schedule task 16:48:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:49:28 Running on prd-ubuntu18.04-docker-8c-8g-29163 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 16:49:28 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 16:49:31 using credential edgex-jenkins-ssh 16:49:31 Cloning the remote Git repository 16:49:31 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:49:31 > git init /w/workspace/edgex-go/10 # timeout=10 16:49:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:49:31 > git --version # timeout=10 16:49:31 > git --version # 'git version 2.17.1' 16:49:31 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:49:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:49:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:49:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:49:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:49:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:49:39 Merging remotes/origin/master commit dd3c5304426daa1a06e165d92e5378a7e6535b25 into PR head commit e1f8108961685962612542af4b49151a44b672f9 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:49:39 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) 16:49:39 > git config core.sparsecheckout # timeout=10 16:49:39 > git checkout -f e1f8108961685962612542af4b49151a44b672f9 # timeout=10 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 16:49:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:49:42 ---> package-listing.sh 16:49:42 ++ facter osfamily 16:49:42 ++ tr '[:upper:]' '[:lower:]' 16:49:42 + OS_FAMILY=redhat 16:49:42 + workspace=/w/workspace/edgex-go/10 16:49:42 + START_PACKAGES=/tmp/packages_start.txt 16:49:42 + END_PACKAGES=/tmp/packages_end.txt 16:49:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:49:42 + PACKAGES=/tmp/packages_start.txt 16:49:42 + '[' /w/workspace/edgex-go/10 ']' 16:49:42 + PACKAGES=/tmp/packages_end.txt 16:49:42 + case "${OS_FAMILY}" in 16:49:42 + rpm -qa 16:49:42 + sort 16:49:48 + '[' -f /tmp/packages_start.txt ']' 16:49:48 + '[' -f /tmp/packages_end.txt ']' 16:49:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:49:48 + '[' /w/workspace/edgex-go/10 ']' 16:49:48 + mkdir -p /w/workspace/edgex-go/10/archives/ 16:49:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 16:49:48 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:49:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:49:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:48 16:49:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:49:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:49:49 alpine: Pulling from edgex-lftools-log-publisher 16:49:49 df20fa9351a1: Pulling fs layer 16:49:49 36b3adc4ff6f: Pulling fs layer 16:49:49 8ad3a11d3b57: Pulling fs layer 16:49:49 46f8f816bc3b: Pulling fs layer 16:49:49 93b61091891f: Pulling fs layer 16:49:49 93b9cdb0e59b: Pulling fs layer 16:49:49 5e14af77c1be: Pulling fs layer 16:49:49 01666e4c0597: Pulling fs layer 16:49:49 aa168da1d23b: Pulling fs layer 16:49:49 46f8f816bc3b: Waiting 16:49:49 93b9cdb0e59b: Waiting 16:49:49 01666e4c0597: Waiting 16:49:49 aa168da1d23b: Waiting 16:49:49 5e14af77c1be: Waiting 16:49:49 36b3adc4ff6f: Verifying Checksum 16:49:49 36b3adc4ff6f: Download complete 16:49:49 46f8f816bc3b: Verifying Checksum 16:49:49 46f8f816bc3b: Download complete 16:49:49 df20fa9351a1: Verifying Checksum 16:49:49 df20fa9351a1: Download complete 16:49:49 93b9cdb0e59b: Verifying Checksum 16:49:49 93b9cdb0e59b: Download complete 16:49:49 5e14af77c1be: Verifying Checksum 16:49:49 5e14af77c1be: Download complete 16:49:49 93b61091891f: Verifying Checksum 16:49:49 93b61091891f: Download complete 16:49:49 01666e4c0597: Download complete 16:49:49 8ad3a11d3b57: Verifying Checksum 16:49:49 8ad3a11d3b57: Download complete 16:49:49 df20fa9351a1: Pull complete 16:49:50 36b3adc4ff6f: Pull complete 16:49:51 8ad3a11d3b57: Pull complete 16:49:51 46f8f816bc3b: Pull complete 16:49:51 aa168da1d23b: Verifying Checksum 16:49:51 aa168da1d23b: Download complete 16:49:52 93b61091891f: Pull complete 16:49:52 93b9cdb0e59b: Pull complete 16:49:52 5e14af77c1be: Pull complete 16:49:52 01666e4c0597: Pull complete 16:50:01 aa168da1d23b: Pull complete 16:50:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:50:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:50:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:50:01 prd-centos7-docker-4c-2g-29147 does not seem to be running inside a container 16:50:01 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:50:04 $ docker top 4baa85a552896ea757d98102c427d72d4bc58503a7e78d798275cc2ff2ca17ee -eo pid,comm [Pipeline] { [Pipeline] sh 16:50:05 + touch /tmp/pre-build-complete [Pipeline] sh 16:50:05 + mkdir -p /var/log/sa [Pipeline] sh 16:50:06 + ls /var/log/sa-host 16:50:06 + sadf -c /var/log/sa-host/sa09 16:50:06 file_magic: OK 16:50:06 HZ: Using current value: 100 16:50:06 file_header: OK 16:50:06 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 16:50:06 Statistics: 16:50:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:50:06 File successfully converted to sysstat format version 12.2.1 16:50:06 + sadf -c /var/log/sa-host/sa23 16:50:06 file_magic: OK 16:50:06 HZ: Using current value: 100 16:50:06 file_header: OK 16:50:06 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 16:50:06 Statistics: 16:50:06 Hnuu...uuuununununu... 16:50:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:50:06 provisioning config files... 16:50:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config5093684468087881125tmp [Pipeline] { [Pipeline] echo 16:50:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:50:07 ---> create-netrc.sh [Pipeline] } 16:50:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:50:07 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:50:07 ---> python-tools-install.sh [Pipeline] echo 16:50:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:50:07 ---> sudo-logs.sh 16:50:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:50:08 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:50:08 ---> job-cost.sh 16:50:08 lf-activate-venv: SKIPPING 16:50:08 INFO: No Stack... 16:50:09 INFO: Retrieving Pricing Info for: v1-standard-2 16:50:09 INFO: Archiving Costs [Pipeline] echo 16:50:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:50:10 ---> logs-deploy.sh 16:50:10 lf-activate-venv: SKIPPING 16:50:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/10 16:50:10 INFO: archiving workspace using pattern(s): 16:50:11 Archives upload complete. 16:50:11 INFO: archiving logs to Nexus