Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 8a69c127c9b04e641d44d2e92838084644d97324 rather than b7499bf78ab61898e8021ffd68fae82f45e2c047 Obtained Jenkinsfile from 8a69c127c9b04e641d44d2e92838084644d97324 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29501’ Running on prd-centos7-docker-4c-2g-29503 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit b7499bf78ab61898e8021ffd68fae82f45e2c047 Merge succeeded, producing 1265bcb5af221117b5850d876f9952298d4645a7 Checking out Revision 1265bcb5af221117b5850d876f9952298d4645a7 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f b7499bf78ab61898e8021ffd68fae82f45e2c047 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8a69c127c9b04e641d44d2e92838084644d97324 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1265bcb5af221117b5850d876f9952298d4645a7 # timeout=10 Commit message: "Merge commit '8a69c127c9b04e641d44d2e92838084644d97324' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:27:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 2043a4cbf5ed1c1d8d76876f49e1499aa1c03b2c # timeout=10 [Pipeline] withCredentials 09:27:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:27:32 ========================================================= 09:27:32 EdgeX Global Pipelines Version Info 09:27:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:27:33 ------------------- 09:27:33 stable info: 09:27:33 ------------------- 09:27:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:27:33 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:27:33 Message: update stable to v1.0.184 09:27:34 ------------------- 09:27:34 experimental info: 09:27:34 ------------------- 09:27:34 Commited By: **** collab-it+edgex@linuxfoundation.org 09:27:34 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 09:27:34 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:27:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:27:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:27:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:27:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:27:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:27:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:27:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:27:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:27:37 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:27:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 09:27:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 09:27:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 09:27:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1265bcb5af221117b5850d876f9952298d4645a7 [Pipeline] echo 09:27:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1265bcb [Pipeline] echo 09:27:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:27:37 provisioning config files... 09:27:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8039159267380753497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:27:38 ---> docker-login.sh 09:27:38 nexus3.edgexfoundry.org:10001 09:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:38 Configure a credential helper to remove this warning. See 09:27:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:38 09:27:38 Login Succeeded 09:27:38 nexus3.edgexfoundry.org:10002 09:27:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:38 Configure a credential helper to remove this warning. See 09:27:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:38 09:27:38 Login Succeeded 09:27:38 nexus3.edgexfoundry.org:10003 09:27:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:39 Configure a credential helper to remove this warning. See 09:27:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:39 09:27:39 Login Succeeded 09:27:39 nexus3.edgexfoundry.org:10004 09:27:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:39 Configure a credential helper to remove this warning. See 09:27:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:39 09:27:39 Login Succeeded 09:27:39 docker.io 09:27:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:27:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:27:39 Configure a credential helper to remove this warning. See 09:27:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:27:39 09:27:39 Login Succeeded 09:27:39 ---> docker-login.sh ends [Pipeline] } 09:27:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:27:40 ++ 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 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/core-command/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo core-command,cmd/core-command/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/core-data/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo core-data,cmd/core-data/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/core-metadata/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo core-metadata,cmd/core-metadata/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/security-bootstrapper/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/security-proxy-setup/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/support-notifications/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo support-notifications,cmd/support-notifications/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/support-scheduler/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:27:40 + for file in '`ls cmd/**/Dockerfile`' 09:27:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:27:40 ++ cut -d/ -f2 09:27:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:27:40 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 09:27:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:27:41 09:27:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:27:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:27:41 latest: Pulling from edgex-devops/git-semver 09:27:41 31603596830f: Pulling fs layer 09:27:41 2a8b12db71e7: Pulling fs layer 09:27:41 6ca5941a6612: Pulling fs layer 09:27:41 ecc8261a40a4: Pulling fs layer 09:27:41 ecc8261a40a4: Waiting 09:27:41 2a8b12db71e7: Verifying Checksum 09:27:41 2a8b12db71e7: Download complete 09:27:42 31603596830f: Download complete 09:27:42 ecc8261a40a4: Verifying Checksum 09:27:42 ecc8261a40a4: Download complete 09:27:42 6ca5941a6612: Verifying Checksum 09:27:42 6ca5941a6612: Download complete 09:27:42 31603596830f: Pull complete 09:27:42 2a8b12db71e7: Pull complete 09:27:43 6ca5941a6612: Pull complete 09:27:43 ecc8261a40a4: Pull complete 09:27:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:27:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:27:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:27:43 prd-centos7-docker-4c-2g-29503 does not seem to be running inside a container 09:27:44 $ 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 09:27:46 $ docker top dae9c61d1296f7e25eb09ff3ac45c093bfaa32d75ecbdbcfa22d5835c67f48b8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:27:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:27:46 [ssh-agent] Looking for ssh-agent implementation... 09:27:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:27:46 $ docker exec dae9c61d1296f7e25eb09ff3ac45c093bfaa32d75ecbdbcfa22d5835c67f48b8 ssh-agent 09:27:47 SSH_AUTH_SOCK=/tmp/ssh-YzZgGatiq23l/agent.12 09:27:47 SSH_AGENT_PID=17 09:27:47 Running ssh-add (command line suppressed) 09:27:47 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6289543887486686276.key (/w/workspace/edgex-go/2@tmp/private_key_6289543887486686276.key) 09:27:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:27:47 + git tag --points-at HEAD [Pipeline] } 09:27:47 $ docker exec --env ******** --env ******** dae9c61d1296f7e25eb09ff3ac45c093bfaa32d75ecbdbcfa22d5835c67f48b8 ssh-agent -k 09:27:47 unset SSH_AUTH_SOCK; 09:27:47 unset SSH_AGENT_PID; 09:27:47 echo Agent pid 17 killed; 09:27:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:27:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:27:47 [ssh-agent] Looking for ssh-agent implementation... 09:27:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:27:48 $ docker exec dae9c61d1296f7e25eb09ff3ac45c093bfaa32d75ecbdbcfa22d5835c67f48b8 ssh-agent 09:27:48 SSH_AUTH_SOCK=/tmp/ssh-6dCj2aVdKu07/agent.46 09:27:48 SSH_AGENT_PID=51 09:27:48 Running ssh-add (command line suppressed) 09:27:48 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4714289533813656809.key (/w/workspace/edgex-go/2@tmp/private_key_4714289533813656809.key) 09:27:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:27:48 + git semver init 09:27:48 # -> Open(): unable to determine branch for HEAD 09:27:48 # $GIT_DIR = /w/workspace/edgex-go/2/.git 09:27:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 09:27:48 # $SEMVER_REMOTE_NAME = origin 09:27:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:27:48 # $SEMVER_USER_NAME = edgex-jenkins 09:27:48 # $SEMVER_BRANCH = PR-3250 09:27:48 # $SEMVER_TEMP = /tmp/semver-144713335 09:27:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:28:15 # '/tmp/semver-144713335' -> '/w/workspace/edgex-go/2/.semver' 09:28:15 # -> Force: false 09:28:15 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 09:28:15 $ docker exec --env ******** --env ******** dae9c61d1296f7e25eb09ff3ac45c093bfaa32d75ecbdbcfa22d5835c67f48b8 ssh-agent -k 09:28:15 unset SSH_AUTH_SOCK; 09:28:15 unset SSH_AGENT_PID; 09:28:15 echo Agent pid 51 killed; 09:28:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:28:16 + git semver [Pipeline] } 09:28:16 $ docker stop --time=1 dae9c61d1296f7e25eb09ff3ac45c093bfaa32d75ecbdbcfa22d5835c67f48b8 09:28:17 $ docker rm -f dae9c61d1296f7e25eb09ff3ac45c093bfaa32d75ecbdbcfa22d5835c67f48b8 [Pipeline] // withDockerContainer [Pipeline] sh 09:28:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:28:18 Stashed 1 file(s) [Pipeline] echo 09:28:18 [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 09:28:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:28:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:28:20 + sudo service docker restart 09:28:20 + true 09:28:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:28:20 ========================================================= 09:28:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:28:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:28:21 + 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 . 09:28:25 Sending build context to Docker daemon 328.5MB 09:28:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:28:25 Step 2/6 : FROM ${BASE} 09:28:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:28:25 188c0c94c7c5: Pulling fs layer 09:28:25 0ef7d3d256c8: Pulling fs layer 09:28:25 de9db76c5a1d: Pulling fs layer 09:28:25 bca2f99d35d6: Pulling fs layer 09:28:25 93359f2a8cfa: Pulling fs layer 09:28:25 7c6f9722023f: Pulling fs layer 09:28:25 a35cf1a2eb13: Pulling fs layer 09:28:25 93359f2a8cfa: Waiting 09:28:25 7c6f9722023f: Waiting 09:28:25 a35cf1a2eb13: Waiting 09:28:25 bca2f99d35d6: Waiting 09:28:25 de9db76c5a1d: Verifying Checksum 09:28:25 de9db76c5a1d: Download complete 09:28:25 0ef7d3d256c8: Verifying Checksum 09:28:25 0ef7d3d256c8: Download complete 09:28:25 93359f2a8cfa: Verifying Checksum 09:28:25 93359f2a8cfa: Download complete 09:28:25 7c6f9722023f: Verifying Checksum 09:28:25 7c6f9722023f: Download complete 09:28:25 188c0c94c7c5: Verifying Checksum 09:28:25 188c0c94c7c5: Download complete 09:28:26 188c0c94c7c5: Pull complete 09:28:26 0ef7d3d256c8: Pull complete 09:28:26 de9db76c5a1d: Pull complete 09:28:27 a35cf1a2eb13: Verifying Checksum 09:28:27 a35cf1a2eb13: Download complete 09:28:28 bca2f99d35d6: Verifying Checksum 09:28:28 bca2f99d35d6: Download complete 09:28:34 bca2f99d35d6: Pull complete 09:28:34 93359f2a8cfa: Pull complete 09:28:34 7c6f9722023f: Pull complete 09:28:34 Still waiting to schedule task 09:28:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:28:38 a35cf1a2eb13: Pull complete 09:28:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:28:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:28:38 ---> a62c8e92a672 09:28:38 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 09:28:38 ---> Running in 387bdf5a9e67 09:28:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:28:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:28:40 (1/12) Installing libmagic (5.38-r0) 09:28:40 (2/12) Installing file (5.38-r0) 09:28:40 (3/12) Installing libc-dev (0.7.2-r3) 09:28:40 (4/12) Installing g++ (9.3.0-r2) 09:28:44 (5/12) Installing fortify-headers (1.1-r0) 09:28:44 (6/12) Installing patch (2.7.6-r6) 09:28:44 (7/12) Installing build-base (0.5-r2) 09:28:44 (8/12) Installing libsodium (1.0.18-r0) 09:28:44 (9/12) Installing pkgconf (1.7.2-r0) 09:28:44 (10/12) Installing libsodium-dev (1.0.18-r0) 09:28:44 (11/12) Installing libzmq (4.3.3-r0) 09:28:45 (12/12) Installing zeromq-dev (4.3.3-r0) 09:28:45 Executing busybox-1.31.1-r19.trigger 09:28:45 OK: 233 MiB in 51 packages 09:28:49 Removing intermediate container 387bdf5a9e67 09:28:49 ---> f43b0b77f24a 09:28:49 Step 4/6 : WORKDIR /edgex-go 09:28:49 ---> Running in 0142b6be6d75 09:28:49 Removing intermediate container 0142b6be6d75 09:28:49 ---> 517c9274bb8b 09:28:49 Step 5/6 : COPY go.mod . 09:28:49 ---> b41514feda15 09:28:49 Step 6/6 : RUN go mod download 09:28:49 ---> Running in 3ad1bb0910e6 09:29:16 Removing intermediate container 3ad1bb0910e6 09:29:16 ---> 0d48250fc668 09:29:16 Successfully built 0d48250fc668 09:29:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:29:16 + docker inspect -f . ci-base-image-x86_64 09:29:16 . [Pipeline] withDockerContainer 09:29:16 prd-centos7-docker-4c-2g-29503 does not seem to be running inside a container 09:29:16 $ 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 09:29:17 $ docker top 2afb9da8756a5bb3bd90e4d0409fd32fb14e69f4a5a3ef6d5872c352f9777e1a -eo pid,comm [Pipeline] { [Pipeline] sh 09:29:17 + go version 09:29:17 go version go1.15.5 linux/amd64 [Pipeline] } 09:29:17 $ docker stop --time=1 2afb9da8756a5bb3bd90e4d0409fd32fb14e69f4a5a3ef6d5872c352f9777e1a 09:29:19 $ docker rm -f 2afb9da8756a5bb3bd90e4d0409fd32fb14e69f4a5a3ef6d5872c352f9777e1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:29:20 + docker inspect -f . ci-base-image-x86_64 09:29:20 . [Pipeline] withDockerContainer 09:29:20 prd-centos7-docker-4c-2g-29503 does not seem to be running inside a container 09:29:20 $ 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 09:29:20 $ docker top 14519fbf5458e8e6f954fd832a1426ed3ceb9479589333ca8925eb8e4778538a -eo pid,comm [Pipeline] { [Pipeline] echo 09:29:21 ========================================================= 09:29:21 [edgeXBuildGoParallel] Running Tests and Build... 09:29:21 ========================================================= [Pipeline] sh 09:29:21 + make test 09:29:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:29:29 ? github.com/edgexfoundry/edgex-go [no test files] 09:29:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:29:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:29:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:29:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:29:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:29:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:29:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:29:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:29:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:29:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:29:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:29:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:29:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:29:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements 09:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:29:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:29:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.105s coverage: 100.0% of statements 09:30:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:30:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.045s coverage: 100.0% of statements 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:30:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:30:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements 09:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:30:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.212s coverage: 82.9% of statements 09:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:30:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements 09:30:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.348s coverage: 28.6% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 47.1% of statements 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements 09:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements 09:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements 09:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 09:30:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.059s coverage: 81.4% of statements 09:30:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29504 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 09:30:21 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:30:26 using credential edgex-jenkins-ssh 09:30:26 Cloning the remote Git repository 09:30:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:30:26 > git init /w/workspace/edgex-go/2 # timeout=10 09:30:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:30:26 > git --version # timeout=10 09:30:26 > git --version # 'git version 2.17.1' 09:30:26 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.6% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.160s coverage: 62.4% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.278s coverage: 69.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 38.4% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.146s coverage: 87.1% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.686s coverage: 29.1% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.086s coverage: 96.5% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 09:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 09:30:32 GO111MODULE=on go vet ./... 09:30:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:30:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:30:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:30:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:30:42 using GIT_SSH to set credentials SSH Credentials for GitHub 09:30:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:30:43 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit b7499bf78ab61898e8021ffd68fae82f45e2c047 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:30:43 Failed in branch arm64 09:30:43 > git config core.sparsecheckout # timeout=10 09:30:43 > git checkout -f b7499bf78ab61898e8021ffd68fae82f45e2c047 # timeout=10 09:30:59 gofmt -l . 09:30:59 [ "`gofmt -l .`" = "" ] 09:30:59 ./bin/test-go-mod-tidy.sh 09:30:59 ./bin/test-attribution-txt.sh [Pipeline] sh 09:31:00 + ls -al . 09:31:00 total 740 09:31:00 drwxrwxr-x 10 1001 1001 4096 Mar 11 09:30 . 09:31:00 drwxr-xr-x 4 root root 28 Mar 11 09:29 .. 09:31:00 -rw-rw-r-- 1 1001 1001 11 Mar 11 09:27 .dockerignore 09:31:00 drwxrwxr-x 8 1001 1001 179 Mar 11 09:27 .git 09:31:00 drwxrwxr-x 3 1001 1001 125 Mar 11 09:27 .github 09:31:00 -rw-rw-r-- 1 1001 1001 818 Mar 11 09:27 .gitignore 09:31:00 drwx------ 3 1001 1001 60 Mar 11 09:28 .semver 09:31:00 -rw-rw-r-- 1 1001 1001 166 Mar 11 09:27 .sonarcloud.properties 09:31:00 -rw-rw-r-- 1 1001 1001 8607 Mar 11 09:27 Attribution.txt 09:31:00 -rw-rw-r-- 1 1001 1001 3804 Mar 11 09:27 CONTRIBUTING.md 09:31:00 -rw-rw-r-- 1 1001 1001 931 Mar 11 09:27 Dockerfile.build 09:31:00 -rw-rw-r-- 1 1001 1001 863 Mar 11 09:27 Jenkinsfile 09:31:00 -rw-rw-r-- 1 1001 1001 10775 Mar 11 09:27 LICENSE 09:31:00 -rw-rw-r-- 1 1001 1001 5774 Mar 11 09:27 Makefile 09:31:00 -rw-rw-r-- 1 1001 1001 6548 Mar 11 09:27 README.md 09:31:00 -rw-rw-r-- 1 1001 1001 6755 Mar 11 09:27 SECURITY.md 09:31:00 -rw-rw-r-- 1 1001 1001 5 Mar 11 09:28 VERSION 09:31:00 -rw-rw-r-- 1 1001 1001 4131 Mar 11 09:27 ZMQWindows.md 09:31:00 drwxrwxr-x 2 1001 1001 117 Mar 11 09:27 bin 09:31:00 drwxrwxr-x 14 1001 1001 4096 Mar 11 09:27 cmd 09:31:00 -rw-r--r-- 1 root root 628834 Mar 11 09:30 coverage.out 09:31:00 -rw-r--r-- 1 root root 1055 Mar 11 09:30 go.mod 09:31:00 -rw-r--r-- 1 root root 21981 Mar 11 09:30 go.sum 09:31:00 drwxrwxr-x 8 1001 1001 127 Mar 11 09:27 internal 09:31:00 drwxrwxr-x 4 1001 1001 26 Mar 11 09:27 openapi 09:31:00 drwxrwxr-x 4 1001 1001 71 Mar 11 09:27 snap 09:31:00 -rw-rw-r-- 1 1001 1001 168 Mar 11 09:27 version.go [Pipeline] sh 09:31:00 + '[' -e coverage.out ] 09:31:00 + chown 1001:1001 coverage.out [Pipeline] stash 09:31:00 Stashed 1 file(s) [Pipeline] sh 09:31:01 + make build 09:31:01 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 09:31:05 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 09:31:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:31:13 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 09:31:15 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 09:31:15 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 09:31:17 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 09:31:18 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 09:31:19 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 09:31:21 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 09:31:22 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 09:31:23 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] } 09:31:25 $ docker stop --time=1 14519fbf5458e8e6f954fd832a1426ed3ceb9479589333ca8925eb8e4778538a 09:31:27 $ docker rm -f 14519fbf5458e8e6f954fd832a1426ed3ceb9479589333ca8925eb8e4778538a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:31:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:30 09:31:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:31:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:30 latest: Pulling from edgex-devops/edgex-compose 09:31:30 cbdbe7a5bc2a: Pulling fs layer 09:31:30 ca9280d653b3: Pulling fs layer 09:31:30 7e9c9ca2126c: Pulling fs layer 09:31:31 cbdbe7a5bc2a: Verifying Checksum 09:31:31 cbdbe7a5bc2a: Download complete 09:31:31 cbdbe7a5bc2a: Pull complete 09:31:32 ca9280d653b3: Verifying Checksum 09:31:32 ca9280d653b3: Download complete 09:31:33 7e9c9ca2126c: Download complete 09:31:33 ca9280d653b3: Pull complete 09:31:41 7e9c9ca2126c: Pull complete 09:31:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:31:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:31:41 prd-centos7-docker-4c-2g-29503 does not seem to be running inside a container 09:31:41 $ 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 09:31:42 $ docker top 1236c28ede727836776de59f62c0ed49290d03276d88bcba48f9cb9d7c76bcef -eo pid,comm [Pipeline] { [Pipeline] sh 09:31:43 + docker-compose build --help 09:31:43 + grep parallel 09:31:44 --parallel Build images in parallel. [Pipeline] } 09:31:44 $ docker stop --time=1 1236c28ede727836776de59f62c0ed49290d03276d88bcba48f9cb9d7c76bcef 09:31:45 $ docker rm -f 1236c28ede727836776de59f62c0ed49290d03276d88bcba48f9cb9d7c76bcef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:31:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:31:46 . [Pipeline] withDockerContainer 09:31:46 prd-centos7-docker-4c-2g-29503 does not seem to be running inside a container 09:31:46 $ 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 09:31:47 $ docker top 024268565c2fbc5921882643cfa070f9df95c1f4042712f6fb3932f04ed73536 -eo pid,comm [Pipeline] { [Pipeline] sh 09:31:47 + docker-compose -f ./docker-compose-build.yml build --parallel 09:31:48 Building docker-core-command-go ... 09:31:48 Building docker-core-data-go ... 09:31:48 Building docker-core-metadata-go ... 09:31:48 Building docker-security-bootstrapper-go ... 09:31:48 Building docker-security-proxy-setup-go ... 09:31:48 Building docker-security-secretstore-setup-go ... 09:31:48 Building docker-support-notifications-go ... 09:31:48 Building docker-support-scheduler-go ... 09:31:48 Building docker-sys-mgmt-agent-go ... 09:31:48 Building docker-support-notifications-go 09:31:48 Building docker-security-bootstrapper-go 09:31:48 Building docker-security-proxy-setup-go 09:31:48 Building docker-sys-mgmt-agent-go 09:31:48 Building docker-core-command-go 09:32:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:32:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:32:20 ---> 0d48250fc668 09:32:20 Step 3/21 : WORKDIR /edgex-go 09:32:21 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:32:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:32:21 ---> 0d48250fc668 09:32:21 Step 3/31 : WORKDIR /edgex-go 09:32:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:32:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:32:21 ---> 0d48250fc668 09:32:21 Step 3/23 : WORKDIR /edgex-go 09:32:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:32:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:32:21 ---> 0d48250fc668 09:32:21 Step 3/22 : WORKDIR /edgex-go 09:32:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:32:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:32:21 ---> 0d48250fc668 09:32:21 Step 3/26 : WORKDIR /edgex-go 09:32:22 ---> Running in ffb5123f6d64 09:32:22 ---> Running in b6f8a894e07d 09:32:22 ---> Running in f81be64b393f 09:32:22 ---> Running in 5ff1d6a92257 09:32:22 ---> Running in ad86670d957b 09:32:23 Removing intermediate container 5ff1d6a92257 09:32:23 ---> 1a0b87e85c9d 09:32:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 Removing intermediate container f81be64b393f 09:32:23 ---> c9da460a0e53 09:32:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 Removing intermediate container b6f8a894e07d 09:32:23 ---> ad2ab68c99d9 09:32:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 Removing intermediate container ad86670d957b 09:32:23 ---> 051f5172b907 09:32:23 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 Removing intermediate container ffb5123f6d64 09:32:23 ---> 24fe8fec1c11 09:32:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:32:23 ---> Running in 43527df0d639 09:32:23 ---> Running in 5846cf2db370 09:32:23 ---> Running in 1942876f2615 09:32:23 ---> Running in da90ace85d13 09:32:23 ---> Running in dae2d355e2ec 09:32:25 Removing intermediate container 5846cf2db370 09:32:25 ---> 217ca25571fa 09:32:25 Step 5/21 : RUN apk add --update --no-cache make git 09:32:25 ---> Running in 5f102b019676 09:32:25 Removing intermediate container 1942876f2615 09:32:25 ---> 6f2c8fbf429e 09:32:25 Step 5/26 : RUN apk add --update --no-cache make bash git 09:32:25 Removing intermediate container 43527df0d639 09:32:25 ---> 3864cf8c6f4b 09:32:25 Step 5/23 : RUN apk add --update --no-cache make git 09:32:25 Removing intermediate container dae2d355e2ec 09:32:25 ---> 6dbf5ac7993a 09:32:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:32:25 ---> Running in bade61fedb2d 09:32:25 ---> Running in ccc8753be417 09:32:25 Removing intermediate container da90ace85d13 09:32:25 ---> f08cd0324529 09:32:25 Step 5/31 : RUN apk add --update --no-cache make git 09:32:25 ---> Running in 1bf718daea33 09:32:26 ---> Running in eb5d6d173fad 09:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:27 OK: 233 MiB in 51 packages 09:32:28 OK: 233 MiB in 51 packages 09:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:28 Removing intermediate container 5f102b019676 09:32:28 ---> b6973549a9d9 09:32:28 Step 6/21 : COPY go.mod . 09:32:28 OK: 233 MiB in 51 packages 09:32:28 ---> 238c64ccaca4 09:32:28 Step 7/21 : RUN go mod download 09:32:28 Removing intermediate container ccc8753be417 09:32:28 ---> 89f8af5fd0c2 09:32:28 Step 6/23 : COPY go.mod . 09:32:28 OK: 233 MiB in 51 packages 09:32:28 ---> Running in 13f4aabc4184 09:32:29 ---> 2160b856bc21 09:32:29 Step 7/23 : RUN go mod download 09:32:29 ---> Running in 7f4ed404cc95 09:32:29 Removing intermediate container 1bf718daea33 09:32:29 ---> 69f4c3b84e28 09:32:29 Step 6/22 : COPY go.mod . 09:32:30 Removing intermediate container bade61fedb2d 09:32:30 ---> 3ec5b792c035 09:32:30 Step 6/26 : COPY go.mod . 09:32:30 ---> 4193999d758e 09:32:30 Step 7/22 : RUN go mod download 09:32:30 ---> Running in 191cb5cec3a3 09:32:30 ---> ceaf2e11af6e 09:32:30 Step 7/26 : RUN go mod download 09:32:30 OK: 233 MiB in 51 packages 09:32:30 ---> Running in da364cbc6708 09:32:30 Removing intermediate container eb5d6d173fad 09:32:30 ---> 8e1ab2fe8bf9 09:32:30 Step 6/31 : COPY go.mod . 09:32:31 Removing intermediate container 13f4aabc4184 09:32:31 ---> 3c807fc7ad1a 09:32:31 Step 8/21 : COPY . . 09:32:31 ---> 8ad89dafaacb 09:32:31 Step 7/31 : RUN go mod download 09:32:32 Removing intermediate container 7f4ed404cc95 09:32:32 ---> e89b9753cdbb 09:32:32 Step 8/23 : COPY . . 09:32:32 Removing intermediate container 191cb5cec3a3 09:32:32 ---> d41573f13763 09:32:32 Step 8/22 : COPY . . 09:32:32 ---> Running in b1471f4e40fc 09:32:33 Removing intermediate container da364cbc6708 09:32:33 ---> 46b87dd56242 09:32:33 Step 8/26 : COPY . . 09:32:48 Removing intermediate container b1471f4e40fc 09:32:48 ---> b5a40cdf9118 09:32:48 Step 8/31 : COPY . . 09:33:15 ---> af8d7e5094cc 09:33:15 Step 9/23 : RUN make cmd/core-command/core-command 09:33:15 ---> 2c873abafa48 09:33:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:33:15 ---> fb6cc35e75a0 09:33:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:33:15 ---> 4c66d3a5b2fe 09:33:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:33:15 ---> Running in 85d5b90bdb4b 09:33:15 ---> Running in ea3ff7318ed0 09:33:15 ---> Running in 1bd78cca3efe 09:33:15 ---> Running in ec0283028044 09:33:15 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 09:33:15 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 09:33:15 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 09:33:15 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 09:33:16 ---> 1bead1ad7795 09:33:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 09:33:16 ---> Running in 0bfd38f992b9 09:33:17 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 09:33:44 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 09:33:52 Removing intermediate container 0bfd38f992b9 09:33:52 ---> bcce747c09a4 09:33:52 09:33:52 Step 10/31 : FROM alpine:3.12 09:33:52 Removing intermediate container ec0283028044 09:33:52 ---> 1a5286bb6562 09:33:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:33:52 3.12: Pulling from library/alpine 09:33:55 ---> Running in 6cb11c3eeb3b 09:33:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:33:55 Removing intermediate container 85d5b90bdb4b 09:33:55 ---> 1298c5d9c309 09:33:55 09:33:55 Step 10/21 : FROM alpine:3.12 09:33:55 Status: Downloaded newer image for alpine:3.12 09:33:55 ---> 88dd2752d2ea 09:33:55 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:33:55 3.12: Pulling from library/alpine 09:33:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 09:33:55 Status: Image is up to date for alpine:3.12 09:33:55 ---> 88dd2752d2ea 09:33:55 Step 11/21 : RUN apk add --update --no-cache curl 09:33:55 Removing intermediate container 1bd78cca3efe 09:33:55 ---> 7a3e5fda842e 09:33:55 09:33:55 Step 10/23 : FROM alpine:3.12 09:33:55 ---> 88dd2752d2ea 09:33:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:33:56 ---> Running in 33da3a871ed7 09:33:56 ---> Running in 00794a93c61c 09:33:56 ---> Running in 7c8b04a69c45 09:33:56 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 09:33:57 Removing intermediate container 33da3a871ed7 09:33:57 ---> 39d60397f12f 09:33:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:33:57 Removing intermediate container ea3ff7318ed0 09:33:57 ---> 22566012b729 09:33:57 09:33:57 Step 10/22 : FROM alpine:3.12 09:33:57 ---> 88dd2752d2ea 09:33:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:33:57 ---> Running in b563f498c97c 09:33:57 ---> Running in 4bb2f01210d1 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:58 (1/4) Installing ca-certificates (20191127-r4) 09:33:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:58 (3/4) Installing libcurl (7.69.1-r3) 09:33:58 (4/4) Installing curl (7.69.1-r3) 09:33:58 Executing busybox-1.31.1-r19.trigger 09:33:58 Executing ca-certificates-20191127-r4.trigger 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:58 (1/1) Installing dumb-init (1.2.2-r1) 09:33:58 Executing busybox-1.31.1-r19.trigger 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:58 OK: 6 MiB in 15 packages 09:33:58 OK: 7 MiB in 18 packages 09:33:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:58 (1/2) Installing ca-certificates (20191127-r4) 09:33:59 (2/2) Installing dumb-init (1.2.2-r1) 09:33:59 Executing busybox-1.31.1-r19.trigger 09:33:59 (1/2) Installing dumb-init (1.2.2-r1) 09:33:59 Executing ca-certificates-20191127-r4.trigger 09:33:59 (2/2) Installing su-exec (0.2-r1) 09:33:59 Executing busybox-1.31.1-r19.trigger 09:33:59 OK: 6 MiB in 16 packages 09:33:59 OK: 6 MiB in 16 packages 09:33:59 Removing intermediate container 6cb11c3eeb3b 09:33:59 ---> 14312ddb09fb 09:33:59 09:33:59 Step 11/26 : FROM docker:20.10.0 09:33:59 20.10.0: Pulling from library/docker 09:34:01 Removing intermediate container 00794a93c61c 09:34:01 ---> 63a49d0c17c9 09:34:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:34:01 Removing intermediate container 7c8b04a69c45 09:34:01 ---> 1cbbe43d16d4 09:34:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:34:01 Removing intermediate container b563f498c97c 09:34:01 ---> c32103095f96 09:34:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:34:01 ---> Running in 8ad59d3953c2 09:34:01 ---> Running in ab68d455be01 09:34:02 ---> Running in bd72bbc3bb4d 09:34:02 Removing intermediate container 4bb2f01210d1 09:34:02 ---> e13774790a4b 09:34:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:34:02 Removing intermediate container 8ad59d3953c2 09:34:02 ---> 07102ae76a8f 09:34:02 Step 13/23 : ENV APP_PORT=48082 09:34:02 ---> Running in 2ea636cbf9b7 09:34:02 Removing intermediate container ab68d455be01 09:34:02 ---> 34ab52eedaf6 09:34:02 Step 13/21 : WORKDIR /edgex 09:34:02 ---> Running in d00b25557d15 09:34:02 Removing intermediate container bd72bbc3bb4d 09:34:02 ---> dbd420b3275f 09:34:02 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:34:03 ---> Running in 12769d1f74a9 09:34:03 ---> Running in 8fc6495eb562 09:34:03 Removing intermediate container d00b25557d15 09:34:03 ---> dd7a447cc10b 09:34:03 Step 14/23 : EXPOSE $APP_PORT 09:34:03 Removing intermediate container 2ea636cbf9b7 09:34:03 ---> bfc2f77a24fc 09:34:03 Step 13/22 : ENV APP_PORT=48060 09:34:03 ---> Running in 099c218ec16b 09:34:03 ---> Running in 34601f5c8139 09:34:03 Removing intermediate container 8fc6495eb562 09:34:03 ---> 06297be7f28b 09:34:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:34:03 Removing intermediate container 12769d1f74a9 09:34:03 ---> 51f9fc37e205 09:34:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:34:03 ---> Running in 25a194e230f7 09:34:03 Removing intermediate container 34601f5c8139 09:34:03 ---> 4448d8425277 09:34:03 Step 15/23 : WORKDIR / 09:34:03 Removing intermediate container 099c218ec16b 09:34:03 ---> 7937e6e2f5b6 09:34:03 Step 14/22 : EXPOSE $APP_PORT 09:34:04 ---> Running in eb3128fa611a 09:34:04 ---> Running in aea9ccde1b87 09:34:04 ---> 02e93db16511 09:34:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:34:04 Removing intermediate container eb3128fa611a 09:34:04 ---> 56901e498c67 09:34:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:34:04 Removing intermediate container aea9ccde1b87 09:34:04 ---> 7fa44c5b2926 09:34:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:34:04 ---> bfd5cf4beb50 09:34:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:34:04 ---> d54ebd9cc2e4 09:34:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:34:04 ---> f528e2b0cf71 09:34:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:34:06 Removing intermediate container 25a194e230f7 09:34:06 ---> a57bec59c758 09:34:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:34:06 ---> e36831c7d9e6 09:34:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:34:06 ---> Running in c633fca33dcc 09:34:06 ---> eda0fcc9d0d6 09:34:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:34:06 ---> 104125b4706c 09:34:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:34:06 ---> Running in 8b441b4e7cfd 09:34:06 ---> 47bc99694c67 09:34:06 Step 19/23 : ENTRYPOINT ["/core-command"] 09:34:07 Removing intermediate container c633fca33dcc 09:34:07 ---> 217d58a7d002 09:34:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:34:07 ---> 0bd64be25c96 09:34:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:34:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:34:07 ---> Running in 315553e4ee0c 09:34:07 Status: Downloaded newer image for docker:20.10.0 09:34:07 ---> aefe523efa57 09:34:07 Step 12/26 : RUN apk add --no-cache bash 09:34:07 Removing intermediate container 8b441b4e7cfd 09:34:07 ---> 77cdf687964b 09:34:07 Step 18/21 : CMD ["--init=true"] 09:34:07 ---> Running in 838b15fa8ee1 09:34:07 ---> Running in 3fd6f1218381 09:34:07 ---> 0fc76ae05210 09:34:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:34:07 ---> Running in f11ccc5a7f78 09:34:07 Removing intermediate container 315553e4ee0c 09:34:07 ---> d25e9c4b60d9 09:34:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:34:07 Removing intermediate container 838b15fa8ee1 09:34:07 ---> d7d21b43d556 09:34:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:34:07 ---> Running in 4920a28af5b0 09:34:07 ---> Running in f6ff3e1fc29d 09:34:07 ---> Running in 60fd6d5c38ef 09:34:07 Removing intermediate container f11ccc5a7f78 09:34:07 ---> b8ac7bffb890 09:34:07 Step 19/21 : LABEL arch=x86_64 09:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:08 ---> Running in fbd4afcddfd8 09:34:08 Removing intermediate container 60fd6d5c38ef 09:34:08 ---> d6672c6fedc6 09:34:08 Step 20/22 : LABEL arch=x86_64 09:34:08 Removing intermediate container 4920a28af5b0 09:34:08 ---> 46fe4c56b548 09:34:08 Step 21/23 : LABEL arch=x86_64 09:34:08 (1/2) Installing readline (8.0.4-r0) 09:34:08 (2/2) Installing bash (5.0.17-r0) 09:34:08 Executing bash-5.0.17-r0.post-install 09:34:08 Executing busybox-1.31.1-r19.trigger 09:34:08 OK: 12 MiB in 22 packages 09:34:08 ---> Running in db0e218bca15 09:34:08 ---> Running in 43bb564820ac 09:34:08 Removing intermediate container fbd4afcddfd8 09:34:08 ---> 91e5b209d75e 09:34:08 Step 20/21 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:34:08 ---> Running in 14790bd93219 09:34:08 Removing intermediate container db0e218bca15 09:34:08 ---> 9b335f37a4e6 09:34:08 Step 21/22 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:34:08 Removing intermediate container 43bb564820ac 09:34:08 ---> 1a29075a5cb6 09:34:08 Step 22/23 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:34:09 ---> Running in 9d6334373a50 09:34:09 ---> Running in ac0383c3a327 09:34:09 Removing intermediate container 14790bd93219 09:34:09 ---> 157828c63c56 09:34:09 Step 21/21 : LABEL version=0.0.0 09:34:09 Removing intermediate container 3fd6f1218381 09:34:09 ---> 85d7886c13ce 09:34:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:34:09 ---> Running in 70cf31217d60 09:34:09 Removing intermediate container 9d6334373a50 09:34:09 ---> 8acc7cbe38cd 09:34:09 Step 22/22 : LABEL version=0.0.0 09:34:09 ---> Running in 648ab7a16893 09:34:09 Removing intermediate container ac0383c3a327 09:34:09 ---> 2011478d0b71 09:34:09 Step 23/23 : LABEL version=0.0.0 09:34:09 ---> Running in 72f3df727b39 09:34:09 Removing intermediate container f6ff3e1fc29d 09:34:09 ---> d573444426c0 09:34:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:34:10 ---> Running in f54f30000a47 09:34:10 Removing intermediate container 70cf31217d60 09:34:10 ---> 1b29b4eb4bf9 09:34:10 09:34:10 Removing intermediate container 648ab7a16893 09:34:10 ---> ff911db29dbd 09:34:10 Step 14/26 : ENV APP_PORT=48090 09:34:10 Removing intermediate container 72f3df727b39 09:34:10 ---> 28c01281255b 09:34:10 09:34:10 ---> Running in 9f4e17a4de23 09:34:10 ---> 97c194bda9fd 09:34:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:34:10 Removing intermediate container f54f30000a47 09:34:10 ---> 2493a2ac869e 09:34:10 09:34:10 Successfully built 1b29b4eb4bf9 09:34:10 Successfully built 28c01281255b 09:34:10 Successfully tagged docker-security-proxy-setup-go:latest 09:34:10 Successfully built 2493a2ac869e 09:34:10  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 09:34:10 Successfully tagged docker-support-notifications-go:latest 09:34:10  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest 09:34:10 Building docker-security-secretstore-setup-go 09:34:10  Building docker-core-command-go ... done Building docker-core-data-go 09:34:10 Removing intermediate container 9f4e17a4de23 09:34:10 ---> 368317c7a881 09:34:10 Step 15/26 : EXPOSE $APP_PORT 09:34:10 ---> Running in af6cc6878156 09:34:11 ---> 573ee862afc3 09:34:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:34:11 Removing intermediate container af6cc6878156 09:34:11 ---> 5b0388b1173b 09:34:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:34:11 ---> 777050259d17 09:34:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:34:12 ---> 13e2df65700b 09:34:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 09:34:13 ---> 1c6a60cce501 09:34:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:34:17 ---> 6cc973dc0605 09:34:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:34:17 ---> 4b84197f459f 09:34:17 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:34:21 ---> Running in 9cc322cea633 09:34:21 ---> 131d93620a0e 09:34:21 Step 19/26 : RUN apk --no-cache add py3-pip 09:34:21 ---> Running in 20ec04522231 09:34:21 Removing intermediate container 9cc322cea633 09:34:21 ---> 2db6220fa393 09:34:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:34:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:22 (1/33) Installing libbz2 (1.0.8-r1) 09:34:23 (2/33) Installing expat (2.2.9-r1) 09:34:23 (3/33) Installing libffi (3.3-r2) 09:34:23 (4/33) Installing gdbm (1.13-r1) 09:34:23 (5/33) Installing xz-libs (5.2.5-r0) 09:34:23 (6/33) Installing sqlite-libs (3.32.1-r0) 09:34:23 (7/33) Installing python3 (3.8.5-r1) 09:34:28 ---> 5269cb584bd1 09:34:28 Step 26/31 : RUN chmod +x /entrypoint.sh 09:34:33 (8/33) Installing py3-appdirs (1.4.4-r1) 09:34:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:34:33 (10/33) Installing py3-parsing (2.4.7-r0) 09:34:33 (11/33) Installing py3-six (1.15.0-r0) 09:34:33 (12/33) Installing py3-packaging (20.4-r0) 09:34:33 (13/33) Installing py3-setuptools (47.0.0-r0) 09:34:34 (14/33) Installing py3-chardet (3.0.4-r4) 09:34:34 ---> Running in a6539c8885e0 09:34:34 (15/33) Installing py3-idna (2.9-r0) 09:34:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:34:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:34:34 (18/33) Installing py3-requests (2.23.0-r0) 09:34:34 (19/33) Installing py3-msgpack (1.0.0-r0) 09:34:34 (20/33) Installing py3-lockfile (0.12.2-r3) 09:34:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:34:35 (22/33) Installing py3-colorama (0.4.3-r0) 09:34:36 (23/33) Installing py3-distlib (0.3.0-r0) 09:34:37 (24/33) Installing py3-distro (1.5.0-r1) 09:34:37 (25/33) Installing py3-webencodings (0.5.1-r3) 09:34:37 (26/33) Installing py3-html5lib (1.0.1-r4) 09:34:37 (27/33) Installing py3-pytoml (0.1.21-r0) 09:34:37 (28/33) Installing py3-pep517 (0.8.2-r0) 09:34:37 (29/33) Installing py3-progress (1.5-r0) 09:34:37 (30/33) Installing py3-toml (0.10.1-r0) 09:34:37 (31/33) Installing py3-retrying (1.3.3-r0) 09:34:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:34:37 (33/33) Installing py3-pip (20.1.1-r0) 09:34:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:34:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:34:37 ---> 0d48250fc668 09:34:37 Step 3/23 : WORKDIR /edgex-go 09:34:37 ---> Using cache 09:34:37 ---> 24fe8fec1c11 09:34:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:37 ---> Using cache 09:34:37 ---> 6dbf5ac7993a 09:34:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:34:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:34:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:34:38 ---> 0d48250fc668 09:34:38 Step 3/24 : WORKDIR /edgex-go 09:34:38 ---> Using cache 09:34:38 ---> 24fe8fec1c11 09:34:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:38 ---> Using cache 09:34:38 ---> 6dbf5ac7993a 09:34:38 Step 5/24 : RUN apk add --update --no-cache make git 09:34:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:34:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:34:38 ---> 0d48250fc668 09:34:38 Step 3/23 : WORKDIR /edgex-go 09:34:38 ---> Using cache 09:34:38 ---> 24fe8fec1c11 09:34:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:34:38 ---> Using cache 09:34:38 ---> 6dbf5ac7993a 09:34:38 Step 5/23 : RUN apk add --update --no-cache make git 09:34:40 Executing busybox-1.31.1-r19.trigger 09:34:40 OK: 71 MiB in 55 packages 09:34:40 ---> Running in 2351a7bcccfc 09:34:40 ---> Running in 456663f1cec9 09:34:40 ---> Running in 253f127e4e05 09:34:40 Removing intermediate container a6539c8885e0 09:34:40 ---> c3bd5eb204c4 09:34:40 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:34:41 ---> Running in 214a4057685a 09:34:42 Removing intermediate container 214a4057685a 09:34:42 ---> 8deefe62ca74 09:34:42 Step 28/31 : CMD ["gate"] 09:34:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:43 ---> Running in c9068f8930af 09:34:43 OK: 233 MiB in 51 packages 09:34:43 OK: 233 MiB in 51 packages 09:34:43 OK: 233 MiB in 51 packages 09:34:44 Removing intermediate container c9068f8930af 09:34:44 ---> 4ce5b62ca7ce 09:34:44 Step 29/31 : LABEL arch=x86_64 09:34:45 ---> Running in e016f08e2125 09:34:48 Removing intermediate container e016f08e2125 09:34:48 ---> 53ca4de6e4ef 09:34:48 Step 30/31 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:34:49 Removing intermediate container 2351a7bcccfc 09:34:49 ---> cb4fb10d3320 09:34:49 Step 6/23 : COPY go.mod . 09:34:49 Removing intermediate container 253f127e4e05 09:34:49 ---> 66cb5934094f 09:34:49 Step 6/23 : COPY go.mod . 09:34:49 ---> Running in 85d96aef5f4e 09:34:49 Removing intermediate container 456663f1cec9 09:34:49 ---> 5666e6a1d1bb 09:34:49 Step 6/24 : COPY go.mod . 09:34:49 Removing intermediate container 20ec04522231 09:34:49 ---> 3599b388e9b3 09:34:49 Step 20/26 : RUN pip install docker-compose==1.23.2 09:34:49 Removing intermediate container 85d96aef5f4e 09:34:49 ---> cb1b0adc02cc 09:34:49 Step 31/31 : LABEL version=0.0.0 09:34:49 ---> Running in 394b281045d3 09:34:49 ---> 4f0216a70a0c 09:34:49 Step 7/23 : RUN go mod download 09:34:50 ---> 6e44c32f58e5 09:34:50 Step 7/24 : RUN go mod download 09:34:50 ---> 245566565227 09:34:50 Step 7/23 : RUN go mod download 09:34:50 ---> Running in 1e0246534b8c 09:34:50 ---> Running in dba4b5d54d43 09:34:50 ---> Running in 9ae94e4acf43 09:34:50 ---> Running in 95ca2ac50d4e 09:34:50 Removing intermediate container 1e0246534b8c 09:34:50 ---> bbe1f7b9b698 09:34:50 09:34:50 Successfully built bbe1f7b9b698 09:34:50 Successfully tagged docker-security-bootstrapper-go:latest 09:34:50 Building docker-support-scheduler-go 09:34:53  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 09:34:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:34:54 Collecting websocket-client<1.0,>=0.32.0 09:34:54 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 09:34:55 Collecting texttable<0.10,>=0.9.0 09:34:55 Downloading texttable-0.9.1.tar.gz (11 kB) 09:34:55 Collecting PyYAML<4,>=3.10 09:34:55 Downloading PyYAML-3.13.tar.gz (270 kB) 09:34:57 Removing intermediate container 9ae94e4acf43 09:34:57 ---> 97f370c22d6a 09:34:57 Step 8/24 : COPY . . 09:34:57 Removing intermediate container dba4b5d54d43 09:34:57 ---> 34e887c48817 09:34:57 Step 8/23 : COPY . . 09:34:58 Collecting jsonschema<3,>=2.5.1 09:34:58 Removing intermediate container 95ca2ac50d4e 09:34:58 ---> 4ecdb8bec386 09:34:58 Step 8/23 : COPY . . 09:34:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:34:59 Collecting cached-property<2,>=1.2.0 09:34:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:35:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:35:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:35:04 Collecting dockerpty<0.5,>=0.4.1 09:35:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:35:07 Collecting docker<4.0,>=3.6.0 09:35:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:35:08 Collecting docopt<0.7,>=0.6.1 09:35:08 Downloading docopt-0.6.2.tar.gz (25 kB) 09:35:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:35:10 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) 09:35:11 Collecting urllib3<1.25,>=1.21.1 09:35:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:35:13 Collecting idna<2.8,>=2.5 09:35:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:35:14 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) 09:35:15 Collecting docker-pycreds>=0.4.0 09:35:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:35:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:35:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:35:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:35:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:35:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:35:15 ---> 0d48250fc668 09:35:15 Step 3/22 : WORKDIR /edgex-go 09:35:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:35:15 ---> Using cache 09:35:15 ---> 24fe8fec1c11 09:35:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:15 ---> Using cache 09:35:15 ---> 6dbf5ac7993a 09:35:15 Step 5/22 : RUN apk add --update --no-cache make git 09:35:15 ---> Using cache 09:35:15 ---> 5666e6a1d1bb 09:35:15 Step 6/22 : COPY go.mod . 09:35:15 ---> Using cache 09:35:15 ---> 6e44c32f58e5 09:35:15 Step 7/22 : RUN go mod download 09:35:15 ---> Using cache 09:35:15 ---> 97f370c22d6a 09:35:15 Step 8/22 : COPY . . 09:35:15 Installing collected packages: websocket-client, texttable, PyYAML, jsonschema, cached-property, urllib3, idna, requests, dockerpty, docker-pycreds, docker, docopt, docker-compose 09:35:15 Running setup.py install for texttable: started 09:35:17 Running setup.py install for texttable: finished with status 'done' 09:35:17 Running setup.py install for PyYAML: started 09:35:18 Running setup.py install for PyYAML: finished with status 'done' 09:35:25 Attempting uninstall: urllib3 09:35:25 Found existing installation: urllib3 1.25.9 09:35:25 Uninstalling urllib3-1.25.9: 09:35:26 Successfully uninstalled urllib3-1.25.9 09:35:29 Attempting uninstall: idna 09:35:29 Found existing installation: idna 2.9 09:35:29 Uninstalling idna-2.9: 09:35:29 Successfully uninstalled idna-2.9 09:35:30 Attempting uninstall: requests 09:35:30 Found existing installation: requests 2.23.0 09:35:30 Uninstalling requests-2.23.0: 09:35:31 Successfully uninstalled requests-2.23.0 09:35:31 Running setup.py install for dockerpty: started 09:35:32 Running setup.py install for dockerpty: finished with status 'done' 09:35:38 Running setup.py install for docopt: started 09:35:38 Running setup.py install for docopt: finished with status 'done' 09:35:42 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 09:35:42 ---> db0fa4b5c640 09:35:42 Step 9/23 : RUN make cmd/core-data/core-data 09:35:42 ---> 4d493077ecdd 09:35:42 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:35:42 ---> Running in 6acf6a688e5c 09:35:42 ---> Running in 42c3accae2e6 09:35:44 ---> e319975aa86f 09:35:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:35:45 ---> Running in a8884b2edcca 09:35:46 ---> b3643e8c68a1 09:35:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:35:46 ---> Running in fb512e41f667 09:35:46 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 09:35:46 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 09:35:46 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 09:35:46 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 09:35:48 Removing intermediate container 394b281045d3 09:35:48 ---> a28369ea8b6a 09:35:48 Step 21/26 : RUN apk --no-cache add curl 09:35:49 ---> Running in 389e62c05b87 09:35:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:35:51 (2/3) Installing libcurl (7.69.1-r3) 09:35:51 (3/3) Installing curl (7.69.1-r3) 09:35:51 Executing busybox-1.31.1-r19.trigger 09:35:51 OK: 72 MiB in 58 packages 09:35:53 Removing intermediate container 389e62c05b87 09:35:53 ---> 95415574b05b 09:35:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:35:53 ---> Running in 3e7773aa83f4 09:35:54 Removing intermediate container 3e7773aa83f4 09:35:54 ---> d3ee0dc8b686 09:35:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:35:54 ---> Running in 1bb260981cd9 09:35:55 Removing intermediate container 1bb260981cd9 09:35:55 ---> db3934e3aaea 09:35:55 Step 24/26 : LABEL arch=x86_64 09:35:55 ---> Running in 07e76e904da7 09:35:55 Removing intermediate container 07e76e904da7 09:35:55 ---> 3c65b0256729 09:35:55 Step 25/26 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:35:56 ---> Running in a4c7de69de16 09:35:56 Removing intermediate container a4c7de69de16 09:35:56 ---> 12a57ea1091b 09:35:56 Step 26/26 : LABEL version=0.0.0 09:35:56 ---> Running in d6d7d4c8e45f 09:35:56 Removing intermediate container d6d7d4c8e45f 09:35:56 ---> dc97d342e0ba 09:35:56 09:35:56 Successfully built dc97d342e0ba 09:35:56 Successfully tagged docker-sys-mgmt-agent-go:latest 09:36:12  Building docker-sys-mgmt-agent-go ... done 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 09:36:22 Removing intermediate container a8884b2edcca 09:36:22 ---> 88513bfdcf05 09:36:22 09:36:22 Step 10/24 : FROM alpine:3.12 09:36:22 ---> 88dd2752d2ea 09:36:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:36:22 Removing intermediate container fb512e41f667 09:36:22 ---> 7c1922203ccc 09:36:22 09:36:22 Step 10/22 : FROM alpine:3.12 09:36:22 ---> 88dd2752d2ea 09:36:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:36:22 ---> Using cache 09:36:22 ---> 63a49d0c17c9 09:36:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:36:22 ---> Running in 5b31939e8f6d 09:36:22 ---> Using cache 09:36:22 ---> 07102ae76a8f 09:36:22 Step 13/22 : ENV APP_PORT=48085 09:36:22 ---> Running in 2c210488dc21 09:36:22 Removing intermediate container 2c210488dc21 09:36:22 ---> 266f09ef2036 09:36:22 Step 14/22 : EXPOSE $APP_PORT 09:36:22 ---> Running in 20f1b59cc61f 09:36:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:36:22 Removing intermediate container 20f1b59cc61f 09:36:22 ---> 0728233c784c 09:36:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:36:22 (1/5) Installing ca-certificates (20191127-r4) 09:36:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:36:22 (3/5) Installing libcurl (7.69.1-r3) 09:36:22 (4/5) Installing curl (7.69.1-r3) 09:36:22 (5/5) Installing dumb-init (1.2.2-r1) 09:36:22 Executing busybox-1.31.1-r19.trigger 09:36:22 Executing ca-certificates-20191127-r4.trigger 09:36:22 OK: 7 MiB in 19 packages 09:36:25 ---> d888bcc9b198 09:36:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:36:27 ---> 10b039ff6d2f 09:36:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:36:27 Removing intermediate container 42c3accae2e6 09:36:27 ---> 276ff0e1337e 09:36:27 09:36:27 Step 10/23 : FROM alpine:3.12 09:36:27 ---> 88dd2752d2ea 09:36:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:36:27 ---> Using cache 09:36:27 ---> 63a49d0c17c9 09:36:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:36:27 ---> Using cache 09:36:27 ---> 07102ae76a8f 09:36:27 Step 13/23 : ENV APP_PORT=48081 09:36:27 Removing intermediate container 6acf6a688e5c 09:36:27 ---> 6d0f43053e9f 09:36:27 09:36:27 Step 10/23 : FROM alpine:3.12 09:36:27 ---> 88dd2752d2ea 09:36:27 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:36:27 ---> Running in eddaa90906c8 09:36:28 ---> Running in ba8c778c59cf 09:36:28 ---> 71d7b8ddc992 09:36:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:36:28 Removing intermediate container 5b31939e8f6d 09:36:28 ---> 031ed7cb62bf 09:36:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:36:28 ---> Running in da455c0bb083 09:36:28 Removing intermediate container eddaa90906c8 09:36:28 ---> d2e2c0650792 09:36:28 Step 14/23 : EXPOSE $APP_PORT 09:36:28 ---> Running in 7b749fdc8c54 09:36:28 ---> Running in 4c0ce439604b 09:36:28 Removing intermediate container ba8c778c59cf 09:36:28 ---> 8a673e3d4716 09:36:28 Step 12/23 : ENV APP_PORT=48080 09:36:28 Removing intermediate container da455c0bb083 09:36:28 ---> a25043c0d7ad 09:36:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:36:29 ---> Running in 2b79cda788bf 09:36:29 ---> Running in 5f3461e52e02 09:36:29 Removing intermediate container 4c0ce439604b 09:36:29 ---> 202081133261 09:36:29 Step 15/23 : WORKDIR / 09:36:29 Removing intermediate container 7b749fdc8c54 09:36:29 ---> 736b860b61e6 09:36:29 Step 13/24 : WORKDIR / 09:36:29 ---> Running in b68ba0147dbd 09:36:29 ---> Running in 4b0383a3ab2f 09:36:29 Removing intermediate container 2b79cda788bf 09:36:29 ---> ba80bccb3094 09:36:29 Step 13/23 : EXPOSE $APP_PORT 09:36:29 Removing intermediate container 5f3461e52e02 09:36:29 ---> 897e89b330ae 09:36:29 Step 20/22 : LABEL arch=x86_64 09:36:29 ---> Running in 8277c4a37113 09:36:29 ---> Running in a88565f1e6a3 09:36:29 Removing intermediate container b68ba0147dbd 09:36:29 ---> ba55cf555a9b 09:36:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:36:29 Removing intermediate container 4b0383a3ab2f 09:36:29 ---> 522f0c33f689 09:36:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:36:30 Removing intermediate container 8277c4a37113 09:36:30 ---> 075efddc4baf 09:36:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:30 Removing intermediate container a88565f1e6a3 09:36:30 ---> aaf725dd9049 09:36:30 Step 21/22 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:36:30 ---> Running in 5ba5af704673 09:36:30 ---> Running in 7904360f2637 09:36:30 ---> 893f09fe745a 09:36:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:36:30 ---> 067261d47f7f 09:36:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:36:31 Removing intermediate container 7904360f2637 09:36:31 ---> 02b079b1f035 09:36:31 Step 22/22 : LABEL version=0.0.0 09:36:31 ---> Running in b04972b391a2 09:36:31 ---> 6929b645c830 09:36:31 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:36:31 ---> c612eddae569 09:36:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:36:31 Removing intermediate container b04972b391a2 09:36:31 ---> 2fcd97157b0e 09:36:31 09:36:31 ---> 2ea19be98f63 09:36:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:36:31 Successfully built 2fcd97157b0e 09:36:31 Successfully tagged docker-support-scheduler-go:latest 09:36:32  Building docker-support-scheduler-go ... done  ---> ebcd4f0a232c 09:36:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:36:33 ---> Running in 5962dfa6dd3c 09:36:33 Removing intermediate container 5ba5af704673 09:36:33 ---> 01fec32427e8 09:36:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:36:33 ---> 5fe8b20b579c 09:36:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:36:33 ---> Running in 29c0657189ef 09:36:33 Removing intermediate container 5962dfa6dd3c 09:36:33 ---> 53d79dbce235 09:36:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:36:33 ---> Running in 1c8470fd3aff 09:36:33 ---> 64da7a96af3a 09:36:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:36:33 Removing intermediate container 1c8470fd3aff 09:36:33 ---> 85130f933b3d 09:36:33 Step 21/23 : LABEL arch=x86_64 09:36:33 ---> Running in b0fc1dba403e 09:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:33 ---> 4eb34ab3a1a4 09:36:33 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/ 09:36:33 ---> Running in c593a1650d92 09:36:33 Removing intermediate container b0fc1dba403e 09:36:33 ---> 93e17f2d3f53 09:36:33 Step 22/23 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:36:34 ---> Running in 890d4a5b47ce 09:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:36:34 Removing intermediate container 890d4a5b47ce 09:36:34 ---> 3903b76540f2 09:36:34 Step 23/23 : LABEL version=0.0.0 09:36:34 ---> Running in baf1d21994da 09:36:34 Removing intermediate container baf1d21994da 09:36:34 ---> 5095fb855157 09:36:34 09:36:34 (1/6) Installing dumb-init (1.2.2-r1) 09:36:34 (2/6) Installing libgcc (9.3.0-r2) 09:36:34 Successfully built 5095fb855157 09:36:34 Successfully tagged docker-core-metadata-go:latest 09:36:34  Building docker-core-metadata-go ... done (3/6) Installing libsodium (1.0.18-r0) 09:36:34 Removing intermediate container c593a1650d92 09:36:34 ---> 49f6bc237507 09:36:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:36:34 ---> Running in 0ae260ecf940 09:36:35 (4/6) Installing libstdc++ (9.3.0-r2) 09:36:35 Removing intermediate container 0ae260ecf940 09:36:35 ---> 852af3da6f1a 09:36:35 Step 22/24 : LABEL arch=x86_64 09:36:35 (5/6) Installing libzmq (4.3.3-r0) 09:36:35 ---> Running in ce9dc6c157a9 09:36:35 (6/6) Installing zeromq (4.3.3-r0) 09:36:35 Executing busybox-1.31.1-r19.trigger 09:36:35 OK: 8 MiB in 20 packages 09:36:35 Removing intermediate container ce9dc6c157a9 09:36:35 ---> bb9592080018 09:36:35 Step 23/24 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:36:35 ---> Running in d942fd09fb4a 09:36:35 Removing intermediate container d942fd09fb4a 09:36:35 ---> af0e0e1f2f0e 09:36:35 Step 24/24 : LABEL version=0.0.0 09:36:35 ---> Running in a38d7726a458 09:36:35 Removing intermediate container 29c0657189ef 09:36:35 ---> 7b5d1d813f5e 09:36:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:36:35 Removing intermediate container a38d7726a458 09:36:35 ---> aac53d105d96 09:36:35 09:36:36 Successfully built aac53d105d96 09:36:36 Successfully tagged docker-security-secretstore-setup-go:latest 09:36:36  Building docker-security-secretstore-setup-go ... done  ---> daf750ae6cea 09:36:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:36:36 ---> 0fabde0aa19c 09:36:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:36:37 ---> f20519b862e4 09:36:37 Step 19/23 : ENTRYPOINT ["/core-data"] 09:36:37 ---> Running in 0da5aeb722a5 09:36:37 Removing intermediate container 0da5aeb722a5 09:36:37 ---> 1b6cb69c6dc1 09:36:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:36:37 ---> Running in 08698c783cd8 09:36:37 Removing intermediate container 08698c783cd8 09:36:37 ---> 38d063d6a1ea 09:36:37 Step 21/23 : LABEL arch=x86_64 09:36:37 ---> Running in 6347d0c97d85 09:36:37 Removing intermediate container 6347d0c97d85 09:36:37 ---> d79100b35081 09:36:37 Step 22/23 : LABEL git_sha=1265bcb5af221117b5850d876f9952298d4645a7 09:36:37 ---> Running in e4b1ffb352e9 09:36:38 Removing intermediate container e4b1ffb352e9 09:36:38 ---> 696011a39f36 09:36:38 Step 23/23 : LABEL version=0.0.0 09:36:38 ---> Running in 0e7378decafd 09:36:38 Removing intermediate container 0e7378decafd 09:36:38 ---> fe443ffa4200 09:36:38 09:36:38 Successfully built fe443ffa4200 09:36:38 Successfully tagged docker-core-data-go:latest 09:36:39  Building docker-core-data-go ... done  [Pipeline] } 09:36:39 $ docker stop --time=1 024268565c2fbc5921882643cfa070f9df95c1f4042712f6fb3932f04ed73536 09:36:40 $ docker rm -f 024268565c2fbc5921882643cfa070f9df95c1f4042712f6fb3932f04ed73536 [Pipeline] // withDockerContainer [Pipeline] sh 09:36:41 + docker images 09:36:41 + grep docker 09:36:41 docker-core-data-go latest fe443ffa4200 3 seconds ago 22.6MB 09:36:41 docker-security-secretstore-setup-go latest aac53d105d96 6 seconds ago 24.9MB 09:36:41 docker-core-metadata-go latest 5095fb855157 7 seconds ago 19MB 09:36:41 docker-support-scheduler-go latest 2fcd97157b0e 10 seconds ago 17.3MB 09:36:41 docker-sys-mgmt-agent-go latest dc97d342e0ba 45 seconds ago 313MB 09:36:41 docker-security-bootstrapper-go latest bbe1f7b9b698 About a minute ago 18.7MB 09:36:41 docker-core-command-go latest 2493a2ac869e 2 minutes ago 17.2MB 09:36:41 docker-support-notifications-go latest 28c01281255b 2 minutes ago 17.8MB 09:36:41 docker-security-proxy-setup-go latest 1b29b4eb4bf9 2 minutes ago 24.7MB 09:36:41 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 09:36:57 Still waiting to schedule task 09:36:57 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:37:55 Running on prd-ubuntu18.04-docker-8c-8g-29507 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 09:37:55 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:37:59 using credential edgex-jenkins-ssh 09:37:59 Cloning the remote Git repository 09:37:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:38:00 > git init /w/workspace/edgex-go/2 # timeout=10 09:38:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:38:00 > git --version # timeout=10 09:38:00 > git --version # 'git version 2.17.1' 09:38:00 using GIT_SSH to set credentials SSH Credentials for GitHub 09:38:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:38:09 Merging remotes/origin/master commit 8a69c127c9b04e641d44d2e92838084644d97324 into PR head commit b7499bf78ab61898e8021ffd68fae82f45e2c047 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 09:38:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:38:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:38:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:38:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:38:09 using GIT_SSH to set credentials SSH Credentials for GitHub 09:38:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:38:09 > git config core.sparsecheckout # timeout=10 09:38:09 > git checkout -f b7499bf78ab61898e8021ffd68fae82f45e2c047 # timeout=10 [Pipeline] } 09:38:10 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [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 09:38:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:38:13 ---> package-listing.sh 09:38:13 ++ facter osfamily 09:38:13 ++ tr '[:upper:]' '[:lower:]' 09:38:13 + OS_FAMILY=redhat 09:38:13 + workspace=/w/workspace/edgex-go/2 09:38:13 + START_PACKAGES=/tmp/packages_start.txt 09:38:13 + END_PACKAGES=/tmp/packages_end.txt 09:38:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:38:13 + PACKAGES=/tmp/packages_start.txt 09:38:13 + '[' /w/workspace/edgex-go/2 ']' 09:38:13 + PACKAGES=/tmp/packages_end.txt 09:38:13 + case "${OS_FAMILY}" in 09:38:13 + rpm -qa 09:38:13 + sort 09:38:17 + '[' -f /tmp/packages_start.txt ']' 09:38:17 + '[' -f /tmp/packages_end.txt ']' 09:38:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:38:17 + '[' /w/workspace/edgex-go/2 ']' 09:38:17 + mkdir -p /w/workspace/edgex-go/2/archives/ 09:38:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 09:38:17 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 09:38:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:38:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:18 09:38:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:38:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:18 alpine: Pulling from edgex-lftools-log-publisher 09:38:18 df20fa9351a1: Pulling fs layer 09:38:18 36b3adc4ff6f: Pulling fs layer 09:38:18 8ad3a11d3b57: Pulling fs layer 09:38:18 46f8f816bc3b: Pulling fs layer 09:38:18 93b61091891f: Pulling fs layer 09:38:18 93b9cdb0e59b: Pulling fs layer 09:38:18 5e14af77c1be: Pulling fs layer 09:38:18 01666e4c0597: Pulling fs layer 09:38:18 aa168da1d23b: Pulling fs layer 09:38:18 93b9cdb0e59b: Waiting 09:38:18 5e14af77c1be: Waiting 09:38:18 01666e4c0597: Waiting 09:38:18 aa168da1d23b: Waiting 09:38:18 46f8f816bc3b: Waiting 09:38:18 93b61091891f: Waiting 09:38:18 36b3adc4ff6f: Verifying Checksum 09:38:18 36b3adc4ff6f: Download complete 09:38:18 46f8f816bc3b: Download complete 09:38:18 df20fa9351a1: Verifying Checksum 09:38:18 df20fa9351a1: Download complete 09:38:18 8ad3a11d3b57: Verifying Checksum 09:38:18 8ad3a11d3b57: Download complete 09:38:19 93b61091891f: Download complete 09:38:19 93b9cdb0e59b: Download complete 09:38:19 5e14af77c1be: Verifying Checksum 09:38:19 5e14af77c1be: Download complete 09:38:19 01666e4c0597: Verifying Checksum 09:38:19 01666e4c0597: Download complete 09:38:19 df20fa9351a1: Pull complete 09:38:19 36b3adc4ff6f: Pull complete 09:38:20 8ad3a11d3b57: Pull complete 09:38:20 46f8f816bc3b: Pull complete 09:38:20 93b61091891f: Pull complete 09:38:20 93b9cdb0e59b: Pull complete 09:38:21 aa168da1d23b: Verifying Checksum 09:38:21 aa168da1d23b: Download complete 09:38:23 5e14af77c1be: Pull complete 09:38:24 01666e4c0597: Pull complete 09:38:32 aa168da1d23b: Pull complete 09:38:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:38:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:38:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:38:32 prd-centos7-docker-4c-2g-29503 does not seem to be running inside a container 09:38:32 $ 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 09:38:40 $ docker top 7777037d60287b3932cbc2b08eb747835dad0d45c04b982d4af4f8b6bf61bde8 -eo pid,comm [Pipeline] { [Pipeline] sh 09:38:41 + touch /tmp/pre-build-complete [Pipeline] sh 09:38:41 + mkdir -p /var/log/sa [Pipeline] sh 09:38:41 + ls /var/log/sa-host 09:38:41 + sadf -c /var/log/sa-host/sa11 09:38:41 file_magic: OK 09:38:41 HZ: Using current value: 100 09:38:41 file_header: OK 09:38:41 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 09:38:41 Statistics: 09:38:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:38:41 File successfully converted to sysstat format version 12.2.1 09:38:41 + sadf -c /var/log/sa-host/sa23 09:38:41 file_magic: OK 09:38:41 HZ: Using current value: 100 09:38:41 file_header: OK 09:38:41 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 09:38:41 Statistics: 09:38:41 Hnuu...uuuununununu... 09:38:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:38:42 provisioning config files... 09:38:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config326101852583721419tmp [Pipeline] { [Pipeline] echo 09:38:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:38:42 ---> create-netrc.sh [Pipeline] } 09:38:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:38:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:38:43 ---> python-tools-install.sh [Pipeline] echo 09:38:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:38:43 ---> sudo-logs.sh 09:38:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:38:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:38:44 ---> job-cost.sh 09:38:44 lf-activate-venv: SKIPPING 09:38:44 INFO: No Stack... 09:38:45 INFO: Retrieving Pricing Info for: v1-standard-2 09:38:45 INFO: Archiving Costs [Pipeline] echo 09:38:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:38:45 ---> logs-deploy.sh 09:38:45 lf-activate-venv: SKIPPING 09:38:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/2 09:38:45 INFO: archiving workspace using pattern(s): 09:38:47 Archives upload complete. 09:38:47 INFO: archiving logs to Nexus