Pull request #3292 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5c807f8a55a10539e6b37763f51ae2e657833bf2+18e95d4ea95ce5d359f78633ddc21696924e37f4 (9eea189f9c6757243cf03de5d2b179680fca04cb) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31215 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit 5c807f8a55a10539e6b37763f51ae2e657833bf2 > 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/3292/head:refs/remotes/origin/PR-3292 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c807f8a55a10539e6b37763f51ae2e657833bf2 # 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 18e95d4ea95ce5d359f78633ddc21696924e37f4 # timeout=10 Merge succeeded, producing 4ff24e27371373e50a5d351116a3af9ab0e0a64c Checking out Revision 4ff24e27371373e50a5d351116a3af9ab0e0a64c (PR-3292) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4ff24e27371373e50a5d351116a3af9ab0e0a64c # timeout=10 Commit message: "Merge commit '18e95d4ea95ce5d359f78633ddc21696924e37f4' into HEAD" > git rev-list --no-walk ba4f4bc2de7460e30890833479339e7e566ef1c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:43:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:43:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:43:43 ========================================================= 15:43:43 EdgeX Global Pipelines Version Info 15:43:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:43:45 ------------------- 15:43:45 stable info: 15:43:45 ------------------- 15:43:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:43:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:43:45 Message: update stable to v1.0.186 15:43:46 ------------------- 15:43:46 experimental info: 15:43:46 ------------------- 15:43:46 Commited By: **** collab-it+edgex@linuxfoundation.org 15:43:46 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 15:43:46 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:43:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:43:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:43:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:43:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:43:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:43:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:43:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3292 [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3292 [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3292 [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4ff24e27371373e50a5d351116a3af9ab0e0a64c [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4ff24e2 [Pipeline] echo 15:43:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:43:49 provisioning config files... 15:43:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3851166119953992667tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:43:49 ---> docker-login.sh 15:43:49 nexus3.edgexfoundry.org:10001 15:43:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:49 Configure a credential helper to remove this warning. See 15:43:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:49 15:43:49 Login Succeeded 15:43:49 nexus3.edgexfoundry.org:10002 15:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:50 Configure a credential helper to remove this warning. See 15:43:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:50 15:43:50 Login Succeeded 15:43:50 nexus3.edgexfoundry.org:10003 15:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:50 Configure a credential helper to remove this warning. See 15:43:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:50 15:43:50 Login Succeeded 15:43:50 nexus3.edgexfoundry.org:10004 15:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:50 Configure a credential helper to remove this warning. See 15:43:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:50 15:43:50 Login Succeeded 15:43:50 docker.io 15:43:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:43:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:43:51 Configure a credential helper to remove this warning. See 15:43:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:43:51 15:43:51 Login Succeeded 15:43:51 ---> docker-login.sh ends [Pipeline] } 15:43:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:43:51 ++ 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 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/core-command/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo core-command,cmd/core-command/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/core-data/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo core-data,cmd/core-data/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/core-metadata/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo core-metadata,cmd/core-metadata/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/security-bootstrapper/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/security-proxy-setup/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/support-notifications/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo support-notifications,cmd/support-notifications/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/support-scheduler/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:43:51 + for file in '`ls cmd/**/Dockerfile`' 15:43:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:43:51 ++ cut -d/ -f2 15:43:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:43:51 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 15:43:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:43:52 15:43:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:43:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:43:53 latest: Pulling from edgex-devops/git-semver 15:43:53 31603596830f: Pulling fs layer 15:43:53 2a8b12db71e7: Pulling fs layer 15:43:53 6ca5941a6612: Pulling fs layer 15:43:53 ecc8261a40a4: Pulling fs layer 15:43:53 ecc8261a40a4: Waiting 15:43:53 2a8b12db71e7: Verifying Checksum 15:43:53 2a8b12db71e7: Download complete 15:43:53 31603596830f: Verifying Checksum 15:43:53 31603596830f: Download complete 15:43:53 ecc8261a40a4: Verifying Checksum 15:43:53 ecc8261a40a4: Download complete 15:43:53 6ca5941a6612: Verifying Checksum 15:43:53 6ca5941a6612: Download complete 15:43:53 31603596830f: Pull complete 15:43:53 2a8b12db71e7: Pull complete 15:43:54 6ca5941a6612: Pull complete 15:43:54 ecc8261a40a4: Pull complete 15:43:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:43:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:43:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:43:55 prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container 15:43:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:43:57 $ docker top 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:43:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:43:58 [ssh-agent] Looking for ssh-agent implementation... 15:43:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:43:58 $ docker exec 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent 15:43:58 SSH_AUTH_SOCK=/tmp/ssh-Pypu3jccPmaF/agent.12 15:43:58 SSH_AGENT_PID=17 15:43:58 Running ssh-add (command line suppressed) 15:43:58 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6634220278348789326.key (/w/workspace/edgex-go/2@tmp/private_key_6634220278348789326.key) 15:43:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:43:58 + git tag --points-at HEAD [Pipeline] } 15:43:58 $ docker exec --env ******** --env ******** 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent -k 15:43:59 unset SSH_AUTH_SOCK; 15:43:59 unset SSH_AGENT_PID; 15:43:59 echo Agent pid 17 killed; 15:43:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:43:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:43:59 [ssh-agent] Looking for ssh-agent implementation... 15:43:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:43:59 $ docker exec 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent 15:43:59 SSH_AUTH_SOCK=/tmp/ssh-IZDtrehjT8vG/agent.46 15:43:59 SSH_AGENT_PID=51 15:43:59 Running ssh-add (command line suppressed) 15:43:59 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4581497068215313364.key (/w/workspace/edgex-go/2@tmp/private_key_4581497068215313364.key) 15:43:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:44:00 + git semver init 15:44:00 # -> Open(): unable to determine branch for HEAD 15:44:00 # $GIT_DIR = /w/workspace/edgex-go/2/.git 15:44:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 15:44:00 # $SEMVER_REMOTE_NAME = origin 15:44:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:44:00 # $SEMVER_USER_NAME = edgex-jenkins 15:44:00 # $SEMVER_BRANCH = PR-3292 15:44:00 # $SEMVER_TEMP = /tmp/semver-618557876 15:44:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:44:18 # '/tmp/semver-618557876' -> '/w/workspace/edgex-go/2/.semver' 15:44:18 # -> Force: false 15:44:18 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 15:44:18 $ docker exec --env ******** --env ******** 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent -k 15:44:19 unset SSH_AUTH_SOCK; 15:44:19 unset SSH_AGENT_PID; 15:44:19 echo Agent pid 51 killed; 15:44:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:44:19 + git semver [Pipeline] } 15:44:19 $ docker stop --time=1 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 15:44:21 $ docker rm -f 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 [Pipeline] // withDockerContainer [Pipeline] sh 15:44:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:44:22 Stashed 1 file(s) [Pipeline] echo 15:44:22 [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 15:44:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:44:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:44:23 + sudo service docker restart 15:44:23 + true 15:44:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:44:24 ========================================================= 15:44:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:44:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:44:24 + 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 . 15:44:29 Sending build context to Docker daemon 328.8MB 15:44:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:44:29 Step 2/6 : FROM ${BASE} 15:44:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:44:29 188c0c94c7c5: Pulling fs layer 15:44:29 0ef7d3d256c8: Pulling fs layer 15:44:29 de9db76c5a1d: Pulling fs layer 15:44:29 bca2f99d35d6: Pulling fs layer 15:44:29 93359f2a8cfa: Pulling fs layer 15:44:29 7c6f9722023f: Pulling fs layer 15:44:29 a35cf1a2eb13: Pulling fs layer 15:44:29 bca2f99d35d6: Waiting 15:44:29 7c6f9722023f: Waiting 15:44:29 a35cf1a2eb13: Waiting 15:44:29 93359f2a8cfa: Waiting 15:44:29 de9db76c5a1d: Verifying Checksum 15:44:29 de9db76c5a1d: Download complete 15:44:29 0ef7d3d256c8: Verifying Checksum 15:44:29 0ef7d3d256c8: Download complete 15:44:29 93359f2a8cfa: Verifying Checksum 15:44:29 93359f2a8cfa: Download complete 15:44:29 7c6f9722023f: Verifying Checksum 15:44:29 7c6f9722023f: Download complete 15:44:29 188c0c94c7c5: Verifying Checksum 15:44:29 188c0c94c7c5: Download complete 15:44:29 188c0c94c7c5: Pull complete 15:44:29 0ef7d3d256c8: Pull complete 15:44:29 de9db76c5a1d: Pull complete 15:44:31 a35cf1a2eb13: Verifying Checksum 15:44:31 a35cf1a2eb13: Download complete 15:44:32 bca2f99d35d6: Verifying Checksum 15:44:32 bca2f99d35d6: Download complete 15:44:37 Still waiting to schedule task 15:44:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:44:38 bca2f99d35d6: Pull complete 15:44:38 93359f2a8cfa: Pull complete 15:44:38 7c6f9722023f: Pull complete 15:44:43 a35cf1a2eb13: Pull complete 15:44:43 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:44:43 ---> a62c8e92a672 15:44:43 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 15:44:43 ---> Running in 3bf60db7177d 15:44:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:44:44 (1/12) Installing libmagic (5.38-r0) 15:44:45 (2/12) Installing file (5.38-r0) 15:44:45 (3/12) Installing libc-dev (0.7.2-r3) 15:44:45 (4/12) Installing g++ (9.3.0-r2) 15:44:53 (5/12) Installing fortify-headers (1.1-r0) 15:44:53 (6/12) Installing patch (2.7.6-r6) 15:44:53 (7/12) Installing build-base (0.5-r2) 15:44:53 (8/12) Installing libsodium (1.0.18-r0) 15:44:53 (9/12) Installing pkgconf (1.7.2-r0) 15:44:53 (10/12) Installing libsodium-dev (1.0.18-r0) 15:44:53 (11/12) Installing libzmq (4.3.3-r0) 15:44:53 (12/12) Installing zeromq-dev (4.3.3-r0) 15:44:53 Executing busybox-1.31.1-r19.trigger 15:44:53 OK: 233 MiB in 51 packages 15:44:56 Removing intermediate container 3bf60db7177d 15:44:56 ---> feee901de12a 15:44:56 Step 4/6 : WORKDIR /edgex-go 15:44:56 ---> Running in 4b4a4f57c37a 15:44:57 Removing intermediate container 4b4a4f57c37a 15:44:57 ---> 02372be6861b 15:44:57 Step 5/6 : COPY go.mod . 15:44:57 ---> 726142d08a94 15:44:57 Step 6/6 : RUN go mod download 15:44:57 ---> Running in a057636d5e4d 15:45:19 Removing intermediate container a057636d5e4d 15:45:19 ---> a494859b1e34 15:45:19 Successfully built a494859b1e34 15:45:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:45:19 + docker inspect -f . ci-base-image-x86_64 15:45:19 . [Pipeline] withDockerContainer 15:45:19 prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container 15:45:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:45:20 $ docker top 8dc9f29495a6f2e76967705f1bbf7906d41a2940131d65b9526249bfa7fe6cd6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:21 + go version 15:45:21 go version go1.15.5 linux/amd64 [Pipeline] } 15:45:21 $ docker stop --time=1 8dc9f29495a6f2e76967705f1bbf7906d41a2940131d65b9526249bfa7fe6cd6 15:45:22 $ docker rm -f 8dc9f29495a6f2e76967705f1bbf7906d41a2940131d65b9526249bfa7fe6cd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:45:23 + docker inspect -f . ci-base-image-x86_64 15:45:23 . [Pipeline] withDockerContainer 15:45:23 prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container 15:45:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:45:24 $ docker top 9b18061d0bf080651a40450bff5b4e051d3c7755cc30a2eb80c1e046056ff6ed -eo pid,comm [Pipeline] { [Pipeline] echo 15:45:24 ========================================================= 15:45:24 [edgeXBuildGoParallel] Running Tests and Build... 15:45:24 ========================================================= [Pipeline] sh 15:45:25 + make test 15:45:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:45:35 ? github.com/edgexfoundry/edgex-go [no test files] 15:45:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:45:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:45:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:45:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:46:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:46:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:46:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:46:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:46:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:46:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:46:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:46:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:46:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:46:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements 15:46:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:46:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:46:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:46:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:46:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:46:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:46:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 15:46:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements 15:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.252s coverage: 27.1% of statements 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.130s coverage: 71.3% of statements 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.152s coverage: 82.9% of statements 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.051s coverage: 78.9% of statements 15:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:46:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 15:46:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements 15:46:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31216 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws 15:46:27 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 15:46:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements 15:46:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 15:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.225s coverage: 82.6% of statements 15:46:32 using credential edgex-jenkins-ssh 15:46:32 Cloning the remote Git repository 15:46:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:46:32 > git init /w/workspace/edgex-go/2 # timeout=10 15:46:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:46:32 > git --version # timeout=10 15:46:32 > git --version # 'git version 2.17.1' 15:46:32 using GIT_SSH to set credentials SSH Credentials for GitHub 15:46:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.069s coverage: 92.9% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 64.4% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 69.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.757s coverage: 29.1% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.088s coverage: 94.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:46:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 15:46:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 15:46:41 GO111MODULE=on go vet ./... 15:46:48 Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit 5c807f8a55a10539e6b37763f51ae2e657833bf2 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:46:49 Failed in branch arm64 15:47:14 gofmt -l . 15:47:14 [ "`gofmt -l .`" = "" ] 15:47:14 ./bin/test-go-mod-tidy.sh 15:47:14 ./bin/test-attribution-txt.sh [Pipeline] sh 15:47:14 + ls -al . 15:47:14 total 776 15:47:14 drwxrwxr-x 10 1001 1001 4096 Mar 24 15:47 . 15:47:14 drwxr-xr-x 4 root root 28 Mar 24 15:45 .. 15:47:14 -rw-rw-r-- 1 1001 1001 11 Mar 24 15:43 .dockerignore 15:47:14 drwxrwxr-x 8 1001 1001 179 Mar 24 15:43 .git 15:47:14 drwxrwxr-x 3 1001 1001 125 Mar 24 15:43 .github 15:47:14 -rw-rw-r-- 1 1001 1001 818 Mar 24 15:43 .gitignore 15:47:14 drwx------ 3 1001 1001 60 Mar 24 15:44 .semver 15:47:14 -rw-rw-r-- 1 1001 1001 166 Mar 24 15:43 .sonarcloud.properties 15:47:14 -rw-rw-r-- 1 1001 1001 8607 Mar 24 15:43 Attribution.txt 15:47:14 -rw-rw-r-- 1 1001 1001 3804 Mar 24 15:43 CONTRIBUTING.md 15:47:14 -rw-rw-r-- 1 1001 1001 931 Mar 24 15:43 Dockerfile.build 15:47:14 -rw-rw-r-- 1 1001 1001 863 Mar 24 15:43 Jenkinsfile 15:47:14 -rw-rw-r-- 1 1001 1001 10775 Mar 24 15:43 LICENSE 15:47:14 -rw-rw-r-- 1 1001 1001 5774 Mar 24 15:43 Makefile 15:47:14 -rw-rw-r-- 1 1001 1001 6548 Mar 24 15:43 README.md 15:47:14 -rw-rw-r-- 1 1001 1001 6755 Mar 24 15:43 SECURITY.md 15:47:14 -rw-rw-r-- 1 1001 1001 5 Mar 24 15:44 VERSION 15:47:14 -rw-rw-r-- 1 1001 1001 4131 Mar 24 15:43 ZMQWindows.md 15:47:14 drwxrwxr-x 2 1001 1001 117 Mar 24 15:43 bin 15:47:14 drwxrwxr-x 14 1001 1001 4096 Mar 24 15:43 cmd 15:47:14 -rw-r--r-- 1 root root 666600 Mar 24 15:46 coverage.out 15:47:14 -rw-r--r-- 1 root root 1056 Mar 24 15:47 go.mod 15:47:14 -rw-r--r-- 1 root root 22211 Mar 24 15:47 go.sum 15:47:14 drwxrwxr-x 8 1001 1001 127 Mar 24 15:43 internal 15:47:14 drwxrwxr-x 4 1001 1001 26 Mar 24 15:43 openapi 15:47:14 drwxrwxr-x 4 1001 1001 71 Mar 24 15:43 snap 15:47:14 -rw-rw-r-- 1 1001 1001 168 Mar 24 15:43 version.go [Pipeline] sh 15:47:14 + '[' -e coverage.out ] 15:47:14 + chown 1001:1001 coverage.out [Pipeline] stash 15:47:15 Stashed 1 file(s) [Pipeline] sh 15:47:15 + make build 15:47:15 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 15:47:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:47:28 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 15:47:29 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 15:47:31 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 15:47:31 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 15:47:33 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 15:47:34 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 15:47:35 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 15:47:37 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 15:47:38 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 15:47:39 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] } 15:47:41 $ docker stop --time=1 9b18061d0bf080651a40450bff5b4e051d3c7755cc30a2eb80c1e046056ff6ed 15:47:43 $ docker rm -f 9b18061d0bf080651a40450bff5b4e051d3c7755cc30a2eb80c1e046056ff6ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:47:47 15:47:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:47:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:47:47 latest: Pulling from edgex-devops/edgex-compose 15:47:47 cbdbe7a5bc2a: Pulling fs layer 15:47:47 ca9280d653b3: Pulling fs layer 15:47:47 7e9c9ca2126c: Pulling fs layer 15:47:47 cbdbe7a5bc2a: Download complete 15:47:47 cbdbe7a5bc2a: Pull complete 15:47:48 ca9280d653b3: Download complete 15:47:50 ca9280d653b3: Pull complete 15:47:56 7e9c9ca2126c: Pull complete 15:47:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:47:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:47:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:47:57 prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container 15:47:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:47:59 $ docker top dd4257c51abd6fb89735a1df5cebe61d17ad3dedd9837f81c420841c5e2cae01 -eo pid,comm [Pipeline] { [Pipeline] sh 15:47:59 + docker-compose build --help 15:47:59 + grep parallel 15:48:00 --parallel Build images in parallel. [Pipeline] } 15:48:00 $ docker stop --time=1 dd4257c51abd6fb89735a1df5cebe61d17ad3dedd9837f81c420841c5e2cae01 15:48:01 $ docker rm -f dd4257c51abd6fb89735a1df5cebe61d17ad3dedd9837f81c420841c5e2cae01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:48:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:48:02 . [Pipeline] withDockerContainer 15:48:02 prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container 15:48:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:48:03 $ docker top 809cf3458530f5377c7b8b12008b952dd5db64805f403c2d9a355b900cf3f101 -eo pid,comm [Pipeline] { [Pipeline] sh 15:48:04 + docker-compose -f ./docker-compose-build.yml build --parallel 15:48:04 Building docker-core-command-go ... 15:48:04 Building docker-core-data-go ... 15:48:04 Building docker-core-metadata-go ... 15:48:04 Building docker-security-bootstrapper-go ... 15:48:04 Building docker-security-proxy-setup-go ... 15:48:04 Building docker-security-secretstore-setup-go ... 15:48:04 Building docker-support-notifications-go ... 15:48:04 Building docker-support-scheduler-go ... 15:48:04 Building docker-sys-mgmt-agent-go ... 15:48:04 Building docker-core-metadata-go 15:48:04 Building docker-security-secretstore-setup-go 15:48:04 Building docker-security-proxy-setup-go 15:48:04 Building docker-security-bootstrapper-go 15:48:04 Building docker-support-notifications-go 15:48:37 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:37 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:48:37 ---> a494859b1e34 15:48:37 Step 3/31 : WORKDIR /edgex-go 15:48:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:48:39 ---> a494859b1e34 15:48:39 Step 3/22 : WORKDIR /edgex-go 15:48:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:48:40 ---> a494859b1e34 15:48:40 Step 3/23 : WORKDIR /edgex-go 15:48:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:48:40 ---> a494859b1e34 15:48:40 Step 3/24 : WORKDIR /edgex-go 15:48:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:48:40 ---> a494859b1e34 15:48:40 Step 3/21 : WORKDIR /edgex-go 15:48:41 ---> Running in 60ea8b7abe99 15:48:41 ---> Running in 8f8ebae88bbc 15:48:41 ---> Running in eadbe30be34f 15:48:41 ---> Running in 9e15b4cfc61a 15:48:41 ---> Running in edc91f354fc5 15:48:42 Removing intermediate container 8f8ebae88bbc 15:48:42 ---> e97635d49b11 15:48:42 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:42 Removing intermediate container 9e15b4cfc61a 15:48:42 ---> b4987f09145d 15:48:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:42 Removing intermediate container edc91f354fc5 15:48:42 ---> dbfd42ae524e 15:48:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:42 Removing intermediate container eadbe30be34f 15:48:42 ---> 2429825e74e9 15:48:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:42 Removing intermediate container 60ea8b7abe99 15:48:42 ---> 221cf900317f 15:48:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:42 ---> Running in 8450dea4f800 15:48:42 ---> Running in 7e83dc9ae6cf 15:48:42 ---> Running in 6234e2291ee7 15:48:42 ---> Running in 09ede36c87fb 15:48:42 ---> Running in 74bca733c42a 15:48:44 Removing intermediate container 7e83dc9ae6cf 15:48:44 ---> 5203e1f5ecaa 15:48:44 Step 5/31 : RUN apk add --update --no-cache make git 15:48:44 Removing intermediate container 6234e2291ee7 15:48:44 ---> d037c25dccef 15:48:44 Step 5/21 : RUN apk add --update --no-cache make git 15:48:44 ---> Running in 81b6a19eca01 15:48:44 Removing intermediate container 8450dea4f800 15:48:44 ---> 56c222ed5c57 15:48:44 Step 5/24 : RUN apk add --update --no-cache make git 15:48:44 ---> Running in f5b1bf5cc62f 15:48:44 Removing intermediate container 74bca733c42a 15:48:44 ---> 340da9177384 15:48:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:48:44 ---> Running in 99c4ac9a7309 15:48:44 Removing intermediate container 09ede36c87fb 15:48:44 ---> 0b5e05293653 15:48:44 Step 5/23 : RUN apk add --update --no-cache make git 15:48:44 ---> Running in db1f1095b7d6 15:48:45 ---> Running in 74e76633d51e 15:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:48:46 OK: 233 MiB in 51 packages 15:48:46 OK: 233 MiB in 51 packages 15:48:47 OK: 233 MiB in 51 packages 15:48:47 OK: 233 MiB in 51 packages 15:48:47 OK: 233 MiB in 51 packages 15:48:47 Removing intermediate container 81b6a19eca01 15:48:47 ---> 91b19348be3e 15:48:47 Step 6/31 : COPY go.mod . 15:48:47 Removing intermediate container f5b1bf5cc62f 15:48:47 ---> 60867be67099 15:48:47 Step 6/21 : COPY go.mod . 15:48:47 ---> 43de756674a5 15:48:47 Step 7/31 : RUN go mod download 15:48:47 ---> Running in 19e334da3b70 15:48:48 Removing intermediate container 99c4ac9a7309 15:48:48 ---> b1e78c31807d 15:48:48 Step 6/24 : COPY go.mod . 15:48:48 ---> cf27878a7d64 15:48:48 Step 7/21 : RUN go mod download 15:48:48 ---> Running in f3dcba58003c 15:48:48 Removing intermediate container db1f1095b7d6 15:48:48 ---> 12abea816caa 15:48:48 Step 6/22 : COPY go.mod . 15:48:48 Removing intermediate container 74e76633d51e 15:48:48 ---> 3392a8beeaf8 15:48:48 Step 6/23 : COPY go.mod . 15:48:49 ---> 6a2b310e9a6b 15:48:49 Step 7/24 : RUN go mod download 15:48:49 ---> Running in aa243395174e 15:48:49 ---> 17af068a8877 15:48:49 Step 7/23 : RUN go mod download 15:48:49 ---> aabfd1f11e31 15:48:49 Step 7/22 : RUN go mod download 15:48:49 ---> Running in 230834270d2f 15:48:49 ---> Running in 2b880c0b9671 15:48:50 Removing intermediate container 19e334da3b70 15:48:50 ---> 0ee40d58e4b6 15:48:50 Step 8/31 : COPY . . 15:48:50 Removing intermediate container f3dcba58003c 15:48:50 ---> a65bd20e191a 15:48:50 Step 8/21 : COPY . . 15:48:51 Removing intermediate container aa243395174e 15:48:51 ---> 521a869ed4b9 15:48:51 Step 8/24 : COPY . . 15:48:59 Removing intermediate container 2b880c0b9671 15:48:59 ---> ee7ab18179a9 15:48:59 Step 8/22 : COPY . . 15:48:59 Removing intermediate container 230834270d2f 15:48:59 ---> ebcd82e01223 15:48:59 Step 8/23 : COPY . . 15:49:38 ---> 1a2c356bc762 15:49:38 ---> 65c9e599d875 15:49:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:49:38 15:49:38 ---> Running in f81944db71d5 15:49:38 ---> Running in b80839af2308 15:49:38 ---> 79db98760ac5 15:49:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:49:38 ---> 46b1abb9945a 15:49:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:49:38 ---> Running in 8a1493fffce1 15:49:38 ---> 7a1df9de0544 15:49:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:49:38 ---> Running in 65f5565831f1 15:49:38 ---> Running in da96db5ee7b8 15:49:38 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 15:49:38 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 15:49:38 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 15:49:38 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 15:49:38 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 15:50:05 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 15:50:05 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 15:50:15 Removing intermediate container b80839af2308 15:50:15 ---> df4e8e8e8bdf 15:50:15 15:50:15 Step 10/24 : FROM alpine:3.12 15:50:15 Removing intermediate container 8a1493fffce1 15:50:15 ---> e476d7d53ae9 15:50:15 15:50:15 Step 10/31 : FROM alpine:3.12 15:50:15 Removing intermediate container f81944db71d5 15:50:15 ---> 1b5daed159f2 15:50:15 15:50:15 Step 10/21 : FROM alpine:3.12 15:50:15 3.12: Pulling from library/alpine 15:50:15 3.12: Pulling from library/alpine 15:50:15 3.12: Pulling from library/alpine 15:50:15 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:50:15 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:50:15 Status: Image is up to date for alpine:3.12 15:50:15 Status: Downloaded newer image for alpine:3.12 15:50:15 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:50:15 Status: Image is up to date for alpine:3.12 15:50:15 ---> 88dd2752d2ea 15:50:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 15:50:15 ---> 88dd2752d2ea 15:50:15 Step 11/21 : RUN apk add --update --no-cache curl 15:50:15 ---> 88dd2752d2ea 15:50:15 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:50:18 ---> Running in 9043882067cf 15:50:18 ---> Running in 09a785a480e6 15:50:18 ---> Running in d281f30686b2 15:50:18 Removing intermediate container da96db5ee7b8 15:50:18 ---> 1f578532a3c7 15:50:18 15:50:18 Step 10/22 : FROM alpine:3.12 15:50:18 ---> 88dd2752d2ea 15:50:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:50:19 Removing intermediate container 65f5565831f1 15:50:19 ---> 58db67f15c8b 15:50:19 15:50:19 Step 10/23 : FROM alpine:3.12 15:50:19 ---> 88dd2752d2ea 15:50:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:50:20 ---> Running in 0b3c665d5c52 15:50:20 ---> Running in c02e6706eea8 15:50:20 Removing intermediate container d281f30686b2 15:50:20 ---> 20f534c33f35 15:50:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:50:20 ---> Running in af0d55ed42f1 15:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:21 (1/6) Installing ca-certificates (20191127-r4) 15:50:21 (1/4) Installing ca-certificates (20191127-r4) 15:50:21 (2/6) Installing nghttp2-libs (1.41.0-r0) 15:50:21 (3/6) Installing libcurl (7.69.1-r3) 15:50:21 (4/6) Installing curl (7.69.1-r3) 15:50:21 (5/6) Installing dumb-init (1.2.2-r1) 15:50:21 (6/6) Installing su-exec (0.2-r1) 15:50:21 Executing busybox-1.31.1-r19.trigger 15:50:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:50:21 Executing ca-certificates-20191127-r4.trigger 15:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:21 (3/4) Installing libcurl (7.69.1-r3) 15:50:21 (4/4) Installing curl (7.69.1-r3) 15:50:21 Executing busybox-1.31.1-r19.trigger 15:50:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:21 Executing ca-certificates-20191127-r4.trigger 15:50:22 (1/2) Installing ca-certificates (20191127-r4) 15:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:22 OK: 7 MiB in 20 packages 15:50:22 (2/2) Installing dumb-init (1.2.2-r1) 15:50:22 Executing busybox-1.31.1-r19.trigger 15:50:22 Executing ca-certificates-20191127-r4.trigger 15:50:22 OK: 7 MiB in 18 packages 15:50:22 (1/1) Installing dumb-init (1.2.2-r1) 15:50:22 Executing busybox-1.31.1-r19.trigger 15:50:22 OK: 6 MiB in 16 packages 15:50:22 OK: 6 MiB in 15 packages 15:50:22 (1/2) Installing dumb-init (1.2.2-r1) 15:50:22 (2/2) Installing su-exec (0.2-r1) 15:50:22 Executing busybox-1.31.1-r19.trigger 15:50:22 OK: 6 MiB in 16 packages 15:50:23 Removing intermediate container 9043882067cf 15:50:23 ---> d47dc0b30bb6 15:50:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:50:23 Removing intermediate container 09a785a480e6 15:50:23 ---> 167807a0f9a3 15:50:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:50:24 ---> Running in f61383cc743e 15:50:24 ---> Running in a6b4fa8bbea2 15:50:24 Removing intermediate container c02e6706eea8 15:50:24 ---> 9eb14b1a76f9 15:50:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:50:24 Removing intermediate container 0b3c665d5c52 15:50:24 ---> dd4b5f3c69a6 15:50:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:50:24 Removing intermediate container af0d55ed42f1 15:50:24 ---> 3b965f15fa86 15:50:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:50:24 ---> Running in 8044ae636de3 15:50:24 ---> Running in cc58b8142c7f 15:50:24 ---> Running in 39afbc706f03 15:50:24 Removing intermediate container f61383cc743e 15:50:24 ---> aeb85fc80bf6 15:50:24 Step 13/24 : WORKDIR / 15:50:24 Removing intermediate container a6b4fa8bbea2 15:50:24 ---> fb1b48a505b2 15:50:24 Step 13/21 : WORKDIR /edgex 15:50:24 ---> Running in af5e9760f41e 15:50:24 ---> Running in ad823256453d 15:50:24 Removing intermediate container 8044ae636de3 15:50:24 ---> f7709bb3f40d 15:50:24 Step 13/23 : ENV APP_PORT=48081 15:50:24 Removing intermediate container 39afbc706f03 15:50:24 ---> c286b0aea68e 15:50:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:50:24 Removing intermediate container cc58b8142c7f 15:50:24 ---> 4f8b9838094e 15:50:24 Step 13/22 : ENV APP_PORT=48060 15:50:25 ---> Running in a6edbb78bcdd 15:50:25 ---> Running in 6f1e886dd028 15:50:25 ---> Running in a58782889766 15:50:25 Removing intermediate container af5e9760f41e 15:50:25 ---> cbe351fb7255 15:50:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:50:25 Removing intermediate container ad823256453d 15:50:25 ---> 92bfb7ea1041 15:50:25 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:50:25 Removing intermediate container a6edbb78bcdd 15:50:25 ---> 44a5ca2fe5dc 15:50:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:50:25 Removing intermediate container 6f1e886dd028 15:50:25 ---> 96dfd305a7f3 15:50:25 Step 14/23 : EXPOSE $APP_PORT 15:50:25 Removing intermediate container a58782889766 15:50:25 ---> a14200397894 15:50:25 Step 14/22 : EXPOSE $APP_PORT 15:50:25 ---> Running in c1acb3056046 15:50:25 ---> 8f3916b6f03e 15:50:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:50:25 ---> 5c21e5d82317 15:50:25 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:50:26 ---> Running in 27cadf0e9f1f 15:50:26 ---> Running in b77298bb3db2 15:50:26 ---> ee35be74fc01 15:50:26 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:50:26 Removing intermediate container 27cadf0e9f1f 15:50:26 ---> 7ad370274c94 15:50:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:26 Removing intermediate container b77298bb3db2 15:50:26 ---> 2597992d892c 15:50:26 Step 15/23 : WORKDIR / 15:50:26 ---> faa367727bb0 15:50:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:50:26 ---> Running in c90667d81574 15:50:27 ---> a8f9eb3a0b37 15:50:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:50:27 ---> 91dcddf4c093 15:50:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:50:27 Removing intermediate container c90667d81574 15:50:27 ---> 94b10d73b996 15:50:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:27 ---> d5c8fe1bf038 15:50:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:50:27 ---> Running in e3964b401de7 15:50:27 ---> 10f2e5327e1a 15:50:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:50:27 Removing intermediate container c1acb3056046 15:50:27 ---> 5e9368c85f3a 15:50:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:50:27 ---> 12d3ae6b8ae7 15:50:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:50:27 ---> f4ae4c1174e1 15:50:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:50:27 ---> Running in 7ec74271890a 15:50:28 Removing intermediate container e3964b401de7 15:50:28 ---> ba2b8402adcb 15:50:28 Step 18/21 : CMD ["--init=true"] 15:50:28 ---> Running in 8efb142e5741 15:50:28 Removing intermediate container 7ec74271890a 15:50:28 ---> c87e31d16fbc 15:50:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:50:28 ---> 0c6d3f4a16e1 15:50:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:50:28 ---> 1fa0efbc15dd 15:50:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:50:28 ---> 2a409527648a 15:50:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:50:28 ---> Running in 65cf63ff1b3c 15:50:28 Removing intermediate container 8efb142e5741 15:50:28 ---> 21530880a121 15:50:28 Step 19/21 : LABEL arch=x86_64 15:50:28 ---> 55fd0ca5c2fd 15:50:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:50:29 ---> Running in b96a883cc429 15:50:29 ---> Running in 1f304e161a29 15:50:29 Removing intermediate container 65cf63ff1b3c 15:50:29 ---> bc10ec502e1c 15:50:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:29 ---> 427e98d8f851 15:50:29 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/ 15:50:29 ---> e64ef6b9eb96 15:50:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:50:29 ---> Running in 9b53f3be33ac 15:50:29 ---> Running in ccf567ebf980 15:50:29 ---> Running in 311804bec7a4 15:50:29 Removing intermediate container b96a883cc429 15:50:29 ---> 957608ebe308 15:50:29 Step 20/21 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:50:30 ---> Running in d8f72ffb6b3f 15:50:30 Removing intermediate container 9b53f3be33ac 15:50:30 ---> 505fd1edd37b 15:50:30 Step 20/22 : LABEL arch=x86_64 15:50:30 Removing intermediate container 311804bec7a4 15:50:30 ---> e85cc29d9fe7 15:50:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:30 ---> Running in d1079bdb609e 15:50:30 ---> Running in 773f2f0e07b7 15:50:30 Removing intermediate container d8f72ffb6b3f 15:50:30 ---> 943be4c80a3c 15:50:30 Step 21/21 : LABEL version=0.0.0 15:50:30 ---> Running in 8636c9f60d51 15:50:30 Removing intermediate container 773f2f0e07b7 15:50:30 ---> a09d52cdef18 15:50:30 Step 21/23 : LABEL arch=x86_64 15:50:30 Removing intermediate container d1079bdb609e 15:50:30 ---> 5e96c31ea463 15:50:30 Step 21/22 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:50:31 ---> Running in 4a954f1de4d1 15:50:31 ---> Running in ffc2a6a01f29 15:50:31 Removing intermediate container 8636c9f60d51 15:50:31 ---> e8816a8ba4aa 15:50:31 15:50:31 Successfully built e8816a8ba4aa 15:50:31 Successfully tagged docker-security-proxy-setup-go:latest 15:50:31 Building docker-support-scheduler-go 15:50:31  Building docker-security-proxy-setup-go ... done Removing intermediate container 4a954f1de4d1 15:50:31 ---> 1b41d5e76ff5 15:50:31 Step 22/23 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:50:31 Removing intermediate container ffc2a6a01f29 15:50:31 ---> 03a017ca3f84 15:50:31 Step 22/22 : LABEL version=0.0.0 15:50:31 Removing intermediate container 1f304e161a29 15:50:31 ---> 507db612397a 15:50:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:31 ---> Running in afd570b4c345 15:50:31 ---> Running in bc148021fad3 15:50:31 Removing intermediate container ccf567ebf980 15:50:31 ---> 8e4806208268 15:50:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:50:31 ---> Running in c52bbc7d7f02 15:50:32 Removing intermediate container afd570b4c345 15:50:32 ---> 41517377f6c1 15:50:32 Step 23/23 : LABEL version=0.0.0 15:50:32 Removing intermediate container bc148021fad3 15:50:32 ---> bb457d653092 15:50:32 15:50:32 ---> 9e89a43a14b7 15:50:32 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:50:32 Removing intermediate container c52bbc7d7f02 15:50:32 ---> a8ef092909c6 15:50:32 Step 22/24 : LABEL arch=x86_64 15:50:32 ---> Running in afc508eac150 15:50:32 Successfully built bb457d653092 15:50:32 Successfully tagged docker-support-notifications-go:latest 15:50:32  Building docker-support-notifications-go ... done Building docker-core-command-go 15:50:32 ---> Running in 6a125e5b13ac 15:50:32 Removing intermediate container afc508eac150 15:50:32 ---> 2f1d5b23d495 15:50:32 15:50:33 Removing intermediate container 6a125e5b13ac 15:50:33 ---> bd1ab1abba56 15:50:33 Step 23/24 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:50:33 Successfully built 2f1d5b23d495 15:50:34 Successfully tagged docker-core-metadata-go:latest 15:50:34 Building docker-core-data-go 15:50:35  Building docker-core-metadata-go ... done  ---> Running in cbda8b1b4075 15:50:35 ---> f1af131f82af 15:50:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:50:41 ---> 247715413538 15:50:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:50:41 Removing intermediate container cbda8b1b4075 15:50:41 ---> 0044bce880ef 15:50:41 Step 24/24 : LABEL version=0.0.0 15:50:41 ---> Running in ee7beae6d29d 15:50:41 ---> a9875d2aa388 15:50:41 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:50:41 Removing intermediate container ee7beae6d29d 15:50:41 ---> a4a38d42c9f2 15:50:41 15:50:41 Successfully built a4a38d42c9f2 15:50:41 Successfully tagged docker-security-secretstore-setup-go:latest 15:50:41 Building docker-sys-mgmt-agent-go 15:50:41  Building docker-security-secretstore-setup-go ... done  ---> 3e63c2887492 15:50:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:50:42 ---> Running in 82938bd2dd5e 15:50:47 Removing intermediate container 82938bd2dd5e 15:50:47 ---> a6631bf822b5 15:50:47 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:50:54 ---> 1bc6e6f85f6b 15:50:54 Step 26/31 : RUN chmod +x /entrypoint.sh 15:50:55 ---> Running in feac925ea3a5 15:50:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> a494859b1e34 15:50:57 Step 3/22 : WORKDIR /edgex-go 15:50:57 ---> Using cache 15:50:57 ---> 221cf900317f 15:50:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:57 ---> Using cache 15:50:57 ---> 340da9177384 15:50:57 Step 5/22 : RUN apk add --update --no-cache make git 15:50:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> a494859b1e34 15:50:57 Step 3/23 : WORKDIR /edgex-go 15:50:57 ---> Using cache 15:50:57 ---> 221cf900317f 15:50:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:57 ---> Using cache 15:50:57 ---> 340da9177384 15:50:57 Step 5/23 : RUN apk add --update --no-cache make git 15:50:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:50:57 ---> a494859b1e34 15:50:57 Step 3/23 : WORKDIR /edgex-go 15:50:57 ---> Using cache 15:50:57 ---> 221cf900317f 15:50:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:57 ---> Using cache 15:50:57 ---> 340da9177384 15:50:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:50:58 ---> Running in 8ff53e7e46e4 15:50:58 ---> Running in 54d49272016c 15:50:58 ---> Running in d2014666c0c7 15:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:59 Removing intermediate container feac925ea3a5 15:50:59 ---> 1e13ebb5ca5b 15:50:59 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:51:00 ---> Running in b231aaf9b444 15:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:51:01 OK: 233 MiB in 51 packages 15:51:01 OK: 233 MiB in 51 packages 15:51:01 OK: 233 MiB in 51 packages 15:51:01 Removing intermediate container b231aaf9b444 15:51:01 ---> c215a3f2632d 15:51:01 Step 28/31 : CMD ["gate"] 15:51:01 ---> Running in 92cc5edf31e5 15:51:03 Removing intermediate container 92cc5edf31e5 15:51:03 ---> dad1591745a6 15:51:03 Step 29/31 : LABEL arch=x86_64 15:51:03 Removing intermediate container 54d49272016c 15:51:03 ---> cad12dd538af 15:51:03 Step 6/23 : COPY go.mod . 15:51:03 Removing intermediate container d2014666c0c7 15:51:03 ---> 886441012773 15:51:03 Step 6/23 : COPY go.mod . 15:51:03 ---> Running in 5f10019d5391 15:51:03 Removing intermediate container 8ff53e7e46e4 15:51:03 ---> 8ad92de897ec 15:51:03 Step 6/22 : COPY go.mod . 15:51:05 ---> 4d9eceed4273 15:51:05 Step 7/23 : RUN go mod download 15:51:05 ---> a14a054a082d 15:51:05 Step 7/23 : RUN go mod download 15:51:05 ---> Running in e5ebf60f35bb 15:51:05 ---> Running in 9b5b6ce712a7 15:51:05 ---> b0b2ac0f10b9 15:51:05 Step 7/22 : RUN go mod download 15:51:05 Removing intermediate container 5f10019d5391 15:51:05 ---> 2972badb15b1 15:51:05 Step 30/31 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:51:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:51:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:51:05 ---> a494859b1e34 15:51:05 Step 3/26 : WORKDIR /edgex-go 15:51:05 ---> Using cache 15:51:05 ---> 221cf900317f 15:51:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:51:05 ---> Using cache 15:51:05 ---> 340da9177384 15:51:05 Step 5/26 : RUN apk add --update --no-cache make bash git 15:51:06 ---> Running in e14f1faab2c3 15:51:06 ---> Running in 51b6ece4583b 15:51:06 ---> Running in a39dbeca8e57 15:51:07 Removing intermediate container a39dbeca8e57 15:51:07 ---> af4edaccba15 15:51:07 Step 31/31 : LABEL version=0.0.0 15:51:07 ---> Running in 132591072df1 15:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:51:07 Removing intermediate container 132591072df1 15:51:07 ---> 034bea518b94 15:51:07 15:51:08 Successfully built 034bea518b94 15:51:08 Successfully tagged docker-security-bootstrapper-go:latest 15:51:08  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:51:08 Removing intermediate container 9b5b6ce712a7 15:51:08 ---> b4445d90df0a 15:51:08 Step 8/23 : COPY . . 15:51:08 Removing intermediate container e14f1faab2c3 15:51:08 ---> 858dfccced8b 15:51:08 Step 8/22 : COPY . . 15:51:08 Removing intermediate container e5ebf60f35bb 15:51:08 ---> 8b0336c48929 15:51:08 Step 8/23 : COPY . . 15:51:09 OK: 233 MiB in 51 packages 15:51:17 Removing intermediate container 51b6ece4583b 15:51:17 ---> 4e2414f5e364 15:51:17 Step 6/26 : COPY go.mod . 15:51:21 ---> 18414d1adbd8 15:51:21 Step 7/26 : RUN go mod download 15:51:22 ---> Running in 5910927131b7 15:51:31 Removing intermediate container 5910927131b7 15:51:31 ---> 104318d713bc 15:51:31 Step 8/26 : COPY . . 15:51:43 ---> c092e836eb73 15:51:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:51:43 ---> 2f26f2ebe2d9 15:51:43 Step 9/23 : RUN make cmd/core-command/core-command 15:51:43 ---> 266cf23548a2 15:51:43 Step 9/23 : RUN make cmd/core-data/core-data 15:51:44 ---> Running in 33c003cf627f 15:51:44 ---> Running in 021c815699ea 15:51:44 ---> Running in b0e282c5da14 15:51:45 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 15:51:45 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 15:51: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 15:51:58 ---> 533397fe01b9 15:51:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:51:58 ---> Running in 74202f9b179b 15:51:58 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 15:52:24 Removing intermediate container b0e282c5da14 15:52:24 ---> 800ad6d5f0ac 15:52:24 15:52:24 Step 10/23 : FROM alpine:3.12 15:52:24 ---> 88dd2752d2ea 15:52:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:52:24 Removing intermediate container 33c003cf627f 15:52:24 ---> 1005add2e1b8 15:52:24 15:52:24 Step 10/22 : FROM alpine:3.12 15:52:24 ---> 88dd2752d2ea 15:52:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:52:24 ---> Using cache 15:52:24 ---> 9eb14b1a76f9 15:52:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:24 ---> Using cache 15:52:24 ---> 9eb14b1a76f9 15:52:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:24 ---> Using cache 15:52:24 ---> f7709bb3f40d 15:52:24 Step 13/23 : ENV APP_PORT=48082 15:52:24 ---> Using cache 15:52:24 ---> f7709bb3f40d 15:52:24 Step 13/22 : ENV APP_PORT=48085 15:52:24 ---> Running in 45db7bbedca9 15:52:24 ---> Running in ad1462457bf9 15:52:24 Removing intermediate container ad1462457bf9 15:52:24 ---> d19ae33458c8 15:52:24 Step 14/22 : EXPOSE $APP_PORT 15:52:24 Removing intermediate container 45db7bbedca9 15:52:24 ---> b1a120e0a837 15:52:24 Step 14/23 : EXPOSE $APP_PORT 15:52:24 ---> Running in 3f1aba0c972e 15:52:24 ---> Running in 37a61d4159f4 15:52:24 Removing intermediate container 3f1aba0c972e 15:52:24 ---> 3d922ef24c7a 15:52:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:24 Removing intermediate container 37a61d4159f4 15:52:24 ---> 5c939f4cf184 15:52:24 Step 15/23 : WORKDIR / 15:52:25 ---> Running in 8b5c11db9a49 15:52:25 ---> e9437329e14a 15:52:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:52:25 Removing intermediate container 021c815699ea 15:52:25 ---> ceedaf3b9ce1 15:52:25 15:52:25 Step 10/23 : FROM alpine:3.12 15:52:25 ---> 88dd2752d2ea 15:52:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:52:25 ---> Running in 5d2fe4e4be8f 15:52:25 Removing intermediate container 8b5c11db9a49 15:52:25 ---> 1c79b6791f1a 15:52:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:26 Removing intermediate container 5d2fe4e4be8f 15:52:26 ---> 2505e6751ae9 15:52:26 Step 12/23 : ENV APP_PORT=48080 15:52:27 ---> 27d17d46bdc9 15:52:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:52:27 ---> Running in 6dacdc378ae8 15:52:27 ---> 2639dce506e6 15:52:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:52:27 Removing intermediate container 74202f9b179b 15:52:27 ---> 67c1e2dc6cf2 15:52:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:52:27 ---> Running in 2c59df51bef6 15:52:27 Removing intermediate container 6dacdc378ae8 15:52:27 ---> 4c65dd794394 15:52:27 Step 13/23 : EXPOSE $APP_PORT 15:52:27 ---> Running in f9f0635e2651 15:52:27 ---> d7fc2ec0271f 15:52:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:52:27 ---> 0baa5f0a58cf 15:52:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:52:27 ---> Running in 5192ac860029 15:52:27 Removing intermediate container f9f0635e2651 15:52:27 ---> 7623b32bda30 15:52:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:52:28 ---> Running in 4f369b82dcf6 15:52:28 Removing intermediate container 5192ac860029 15:52:28 ---> 8108853f8758 15:52:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:28 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 15:52:29 ---> 9e08c70a4f9f 15:52:29 Step 19/23 : ENTRYPOINT ["/core-command"] 15:52:29 ---> Running in f1ec98f87a99 15:52:29 ---> Running in 9ef17f0c426a 15:52:29 Removing intermediate container f1ec98f87a99 15:52:29 ---> b205f267350c 15:52:29 Step 20/22 : LABEL arch=x86_64 15:52:29 Removing intermediate container 9ef17f0c426a 15:52:29 ---> 45aa39881c15 15:52:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:29 ---> Running in 9e0f1c96b35e 15:52:29 ---> Running in 70492964917b 15:52:29 Removing intermediate container 9e0f1c96b35e 15:52:29 ---> 543dbc30ae12 15:52:29 Step 21/22 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:52:30 ---> Running in 6fb0b30e847d 15:52:30 Removing intermediate container 70492964917b 15:52:30 ---> 0384ed6795e1 15:52:30 Step 21/23 : LABEL arch=x86_64 15:52:30 Removing intermediate container 2c59df51bef6 15:52:30 ---> 8e86ac570541 15:52:30 15:52:30 Step 11/26 : FROM docker:20.10.0 15:52:30 ---> Running in 97a2388d0dc3 15:52:30 Removing intermediate container 6fb0b30e847d 15:52:30 ---> 52022dcc8f00 15:52:30 Step 22/22 : LABEL version=0.0.0 15:52:30 20.10.0: Pulling from library/docker 15:52:30 ---> Running in 190a5bccfb7f 15:52:30 Removing intermediate container 4f369b82dcf6 15:52:30 ---> febf6335869a 15:52:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:52:30 Removing intermediate container 97a2388d0dc3 15:52:30 ---> 3ccbb6ef2a40 15:52:30 Step 22/23 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:52:30 ---> Running in 802ca87f2984 15:52:31 ---> Running in 5ee62609b519 15:52:31 Removing intermediate container 190a5bccfb7f 15:52:31 ---> 226e571c1994 15:52:31 15:52:32 Successfully built 226e571c1994 15:52:32 Successfully tagged docker-support-scheduler-go:latest 15:52:32  Building docker-support-scheduler-go ... done Removing intermediate container 5ee62609b519 15:52:32 ---> c9a0ddbe7d2c 15:52:32 Step 23/23 : LABEL version=0.0.0 15:52:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:32 ---> Running in 30b2cc449b7f 15:52:32 Removing intermediate container 30b2cc449b7f 15:52:32 ---> 6fe7d6dd0300 15:52:32 15:52:32 Successfully built 6fe7d6dd0300 15:52:32 Successfully tagged docker-core-command-go:latest 15:52:33  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:33 (1/6) Installing dumb-init (1.2.2-r1) 15:52:33 (2/6) Installing libgcc (9.3.0-r2) 15:52:33 (3/6) Installing libsodium (1.0.18-r0) 15:52:33 (4/6) Installing libstdc++ (9.3.0-r2) 15:52:34 (5/6) Installing libzmq (4.3.3-r0) 15:52:34 (6/6) Installing zeromq (4.3.3-r0) 15:52:34 Executing busybox-1.31.1-r19.trigger 15:52:34 OK: 8 MiB in 20 packages 15:52:35 Removing intermediate container 802ca87f2984 15:52:35 ---> e9830f59fa7e 15:52:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:35 ---> c0f81a06b096 15:52:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:52:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:52:35 Status: Downloaded newer image for docker:20.10.0 15:52:35 ---> aefe523efa57 15:52:35 Step 12/26 : RUN apk add --no-cache bash 15:52:36 ---> Running in c36d555ddc6b 15:52:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:36 ---> 17684fc52602 15:52:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:52:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:36 (1/2) Installing readline (8.0.4-r0) 15:52:36 (2/2) Installing bash (5.0.17-r0) 15:52:36 Executing bash-5.0.17-r0.post-install 15:52:36 Executing busybox-1.31.1-r19.trigger 15:52:36 ---> 58726059ba87 15:52:36 Step 19/23 : ENTRYPOINT ["/core-data"] 15:52:36 OK: 12 MiB in 22 packages 15:52:36 ---> Running in a4a5a9ac0f7d 15:52:36 Removing intermediate container a4a5a9ac0f7d 15:52:36 ---> 88ee64567ac7 15:52:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:37 ---> Running in ca34c4a54485 15:52:37 Removing intermediate container ca34c4a54485 15:52:37 ---> 285a1703e380 15:52:37 Step 21/23 : LABEL arch=x86_64 15:52:37 Removing intermediate container c36d555ddc6b 15:52:37 ---> 03eb2188a2ec 15:52:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:52:37 ---> Running in 935959f5c60c 15:52:37 ---> Running in 7aef97717f91 15:52:37 Removing intermediate container 935959f5c60c 15:52:37 ---> e371c46366ae 15:52:37 Step 14/26 : ENV APP_PORT=48090 15:52:37 Removing intermediate container 7aef97717f91 15:52:37 ---> 5d910a3e425d 15:52:37 Step 22/23 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:52:37 ---> Running in c873c4b125b0 15:52:37 ---> Running in f7ed1763d26c 15:52:38 Removing intermediate container c873c4b125b0 15:52:38 ---> a341ee27c3b8 15:52:38 Step 15/26 : EXPOSE $APP_PORT 15:52:38 Removing intermediate container f7ed1763d26c 15:52:38 ---> 07f970b60415 15:52:38 Step 23/23 : LABEL version=0.0.0 15:52:38 ---> Running in 47efd47261ad 15:52:38 ---> Running in 14182ff3e1fd 15:52:38 Removing intermediate container 47efd47261ad 15:52:38 ---> c5475af69ca6 15:52:38 15:52:38 Removing intermediate container 14182ff3e1fd 15:52:38 ---> 48ad239727a0 15:52:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:52:38 Successfully built c5475af69ca6 15:52:38 Successfully tagged docker-core-data-go:latest 15:52:39  Building docker-core-data-go ... done  ---> 42b83ab9432b 15:52:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:52:39 ---> d34b04b04abd 15:52:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:52:39 ---> 8788e141f35b 15:52:39 Step 19/26 : RUN apk --no-cache add py3-pip 15:52:39 ---> Running in 5acdf0440488 15:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:40 (1/33) Installing libbz2 (1.0.8-r1) 15:52:40 (2/33) Installing expat (2.2.9-r1) 15:52:40 (3/33) Installing libffi (3.3-r2) 15:52:40 (4/33) Installing gdbm (1.13-r1) 15:52:40 (5/33) Installing xz-libs (5.2.5-r0) 15:52:40 (6/33) Installing sqlite-libs (3.32.1-r0) 15:52:40 (7/33) Installing python3 (3.8.8-r0) 15:52:41 (8/33) Installing py3-appdirs (1.4.4-r1) 15:52:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:52:41 (10/33) Installing py3-parsing (2.4.7-r0) 15:52:41 (11/33) Installing py3-six (1.15.0-r0) 15:52:41 (12/33) Installing py3-packaging (20.4-r0) 15:52:41 (13/33) Installing py3-setuptools (47.0.0-r0) 15:52:41 (14/33) Installing py3-chardet (3.0.4-r4) 15:52:41 (15/33) Installing py3-idna (2.9-r0) 15:52:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:52:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:52:41 (18/33) Installing py3-requests (2.23.0-r0) 15:52:41 (19/33) Installing py3-msgpack (1.0.0-r0) 15:52:41 (20/33) Installing py3-lockfile (0.12.2-r3) 15:52:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:52:41 (22/33) Installing py3-colorama (0.4.3-r0) 15:52:41 (23/33) Installing py3-distlib (0.3.0-r0) 15:52:42 (24/33) Installing py3-distro (1.5.0-r1) 15:52:42 (25/33) Installing py3-webencodings (0.5.1-r3) 15:52:42 (26/33) Installing py3-html5lib (1.0.1-r4) 15:52:42 (27/33) Installing py3-pytoml (0.1.21-r0) 15:52:42 (28/33) Installing py3-pep517 (0.8.2-r0) 15:52:42 (29/33) Installing py3-progress (1.5-r0) 15:52:42 (30/33) Installing py3-toml (0.10.1-r0) 15:52:42 (31/33) Installing py3-retrying (1.3.3-r0) 15:52:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:52:42 (33/33) Installing py3-pip (20.1.1-r0) 15:52:42 Executing busybox-1.31.1-r19.trigger 15:52:42 OK: 71 MiB in 55 packages 15:52:52 Removing intermediate container 5acdf0440488 15:52:52 ---> ab1b05c05906 15:52:52 Step 20/26 : RUN pip install docker-compose==1.23.2 15:52:52 ---> Running in 67f2047345cd 15:52:52 Collecting docker-compose==1.23.2 15:52:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:52:53 Collecting cached-property<2,>=1.2.0 15:52:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:52:53 Collecting dockerpty<0.5,>=0.4.1 15:52:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:52:53 Collecting docker<4.0,>=3.6.0 15:52:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:52:53 Collecting docopt<0.7,>=0.6.1 15:52:53 Downloading docopt-0.6.2.tar.gz (25 kB) 15:52:54 Collecting texttable<0.10,>=0.9.0 15:52:54 Downloading texttable-0.9.1.tar.gz (11 kB) 15:52:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:52:54 Collecting PyYAML<4,>=3.10 15:52:54 Downloading PyYAML-3.13.tar.gz (270 kB) 15:52:55 Collecting jsonschema<3,>=2.5.1 15:52:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:52:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:52:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:52:56 Collecting websocket-client<1.0,>=0.32.0 15:52:56 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:52:56 Collecting docker-pycreds>=0.4.0 15:52:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:52:56 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) 15:52:56 Collecting idna<2.8,>=2.5 15:52:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:52:56 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) 15:52:56 Collecting urllib3<1.25,>=1.21.1 15:52:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:52:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:52:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:52:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:52:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:52:56 Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, texttable, PyYAML, jsonschema, docker-compose 15:52:56 Running setup.py install for dockerpty: started 15:52:57 Running setup.py install for dockerpty: finished with status 'done' 15:52:57 Attempting uninstall: idna 15:52:57 Found existing installation: idna 2.9 15:52:57 Uninstalling idna-2.9: 15:52:57 Successfully uninstalled idna-2.9 15:52:57 Attempting uninstall: urllib3 15:52:57 Found existing installation: urllib3 1.25.9 15:52:57 Uninstalling urllib3-1.25.9: 15:52:57 Successfully uninstalled urllib3-1.25.9 15:52:57 Attempting uninstall: requests 15:52:57 Found existing installation: requests 2.23.0 15:52:57 Uninstalling requests-2.23.0: 15:52:57 Successfully uninstalled requests-2.23.0 15:52:58 Running setup.py install for docopt: started 15:52:58 Running setup.py install for docopt: finished with status 'done' 15:52:58 Running setup.py install for texttable: started 15:52:59 Running setup.py install for texttable: finished with status 'done' 15:52:59 Running setup.py install for PyYAML: started 15:52:59 Running setup.py install for PyYAML: finished with status 'done' 15:53:00 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 15:53:02 Removing intermediate container 67f2047345cd 15:53:02 ---> a6d1d6195c65 15:53:02 Step 21/26 : RUN apk --no-cache add curl 15:53:02 ---> Running in a7993da30512 15:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:53:03 (2/3) Installing libcurl (7.69.1-r3) 15:53:03 (3/3) Installing curl (7.69.1-r3) 15:53:03 Executing busybox-1.31.1-r19.trigger 15:53:03 OK: 72 MiB in 58 packages 15:53:04 Removing intermediate container a7993da30512 15:53:04 ---> cacf989beaa0 15:53:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:53:04 ---> Running in 02fdd848bc1e 15:53:04 Removing intermediate container 02fdd848bc1e 15:53:04 ---> 7c3c143c1def 15:53:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:53:04 ---> Running in c082639bd1eb 15:53:04 Removing intermediate container c082639bd1eb 15:53:04 ---> e3e503e4f1cc 15:53:04 Step 24/26 : LABEL arch=x86_64 15:53:04 ---> Running in 94dbc494a1c0 15:53:04 Removing intermediate container 94dbc494a1c0 15:53:04 ---> e1da5ab2235b 15:53:04 Step 25/26 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c 15:53:05 ---> Running in 49b6ee5ebfa4 15:53:05 Removing intermediate container 49b6ee5ebfa4 15:53:05 ---> 8e424b556b2e 15:53:05 Step 26/26 : LABEL version=0.0.0 15:53:05 ---> Running in ba8f83811af4 15:53:05 Removing intermediate container ba8f83811af4 15:53:05 ---> 52bfb02ff7da 15:53:05 15:53:05 Successfully built 52bfb02ff7da 15:53:05 Successfully tagged docker-sys-mgmt-agent-go:latest 15:53:05  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:53:05 $ docker stop --time=1 809cf3458530f5377c7b8b12008b952dd5db64805f403c2d9a355b900cf3f101 15:53:07 $ docker rm -f 809cf3458530f5377c7b8b12008b952dd5db64805f403c2d9a355b900cf3f101 [Pipeline] // withDockerContainer [Pipeline] sh 15:53:08 + docker images 15:53:08 + grep docker 15:53:08 docker-sys-mgmt-agent-go latest 52bfb02ff7da 3 seconds ago 313MB 15:53:08 docker-core-data-go latest c5475af69ca6 30 seconds ago 22.6MB 15:53:08 docker-core-command-go latest 6fe7d6dd0300 36 seconds ago 17.3MB 15:53:08 docker-support-scheduler-go latest 226e571c1994 38 seconds ago 17.3MB 15:53:08 docker-security-bootstrapper-go latest 034bea518b94 2 minutes ago 18.8MB 15:53:08 docker-security-secretstore-setup-go latest a4a38d42c9f2 2 minutes ago 25MB 15:53:08 docker-core-metadata-go latest 2f1d5b23d495 2 minutes ago 19.1MB 15:53:08 docker-support-notifications-go latest bb457d653092 2 minutes ago 17.9MB 15:53:08 docker-security-proxy-setup-go latest e8816a8ba4aa 2 minutes ago 24.7MB 15:53:08 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:53:24 Still waiting to schedule task 15:53:24 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:54:13 Running on prd-ubuntu18.04-docker-8c-8g-31219 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws 15:54:13 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 15:54:15 using credential edgex-jenkins-ssh 15:54:15 Cloning the remote Git repository 15:54:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:54:15 > git init /w/workspace/edgex-go/2 # timeout=10 15:54:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:54:15 > git --version # timeout=10 15:54:15 > git --version # 'git version 2.17.1' 15:54:15 using GIT_SSH to set credentials SSH Credentials for GitHub 15:54:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:54:22 Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit 5c807f8a55a10539e6b37763f51ae2e657833bf2 [Pipeline] } [Pipeline] // ws 15:54:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:54:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:54:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:54:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:54:22 using GIT_SSH to set credentials SSH Credentials for GitHub 15:54:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3292/head:refs/remotes/origin/PR-3292 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:54:22 > git config core.sparsecheckout # timeout=10 15:54:22 > git checkout -f 5c807f8a55a10539e6b37763f51ae2e657833bf2 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:54:23 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:54:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:54:26 ---> package-listing.sh 15:54:26 ++ facter osfamily 15:54:26 ++ tr '[:upper:]' '[:lower:]' 15:54:26 + OS_FAMILY=redhat 15:54:26 + workspace=/w/workspace/edgex-go/2 15:54:26 + START_PACKAGES=/tmp/packages_start.txt 15:54:26 + END_PACKAGES=/tmp/packages_end.txt 15:54:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:54:26 + PACKAGES=/tmp/packages_start.txt 15:54:26 + '[' /w/workspace/edgex-go/2 ']' 15:54:26 + PACKAGES=/tmp/packages_end.txt 15:54:26 + case "${OS_FAMILY}" in 15:54:26 + rpm -qa 15:54:26 + sort 15:54:31 + '[' -f /tmp/packages_start.txt ']' 15:54:31 + '[' -f /tmp/packages_end.txt ']' 15:54:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:54:31 + '[' /w/workspace/edgex-go/2 ']' 15:54:31 + mkdir -p /w/workspace/edgex-go/2/archives/ 15:54:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 15:54:31 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:54:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:54:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:32 15:54:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:54:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:32 alpine: Pulling from edgex-lftools-log-publisher 15:54:32 df20fa9351a1: Pulling fs layer 15:54:32 36b3adc4ff6f: Pulling fs layer 15:54:32 8ad3a11d3b57: Pulling fs layer 15:54:32 46f8f816bc3b: Pulling fs layer 15:54:32 93b61091891f: Pulling fs layer 15:54:32 93b9cdb0e59b: Pulling fs layer 15:54:32 5e14af77c1be: Pulling fs layer 15:54:32 01666e4c0597: Pulling fs layer 15:54:32 aa168da1d23b: Pulling fs layer 15:54:32 46f8f816bc3b: Waiting 15:54:32 93b61091891f: Waiting 15:54:32 93b9cdb0e59b: Waiting 15:54:32 01666e4c0597: Waiting 15:54:32 5e14af77c1be: Waiting 15:54:32 aa168da1d23b: Waiting 15:54:32 36b3adc4ff6f: Download complete 15:54:32 46f8f816bc3b: Verifying Checksum 15:54:32 46f8f816bc3b: Download complete 15:54:32 df20fa9351a1: Verifying Checksum 15:54:32 df20fa9351a1: Download complete 15:54:32 93b9cdb0e59b: Verifying Checksum 15:54:32 93b9cdb0e59b: Download complete 15:54:32 5e14af77c1be: Verifying Checksum 15:54:32 5e14af77c1be: Download complete 15:54:32 93b61091891f: Verifying Checksum 15:54:32 01666e4c0597: Verifying Checksum 15:54:32 01666e4c0597: Download complete 15:54:32 8ad3a11d3b57: Verifying Checksum 15:54:32 8ad3a11d3b57: Download complete 15:54:33 df20fa9351a1: Pull complete 15:54:33 36b3adc4ff6f: Pull complete 15:54:34 8ad3a11d3b57: Pull complete 15:54:34 46f8f816bc3b: Pull complete 15:54:35 aa168da1d23b: Verifying Checksum 15:54:35 aa168da1d23b: Download complete 15:54:35 93b61091891f: Pull complete 15:54:36 93b9cdb0e59b: Pull complete 15:54:36 5e14af77c1be: Pull complete 15:54:37 01666e4c0597: Pull complete 15:54:45 aa168da1d23b: Pull complete 15:54:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:54:45 prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container 15:54:45 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:54:53 $ docker top 989c3383e87c0309a8004434558cd8a3fb323904cb5aca02e1b3e6d21b6891e9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:54 + touch /tmp/pre-build-complete [Pipeline] sh 15:54:54 + mkdir -p /var/log/sa [Pipeline] sh 15:54:54 + ls /var/log/sa-host 15:54:54 + sadf -c /var/log/sa-host/sa23 15:54:54 file_magic: OK 15:54:54 HZ: Using current value: 100 15:54:54 file_header: OK 15:54:54 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 15:54:54 Statistics: 15:54:54 Hnuu...uuuununununu... 15:54:54 File successfully converted to sysstat format version 12.2.1 15:54:54 + sadf -c /var/log/sa-host/sa24 15:54:54 file_magic: OK 15:54:54 HZ: Using current value: 100 15:54:54 file_header: OK 15:54:54 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 15:54:54 Statistics: 15:54:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:54:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:54:54 provisioning config files... 15:54:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1484063813696523507tmp [Pipeline] { [Pipeline] echo 15:54:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:54:55 ---> create-netrc.sh [Pipeline] } 15:54:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:54:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:54:55 ---> python-tools-install.sh [Pipeline] echo 15:54:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:54:56 ---> sudo-logs.sh 15:54:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:54:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:54:56 ---> job-cost.sh 15:54:56 lf-activate-venv: SKIPPING 15:54:56 INFO: No Stack... 15:54:57 INFO: Retrieving Pricing Info for: v1-standard-2 15:54:58 INFO: Archiving Costs [Pipeline] echo 15:54:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:54:58 ---> logs-deploy.sh 15:54:58 lf-activate-venv: SKIPPING 15:54:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3292/2 15:54:58 INFO: archiving workspace using pattern(s): 15:54:59 Archives upload complete. 15:55:00 INFO: archiving logs to Nexus