Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 81e80c19b27583b3db40e74c5e4ad721211dc801+4d95f7d65f4987945674515d14eb4d3460a02321 (45af3fe43b9cacb42b5bc1730980cb1af08250fb) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18279 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 81e80c19b27583b3db40e74c5e4ad721211dc801 Merge succeeded, producing 81e80c19b27583b3db40e74c5e4ad721211dc801 Checking out Revision 81e80c19b27583b3db40e74c5e4ad721211dc801 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # 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 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:42:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:42:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:42:45 ========================================================= 20:42:45 EdgeX Global Pipelines Version Info 20:42:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8368ad8cb53852a3c37b4a60dbcb09c423cda3bc # timeout=10 20:42:47 ------------------- 20:42:47 stable info: 20:42:47 ------------------- 20:42:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:42:47 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:42:47 Message: update stable to v1.0.173 20:42:48 ------------------- 20:42:48 experimental info: 20:42:48 ------------------- 20:42:48 Commited By: **** collab-it+edgex@linuxfoundation.org 20:42:48 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:42:48 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:42:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:42:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81e80c19b27583b3db40e74c5e4ad721211dc801 [Pipeline] echo 20:42:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81e80c1 [Pipeline] echo 20:42:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:42:52 provisioning config files... 20:42:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2053910751059716832tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:42:52 ---> docker-login.sh 20:42:52 nexus3.edgexfoundry.org:10001 20:42:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:53 Configure a credential helper to remove this warning. See 20:42:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:53 20:42:53 Login Succeeded 20:42:53 nexus3.edgexfoundry.org:10002 20:42:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:53 Configure a credential helper to remove this warning. See 20:42:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:53 20:42:53 Login Succeeded 20:42:53 nexus3.edgexfoundry.org:10003 20:42:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:54 Configure a credential helper to remove this warning. See 20:42:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:54 20:42:54 Login Succeeded 20:42:54 nexus3.edgexfoundry.org:10004 20:42:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:54 Configure a credential helper to remove this warning. See 20:42:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:54 20:42:54 Login Succeeded 20:42:54 docker.io 20:42:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:42:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:42:54 Configure a credential helper to remove this warning. See 20:42:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:42:54 20:42:54 Login Succeeded 20:42:54 ---> docker-login.sh ends [Pipeline] } 20:42:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:42:55 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/core-command/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo core-command,cmd/core-command/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/core-data/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo core-data,cmd/core-data/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/core-metadata/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo core-metadata,cmd/core-metadata/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/security-bootstrapper/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/security-proxy-setup/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/support-notifications/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo support-notifications,cmd/support-notifications/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/support-scheduler/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:42:55 + for file in '`ls cmd/**/Dockerfile`' 20:42:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:42:55 ++ cut -d/ -f2 20:42:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:42:55 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 20:42:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:56 20:42:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:42:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:42:57 latest: Pulling from edgex-devops/git-semver 20:42:57 31603596830f: Pulling fs layer 20:42:57 2a8b12db71e7: Pulling fs layer 20:42:57 6ca5941a6612: Pulling fs layer 20:42:57 ecc8261a40a4: Pulling fs layer 20:42:57 ecc8261a40a4: Waiting 20:42:57 2a8b12db71e7: Verifying Checksum 20:42:57 2a8b12db71e7: Download complete 20:42:57 31603596830f: Verifying Checksum 20:42:57 31603596830f: Download complete 20:42:58 6ca5941a6612: Verifying Checksum 20:42:58 6ca5941a6612: Download complete 20:42:58 ecc8261a40a4: Verifying Checksum 20:42:58 ecc8261a40a4: Download complete 20:42:58 31603596830f: Pull complete 20:42:58 2a8b12db71e7: Pull complete 20:43:00 6ca5941a6612: Pull complete 20:43:00 ecc8261a40a4: Pull complete 20:43:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:43:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:43:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:43:01 prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container 20:43:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:43:04 $ docker top 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:43:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:43:04 [ssh-agent] Looking for ssh-agent implementation... 20:43:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:43:05 $ docker exec 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent 20:43:05 SSH_AUTH_SOCK=/tmp/ssh-GJ6l1C6sa9G4/agent.13 20:43:05 SSH_AGENT_PID=18 20:43:05 Running ssh-add (command line suppressed) 20:43:06 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5099559846400542444.key (/w/workspace/edgex-go/5@tmp/private_key_5099559846400542444.key) 20:43:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:43:06 + git tag --points-at HEAD [Pipeline] } 20:43:06 $ docker exec --env ******** --env ******** 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent -k 20:43:06 unset SSH_AUTH_SOCK; 20:43:06 unset SSH_AGENT_PID; 20:43:06 echo Agent pid 18 killed; 20:43:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:43:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:43:07 [ssh-agent] Looking for ssh-agent implementation... 20:43:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:43:07 $ docker exec 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent 20:43:07 SSH_AUTH_SOCK=/tmp/ssh-n5geVh3wyG7q/agent.46 20:43:07 SSH_AGENT_PID=52 20:43:07 Running ssh-add (command line suppressed) 20:43:07 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7714487390227444583.key (/w/workspace/edgex-go/5@tmp/private_key_7714487390227444583.key) 20:43:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:43:08 + git semver init 20:43:08 # -> Open(): unable to determine branch for HEAD 20:43:08 # $GIT_DIR = /w/workspace/edgex-go/5/.git 20:43:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 20:43:08 # $SEMVER_REMOTE_NAME = origin 20:43:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:43:08 # $SEMVER_USER_NAME = edgex-jenkins 20:43:08 # $SEMVER_BRANCH = PR-2970 20:43:08 # $SEMVER_TEMP = /tmp/semver-984525076 20:43:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:43:40 # '/tmp/semver-984525076' -> '/w/workspace/edgex-go/5/.semver' 20:43:40 # -> Force: false 20:43:40 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 20:43:40 $ docker exec --env ******** --env ******** 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent -k 20:43:41 unset SSH_AUTH_SOCK; 20:43:41 unset SSH_AGENT_PID; 20:43:41 echo Agent pid 52 killed; 20:43:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:43:42 + git semver [Pipeline] } 20:43:42 $ docker stop --time=1 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 20:43:43 $ docker rm -f 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 [Pipeline] // withDockerContainer [Pipeline] sh 20:43:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:43:45 Stashed 1 file(s) [Pipeline] echo 20:43:45 [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 20:43:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:43:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:43:46 + true 20:43:46 + sudo service docker restart 20:43:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:43:47 ========================================================= 20:43:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:43:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:43:48 + 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 . 20:43:55 Sending build context to Docker daemon 326.5MB 20:43:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:43:55 Step 2/6 : FROM ${BASE} 20:43:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:43:55 188c0c94c7c5: Pulling fs layer 20:43:55 0ef7d3d256c8: Pulling fs layer 20:43:55 de9db76c5a1d: Pulling fs layer 20:43:55 bca2f99d35d6: Pulling fs layer 20:43:55 93359f2a8cfa: Pulling fs layer 20:43:55 7c6f9722023f: Pulling fs layer 20:43:55 a35cf1a2eb13: Pulling fs layer 20:43:55 93359f2a8cfa: Waiting 20:43:55 7c6f9722023f: Waiting 20:43:55 a35cf1a2eb13: Waiting 20:43:55 bca2f99d35d6: Waiting 20:43:55 de9db76c5a1d: Verifying Checksum 20:43:55 de9db76c5a1d: Download complete 20:43:55 0ef7d3d256c8: Verifying Checksum 20:43:55 0ef7d3d256c8: Download complete 20:43:55 93359f2a8cfa: Download complete 20:43:55 7c6f9722023f: Verifying Checksum 20:43:55 7c6f9722023f: Download complete 20:43:55 188c0c94c7c5: Verifying Checksum 20:43:55 188c0c94c7c5: Download complete 20:43:55 188c0c94c7c5: Pull complete 20:43:56 0ef7d3d256c8: Pull complete 20:43:56 de9db76c5a1d: Pull complete 20:43:58 a35cf1a2eb13: Verifying Checksum 20:43:58 a35cf1a2eb13: Download complete 20:43:59 bca2f99d35d6: Verifying Checksum 20:43:59 bca2f99d35d6: Download complete 20:44:00 Still waiting to schedule task 20:44:00 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:44:09 bca2f99d35d6: Pull complete 20:44:09 93359f2a8cfa: Pull complete 20:44:09 7c6f9722023f: Pull complete 20:44:15 a35cf1a2eb13: Pull complete 20:44:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:44:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:44:15 ---> a62c8e92a672 20:44:15 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 20:44:15 ---> Running in 7b437ae84790 20:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:44:17 (1/12) Installing libmagic (5.38-r0) 20:44:17 (2/12) Installing file (5.38-r0) 20:44:17 (3/12) Installing libc-dev (0.7.2-r3) 20:44:17 (4/12) Installing g++ (9.3.0-r2) 20:44:21 (5/12) Installing fortify-headers (1.1-r0) 20:44:21 (6/12) Installing patch (2.7.6-r6) 20:44:21 (7/12) Installing build-base (0.5-r2) 20:44:21 (8/12) Installing libsodium (1.0.18-r0) 20:44:21 (9/12) Installing pkgconf (1.7.2-r0) 20:44:21 (10/12) Installing libsodium-dev (1.0.18-r0) 20:44:21 (11/12) Installing libzmq (4.3.3-r0) 20:44:22 (12/12) Installing zeromq-dev (4.3.3-r0) 20:44:22 Executing busybox-1.31.1-r19.trigger 20:44:22 OK: 233 MiB in 51 packages 20:44:26 Removing intermediate container 7b437ae84790 20:44:26 ---> 7cdd071060e5 20:44:26 Step 4/6 : WORKDIR /edgex-go 20:44:26 ---> Running in f34be2e4e3a6 20:44:26 Removing intermediate container f34be2e4e3a6 20:44:26 ---> 8d631ea24558 20:44:26 Step 5/6 : COPY go.mod . 20:44:26 ---> 40a3cb13d378 20:44:26 Step 6/6 : RUN go mod download 20:44:26 ---> Running in 45c316067235 20:44:53 Removing intermediate container 45c316067235 20:44:53 ---> 03e6fbc08ef0 20:44:53 Successfully built 03e6fbc08ef0 20:44:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:44:54 + docker inspect -f . ci-base-image-x86_64 20:44:54 . [Pipeline] withDockerContainer 20:44:54 prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container 20:44:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:44:56 $ docker top dc4367d15d084b1b9e38d8948c18e599d42e7c3177f791cfecd392e9fdfe2a1b -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:56 + go version 20:44:56 go version go1.15.5 linux/amd64 [Pipeline] } 20:44:57 $ docker stop --time=1 dc4367d15d084b1b9e38d8948c18e599d42e7c3177f791cfecd392e9fdfe2a1b 20:44:58 $ docker rm -f dc4367d15d084b1b9e38d8948c18e599d42e7c3177f791cfecd392e9fdfe2a1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:45:00 + docker inspect -f . ci-base-image-x86_64 20:45:00 . [Pipeline] withDockerContainer 20:45:00 prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container 20:45:00 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:45:02 $ docker top 74f5e5517928f136a7008f69346e6017e8a3f601e35c230b707719e8a6a4fff2 -eo pid,comm [Pipeline] { [Pipeline] echo 20:45:02 ========================================================= 20:45:02 [edgeXBuildGoParallel] Running Tests and Build... 20:45:02 ========================================================= [Pipeline] sh 20:45:02 + make test 20:45:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:45:21 ? github.com/edgexfoundry/edgex-go [no test files] 20:45:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:46:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:46:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:46:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:46:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:46:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:46:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:46:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:46:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:46:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:46:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:46:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:46:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:46:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:46:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.194s coverage: 46.6% of statements 20:46:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:46:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:46:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:46:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:46:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.986s coverage: 27.0% of statements 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.145s coverage: 75.0% of statements 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.987s coverage: 82.9% of statements 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:46:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.912s coverage: 28.6% of statements 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:46:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:46:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:46:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.235s coverage: 86.7% of statements 20:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:46:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.200s coverage: 97.5% of statements 20:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:46:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 20:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:46:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.965s coverage: 93.8% of statements 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:46:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:46:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:46:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 42.4% of statements 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 20:46:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:46:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.110s coverage: 82.7% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.2% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.281s coverage: 91.4% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.444s coverage: 63.5% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 37.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.501s coverage: 84.0% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.265s coverage: 47.1% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.874s coverage: 29.1% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.156s coverage: 100.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.101s coverage: 0.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.093s coverage: 32.1% of statements 20:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.127s coverage: 100.0% of statements 20:47:00 GO111MODULE=on go vet ./... 20:47:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18283 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 20:47:15 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 20:47:22 using credential edgex-jenkins-ssh 20:47:22 Cloning the remote Git repository 20:47:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:47:22 > git init /w/workspace/edgex-go/5 # timeout=10 20:47:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:47:22 > git --version # timeout=10 20:47:22 > git --version # 'git version 2.17.1' 20:47:22 using GIT_SSH to set credentials SSH Credentials for GitHub 20:47:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:47:45 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 81e80c19b27583b3db40e74c5e4ad721211dc801 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:47:46 Failed in branch arm64 20:47:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:47:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:47:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:47:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:47:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:47:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:47:45 > git config core.sparsecheckout # timeout=10 20:47:45 > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 20:47:49 gofmt -l . 20:47:49 [ "`gofmt -l .`" = "" ] 20:47:49 ./bin/test-go-mod-tidy.sh 20:47:49 ./bin/test-attribution-txt.sh [Pipeline] sh 20:47:51 + ls -al . 20:47:51 total 640 20:47:51 drwxrwxr-x 10 1001 1001 4096 Jan 4 20:47 . 20:47:51 drwxr-xr-x 4 root root 28 Jan 4 20:45 .. 20:47:51 -rw-rw-r-- 1 1001 1001 11 Jan 4 20:42 .dockerignore 20:47:51 drwxrwxr-x 8 1001 1001 179 Jan 4 20:42 .git 20:47:51 drwxrwxr-x 3 1001 1001 125 Jan 4 20:42 .github 20:47:51 -rw-rw-r-- 1 1001 1001 872 Jan 4 20:42 .gitignore 20:47:51 drwx------ 3 1001 1001 47 Jan 4 20:43 .semver 20:47:51 -rw-rw-r-- 1 1001 1001 166 Jan 4 20:42 .sonarcloud.properties 20:47:51 -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:42 CONTRIBUTING.md 20:47:51 -rw-rw-r-- 1 1001 1001 931 Jan 4 20:42 Dockerfile.build 20:47:51 -rw-rw-r-- 1 1001 1001 863 Jan 4 20:42 Jenkinsfile 20:47:51 -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:42 LICENSE 20:47:51 -rw-rw-r-- 1 1001 1001 6306 Jan 4 20:42 Makefile 20:47:51 -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:42 README.md 20:47:51 -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:42 SECURITY.md 20:47:51 -rw-rw-r-- 1 1001 1001 5 Jan 4 20:43 VERSION 20:47:51 -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:42 ZMQWindows.md 20:47:51 drwxrwxr-x 2 1001 1001 117 Jan 4 20:42 bin 20:47:51 drwxrwxr-x 15 1001 1001 4096 Jan 4 20:42 cmd 20:47:51 -rw-r--r-- 1 root root 543476 Jan 4 20:47 coverage.out 20:47:51 -rw-r--r-- 1 root root 1005 Jan 4 20:47 go.mod 20:47:51 -rw-r--r-- 1 root root 18977 Jan 4 20:47 go.sum 20:47:51 drwxrwxr-x 8 1001 1001 127 Jan 4 20:42 internal 20:47:51 drwxrwxr-x 4 1001 1001 26 Jan 4 20:42 openapi 20:47:51 drwxrwxr-x 4 1001 1001 71 Jan 4 20:42 snap 20:47:51 -rw-rw-r-- 1 1001 1001 168 Jan 4 20:42 version.go [Pipeline] sh 20:47:51 + '[' -e coverage.out ] 20:47:51 + chown 1001:1001 coverage.out [Pipeline] stash 20:47:52 Stashed 1 file(s) [Pipeline] sh 20:47:52 + make build 20:47:52 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 20:47:58 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 20:48:14 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 20:48:14 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 20:48:18 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 20:48:18 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 20:48:21 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 20:48:23 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 20:48:26 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 20:48:29 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 20:48:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:48:33 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 20:48:36 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] } 20:48:39 $ docker stop --time=1 74f5e5517928f136a7008f69346e6017e8a3f601e35c230b707719e8a6a4fff2 20:48:41 $ docker rm -f 74f5e5517928f136a7008f69346e6017e8a3f601e35c230b707719e8a6a4fff2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:48:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:48:46 20:48:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:48:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:48:47 latest: Pulling from edgex-devops/edgex-compose 20:48:47 cbdbe7a5bc2a: Pulling fs layer 20:48:47 ca9280d653b3: Pulling fs layer 20:48:47 7e9c9ca2126c: Pulling fs layer 20:48:47 cbdbe7a5bc2a: Download complete 20:48:48 ca9280d653b3: Verifying Checksum 20:48:48 ca9280d653b3: Download complete 20:48:48 cbdbe7a5bc2a: Pull complete 20:48:50 ca9280d653b3: Pull complete 20:48:52 7e9c9ca2126c: Download complete 20:49:02 7e9c9ca2126c: Pull complete 20:49:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:49:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:49:02 prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container 20:49:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:49:05 $ docker top 1c36581d71fd4a5125de9dc2b5958076eb33d47524f7deb6a3a681375429c518 -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:06 + docker-compose build --help 20:49:06 + grep parallel 20:49:07 --parallel Build images in parallel. [Pipeline] } 20:49:07 $ docker stop --time=1 1c36581d71fd4a5125de9dc2b5958076eb33d47524f7deb6a3a681375429c518 20:49:09 $ docker rm -f 1c36581d71fd4a5125de9dc2b5958076eb33d47524f7deb6a3a681375429c518 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:49:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:49:10 . [Pipeline] withDockerContainer 20:49:10 prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container 20:49:10 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:49:11 $ docker top 0ddfff0d725a0ff9f9da6551b86822fc927ec93a2a626e7468a86f59dc5776dd -eo pid,comm [Pipeline] { [Pipeline] sh 20:49:12 + docker-compose -f ./docker-compose-build.yml build --parallel 20:49:14 Building docker-core-command-go ... 20:49:14 Building docker-core-data-go ... 20:49:14 Building docker-core-metadata-go ... 20:49:14 Building docker-security-bootstrapper-go ... 20:49:14 Building docker-security-bootstrap-redis-go ... 20:49:14 Building docker-security-proxy-setup-go ... 20:49:14 Building docker-security-secretstore-setup-go ... 20:49:14 Building docker-support-notifications-go ... 20:49:14 Building docker-support-scheduler-go ... 20:49:14 Building docker-sys-mgmt-agent-go ... 20:49:14 Building docker-core-command-go 20:49:14 Building docker-security-bootstrapper-go 20:49:14 Building docker-core-metadata-go 20:49:14 Building docker-security-secretstore-setup-go 20:49:14 Building docker-security-proxy-setup-go 20:50:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:50:11 ---> 03e6fbc08ef0 20:50:11 Step 3/21 : WORKDIR /edgex-go 20:50:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:50:11 ---> 03e6fbc08ef0 20:50:11 Step 3/22 : WORKDIR /edgex-go 20:50:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:50:11 ---> 03e6fbc08ef0 20:50:11 Step 3/22 : WORKDIR /edgex-go 20:50:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:50:11 ---> 03e6fbc08ef0 20:50:11 Step 3/24 : WORKDIR /edgex-go 20:50:11 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:50:11 Step 2/32 : FROM ${BUILDER_BASE} AS builder 20:50:11 ---> 03e6fbc08ef0 20:50:11 Step 3/32 : WORKDIR /edgex-go 20:50:11 ---> Running in e0205a06af37 20:50:11 ---> Running in 07c6cf7c25d4 20:50:11 ---> Running in 374427d4f10b 20:50:11 ---> Running in 7c9a08bf575b 20:50:11 ---> Running in 71506cf128ef 20:50:11 Removing intermediate container 374427d4f10b 20:50:11 ---> bc0f707ba319 20:50:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:11 Removing intermediate container 71506cf128ef 20:50:11 ---> 33436c64322f 20:50:11 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:11 Removing intermediate container 07c6cf7c25d4 20:50:11 ---> c9fbdfa53ad1 20:50:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:11 Removing intermediate container e0205a06af37 20:50:11 ---> 7ed1a935ac54 20:50:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:11 Removing intermediate container 7c9a08bf575b 20:50:11 ---> 9dafbd1b9b1c 20:50:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:50:11 ---> Running in 4f395309c14c 20:50:11 ---> Running in a8fcdb2d1e01 20:50:11 ---> Running in ab947e14ebbc 20:50:11 ---> Running in b6382cd36c21 20:50:11 ---> Running in d5246ba2c56e 20:50:13 Removing intermediate container 4f395309c14c 20:50:13 ---> cde676f3179f 20:50:13 Step 5/24 : RUN apk add --update --no-cache make git 20:50:13 Removing intermediate container ab947e14ebbc 20:50:13 ---> 5fc1ecc650da 20:50:13 Step 5/32 : RUN apk add --update --no-cache make git 20:50:13 ---> Running in 0239bb593448 20:50:14 Removing intermediate container d5246ba2c56e 20:50:14 ---> 1318316b8643 20:50:14 Step 5/21 : RUN apk add --update --no-cache make git 20:50:14 ---> Running in b41bc6ee0a97 20:50:14 Removing intermediate container a8fcdb2d1e01 20:50:14 ---> ca6deb52fd3d 20:50:14 Step 5/22 : RUN apk add --update --no-cache make git 20:50:14 ---> Running in d39d45f2fea1 20:50:14 Removing intermediate container b6382cd36c21 20:50:14 ---> b99ef6846e21 20:50:14 Step 5/22 : RUN apk add --update --no-cache make git 20:50:14 ---> Running in 3366c9680fcf 20:50:14 ---> Running in f2f17f3c90de 20:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:50:17 OK: 233 MiB in 51 packages 20:50:17 OK: 233 MiB in 51 packages 20:50:17 OK: 233 MiB in 51 packages 20:50:17 OK: 233 MiB in 51 packages 20:50:17 OK: 233 MiB in 51 packages 20:50:18 Removing intermediate container 0239bb593448 20:50:18 ---> b3e55f1ff3a0 20:50:18 Step 6/24 : COPY go.mod . 20:50:18 Removing intermediate container b41bc6ee0a97 20:50:18 ---> 973e60eda3f3 20:50:18 Step 6/32 : COPY go.mod . 20:50:19 Removing intermediate container 3366c9680fcf 20:50:19 ---> 53b4b8060ba1 20:50:19 Step 6/22 : COPY go.mod . 20:50:19 Removing intermediate container f2f17f3c90de 20:50:19 ---> 03bf9281d578 20:50:19 Step 6/22 : COPY go.mod . 20:50:19 Removing intermediate container d39d45f2fea1 20:50:19 ---> ad380ebaa284 20:50:19 Step 6/21 : COPY go.mod . 20:50:19 ---> 0a79c51a4052 20:50:19 Step 7/24 : RUN go mod download 20:50:19 ---> Running in 136d25078b50 20:50:19 ---> aed46ab84b8b 20:50:19 Step 7/32 : RUN go mod download 20:50:19 ---> 6d5e364c7d83 20:50:19 Step 7/22 : RUN go mod download 20:50:19 ---> Running in a6de29ab2447 20:50:20 ---> e05225ed290f 20:50:20 Step 7/22 : RUN go mod download 20:50:20 ---> Running in 33f139c19162 20:50:20 ---> b0a673f9865c 20:50:20 Step 7/21 : RUN go mod download 20:50:20 ---> Running in 3c068223f2d2 20:50:20 ---> Running in 78eb8781ac31 20:50:24 Removing intermediate container 78eb8781ac31 20:50:24 ---> b2aa93748256 20:50:24 Step 8/21 : COPY . . 20:50:24 Removing intermediate container 3c068223f2d2 20:50:24 ---> ffe964dfda8b 20:50:24 Step 8/22 : COPY . . 20:50:24 Removing intermediate container a6de29ab2447 20:50:24 ---> 6aea639a01fb 20:50:24 Step 8/32 : COPY . . 20:50:24 Removing intermediate container 33f139c19162 20:50:24 ---> 313a6faa0241 20:50:24 Step 8/22 : COPY . . 20:50:25 Removing intermediate container 136d25078b50 20:50:25 ---> 16f387ae707c 20:50:25 Step 8/24 : COPY . . 20:51:22 ---> 94da32499060 20:51:22 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:51:22 ---> d749edfd17cf 20:51:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:51:22 ---> Running in b71c28fa54e8 20:51:22 ---> Running in e5f7d794caab 20:51:22 ---> b89d8ed05816 20:51:22 Step 9/22 : RUN make cmd/core-command/core-command 20:51:22 ---> 61c50957c1d7 20:51:22 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 20:51:22 ---> Running in 05fb8f378404 20:51:22 ---> Running in 2c87bd066793 20:51:22 ---> a5832730faf7 20:51:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:51:22 ---> Running in 28745a77e526 20:51:22 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 20:51:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:51:22 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 20:51:22 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 20:51:22 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 20:52:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:52:02 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 20:52:02 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 20:52:08 Removing intermediate container 05fb8f378404 20:52:08 ---> 2e0b3b0b8f13 20:52:08 20:52:08 Step 10/22 : FROM scratch 20:52:08 ---> 20:52:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:52:10 ---> Running in 9f0394be86f6 20:52:12 Removing intermediate container 9f0394be86f6 20:52:12 ---> 5d58aef50dd3 20:52:12 Step 12/22 : ENV APP_PORT=48082 20:52:12 ---> Running in f5fa706b52b6 20:52:12 Removing intermediate container 28745a77e526 20:52:12 ---> 7a0af2324d07 20:52:12 20:52:12 Step 10/24 : FROM alpine:3.12 20:52:12 Removing intermediate container e5f7d794caab 20:52:12 ---> 8ef408c3a6ac 20:52:12 20:52:12 Step 10/21 : FROM alpine:3.12 20:52:12 3.12: Pulling from library/alpine 20:52:12 3.12: Pulling from library/alpine 20:52:12 Removing intermediate container f5fa706b52b6 20:52:12 ---> b6a4010440d7 20:52:12 Step 13/22 : EXPOSE $APP_PORT 20:52:13 ---> Running in ddad8aea5caa 20:52:14 Removing intermediate container ddad8aea5caa 20:52:14 ---> 9af68eeadbc6 20:52:14 Step 14/22 : WORKDIR / 20:52:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:52:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:52:16 Status: Downloaded newer image for alpine:3.12 20:52:16 ---> 389fef711851 20:52:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:52:16 Status: Downloaded newer image for alpine:3.12 20:52:16 ---> 389fef711851 20:52:16 Step 11/21 : RUN apk add --update --no-cache curl 20:52:16 ---> Running in 6a7758358246 20:52:17 ---> Running in 90b05e9f3a9d 20:52:17 ---> Running in c66c6727933e 20:52:17 Removing intermediate container 2c87bd066793 20:52:17 ---> 1ee38ad7cc16 20:52:17 20:52:17 Step 10/32 : FROM alpine:3.12 20:52:17 ---> 389fef711851 20:52:17 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 20:52:17 Removing intermediate container 6a7758358246 20:52:17 ---> ab00926265f0 20:52:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 20:52:17 ---> Running in 0b9e746fbb1b 20:52:17 Removing intermediate container b71c28fa54e8 20:52:17 ---> 6ac8c73a9c89 20:52:17 20:52:17 Step 10/22 : FROM scratch 20:52:17 ---> 20:52:17 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:52:17 ---> Using cache 20:52:17 ---> 5d58aef50dd3 20:52:17 Step 12/22 : ENV APP_PORT=48081 20:52:18 ---> Running in 5292a268a00a 20:52:18 ---> dfac27b0b979 20:52:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:52:18 Removing intermediate container 5292a268a00a 20:52:18 ---> 69828a47ff36 20:52:18 Step 13/22 : EXPOSE $APP_PORT 20:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:18 ---> Running in 87e64142dead 20:52:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:52:19 (1/5) Installing ca-certificates (20191127-r4) 20:52:19 Removing intermediate container 87e64142dead 20:52:19 ---> 2040b0445887 20:52:19 Step 14/22 : WORKDIR / 20:52:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:52:19 (3/5) Installing libcurl (7.69.1-r3) 20:52:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:52:19 (4/5) Installing curl (7.69.1-r3) 20:52:19 (5/5) Installing dumb-init (1.2.2-r1) 20:52:19 Executing busybox-1.31.1-r19.trigger 20:52:19 Executing ca-certificates-20191127-r4.trigger 20:52:19 (1/4) Installing ca-certificates (20191127-r4) 20:52:19 OK: 7 MiB in 19 packages 20:52:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:52:19 (3/4) Installing libcurl (7.69.1-r3) 20:52:19 (4/4) Installing curl (7.69.1-r3) 20:52:19 Executing busybox-1.31.1-r19.trigger 20:52:19 Executing ca-certificates-20191127-r4.trigger 20:52:19 (1/2) Installing dumb-init (1.2.2-r1) 20:52:19 (2/2) Installing openssl (1.1.1i-r0) 20:52:19 Executing busybox-1.31.1-r19.trigger 20:52:19 OK: 6 MiB in 16 packages 20:52:19 OK: 7 MiB in 18 packages 20:52:20 ---> Running in a33fa481cf3f 20:52:20 ---> 7acdac17a5ff 20:52:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:52:20 Removing intermediate container a33fa481cf3f 20:52:20 ---> 1aedd9cdb38b 20:52:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 20:52:20 ---> 3fadb4f26af8 20:52:20 Step 18/22 : ENTRYPOINT ["/core-command"] 20:52:21 ---> Running in 8f249bffb383 20:52:21 Removing intermediate container 0b9e746fbb1b 20:52:21 ---> 34c9a09fe217 20:52:21 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:52:21 ---> d7be0d12c7ad 20:52:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:52:21 Removing intermediate container 90b05e9f3a9d 20:52:21 ---> b951b5e63e4d 20:52:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:21 Removing intermediate container c66c6727933e 20:52:21 ---> 2d833d016d7d 20:52:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:52:21 ---> Running in b94d5e8c5bde 20:52:21 ---> Running in 725331f5eaf5 20:52:22 ---> Running in 50196641e0ca 20:52:22 Removing intermediate container 8f249bffb383 20:52:22 ---> ab5b656eb8af 20:52:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:22 ---> Running in edb5d1ad9193 20:52:22 Removing intermediate container b94d5e8c5bde 20:52:22 ---> bff5e48b0c71 20:52:22 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 20:52:22 Removing intermediate container 725331f5eaf5 20:52:22 ---> 16c6fecd90aa 20:52:22 Step 13/24 : WORKDIR / 20:52:22 Removing intermediate container 50196641e0ca 20:52:22 ---> 3d8117dcc23a 20:52:22 Step 13/21 : WORKDIR /edgex 20:52:22 ---> Running in 93fc615d469c 20:52:22 ---> e3e2678655e7 20:52:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:52:23 ---> Running in 6d4c38b3192b 20:52:23 ---> Running in f4cb5811ed70 20:52:23 Removing intermediate container edb5d1ad9193 20:52:23 ---> 7a2cd9d604ee 20:52:23 Step 20/22 : LABEL arch=x86_64 20:52:23 Removing intermediate container 93fc615d469c 20:52:23 ---> 753a9db5358c 20:52:23 Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 20:52:23 ---> Running in 4111e59fea1b 20:52:23 ---> Running in f1bf8e2f44e7 20:52:23 ---> ec4721336744 20:52:23 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:52:23 Removing intermediate container 6d4c38b3192b 20:52:23 ---> 458be7d595ce 20:52:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:52:23 Removing intermediate container f4cb5811ed70 20:52:23 ---> c2d1b838cf91 20:52:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:52:24 ---> Running in dc23e0f27dfd 20:52:24 Removing intermediate container 4111e59fea1b 20:52:24 ---> 6133c7e6c199 20:52:24 Step 21/22 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:52:24 ---> Running in 41368a846cbe 20:52:24 ---> 8d0a4d452759 20:52:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:52:24 Removing intermediate container dc23e0f27dfd 20:52:24 ---> 3e5dce1ba4a9 20:52:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:52:24 ---> c06941c5d937 20:52:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:52:25 Removing intermediate container 41368a846cbe 20:52:25 ---> 67b4715d7e2a 20:52:25 Step 22/22 : LABEL version=0.0.0 20:52:25 ---> Running in d48068ba2291 20:52:25 ---> Running in 7a4efa016dfe 20:52:25 ---> 802988d88401 20:52:25 Connecting to github.com (140.82.112.3:443) 20:52:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:52:25 Removing intermediate container d48068ba2291 20:52:25 ---> ee055a2c044c 20:52:25 Step 20/22 : LABEL arch=x86_64 20:52:25 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.238.67:443) 20:52:25 Removing intermediate container 7a4efa016dfe 20:52:25 ---> 9e32928e8638 20:52:25 20:52:25 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 20:52:25  ---> Running in f4d86f866f9d 20:52:25 ---> bc949d655c6b 20:52:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:52:25 ---> 03d2c1a2cd08 20:52:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:52:26 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 20:52:26 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 20:52:26 dockerize 20:52:26 Removing intermediate container f4d86f866f9d 20:52:26 ---> 7fb8b8154057 20:52:26 Step 21/22 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:52:26 Successfully built 9e32928e8638 20:52:26 Successfully tagged docker-core-command-go:latest 20:52:26 ---> Running in 6c3ce2983915 20:52:26  Building docker-core-command-go ... done Building docker-support-notifications-go 20:52:26 ---> ccaa85bb80ca 20:52:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:52:26 ---> c8599d7f57a9 20:52:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:52:27 ---> Running in e4dceae1f2ce 20:52:27 Removing intermediate container 6c3ce2983915 20:52:27 ---> 30bef4d92a64 20:52:27 Step 22/22 : LABEL version=0.0.0 20:52:27 ---> Running in 96e906420c57 20:52:27 Removing intermediate container e4dceae1f2ce 20:52:27 ---> 99fa936eb92e 20:52:27 Step 18/21 : CMD ["--init=true"] 20:52:27 ---> Running in 6ec401190ffe 20:52:27 Removing intermediate container f1bf8e2f44e7 20:52:27 ---> 80638b093c85 20:52:27 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 20:52:28 Removing intermediate container 96e906420c57 20:52:28 ---> aac6fe378ee9 20:52:28 20:52:28 ---> e539ff44bd80 20:52:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:52:28 ---> Running in 0b1166a1591e 20:52:28 Successfully built aac6fe378ee9 20:52:28 Removing intermediate container 6ec401190ffe 20:52:28 ---> 67c1210ba1d7 20:52:28 Step 19/21 : LABEL arch=x86_64 20:52:28 Successfully tagged docker-core-metadata-go:latest 20:52:28  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 20:52:29 Removing intermediate container 0b1166a1591e 20:52:29 ---> 09926a20193d 20:52:29 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:52:29 ---> 7c96049176ed 20:52:29 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:52:29 ---> Running in f42f41a341fa 20:52:29 ---> Running in 34763740ac2a 20:52:29 ---> Running in e7b287b6fcb8 20:52:29 Removing intermediate container f42f41a341fa 20:52:29 ---> c0d18fc4aad0 20:52:29 Step 20/21 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:52:30 Removing intermediate container 34763740ac2a 20:52:30 ---> 86bfd9d154a5 20:52:30 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 20:52:31 ---> Running in 0e38e5f9c013 20:52:31 ---> Running in 58ddb66574f3 20:52:31 Removing intermediate container 0e38e5f9c013 20:52:31 ---> 9fbf59c2d1ab 20:52:31 Step 21/21 : LABEL version=0.0.0 20:52:32 ---> Running in 05efabc7ebfc 20:52:33 Removing intermediate container 05efabc7ebfc 20:52:33 ---> 80e32278b1e1 20:52:33 20:52:34 Copy dockerize executable 20:52:34 Removing intermediate container e7b287b6fcb8 20:52:34 ---> 34a24c8cefca 20:52:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:52:34 Successfully built 80e32278b1e1 20:52:34 Successfully tagged docker-security-proxy-setup-go:latest 20:52:34  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 20:52:34 ---> Running in c9344ca96d65 20:52:35 Removing intermediate container c9344ca96d65 20:52:35 ---> 4ffdb229509d 20:52:35 Step 22/24 : LABEL arch=x86_64 20:52:36 Removing intermediate container 58ddb66574f3 20:52:36 ---> 24bf388c0280 20:52:36 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 20:52:36 ---> Running in 615b9585cbdf 20:52:37 ---> Running in 49decbecc4c8 20:52:37 Removing intermediate container 615b9585cbdf 20:52:37 ---> c947d7b08a10 20:52:37 Step 23/24 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:52:38 ---> Running in c3ff1a74ba30 20:52:38 Removing intermediate container 49decbecc4c8 20:52:38 ---> 1e3438c0914f 20:52:38 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:52:39 Removing intermediate container c3ff1a74ba30 20:52:39 ---> ab2087e5ec20 20:52:39 Step 24/24 : LABEL version=0.0.0 20:52:39 ---> afae5cf3d931 20:52:39 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:52:39 ---> Running in d6c71823b0fd 20:52:40 ---> Running in 86935d641cae 20:52:40 Removing intermediate container d6c71823b0fd 20:52:40 ---> 9708c4248d90 20:52:40 20:52:40 Successfully built 9708c4248d90 20:52:40 Successfully tagged docker-security-secretstore-setup-go:latest 20:52:40 Building docker-security-bootstrap-redis-go 20:52:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container 86935d641cae 20:52:43 ---> 0a78edf79457 20:52:43 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:52:45 ---> 2886c8bf4f7d 20:52:45 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:52:46 ---> 62bac939f3e4 20:52:46 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 20:52:48 ---> 4b01d62c58bc 20:52:48 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:52:49 ---> 493c162bfa78 20:52:49 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 20:52:50 ---> Running in c4100a898320 20:52:51 Removing intermediate container c4100a898320 20:52:51 ---> 141018b79425 20:52:51 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 20:52:53 ---> 43b5460b060e 20:52:53 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 20:52:54 ---> Running in 9fbf4b373149 20:52:59 Removing intermediate container 9fbf4b373149 20:52:59 ---> 588b1efc1452 20:52:59 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 20:53:00 ---> Running in dbb0086fb936 20:53:01 Removing intermediate container dbb0086fb936 20:53:01 ---> 1cfede1fa7da 20:53:01 Step 29/32 : CMD ["install"] 20:53:03 ---> Running in ad41f4529b31 20:53:04 Removing intermediate container ad41f4529b31 20:53:04 ---> 05f7a79a9694 20:53:04 Step 30/32 : LABEL arch=x86_64 20:53:05 ---> Running in 10d4e6b4819c 20:53:06 Removing intermediate container 10d4e6b4819c 20:53:06 ---> 5fe9606ae225 20:53:06 Step 31/32 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:53:07 ---> Running in 32f964d3d2ce 20:53:08 Removing intermediate container 32f964d3d2ce 20:53:08 ---> 8fe30e2d775a 20:53:08 Step 32/32 : LABEL version=0.0.0 20:53:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:53:08 ---> 03e6fbc08ef0 20:53:08 Step 3/26 : WORKDIR /edgex-go 20:53:08 ---> Using cache 20:53:08 ---> 9dafbd1b9b1c 20:53:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:08 ---> Using cache 20:53:08 ---> 1318316b8643 20:53:08 Step 5/26 : RUN apk add --update --no-cache make bash git 20:53:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:53:08 ---> 03e6fbc08ef0 20:53:08 Step 3/24 : WORKDIR /edgex-go 20:53:08 ---> Using cache 20:53:08 ---> 9dafbd1b9b1c 20:53:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:08 ---> Using cache 20:53:08 ---> 1318316b8643 20:53:08 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:53:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:53:09 ---> 03e6fbc08ef0 20:53:09 Step 3/21 : WORKDIR /edgex-go 20:53:09 ---> Using cache 20:53:09 ---> 9dafbd1b9b1c 20:53:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:09 ---> Using cache 20:53:09 ---> 1318316b8643 20:53:09 Step 5/21 : RUN apk add --update --no-cache make git 20:53:09 ---> Using cache 20:53:09 ---> ad380ebaa284 20:53:10 Step 6/21 : COPY go.mod . 20:53:10 ---> Using cache 20:53:10 ---> b0a673f9865c 20:53:10 Step 7/21 : RUN go mod download 20:53:10 ---> Using cache 20:53:10 ---> b2aa93748256 20:53:10 Step 8/21 : COPY . . 20:53:10 ---> Running in 0ed005605b76 20:53:10 ---> Using cache 20:53:10 ---> d749edfd17cf 20:53:10 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:53:10 ---> Running in 3a796801988f 20:53:10 ---> Running in 89c75e07a455 20:53:10 ---> Running in a8a3f3cdf0be 20:53:11 Removing intermediate container 3a796801988f 20:53:11 ---> 5e6f13808b03 20:53:11 20:53:12 Successfully built 5e6f13808b03 20:53:12 Successfully tagged docker-security-bootstrapper-go:latest 20:53:12  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 20:53:13 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 20:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:53:15 OK: 233 MiB in 51 packages 20:53:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:53:16 ---> 03e6fbc08ef0 20:53:16 Step 3/22 : WORKDIR /edgex-go 20:53:16 ---> Using cache 20:53:16 ---> 9dafbd1b9b1c 20:53:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:16 ---> Using cache 20:53:16 ---> 1318316b8643 20:53:16 Step 5/22 : RUN apk add --update --no-cache make git 20:53:16 ---> Using cache 20:53:16 ---> ad380ebaa284 20:53:16 Step 6/22 : COPY go.mod . 20:53:16 ---> Using cache 20:53:16 ---> b0a673f9865c 20:53:16 Step 7/22 : RUN go mod download 20:53:16 ---> Using cache 20:53:16 ---> b2aa93748256 20:53:16 Step 8/22 : COPY . . 20:53:16 ---> Using cache 20:53:16 ---> d749edfd17cf 20:53:16 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:53:17 ---> Running in 62d89363db28 20:53:17 OK: 233 MiB in 51 packages 20:53:20 Removing intermediate container 89c75e07a455 20:53:20 ---> 286c0942d4de 20:53:20 Step 6/26 : COPY go.mod . 20:53:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:53:21 ---> 31877f2a51d3 20:53:21 Step 7/26 : RUN go mod download 20:53:22 Removing intermediate container 0ed005605b76 20:53:22 ---> 23a74fc1cdb3 20:53:22 Step 6/24 : COPY go.mod . 20:53:22 ---> Running in ec4ed09f4a2e 20:53:23 ---> 6a8138b83ed2 20:53:23 Step 7/24 : RUN go mod download 20:53:23 ---> Running in cb8e9f831629 20:53:30 Removing intermediate container ec4ed09f4a2e 20:53:30 ---> 2a843ffa1a06 20:53:30 Step 8/26 : COPY . . 20:53:30 Removing intermediate container cb8e9f831629 20:53:30 ---> 056f5171f9c0 20:53:30 Step 8/24 : COPY . . 20:53:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:53:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:53:58 ---> 03e6fbc08ef0 20:53:58 Step 3/23 : WORKDIR /edgex-go 20:53:58 ---> Using cache 20:53:58 ---> 9dafbd1b9b1c 20:53:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:53:58 ---> Using cache 20:53:58 ---> 1318316b8643 20:53:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:53:58 ---> Running in 64cc55a945ae 20:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:53:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:54:00 OK: 233 MiB in 51 packages 20:54:06 Removing intermediate container 64cc55a945ae 20:54:06 ---> db7c48b6746e 20:54:06 Step 6/23 : COPY go.mod . 20:54:07 Removing intermediate container 62d89363db28 20:54:07 ---> 99f439f72c94 20:54:07 20:54:07 Step 10/22 : FROM alpine:3.12 20:54:07 ---> 389fef711851 20:54:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:54:07 ---> Using cache 20:54:07 ---> b951b5e63e4d 20:54:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:54:08 ---> 0de7fb1df693 20:54:08 Step 7/23 : RUN go mod download 20:54:08 Removing intermediate container a8a3f3cdf0be 20:54:08 ---> cc02c32db858 20:54:08 20:54:08 Step 10/21 : FROM scratch 20:54:08 ---> 20:54:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:54:08 ---> Running in e9369a511713 20:54:09 ---> Running in 89eab422c44d 20:54:11 ---> Using cache 20:54:11 ---> 5d58aef50dd3 20:54:11 Step 12/21 : ENV APP_PORT=48085 20:54:11 Removing intermediate container 89eab422c44d 20:54:11 ---> f0f18fc7c866 20:54:11 Step 13/22 : WORKDIR / 20:54:11 ---> Running in 180981a9b067 20:54:11 ---> Running in 6c821d7ea48f 20:54:12 Removing intermediate container 180981a9b067 20:54:12 ---> fef33da6c6a3 20:54:12 Step 13/21 : EXPOSE $APP_PORT 20:54:13 ---> Running in 08e7b6ddc070 20:54:13 Removing intermediate container 6c821d7ea48f 20:54:13 ---> 086caf7f6c15 20:54:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 20:54:13 Removing intermediate container 08e7b6ddc070 20:54:13 ---> a4b14aabcab9 20:54:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 20:54:14 ---> 07fd61f81408 20:54:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:54:15 ---> 3c6f52acb731 20:54:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:54:15 Removing intermediate container e9369a511713 20:54:15 ---> cf5ee5d08711 20:54:15 Step 8/23 : COPY . . 20:54:18 ---> 01181530611c 20:54:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:54:20 ---> 1aa277efad4a 20:54:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:54:22 ---> 3edd2bbee448 20:54:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:54:22 ---> 5061d6a20736 20:54:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:54:22 ---> 8df0bf7e25c7 20:54:22 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:54:22 ---> 7fa57836ee7a 20:54:22 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:54:22 ---> Running in cb6acdf77253 20:54:22 ---> Running in fb072b7d483c 20:54:23 ---> Running in 3a6c0d53eee5 20:54:23 ---> 267c86af9ec6 20:54:23 Step 18/22 : RUN chmod +x entrypoint.sh 20:54:25 ---> Running in 7e933b191049 20:54:25 Removing intermediate container 3a6c0d53eee5 20:54:25 ---> a6b505968031 20:54:25 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:54:26 ---> Running in 07565966d528 20:54:27 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 20:54:27 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 20:54:27 Removing intermediate container 07565966d528 20:54:27 ---> 2a8f92183c3e 20:54:27 Step 19/21 : LABEL arch=x86_64 20:54:28 ---> Running in 534e3f20814d 20:54:29 Removing intermediate container 534e3f20814d 20:54:29 ---> 39efc1b8fe65 20:54:29 Step 20/21 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:54:29 ---> Running in 6811f07822f6 20:54:30 Removing intermediate container 7e933b191049 20:54:30 ---> 4c5433cd483f 20:54:30 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:54:30 ---> Running in ae612e161a1b 20:54:30 Removing intermediate container 6811f07822f6 20:54:30 ---> 9cd3390b6f54 20:54:30 Step 21/21 : LABEL version=0.0.0 20:54:32 ---> Running in 6dd4ade97779 20:54:32 Removing intermediate container ae612e161a1b 20:54:32 ---> 00df8f5426f5 20:54:32 Step 20/22 : LABEL arch=x86_64 20:54:33 ---> Running in 6d608b420b4f 20:54:33 Removing intermediate container 6dd4ade97779 20:54:33 ---> 8a80b6d1ed68 20:54:33 20:54:34 Removing intermediate container 6d608b420b4f 20:54:34 ---> 9ab39fc80ec8 20:54:34 Step 21/22 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:54:35 Successfully built 8a80b6d1ed68 20:54:35 Successfully tagged docker-support-scheduler-go:latest 20:54:37  Building docker-support-scheduler-go ... done  ---> Running in c77cbd93c601 20:54:37 Removing intermediate container c77cbd93c601 20:54:37 ---> 70f74f91794b 20:54:37 Step 22/22 : LABEL version=0.0.0 20:54:38 ---> Running in 05611b4d88ad 20:54:38 Removing intermediate container 05611b4d88ad 20:54:38 ---> c775a1c6bdf7 20:54:38 20:54:39 Successfully built c775a1c6bdf7 20:54:39 Successfully tagged docker-security-bootstrap-redis-go:latest 20:54:47  Building docker-security-bootstrap-redis-go ... done  ---> 1669cfd55bcc 20:54:47 Step 9/23 : RUN make cmd/core-data/core-data 20:54:47 ---> Running in 255e88778814 20:54:50 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 20:55:06 Removing intermediate container cb6acdf77253 20:55:06 ---> e0f4699b9522 20:55:06 20:55:06 Step 10/24 : FROM scratch 20:55:06 ---> 20:55:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:55:06 Removing intermediate container fb072b7d483c 20:55:06 ---> 13bd65994a78 20:55:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:55:06 ---> Running in d309c4472a12 20:55:06 ---> Running in 3ef2058269c4 20:55:06 Removing intermediate container 3ef2058269c4 20:55:06 ---> cbde3d78d975 20:55:06 Step 12/24 : ENV APP_PORT=48060 20:55:06 ---> Running in 97867306599d 20:55:06 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 20:55:07 Removing intermediate container 97867306599d 20:55:07 ---> 86106e3d3bd0 20:55:07 Step 13/24 : EXPOSE $APP_PORT 20:55:07 ---> Running in fe8526998704 20:55:07 Removing intermediate container fe8526998704 20:55:07 ---> e1175f07d9aa 20:55:07 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:55:09 ---> 843c4aab9b62 20:55:09 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:55:11 Removing intermediate container d309c4472a12 20:55:11 ---> 58812ad29b58 20:55:11 20:55:11 Step 11/26 : FROM docker:20.10.0 20:55:11 20.10.0: Pulling from library/docker 20:55:11 ---> 6eecc00a686a 20:55:11 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:55:12 ---> cefe933d4bfe 20:55:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 20:55:13 ---> e9cf0e410bad 20:55:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:55:14 ---> a9660a483c49 20:55:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:55:15 ---> 561dedee788a 20:55:15 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:55:15 ---> Running in f31152f3438b 20:55:16 Removing intermediate container f31152f3438b 20:55:16 ---> 194cfd410c7e 20:55:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:55:16 ---> Running in c79f666adcae 20:55:17 Removing intermediate container c79f666adcae 20:55:17 ---> 9d4d27913523 20:55:17 Step 22/24 : LABEL arch=x86_64 20:55:17 ---> Running in 4b8bb8244cae 20:55:18 Removing intermediate container 4b8bb8244cae 20:55:18 ---> 8294b195926b 20:55:18 Step 23/24 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:55:18 ---> Running in 757211cd9eb0 20:55:19 Removing intermediate container 757211cd9eb0 20:55:19 ---> 3f0a714efd95 20:55:19 Step 24/24 : LABEL version=0.0.0 20:55:19 ---> Running in 4efec1077930 20:55:19 Removing intermediate container 4efec1077930 20:55:19 ---> 968e587da452 20:55:19 20:55:20 Successfully built 968e587da452 20:55:20 Successfully tagged docker-support-notifications-go:latest 20:55:22  Building docker-support-notifications-go ... done Removing intermediate container 255e88778814 20:55:22 ---> e9fb778eee1b 20:55:22 20:55:22 Step 10/23 : FROM alpine:3.12 20:55:22 ---> 389fef711851 20:55:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:55:22 ---> Running in 38bed73af5b4 20:55:23 Removing intermediate container 38bed73af5b4 20:55:23 ---> 3f4085c90b7e 20:55:23 Step 12/23 : ENV APP_PORT=48080 20:55:23 ---> Running in ca0eaa359ad6 20:55:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:55:23 Status: Downloaded newer image for docker:20.10.0 20:55:23 ---> aefe523efa57 20:55:23 Step 12/26 : RUN apk add --no-cache bash 20:55:23 ---> Running in 1075a5e31cfd 20:55:23 Removing intermediate container ca0eaa359ad6 20:55:23 ---> d5f54c383590 20:55:23 Step 13/23 : EXPOSE $APP_PORT 20:55:23 ---> Running in b9243ef48d79 20:55:24 Removing intermediate container b9243ef48d79 20:55:24 ---> efa43e525e78 20:55:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:55:24 ---> Running in 3c4d311d573a 20:55:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:25 (1/2) Installing readline (8.0.4-r0) 20:55:25 (2/2) Installing bash (5.0.17-r0) 20:55:25 Executing bash-5.0.17-r0.post-install 20:55:25 Executing busybox-1.31.1-r19.trigger 20:55:25 OK: 12 MiB in 22 packages 20:55:26 Removing intermediate container 3c4d311d573a 20:55:26 ---> 58ac397658a6 20:55:26 Step 15/23 : RUN apk add --update --no-cache zeromq 20:55:26 Removing intermediate container 1075a5e31cfd 20:55:26 ---> 1820d29da6c4 20:55:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:55:26 ---> Running in ce9332a2b375 20:55:26 ---> Running in e9edac9bc4d1 20:55:26 Removing intermediate container ce9332a2b375 20:55:26 ---> 737f4f8553bb 20:55:26 Step 14/26 : ENV APP_PORT=48090 20:55:27 ---> Running in 6a4a07809dff 20:55:27 Removing intermediate container 6a4a07809dff 20:55:27 ---> b9a60f7f6dc0 20:55:27 Step 15/26 : EXPOSE $APP_PORT 20:55:27 ---> Running in 058b0ae77ac4 20:55:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:27 Removing intermediate container 058b0ae77ac4 20:55:27 ---> 1d62d17136f0 20:55:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:55:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:28 ---> 66a56f2bfee3 20:55:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:55:28 (1/5) Installing libgcc (9.3.0-r2) 20:55:29 (2/5) Installing libsodium (1.0.18-r0) 20:55:29 (3/5) Installing libstdc++ (9.3.0-r2) 20:55:29 ---> 333a19424885 20:55:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:55:29 (4/5) Installing libzmq (4.3.3-r0) 20:55:29 (5/5) Installing zeromq (4.3.3-r0) 20:55:29 Executing busybox-1.31.1-r19.trigger 20:55:29 OK: 8 MiB in 19 packages 20:55:29 ---> c7089f659557 20:55:29 Step 19/26 : RUN apk --no-cache add py3-pip 20:55:29 ---> Running in 96bb311e067a 20:55:30 Removing intermediate container e9edac9bc4d1 20:55:30 ---> 414dbcdc3955 20:55:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 20:55:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:55:31 ---> 0ea254db5f25 20:55:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:55:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:55:31 (1/33) Installing libbz2 (1.0.8-r1) 20:55:31 (2/33) Installing expat (2.2.9-r1) 20:55:31 (3/33) Installing libffi (3.3-r2) 20:55:31 (4/33) Installing gdbm (1.13-r1) 20:55:31 (5/33) Installing xz-libs (5.2.5-r0) 20:55:31 (6/33) Installing sqlite-libs (3.32.1-r0) 20:55:31 (7/33) Installing python3 (3.8.5-r0) 20:55:35 ---> ba03218effac 20:55:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:55:35 (8/33) Installing py3-appdirs (1.4.4-r1) 20:55:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:55:35 (10/33) Installing py3-parsing (2.4.7-r0) 20:55:35 (11/33) Installing py3-six (1.15.0-r0) 20:55:35 (12/33) Installing py3-packaging (20.4-r0) 20:55:35 (13/33) Installing py3-setuptools (47.0.0-r0) 20:55:35 (14/33) Installing py3-chardet (3.0.4-r4) 20:55:35 (15/33) Installing py3-idna (2.9-r0) 20:55:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:55:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:55:36 ---> 488ee6c570b9 20:55:36 Step 19/23 : ENTRYPOINT ["/core-data"] 20:55:36 (18/33) Installing py3-requests (2.23.0-r0) 20:55:36 (19/33) Installing py3-msgpack (1.0.0-r0) 20:55:36 (20/33) Installing py3-lockfile (0.12.2-r3) 20:55:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:55:36 (22/33) Installing py3-colorama (0.4.3-r0) 20:55:36 ---> Running in 9384b1d9df10 20:55:36 (23/33) Installing py3-distlib (0.3.0-r0) 20:55:36 (24/33) Installing py3-distro (1.5.0-r1) 20:55:36 (25/33) Installing py3-webencodings (0.5.1-r3) 20:55:36 (26/33) Installing py3-html5lib (1.0.1-r4) 20:55:36 (27/33) Installing py3-pytoml (0.1.21-r0) 20:55:37 (28/33) Installing py3-pep517 (0.8.2-r0) 20:55:37 (29/33) Installing py3-progress (1.5-r0) 20:55:37 (30/33) Installing py3-toml (0.10.1-r0) 20:55:37 Removing intermediate container 9384b1d9df10 20:55:37 ---> dd6ce5c8ecc2 20:55:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:55:37 (31/33) Installing py3-retrying (1.3.3-r0) 20:55:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:55:37 (33/33) Installing py3-pip (20.1.1-r0) 20:55:37 ---> Running in b330d7153b48 20:55:37 Executing busybox-1.31.1-r19.trigger 20:55:37 OK: 71 MiB in 55 packages 20:55:38 Removing intermediate container b330d7153b48 20:55:38 ---> eba4c1c18a56 20:55:38 Step 21/23 : LABEL arch=x86_64 20:55:38 ---> Running in e3c7556f34da 20:55:38 Removing intermediate container e3c7556f34da 20:55:38 ---> 8015ffee4aad 20:55:38 Step 22/23 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:55:38 ---> Running in 78ea0b2210d7 20:55:39 Removing intermediate container 78ea0b2210d7 20:55:39 ---> f3b2c51091bb 20:55:39 Step 23/23 : LABEL version=0.0.0 20:55:41 ---> Running in 537f3968e3b3 20:55:43 Removing intermediate container 537f3968e3b3 20:55:43 ---> de85e898c387 20:55:43 20:55:43 Successfully built de85e898c387 20:55:43 Successfully tagged docker-core-data-go:latest 20:55:43  Building docker-core-data-go ... done Removing intermediate container 96bb311e067a 20:55:43 ---> c541c0a0c6b8 20:55:43 Step 20/26 : RUN pip install docker-compose==1.23.2 20:55:44 ---> Running in 90534543e7cf 20:55:46 Collecting docker-compose==1.23.2 20:55:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:55:46 Collecting dockerpty<0.5,>=0.4.1 20:55:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:55:47 Collecting PyYAML<4,>=3.10 20:55:47 Downloading PyYAML-3.13.tar.gz (270 kB) 20:55:48 Collecting texttable<0.10,>=0.9.0 20:55:48 Downloading texttable-0.9.1.tar.gz (11 kB) 20:55:49 Collecting cached-property<2,>=1.2.0 20:55:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:55:49 Collecting docker<4.0,>=3.6.0 20:55:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:55:49 Collecting docopt<0.7,>=0.6.1 20:55:49 Downloading docopt-0.6.2.tar.gz (25 kB) 20:55:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:55:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:55:50 Collecting websocket-client<1.0,>=0.32.0 20:55:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:55:50 Collecting jsonschema<3,>=2.5.1 20:55:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:55:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:55:51 Collecting docker-pycreds>=0.4.0 20:55:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:55:51 Collecting idna<2.8,>=2.5 20:55:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:55:51 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) 20:55:51 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) 20:55:51 Collecting urllib3<1.25,>=1.21.1 20:55:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:55:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:55:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:55:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:55:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:55:51 Installing collected packages: dockerpty, PyYAML, texttable, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, jsonschema, docker-compose 20:55:51 Running setup.py install for dockerpty: started 20:55:52 Running setup.py install for dockerpty: finished with status 'done' 20:55:52 Running setup.py install for PyYAML: started 20:55:53 Running setup.py install for PyYAML: finished with status 'done' 20:55:53 Running setup.py install for texttable: started 20:55:53 Running setup.py install for texttable: finished with status 'done' 20:55:54 Attempting uninstall: idna 20:55:54 Found existing installation: idna 2.9 20:55:54 Uninstalling idna-2.9: 20:55:54 Successfully uninstalled idna-2.9 20:55:54 Attempting uninstall: urllib3 20:55:54 Found existing installation: urllib3 1.25.9 20:55:54 Uninstalling urllib3-1.25.9: 20:55:54 Successfully uninstalled urllib3-1.25.9 20:55:54 Attempting uninstall: requests 20:55:54 Found existing installation: requests 2.23.0 20:55:54 Uninstalling requests-2.23.0: 20:55:54 Successfully uninstalled requests-2.23.0 20:55:55 Running setup.py install for docopt: started 20:55:56 Running setup.py install for docopt: finished with status 'done' 20:55:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 20:56:01 Removing intermediate container 90534543e7cf 20:56:01 ---> 0600c4604b01 20:56:01 Step 21/26 : RUN apk --no-cache add curl 20:56:01 ---> Running in 3c482c21301e 20:56:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:56:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:56:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:56:02 (2/3) Installing libcurl (7.69.1-r3) 20:56:02 (3/3) Installing curl (7.69.1-r3) 20:56:02 Executing busybox-1.31.1-r19.trigger 20:56:02 OK: 72 MiB in 58 packages 20:56:04 Removing intermediate container 3c482c21301e 20:56:04 ---> ed9bba71cf34 20:56:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:56:04 ---> Running in 8f594d1c9a14 20:56:05 Removing intermediate container 8f594d1c9a14 20:56:05 ---> 112a1c7732d1 20:56:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:56:05 ---> Running in d8f45238e1d9 20:56:05 Removing intermediate container d8f45238e1d9 20:56:05 ---> 6de5656b36df 20:56:05 Step 24/26 : LABEL arch=x86_64 20:56:05 ---> Running in c130e259e827 20:56:06 Removing intermediate container c130e259e827 20:56:06 ---> 86126f8c71b8 20:56:06 Step 25/26 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 20:56:06 ---> Running in 557ec5092a4c 20:56:06 Removing intermediate container 557ec5092a4c 20:56:06 ---> 2c8f8f4c0b1b 20:56:06 Step 26/26 : LABEL version=0.0.0 20:56:06 ---> Running in 6db9dac14370 20:56:07 Removing intermediate container 6db9dac14370 20:56:07 ---> a6d96d45488b 20:56:07 20:56:07 Successfully built a6d96d45488b 20:56:07 Successfully tagged docker-sys-mgmt-agent-go:latest 20:56:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:56:08 $ docker stop --time=1 0ddfff0d725a0ff9f9da6551b86822fc927ec93a2a626e7468a86f59dc5776dd 20:56:10 $ docker rm -f 0ddfff0d725a0ff9f9da6551b86822fc927ec93a2a626e7468a86f59dc5776dd [Pipeline] // withDockerContainer [Pipeline] sh 20:56:11 + docker images 20:56:11 + grep docker 20:56:11 docker-sys-mgmt-agent-go latest a6d96d45488b 5 seconds ago 313MB 20:56:11 docker-core-data-go latest de85e898c387 30 seconds ago 22.2MB 20:56:11 docker-support-notifications-go latest 968e587da452 52 seconds ago 12MB 20:56:11 docker-security-bootstrap-redis-go latest c775a1c6bdf7 About a minute ago 15.8MB 20:56:11 docker-support-scheduler-go latest 8a80b6d1ed68 About a minute ago 10.7MB 20:56:11 docker-security-bootstrapper-go latest 5e6f13808b03 3 minutes ago 41.5MB 20:56:11 docker-security-secretstore-setup-go latest 9708c4248d90 3 minutes ago 24.6MB 20:56:11 docker-security-proxy-setup-go latest 80e32278b1e1 3 minutes ago 24.5MB 20:56:11 docker-core-metadata-go latest aac6fe378ee9 3 minutes ago 13MB 20:56:11 docker-core-command-go latest 9e32928e8638 3 minutes ago 10.6MB 20:56:11 docker 20.10.0 aefe523efa57 3 weeks 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 20:56:27 Still waiting to schedule task 20:56:27 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:57:19 Running on prd-ubuntu18.04-docker-8c-8g-18294 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 20:57:19 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 20:57:21 using credential edgex-jenkins-ssh 20:57:21 Cloning the remote Git repository 20:57:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:57:21 > git init /w/workspace/edgex-go/5 # timeout=10 20:57:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:57:21 > git --version # timeout=10 20:57:21 > git --version # 'git version 2.17.1' 20:57:21 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:29 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 81e80c19b27583b3db40e74c5e4ad721211dc801 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:57:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:57:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:57:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:57:29 > git config core.sparsecheckout # timeout=10 20:57:29 > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 [Pipeline] // stage [Pipeline] } 20:57:30 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 20:57:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:57:34 ---> package-listing.sh 20:57:34 ++ facter osfamily 20:57:34 ++ tr '[:upper:]' '[:lower:]' 20:57:34 + OS_FAMILY=redhat 20:57:34 + workspace=/w/workspace/edgex-go/5 20:57:34 + START_PACKAGES=/tmp/packages_start.txt 20:57:34 + END_PACKAGES=/tmp/packages_end.txt 20:57:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:57:34 + PACKAGES=/tmp/packages_start.txt 20:57:34 + '[' /w/workspace/edgex-go/5 ']' 20:57:34 + PACKAGES=/tmp/packages_end.txt 20:57:34 + case "${OS_FAMILY}" in 20:57:34 + rpm -qa 20:57:34 + sort 20:57:39 + '[' -f /tmp/packages_start.txt ']' 20:57:39 + '[' -f /tmp/packages_end.txt ']' 20:57:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:57:39 + '[' /w/workspace/edgex-go/5 ']' 20:57:39 + mkdir -p /w/workspace/edgex-go/5/archives/ 20:57:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 20:57:39 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:57:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:57:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:57:41 20:57:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:57:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:57:41 alpine: Pulling from edgex-lftools-log-publisher 20:57:41 df20fa9351a1: Pulling fs layer 20:57:41 36b3adc4ff6f: Pulling fs layer 20:57:41 8ad3a11d3b57: Pulling fs layer 20:57:41 46f8f816bc3b: Pulling fs layer 20:57:41 93b61091891f: Pulling fs layer 20:57:41 93b9cdb0e59b: Pulling fs layer 20:57:41 5e14af77c1be: Pulling fs layer 20:57:41 01666e4c0597: Pulling fs layer 20:57:41 aa168da1d23b: Pulling fs layer 20:57:41 93b9cdb0e59b: Waiting 20:57:41 5e14af77c1be: Waiting 20:57:41 01666e4c0597: Waiting 20:57:41 aa168da1d23b: Waiting 20:57:41 46f8f816bc3b: Waiting 20:57:41 93b61091891f: Waiting 20:57:41 36b3adc4ff6f: Verifying Checksum 20:57:41 36b3adc4ff6f: Download complete 20:57:41 46f8f816bc3b: Verifying Checksum 20:57:41 46f8f816bc3b: Download complete 20:57:41 df20fa9351a1: Verifying Checksum 20:57:41 df20fa9351a1: Download complete 20:57:41 93b9cdb0e59b: Verifying Checksum 20:57:41 93b9cdb0e59b: Download complete 20:57:41 5e14af77c1be: Verifying Checksum 20:57:41 5e14af77c1be: Download complete 20:57:41 93b61091891f: Download complete 20:57:41 01666e4c0597: Verifying Checksum 20:57:41 01666e4c0597: Download complete 20:57:42 df20fa9351a1: Pull complete 20:57:42 36b3adc4ff6f: Pull complete 20:57:42 8ad3a11d3b57: Verifying Checksum 20:57:42 8ad3a11d3b57: Download complete 20:57:44 8ad3a11d3b57: Pull complete 20:57:44 46f8f816bc3b: Pull complete 20:57:45 aa168da1d23b: Verifying Checksum 20:57:45 aa168da1d23b: Download complete 20:57:46 93b61091891f: Pull complete 20:57:46 93b9cdb0e59b: Pull complete 20:57:47 5e14af77c1be: Pull complete 20:57:47 01666e4c0597: Pull complete 20:58:02 aa168da1d23b: Pull complete 20:58:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:58:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:58:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:58:03 prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container 20:58:03 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:58:06 $ docker top 718002d2bc65281b4c2e80218cb3b7d8554b344c50baeaded3c675abf1dbec1a -eo pid,comm [Pipeline] { [Pipeline] sh 20:58:07 + touch /tmp/pre-build-complete [Pipeline] sh 20:58:07 + mkdir -p /var/log/sa [Pipeline] sh 20:58:07 + ls /var/log/sa-host 20:58:07 + sadf -c /var/log/sa-host/sa04 20:58:07 file_magic: OK 20:58:07 HZ: Using current value: 100 20:58:07 file_header: OK 20:58:07 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 20:58:07 Statistics: 20:58:07 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:58:07 File successfully converted to sysstat format version 12.2.1 20:58:07 + sadf -c /var/log/sa-host/sa23 20:58:07 file_magic: OK 20:58:07 HZ: Using current value: 100 20:58:07 file_header: OK 20:58:07 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 20:58:07 Statistics: 20:58:07 Hnuu...uuuununununu... 20:58:07 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:58:08 provisioning config files... 20:58:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8635694844540732286tmp [Pipeline] { [Pipeline] echo 20:58:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:58:08 ---> create-netrc.sh [Pipeline] } 20:58:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:58:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:58:08 ---> python-tools-install.sh [Pipeline] echo 20:58:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:58:09 ---> sudo-logs.sh 20:58:09 Archiving 'sudo' log.. [Pipeline] echo 20:58:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:58:09 ---> job-cost.sh 20:58:09 lf-activate-venv: SKIPPING 20:58:09 INFO: No Stack... 20:58:10 INFO: Retrieving Pricing Info for: v1-standard-2 20:58:11 INFO: Archiving Costs [Pipeline] echo 20:58:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:58:11 ---> logs-deploy.sh 20:58:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/5 20:58:11 INFO: archiving workspace using pattern(s): 20:58:13 Archives upload complete. 20:58:13 INFO: archiving logs to Nexus