Pull request #2914 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 29e664d5d238b101fd7610bddecccab428b8a002 rather than 29a620a7c483ed8f5e524e23448855c9b5c117df Obtained Jenkinsfile from 29e664d5d238b101fd7610bddecccab428b8a002 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14133’ Running on prd-centos7-docker-4c-2g-14135 in /w/workspace/edgexfoundry_edgex-go_PR-2914 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2914/head:refs/remotes/origin/PR-2914 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 29e664d5d238b101fd7610bddecccab428b8a002 into PR head commit 29a620a7c483ed8f5e524e23448855c9b5c117df Merge succeeded, producing 29a620a7c483ed8f5e524e23448855c9b5c117df Checking out Revision 29a620a7c483ed8f5e524e23448855c9b5c117df (PR-2914) > git config core.sparsecheckout # timeout=10 > git checkout -f 29a620a7c483ed8f5e524e23448855c9b5c117df # 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 29e664d5d238b101fd7610bddecccab428b8a002 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29a620a7c483ed8f5e524e23448855c9b5c117df # timeout=10 Commit message: "feat(v2 metadata): Implement GET /deviceprofile/model/{model} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:34:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:34:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:34:03 ========================================================= 06:34:03 EdgeX Global Pipelines Version Info 06:34:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 01b52d1bc2be61aa62c981eb8595fed52cb6bb89 # timeout=10 06:34:04 ------------------- 06:34:04 stable info: 06:34:04 ------------------- 06:34:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:34:04 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 06:34:04 Message: update stable to v1.0.169 06:34:05 ------------------- 06:34:05 experimental info: 06:34:05 ------------------- 06:34:05 Commited By: **** collab-it+edgex@linuxfoundation.org 06:34:05 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 06:34:05 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:34:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:34:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:34:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:34:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2914 [Pipeline] echo 06:34:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2914 [Pipeline] echo 06:34:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2914 [Pipeline] echo 06:34:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29a620a7c483ed8f5e524e23448855c9b5c117df [Pipeline] echo 06:34:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29a620a [Pipeline] echo 06:34:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:34:08 provisioning config files... 06:34:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3849388910950480459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:34:09 ---> docker-login.sh 06:34:09 nexus3.edgexfoundry.org:10001 06:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:09 Configure a credential helper to remove this warning. See 06:34:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:09 06:34:09 Login Succeeded 06:34:09 nexus3.edgexfoundry.org:10002 06:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:09 Configure a credential helper to remove this warning. See 06:34:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:09 06:34:09 Login Succeeded 06:34:09 nexus3.edgexfoundry.org:10003 06:34:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:09 Configure a credential helper to remove this warning. See 06:34:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:09 06:34:09 Login Succeeded 06:34:09 nexus3.edgexfoundry.org:10004 06:34:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:10 Configure a credential helper to remove this warning. See 06:34:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:10 06:34:10 Login Succeeded 06:34:10 docker.io 06:34:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:34:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:34:10 Configure a credential helper to remove this warning. See 06:34:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:34:10 06:34:10 Login Succeeded 06:34:10 ---> docker-login.sh ends [Pipeline] } 06:34:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:11 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/core-command/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo core-command,cmd/core-command/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/core-data/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo core-data,cmd/core-data/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/core-metadata/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo core-metadata,cmd/core-metadata/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/security-bootstrap-redis/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/security-proxy-setup/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/security-secrets-setup/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/support-logging/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo support-logging,cmd/support-logging/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/support-notifications/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo support-notifications,cmd/support-notifications/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/support-scheduler/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:34:11 + for file in '`ls cmd/**/Dockerfile`' 06:34:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:34:11 ++ cut -d/ -f2 06:34:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:34:11 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 06:34:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:12 06:34:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:34:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:12 latest: Pulling from edgex-devops/git-semver 06:34:12 31603596830f: Pulling fs layer 06:34:12 2a8b12db71e7: Pulling fs layer 06:34:12 6ca5941a6612: Pulling fs layer 06:34:12 ecc8261a40a4: Pulling fs layer 06:34:12 ecc8261a40a4: Waiting 06:34:12 2a8b12db71e7: Verifying Checksum 06:34:12 2a8b12db71e7: Download complete 06:34:13 31603596830f: Verifying Checksum 06:34:13 31603596830f: Download complete 06:34:13 ecc8261a40a4: Verifying Checksum 06:34:13 ecc8261a40a4: Download complete 06:34:13 6ca5941a6612: Verifying Checksum 06:34:13 6ca5941a6612: Download complete 06:34:13 31603596830f: Pull complete 06:34:13 2a8b12db71e7: Pull complete 06:34:14 6ca5941a6612: Pull complete 06:34:14 ecc8261a40a4: Pull complete 06:34:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:34:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:34:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:34:14 prd-centos7-docker-4c-2g-14135 does not seem to be running inside a container 06:34:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:34:17 $ docker top f6338943f25c833adb554139f281bc5fe5b38ca30a32ea3de083c8ab93073a72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:34:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:17 [ssh-agent] Looking for ssh-agent implementation... 06:34:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:17 $ docker exec f6338943f25c833adb554139f281bc5fe5b38ca30a32ea3de083c8ab93073a72 ssh-agent 06:34:18 SSH_AUTH_SOCK=/tmp/ssh-YiFL26urGVax/agent.13 06:34:18 SSH_AGENT_PID=18 06:34:18 Running ssh-add (command line suppressed) 06:34:18 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2112283771253610873.key (/w/workspace/edgex-go/2@tmp/private_key_2112283771253610873.key) 06:34:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:18 + git tag --points-at HEAD [Pipeline] } 06:34:18 $ docker exec --env ******** --env ******** f6338943f25c833adb554139f281bc5fe5b38ca30a32ea3de083c8ab93073a72 ssh-agent -k 06:34:18 unset SSH_AUTH_SOCK; 06:34:18 unset SSH_AGENT_PID; 06:34:18 echo Agent pid 18 killed; 06:34:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:34:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:34:19 [ssh-agent] Looking for ssh-agent implementation... 06:34:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:34:19 $ docker exec f6338943f25c833adb554139f281bc5fe5b38ca30a32ea3de083c8ab93073a72 ssh-agent 06:34:19 SSH_AUTH_SOCK=/tmp/ssh-zUfmYQOS6MSx/agent.47 06:34:19 SSH_AGENT_PID=53 06:34:19 Running ssh-add (command line suppressed) 06:34:19 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2108442787956207417.key (/w/workspace/edgex-go/2@tmp/private_key_2108442787956207417.key) 06:34:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:34:19 + git semver init 06:34:19 # -> Open(): unable to determine branch for HEAD 06:34:19 # $GIT_DIR = /w/workspace/edgex-go/2/.git 06:34:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 06:34:19 # $SEMVER_REMOTE_NAME = origin 06:34:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:34:19 # $SEMVER_USER_NAME = edgex-jenkins 06:34:19 # $SEMVER_BRANCH = PR-2914 06:34:19 # $SEMVER_TEMP = /tmp/semver-181374321 06:34:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:34:41 # '/tmp/semver-181374321' -> '/w/workspace/edgex-go/2/.semver' 06:34:41 # -> Force: false 06:34:41 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 06:34:42 $ docker exec --env ******** --env ******** f6338943f25c833adb554139f281bc5fe5b38ca30a32ea3de083c8ab93073a72 ssh-agent -k 06:34:42 unset SSH_AUTH_SOCK; 06:34:42 unset SSH_AGENT_PID; 06:34:42 echo Agent pid 53 killed; 06:34:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:34:42 + git semver [Pipeline] } 06:34:42 $ docker stop --time=1 f6338943f25c833adb554139f281bc5fe5b38ca30a32ea3de083c8ab93073a72 06:34:44 $ docker rm -f f6338943f25c833adb554139f281bc5fe5b38ca30a32ea3de083c8ab93073a72 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:34:45 Stashed 1 file(s) [Pipeline] echo 06:34: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 06:34:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:34:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:34:47 + sudo service docker restart 06:34:47 + true 06:34:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:34:47 ========================================================= 06:34:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:34:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:34: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 . 06:34:52 Sending build context to Docker daemon 326.1MB 06:34:52 Step 1/7 : ARG BASE=golang:1.15-alpine 06:34:52 Step 2/7 : FROM ${BASE} 06:34:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:34:52 188c0c94c7c5: Pulling fs layer 06:34:52 0ef7d3d256c8: Pulling fs layer 06:34:52 de9db76c5a1d: Pulling fs layer 06:34:52 bca2f99d35d6: Pulling fs layer 06:34:52 93359f2a8cfa: Pulling fs layer 06:34:52 7c6f9722023f: Pulling fs layer 06:34:52 a35cf1a2eb13: Pulling fs layer 06:34:52 bca2f99d35d6: Waiting 06:34:52 93359f2a8cfa: Waiting 06:34:52 7c6f9722023f: Waiting 06:34:52 a35cf1a2eb13: Waiting 06:34:52 de9db76c5a1d: Download complete 06:34:52 0ef7d3d256c8: Verifying Checksum 06:34:52 0ef7d3d256c8: Download complete 06:34:52 93359f2a8cfa: Verifying Checksum 06:34:52 93359f2a8cfa: Download complete 06:34:52 7c6f9722023f: Verifying Checksum 06:34:52 7c6f9722023f: Download complete 06:34:52 188c0c94c7c5: Verifying Checksum 06:34:52 188c0c94c7c5: Download complete 06:34:52 188c0c94c7c5: Pull complete 06:34:52 0ef7d3d256c8: Pull complete 06:34:53 de9db76c5a1d: Pull complete 06:34:55 a35cf1a2eb13: Verifying Checksum 06:34:55 a35cf1a2eb13: Download complete 06:34:55 bca2f99d35d6: Verifying Checksum 06:34:55 bca2f99d35d6: Download complete 06:35:01 Still waiting to schedule task 06:35:01 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 06:35:02 bca2f99d35d6: Pull complete 06:35:02 93359f2a8cfa: Pull complete 06:35:02 7c6f9722023f: Pull complete 06:35:07 a35cf1a2eb13: Pull complete 06:35:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:35:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:35:07 ---> a62c8e92a672 06:35:07 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:35:07 ---> Running in 3bb1ba4cd2da 06:35:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:35:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:35:08 (1/12) Installing libmagic (5.38-r0) 06:35:09 (2/12) Installing file (5.38-r0) 06:35:09 (3/12) Installing libc-dev (0.7.2-r3) 06:35:09 (4/12) Installing g++ (9.3.0-r2) 06:35:19 (5/12) Installing fortify-headers (1.1-r0) 06:35:19 (6/12) Installing patch (2.7.6-r6) 06:35:19 (7/12) Installing build-base (0.5-r2) 06:35:19 (8/12) Installing libsodium (1.0.18-r0) 06:35:19 (9/12) Installing pkgconf (1.7.2-r0) 06:35:19 (10/12) Installing libsodium-dev (1.0.18-r0) 06:35:19 (11/12) Installing libzmq (4.3.3-r0) 06:35:19 (12/12) Installing zeromq-dev (4.3.3-r0) 06:35:19 Executing busybox-1.31.1-r19.trigger 06:35:19 OK: 233 MiB in 51 packages 06:35:22 Removing intermediate container 3bb1ba4cd2da 06:35:22 ---> d5d3f85fe06d 06:35:22 Step 4/7 : WORKDIR /edgex-go 06:35:22 ---> Running in 892d64275cf5 06:35:22 Removing intermediate container 892d64275cf5 06:35:22 ---> 27a21730fc0e 06:35:22 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:35:23 latest: Pulling from library/docker 06:35:23 188c0c94c7c5: Already exists 06:35:23 0c7c675703d6: Pulling fs layer 06:35:23 cc8c12a437cb: Pulling fs layer 06:35:23 f092543453df: Pulling fs layer 06:35:23 65b6bc45957d: Pulling fs layer 06:35:23 4de832df471b: Pulling fs layer 06:35:23 79aa7fa92271: Pulling fs layer 06:35:23 65b6bc45957d: Waiting 06:35:23 4de832df471b: Waiting 06:35:23 79aa7fa92271: Waiting 06:35:23 cc8c12a437cb: Download complete 06:35:23 0c7c675703d6: Verifying Checksum 06:35:23 0c7c675703d6: Download complete 06:35:23 65b6bc45957d: Verifying Checksum 06:35:23 65b6bc45957d: Download complete 06:35:23 4de832df471b: Verifying Checksum 06:35:23 4de832df471b: Download complete 06:35:23 79aa7fa92271: Verifying Checksum 06:35:23 79aa7fa92271: Download complete 06:35:23 0c7c675703d6: Pull complete 06:35:24 cc8c12a437cb: Pull complete 06:35:24 f092543453df: Verifying Checksum 06:35:24 f092543453df: Download complete 06:35:26 f092543453df: Pull complete 06:35:26 65b6bc45957d: Pull complete 06:35:27 4de832df471b: Pull complete 06:35:27 79aa7fa92271: Pull complete 06:35:27 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 06:35:27 Status: Downloaded newer image for docker:latest 06:35:29 ---> 968aa3db8d33 06:35:29 Step 6/7 : COPY go.mod . 06:35:29 ---> 1a198ee5e191 06:35:29 Step 7/7 : RUN go mod download 06:35:29 ---> Running in c2a961aa635d 06:35:51 Removing intermediate container c2a961aa635d 06:35:51 ---> e6757d522345 06:35:51 Successfully built e6757d522345 06:35:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:35:51 + docker inspect -f . ci-base-image-x86_64 06:35:51 . [Pipeline] withDockerContainer 06:35:51 prd-centos7-docker-4c-2g-14135 does not seem to be running inside a container 06:35:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:35:52 $ docker top 1f6c399633135957cd993551b3a0064a5b21121c584f7151f06eb90b02fdc5a4 -eo pid,comm [Pipeline] { [Pipeline] sh 06:35:53 + go version 06:35:53 go version go1.15.5 linux/amd64 [Pipeline] } 06:35:53 $ docker stop --time=1 1f6c399633135957cd993551b3a0064a5b21121c584f7151f06eb90b02fdc5a4 06:35:54 $ docker rm -f 1f6c399633135957cd993551b3a0064a5b21121c584f7151f06eb90b02fdc5a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:35:55 + docker inspect -f . ci-base-image-x86_64 06:35:55 . [Pipeline] withDockerContainer 06:35:55 prd-centos7-docker-4c-2g-14135 does not seem to be running inside a container 06:35:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:35:56 $ docker top 8c77f2da9efd0c9e4475e80fcec66302c76f326e05056f3e4ed054d3cfe2971a -eo pid,comm [Pipeline] { [Pipeline] echo 06:35:56 ========================================================= 06:35:56 [edgeXBuildGoParallel] Running Tests and Build... 06:35:56 ========================================================= [Pipeline] sh 06:35:56 + make test 06:35:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:36:06 ? github.com/edgexfoundry/edgex-go [no test files] 06:36:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:36:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:36:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:36:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:36:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:36:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:36:31 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.028s 06:36:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:36:31 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:36:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:36:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:36:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:36:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:36:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:36:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.105s coverage: 46.6% of statements 06:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:36:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.130s coverage: 65.5% of statements 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.7% of statements 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 06:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements 06:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.032s coverage: 100.0% of statements 06:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.138s coverage: 86.7% of statements 06:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 06:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements 06:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:36:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.314s coverage: 95.2% of statements 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:36:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:36:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.0% of statements [no tests to run] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.233s coverage: 63.5% of statements 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements 06:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements 06:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 06:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 06:36:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 06:36:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.429s coverage: 55.9% of statements 06:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:36:47 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:36:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14136 in /w/workspace/edgexfoundry_edgex-go_PR-2914 [Pipeline] { [Pipeline] ws 06:36:52 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.662s coverage: 86.3% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.308s coverage: 72.2% of statements 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.553s coverage: 72.1% of statements 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.055s coverage: 48.4% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.060s coverage: 96.8% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 37.2% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.407s coverage: 84.1% of statements 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.053s coverage: 42.9% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.038s coverage: 100.0% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.1% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.028s coverage: 100.0% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:36:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.068s coverage: 100.0% of statements 06:36:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:36:56 using credential edgex-jenkins-ssh 06:36:56 Cloning the remote Git repository 06:36:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:36:57 > git init /w/workspace/edgex-go/2 # timeout=10 06:36:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:36:57 > git --version # timeout=10 06:36:57 > git --version # 'git version 2.17.1' 06:36:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 29.1% of statements 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 06:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 06:36:59 GO111MODULE=on go vet ./... 06:37:12 Merging remotes/origin/master commit 29e664d5d238b101fd7610bddecccab428b8a002 into PR head commit 29a620a7c483ed8f5e524e23448855c9b5c117df 06:37:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:37:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:37:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:37:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:37:11 using GIT_SSH to set credentials SSH Credentials for GitHub 06:37:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2914/head:refs/remotes/origin/PR-2914 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:37:12 > git config core.sparsecheckout # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:37:12 Failed in branch arm64 06:37:12 > git checkout -f 29a620a7c483ed8f5e524e23448855c9b5c117df # timeout=10 06:37:26 gofmt -l . 06:37:26 [ "`gofmt -l .`" = "" ] 06:37:26 ./bin/test-go-mod-tidy.sh 06:37:27 ./bin/test-attribution-txt.sh [Pipeline] sh 06:37:29 + ls -al . 06:37:29 total 644 06:37:29 drwxrwxr-x 10 1001 1001 4096 Dec 2 06:37 . 06:37:29 drwxr-xr-x 4 root root 28 Dec 2 06:35 .. 06:37:29 -rw-rw-r-- 1 1001 1001 11 Dec 2 06:33 .dockerignore 06:37:29 drwxrwxr-x 8 1001 1001 179 Dec 2 06:34 .git 06:37:29 drwxrwxr-x 3 1001 1001 125 Dec 2 06:33 .github 06:37:29 -rw-rw-r-- 1 1001 1001 971 Dec 2 06:33 .gitignore 06:37:29 drwx------ 3 1001 1001 47 Dec 2 06:34 .semver 06:37:29 -rw-rw-r-- 1 1001 1001 166 Dec 2 06:33 .sonarcloud.properties 06:37:29 -rw-rw-r-- 1 1001 1001 3804 Dec 2 06:33 CONTRIBUTING.md 06:37:29 -rw-rw-r-- 1 1001 1001 1035 Dec 2 06:33 Dockerfile.build 06:37:29 -rw-rw-r-- 1 1001 1001 863 Dec 2 06:33 Jenkinsfile 06:37:29 -rw-rw-r-- 1 1001 1001 10775 Dec 2 06:33 LICENSE 06:37:29 -rw-rw-r-- 1 1001 1001 6581 Dec 2 06:33 Makefile 06:37:29 -rw-rw-r-- 1 1001 1001 6447 Dec 2 06:33 README.md 06:37:29 -rw-rw-r-- 1 1001 1001 259 Dec 2 06:33 SECURITY.md 06:37:29 -rw-rw-r-- 1 1001 1001 5 Dec 2 06:34 VERSION 06:37:29 -rw-rw-r-- 1 1001 1001 4131 Dec 2 06:33 ZMQWindows.md 06:37:29 drwxrwxr-x 2 1001 1001 117 Dec 2 06:33 bin 06:37:29 drwxrwxr-x 15 1001 1001 4096 Dec 2 06:33 cmd 06:37:29 -rw-r--r-- 1 root root 552039 Dec 2 06:36 coverage.out 06:37:29 -rw-r--r-- 1 root root 1041 Dec 2 06:37 go.mod 06:37:29 -rw-r--r-- 1 root root 18856 Dec 2 06:37 go.sum 06:37:29 drwxrwxr-x 8 1001 1001 127 Dec 2 06:33 internal 06:37:29 drwxrwxr-x 4 1001 1001 26 Dec 2 06:33 openapi 06:37:29 drwxrwxr-x 4 1001 1001 71 Dec 2 06:33 snap 06:37:29 -rw-rw-r-- 1 1001 1001 168 Dec 2 06:33 version.go [Pipeline] sh 06:37:29 + '[' -e coverage.out ] 06:37:29 + chown 1001:1001 coverage.out [Pipeline] stash 06:37:30 Stashed 1 file(s) [Pipeline] sh 06:37:30 + make build 06:37:30 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 06:37:40 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 06:37:44 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 06:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:37:47 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 06:37:49 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 06:37:49 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 06:37:50 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 06:37:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:37:53 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 06:37:55 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 06:37:56 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 06:37:57 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 [Pipeline] } 06:37:58 $ docker stop --time=1 8c77f2da9efd0c9e4475e80fcec66302c76f326e05056f3e4ed054d3cfe2971a 06:38:00 $ docker rm -f 8c77f2da9efd0c9e4475e80fcec66302c76f326e05056f3e4ed054d3cfe2971a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:02 06:38:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:38:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:02 latest: Pulling from edgex-devops/edgex-compose 06:38:02 cbdbe7a5bc2a: Pulling fs layer 06:38:02 ca9280d653b3: Pulling fs layer 06:38:02 7e9c9ca2126c: Pulling fs layer 06:38:03 cbdbe7a5bc2a: Verifying Checksum 06:38:03 cbdbe7a5bc2a: Download complete 06:38:04 ca9280d653b3: Verifying Checksum 06:38:04 ca9280d653b3: Download complete 06:38:04 cbdbe7a5bc2a: Pull complete 06:38:05 7e9c9ca2126c: Verifying Checksum 06:38:05 7e9c9ca2126c: Download complete 06:38:05 ca9280d653b3: Pull complete 06:38:13 7e9c9ca2126c: Pull complete 06:38:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:38:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:38:13 prd-centos7-docker-4c-2g-14135 does not seem to be running inside a container 06:38:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:38:16 $ docker top ee4bbeca12175e6bf31244bf75d49de568eaedcea1c6a7c25439d5412883a3e1 -eo pid,comm [Pipeline] { [Pipeline] sh 06:38:16 + docker-compose build --help 06:38:16 + grep parallel 06:38:17 --parallel Build images in parallel. [Pipeline] } 06:38:18 $ docker stop --time=1 ee4bbeca12175e6bf31244bf75d49de568eaedcea1c6a7c25439d5412883a3e1 06:38:19 $ docker rm -f ee4bbeca12175e6bf31244bf75d49de568eaedcea1c6a7c25439d5412883a3e1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:38:20 . [Pipeline] withDockerContainer 06:38:20 prd-centos7-docker-4c-2g-14135 does not seem to be running inside a container 06:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:38:21 $ docker top 52b7e3d18e94ea939a1fa45476c177439034f8e765a5d647de04b562e3918ca5 -eo pid,comm [Pipeline] { [Pipeline] sh 06:38:21 + docker-compose -f ./docker-compose-build.yml build --parallel 06:38:22 Building docker-core-command-go ... 06:38:22 Building docker-core-data-go ... 06:38:22 Building docker-core-metadata-go ... 06:38:22 Building docker-security-bootstrap-redis-go ... 06:38:22 Building docker-security-proxy-setup-go ... 06:38:22 Building docker-security-secrets-setup-go ... 06:38:22 Building docker-security-secretstore-setup-go ... 06:38:22 Building docker-support-logging-go ... 06:38:22 Building docker-support-notifications-go ... 06:38:22 Building docker-support-scheduler-go ... 06:38:22 Building docker-sys-mgmt-agent-go ... 06:38:22 Building docker-security-secretstore-setup-go 06:38:22 Building docker-support-scheduler-go 06:38:22 Building docker-core-metadata-go 06:38:22 Building docker-sys-mgmt-agent-go 06:38:22 Building docker-security-bootstrap-redis-go 06:38:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:38:55 ---> e6757d522345 06:38:55 Step 3/22 : WORKDIR /edgex-go 06:38:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:38:55 ---> e6757d522345 06:38:55 Step 3/24 : WORKDIR /edgex-go 06:38:55 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:38:55 ---> e6757d522345 06:38:55 Step 3/27 : WORKDIR /edgex-go 06:38:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:38:55 ---> e6757d522345 06:38:55 Step 3/22 : WORKDIR /edgex-go 06:38:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:38:55 ---> e6757d522345 06:38:55 Step 3/21 : WORKDIR /edgex-go 06:38:56 ---> Running in c94fb0a29361 06:38:56 ---> Running in c943d5f4a015 06:38:56 ---> Running in c8275ccb7fff 06:38:56 ---> Running in cf85a17502d5 06:38:56 ---> Running in a9bf32cec8d9 06:38:57 Removing intermediate container cf85a17502d5 06:38:57 ---> 4269d962f8d8 06:38:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:57 Removing intermediate container c943d5f4a015 06:38:57 ---> 1f91af232b25 06:38:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:57 Removing intermediate container c8275ccb7fff 06:38:57 ---> b522ffe79bec 06:38:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:57 Removing intermediate container a9bf32cec8d9 06:38:57 ---> 13a10185cba8 06:38:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:57 Removing intermediate container c94fb0a29361 06:38:57 ---> f0454541126c 06:38:57 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:57 ---> Running in a1a3f24b4eee 06:38:57 ---> Running in ae027cbbf717 06:38:57 ---> Running in 0edbc764c3d9 06:38:57 ---> Running in 14a4bf4b3e4f 06:38:57 ---> Running in 099ad67a8683 06:39:00 Removing intermediate container a1a3f24b4eee 06:39:00 ---> 2c4bf99051cc 06:39:00 Step 5/24 : RUN apk update && apk add make git 06:39:00 Removing intermediate container 0edbc764c3d9 06:39:00 ---> 41c3e235ec71 06:39:00 Step 5/21 : RUN apk update && apk add make git 06:39:00 ---> Running in db259d9026fc 06:39:00 Removing intermediate container 14a4bf4b3e4f 06:39:00 ---> 4d8d4370d4a8 06:39:00 Step 5/22 : RUN apk update && apk add make git 06:39:00 Removing intermediate container ae027cbbf717 06:39:00 ---> adf2f8a4174f 06:39:00 Step 5/22 : RUN apk update && apk add make git 06:39:00 ---> Running in 2451100418b7 06:39:00 Removing intermediate container 099ad67a8683 06:39:00 ---> e9dd3d63f146 06:39:00 Step 5/27 : RUN apk update && apk add make bash git 06:39:00 ---> Running in 49a7f2ec9b10 06:39:00 ---> Running in 2c433f6f0589 06:39:00 ---> Running in b904d50a1f91 06:39:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:03 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:03 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:03 OK: 12745 distinct packages available 06:39:03 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:03 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:03 OK: 12745 distinct packages available 06:39:03 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:03 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:03 OK: 12745 distinct packages available 06:39:03 OK: 233 MiB in 51 packages 06:39:03 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:03 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:03 OK: 12745 distinct packages available 06:39:03 OK: 233 MiB in 51 packages 06:39:03 OK: 233 MiB in 51 packages 06:39:03 OK: 233 MiB in 51 packages 06:39:03 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:39:03 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:39:03 OK: 12745 distinct packages available 06:39:03 OK: 233 MiB in 51 packages 06:39:04 Removing intermediate container 49a7f2ec9b10 06:39:04 ---> bf256c0b1a69 06:39:04 Step 6/22 : COPY go.mod . 06:39:04 Removing intermediate container 2c433f6f0589 06:39:04 ---> 49227b371b6d 06:39:04 Step 6/22 : COPY go.mod . 06:39:04 Removing intermediate container db259d9026fc 06:39:04 ---> 2770c0d2371f 06:39:04 Step 6/24 : COPY go.mod . 06:39:04 Removing intermediate container b904d50a1f91 06:39:04 ---> 96ee58b97569 06:39:04 Step 6/27 : COPY go.mod . 06:39:04 Removing intermediate container 2451100418b7 06:39:04 ---> 7ce695aeb8b6 06:39:04 Step 6/21 : COPY go.mod . 06:39:05 ---> 845ec7107853 06:39:05 Step 7/22 : RUN go mod download 06:39:05 ---> 63254ae846ce 06:39:05 Step 7/22 : RUN go mod download 06:39:05 ---> Running in c88edfc7b497 06:39:05 ---> 94a6296006f9 06:39:05 Step 7/24 : RUN go mod download 06:39:05 ---> 747734682e9b 06:39:05 Step 7/27 : RUN go mod download 06:39:05 ---> 665f07e9692e 06:39:05 Step 7/21 : RUN go mod download 06:39:05 ---> Running in 8a0aa15474f6 06:39:05 ---> Running in 33fb7f16944a 06:39:05 ---> Running in e944aa2c22c4 06:39:05 ---> Running in 3fc989f6037b 06:39:08 Removing intermediate container c88edfc7b497 06:39:08 ---> 0b259b0f7ba1 06:39:08 Step 8/22 : COPY . . 06:39:08 Removing intermediate container 33fb7f16944a 06:39:08 ---> 3c7f082fb35c 06:39:08 Step 8/21 : COPY . . 06:39:10 Removing intermediate container e944aa2c22c4 06:39:10 ---> 503678564993 06:39:10 Step 8/27 : COPY . . 06:39:11 Removing intermediate container 3fc989f6037b 06:39:11 ---> 11823f1629cd 06:39:11 Step 8/24 : COPY . . 06:39:13 Removing intermediate container 8a0aa15474f6 06:39:13 ---> 7d514eeb92a2 06:39:13 Step 8/22 : COPY . . 06:39:52 ---> cae71b301c4e 06:39:52 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:39:52 ---> Running in c49beff7da42 06:39:52 ---> 4e84db414791 06:39:52 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:39:52 ---> 401ca130615d 06:39:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:39:52 ---> 0c93ec574ab4 06:39:52 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:39:52 ---> 79fd404f041b 06:39:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:39:52 ---> Running in 3b7e79b2f5eb 06:39:52 ---> Running in b1580d46a741 06:39:52 ---> Running in 897d04d2c588 06:39:52 ---> Running in d0f06f16bca5 06:39:52 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 06:39:52 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 06:39:52 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 06:39:52 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 06:39:52 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 06:40:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:40:21 Removing intermediate container b1580d46a741 06:40:21 ---> 6caa6c325374 06:40:21 06:40:21 Step 10/22 : FROM alpine:3.10 06:40:22 3.10: Pulling from library/alpine 06:40:22 Removing intermediate container 897d04d2c588 06:40:22 ---> eb40014ac819 06:40:22 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:40:22 ---> Running in 89522e064f5f 06:40:23 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:40:23 Status: Downloaded newer image for alpine:3.10 06:40:23 ---> be4e4bea2c2e 06:40:23 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:40:24 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 06:40:24 ---> Running in 3340ab381e03 06:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:40:25 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:40:25 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:40:25 OK: 10348 distinct packages available 06:40:25 (1/5) Installing ca-certificates (20191127-r2) 06:40:25 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:40:25 (3/5) Installing libcurl (7.66.0-r1) 06:40:25 (4/5) Installing curl (7.66.0-r1) 06:40:25 (5/5) Installing dumb-init (1.2.2-r1) 06:40:25 Executing busybox-1.30.1-r3.trigger 06:40:25 Executing ca-certificates-20191127-r2.trigger 06:40:26 OK: 7 MiB in 19 packages 06:40:28 Removing intermediate container d0f06f16bca5 06:40:28 ---> 3c96cfe0f1af 06:40:28 06:40:28 Step 10/24 : FROM alpine:3.10 06:40:28 ---> be4e4bea2c2e 06:40:28 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:40:28 Removing intermediate container 89522e064f5f 06:40:28 ---> 6370b55d4b00 06:40:28 06:40:28 Step 11/27 : FROM docker:latest 06:40:28 ---> b0757c55a1fd 06:40:28 Step 12/27 : RUN apk add --no-cache bash 06:40:29 Removing intermediate container 3b7e79b2f5eb 06:40:29 ---> 983d9c25c655 06:40:29 06:40:29 Step 10/21 : FROM scratch 06:40:29 ---> 06:40:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:40:29 ---> Running in 7763b3a33f45 06:40:31 ---> Running in 587dfcccc6d7 06:40:31 ---> Running in f9b10fcf51b8 06:40:31 Removing intermediate container 3340ab381e03 06:40:31 ---> 21fdf72af863 06:40:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 06:40:31 ---> Running in 7a01a590d0bb 06:40:31 Removing intermediate container c49beff7da42 06:40:31 ---> 0c2f9edd0df5 06:40:31 06:40:31 Step 10/22 : FROM scratch 06:40:31 ---> 06:40:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:40:31 ---> Using cache 06:40:31 ---> 17c3cf245a3d 06:40:31 Step 12/22 : ENV APP_PORT=48081 06:40:31 Removing intermediate container f9b10fcf51b8 06:40:31 ---> 17c3cf245a3d 06:40:31 Step 12/21 : ENV APP_PORT=48085 06:40:31 ---> Running in d77f994c2d85 06:40:32 ---> Running in 049b6f2169ac 06:40:32 Removing intermediate container 7a01a590d0bb 06:40:32 ---> 5e5e5b05790e 06:40:32 Step 13/22 : WORKDIR / 06:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:40:32 Removing intermediate container d77f994c2d85 06:40:32 ---> fb8ca7b713e0 06:40:32 Step 13/22 : EXPOSE $APP_PORT 06:40:32 ---> Running in a8b230f5052c 06:40:32 Removing intermediate container 049b6f2169ac 06:40:32 ---> 231095af7ef3 06:40:32 Step 13/21 : EXPOSE $APP_PORT 06:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:32 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:40:32 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:40:32 OK: 10348 distinct packages available 06:40:32 ---> Running in a6f1d15cbffc 06:40:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:32 ---> Running in 99f722dba763 06:40:32 Removing intermediate container a8b230f5052c 06:40:32 ---> 7df5e1c15e31 06:40:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 06:40:32 (1/5) Installing ca-certificates (20191127-r2) 06:40:32 (1/2) Installing readline (8.0.4-r0) 06:40:32 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:40:32 (2/2) Installing bash (5.0.17-r0) 06:40:32 (3/5) Installing libcurl (7.66.0-r1) 06:40:32 (4/5) Installing curl (7.66.0-r1) 06:40:32 (5/5) Installing dumb-init (1.2.2-r1) 06:40:32 Executing bash-5.0.17-r0.post-install 06:40:32 Executing busybox-1.30.1-r3.trigger 06:40:32 Executing ca-certificates-20191127-r2.trigger 06:40:32 OK: 7 MiB in 19 packages 06:40:32 Executing busybox-1.31.1-r19.trigger 06:40:32 OK: 12 MiB in 22 packages 06:40:33 Removing intermediate container a6f1d15cbffc 06:40:33 ---> 0ec16435766d 06:40:33 Step 14/22 : WORKDIR / 06:40:33 Removing intermediate container 99f722dba763 06:40:33 ---> cc95e215392d 06:40:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:40:33 ---> fcce1a1b30cc 06:40:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 06:40:33 ---> Running in 877e8d42a862 06:40:34 ---> 8fbc12396bbf 06:40:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:40:34 Removing intermediate container 877e8d42a862 06:40:34 ---> 41be30abc64b 06:40:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:40:35 ---> 997723504f9e 06:40:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 06:40:35 Removing intermediate container 587dfcccc6d7 06:40:35 ---> 849b821a2266 06:40:35 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:40:35 Removing intermediate container 7763b3a33f45 06:40:35 ---> da3cdfebdf85 06:40:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:40:35 ---> 3f6f0ba07e22 06:40:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:40:35 ---> Running in 2e3a0fe1980b 06:40:36 ---> b49a98b9366d 06:40:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:40:36 ---> Running in 3c6d1d77c950 06:40:36 ---> 02feea54b03d 06:40:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 06:40:36 ---> b60c9735325b 06:40:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:40:36 Removing intermediate container 3c6d1d77c950 06:40:36 ---> 051e8f81b687 06:40:36 Step 13/24 : WORKDIR / 06:40:36 ---> 586774081cfc 06:40:36 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:40:36 ---> Running in 2ed5fe98fe2f 06:40:36 ---> 66c5bf9dd5e5 06:40:36 Step 18/22 : RUN chmod +x entrypoint.sh 06:40:36 ---> Running in d201fffd9d5d 06:40:36 ---> 808b39b940a1 06:40:36 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:40:37 ---> Running in c928bc4caf6f 06:40:37 ---> Running in 334ac197689c 06:40:37 Removing intermediate container 2ed5fe98fe2f 06:40:37 ---> e9cc60436939 06:40:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:40:37 Removing intermediate container d201fffd9d5d 06:40:37 ---> eaa16b407892 06:40:37 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:40:37 ---> Running in 30bb4b024bdd 06:40:37 Removing intermediate container 334ac197689c 06:40:37 ---> 7786d0ca3a8e 06:40:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:40:37 ---> 4b686077cf33 06:40:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:40:37 ---> Running in d25ee9ad160b 06:40:37 Removing intermediate container 30bb4b024bdd 06:40:37 ---> 9216a77a180d 06:40:37 Step 19/21 : LABEL arch=x86_64 06:40:37 Removing intermediate container 2e3a0fe1980b 06:40:37 ---> 776925dd5672 06:40:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:40:38 ---> Running in 22c5fccf9420 06:40:38 ---> b88098a016e5 06:40:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:40:38 ---> Running in 90c9e80584b0 06:40:38 Removing intermediate container d25ee9ad160b 06:40:38 ---> 2f291dc95230 06:40:38 Step 20/22 : LABEL arch=x86_64 06:40:38 Removing intermediate container 22c5fccf9420 06:40:38 ---> df710e97a6f4 06:40:38 Step 20/21 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:40:38 ---> Running in 444dfc46c67c 06:40:38 ---> Running in f71b2930b7b8 06:40:38 ---> 7480533e0ad2 06:40:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:40:38 Removing intermediate container 90c9e80584b0 06:40:38 ---> f0b51cce3df2 06:40:38 Step 15/27 : ENV APP_PORT=48090 06:40:38 Removing intermediate container c928bc4caf6f 06:40:38 ---> 5ea6b8c4032e 06:40:38 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 06:40:39 ---> Running in 051f45fa8c03 06:40:39 Removing intermediate container f71b2930b7b8 06:40:39 ---> 280238c77af5 06:40:39 Step 21/21 : LABEL version=0.0.0 06:40:39 ---> Running in b162328a5d18 06:40:39 Removing intermediate container 444dfc46c67c 06:40:39 ---> 4f30b5c386fa 06:40:39 Step 21/22 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:40:39 ---> Running in b608920d78d2 06:40:39 ---> Running in 13e4460679c3 06:40:39 ---> 3e138def1597 06:40:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:40:39 Removing intermediate container 051f45fa8c03 06:40:39 ---> 66216f1eab22 06:40:39 Step 16/27 : EXPOSE $APP_PORT 06:40:39 Removing intermediate container b162328a5d18 06:40:39 ---> 8f8535ed7fed 06:40:39 Step 20/22 : LABEL arch=x86_64 06:40:39 ---> Running in 7671cce330c1 06:40:39 ---> Running in aa32f42d226c 06:40:40 Removing intermediate container 13e4460679c3 06:40:40 ---> a1234cd32228 06:40:40 Step 22/22 : LABEL version=0.0.0 06:40:40 Removing intermediate container b608920d78d2 06:40:40 ---> 8c764e4355f7 06:40:40 06:40:40 ---> Running in 0321542a5342 06:40:40 ---> 20c754f15630 06:40:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:40:40 Removing intermediate container 7671cce330c1 06:40:40 ---> e233dd032107 06:40:40 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:40:40 Removing intermediate container aa32f42d226c 06:40:40 ---> 691d163e30a2 06:40:40 Step 21/22 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:40:40 Successfully built 8c764e4355f7 06:40:40 Successfully tagged docker-support-scheduler-go:latest 06:40:40  Building docker-support-scheduler-go ... done Building docker-core-data-go 06:40:40 ---> Running in 03d789644225 06:40:40 Removing intermediate container 0321542a5342 06:40:40 ---> b8571ed93bdc 06:40:40 06:40:40 ---> 4b7fd8cb6c26 06:40:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:40:41 Successfully built b8571ed93bdc 06:40:41 Successfully tagged docker-core-metadata-go:latest 06:40:41 Building docker-security-secrets-setup-go 06:40:41  Building docker-core-metadata-go ... done  ---> Running in 8babb903d591 06:40:41 ---> 3bd9d9c15126 06:40:41 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:40:41 Removing intermediate container 03d789644225 06:40:41 ---> 1a94a668b599 06:40:41 Step 22/22 : LABEL version=0.0.0 06:40:41 ---> Running in 462b74db09f8 06:40:41 ---> bedc26cc8f00 06:40:41 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:40:41 Removing intermediate container 462b74db09f8 06:40:41 ---> 362dc14aa823 06:40:41 06:40:49 Successfully built 362dc14aa823 06:40:49 Successfully tagged docker-security-bootstrap-redis-go:latest 06:40:49 Building docker-security-proxy-setup-go 06:40:50  Building docker-security-bootstrap-redis-go ... done  ---> 116e6e6c5d6e 06:40:50 Step 20/27 : RUN apk --no-cache add py3-pip 06:40:50 ---> Running in 7c1488942e27 06:40:57 Removing intermediate container 8babb903d591 06:40:57 ---> 1e6d09a41f51 06:40:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:40:57 ---> Running in fa32230781c6 06:40:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:40:58 Removing intermediate container fa32230781c6 06:40:58 ---> be7f829a8497 06:40:58 Step 22/24 : LABEL arch=x86_64 06:40:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:40:58 (1/33) Installing libbz2 (1.0.8-r1) 06:40:58 (2/33) Installing expat (2.2.9-r1) 06:40:58 (3/33) Installing libffi (3.3-r2) 06:40:58 (4/33) Installing gdbm (1.13-r1) 06:40:59 (5/33) Installing xz-libs (5.2.5-r0) 06:40:59 (6/33) Installing sqlite-libs (3.32.1-r0) 06:40:59 (7/33) Installing python3 (3.8.5-r0) 06:41:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:41:01 ---> e6757d522345 06:41:01 Step 3/23 : WORKDIR /edgex-go 06:41:01 ---> Using cache 06:41:01 ---> f0454541126c 06:41:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:01 ---> Using cache 06:41:01 ---> e9dd3d63f146 06:41:01 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:41:01 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:01 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:41:01 ---> e6757d522345 06:41:01 Step 3/29 : WORKDIR /edgex-go 06:41:01 ---> Using cache 06:41:01 ---> f0454541126c 06:41:01 Step 4/29 : RUN apk update && apk add make git 06:41:03 ---> Running in 4c5159a0fc34 06:41:03 ---> Running in 44105b46c70d 06:41:03 ---> Running in e499e88b9c70 06:41:03 (8/33) Installing py3-appdirs (1.4.4-r1) 06:41:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:41:03 (10/33) Installing py3-parsing (2.4.7-r0) 06:41:03 (11/33) Installing py3-six (1.15.0-r0) 06:41:03 (12/33) Installing py3-packaging (20.4-r0) 06:41:03 Removing intermediate container 4c5159a0fc34 06:41:03 ---> 81075cbf4589 06:41:03 Step 23/24 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:41:03 (13/33) Installing py3-setuptools (47.0.0-r0) 06:41:03 (14/33) Installing py3-chardet (3.0.4-r4) 06:41:03 (15/33) Installing py3-idna (2.9-r0) 06:41:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:41:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:41:04 ---> Running in 8583cdcd985f 06:41:04 (18/33) Installing py3-requests (2.23.0-r0) 06:41:04 (19/33) Installing py3-msgpack (1.0.0-r0) 06:41:04 (20/33) Installing py3-lockfile (0.12.2-r3) 06:41:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:41:04 (22/33) Installing py3-colorama (0.4.3-r0) 06:41:05 (23/33) Installing py3-distlib (0.3.0-r0) 06:41:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:06 (24/33) Installing py3-distro (1.5.0-r1) 06:41:06 (25/33) Installing py3-webencodings (0.5.1-r3) 06:41:06 (26/33) Installing py3-html5lib (1.0.1-r4) 06:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:06 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:06 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:06 OK: 12745 distinct packages available 06:41:07 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:07 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:07 OK: 12745 distinct packages available 06:41:07 (27/33) Installing py3-pytoml (0.1.21-r0) 06:41:07 OK: 233 MiB in 51 packages 06:41:07 (28/33) Installing py3-pep517 (0.8.2-r0) 06:41:07 OK: 233 MiB in 51 packages 06:41:07 Removing intermediate container 8583cdcd985f 06:41:07 ---> bdcbdc578026 06:41:07 Step 24/24 : LABEL version=0.0.0 06:41:07 (29/33) Installing py3-progress (1.5-r0) 06:41:07 (30/33) Installing py3-toml (0.10.1-r0) 06:41:07 (31/33) Installing py3-retrying (1.3.3-r0) 06:41:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:41:07 (33/33) Installing py3-pip (20.1.1-r0) 06:41:08 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:41:08 ---> e6757d522345 06:41:08 Step 3/20 : WORKDIR /edgex-go 06:41:08 ---> Using cache 06:41:08 ---> f0454541126c 06:41:08 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:08 ---> Using cache 06:41:08 ---> e9dd3d63f146 06:41:08 Step 5/20 : RUN apk update && apk add make git 06:41:09 ---> Running in f4570b127bc0 06:41:09 Executing busybox-1.31.1-r19.trigger 06:41:09 OK: 71 MiB in 55 packages 06:41:09 ---> Running in 6f39f0dfc562 06:41:09 Removing intermediate container f4570b127bc0 06:41:09 ---> 8a21e3011947 06:41:09 06:41:10 Successfully built 8a21e3011947 06:41:10 Successfully tagged docker-security-secretstore-setup-go:latest 06:41:10  Building docker-security-secretstore-setup-go ... done Building docker-support-logging-go 06:41:10 Removing intermediate container e499e88b9c70 06:41:10 ---> 2cdf29b512ae 06:41:10 Step 5/29 : COPY go.mod . 06:41:10 Removing intermediate container 44105b46c70d 06:41:10 ---> 35fac242de61 06:41:10 Step 6/23 : COPY go.mod . 06:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:10 ---> 68159be0a617 06:41:10 Step 6/29 : RUN go mod download 06:41:11 ---> 2cc1cd020312 06:41:11 Step 7/23 : RUN go mod download 06:41:11 ---> Running in f3baf1081336 06:41:11 ---> Running in 80e630b08454 06:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:13 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:13 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:13 OK: 12745 distinct packages available 06:41:13 OK: 233 MiB in 51 packages 06:41:19 Removing intermediate container 6f39f0dfc562 06:41:19 ---> 8cf3ad740e08 06:41:19 Step 6/20 : COPY go.mod . 06:41:20 Removing intermediate container f3baf1081336 06:41:20 ---> 75187ae4b064 06:41:20 Step 7/29 : COPY . . 06:41:21 ---> ddf98a1f49e5 06:41:21 Step 7/20 : RUN go mod download 06:41:21 Removing intermediate container 80e630b08454 06:41:21 ---> e55ec01ca954 06:41:21 Step 8/23 : COPY . . 06:41:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:41:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:41:30 ---> e6757d522345 06:41:30 Step 3/22 : WORKDIR /edgex-go 06:41:30 ---> Using cache 06:41:30 ---> f0454541126c 06:41:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:30 ---> Using cache 06:41:30 ---> e9dd3d63f146 06:41:30 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:41:30 ---> Running in 0e384549b344 06:41:33 ---> Running in d328ff4335f1 06:41:37 Removing intermediate container 7c1488942e27 06:41:37 ---> 09116078d856 06:41:37 Step 21/27 : RUN pip install docker-compose==1.23.2 06:41:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:41:40 ---> Running in 94045a6fcd8f 06:41:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:41:40 Removing intermediate container 0e384549b344 06:41:40 ---> 325919ebcb56 06:41:40 Step 8/20 : COPY . . 06:41:40 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:41:40 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:41:40 OK: 12745 distinct packages available 06:41:41 OK: 233 MiB in 51 packages 06:41:43 OK: 233 MiB in 51 packages 06:41:49 Collecting docker-compose==1.23.2 06:41:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:41:51 Collecting docker<4.0,>=3.6.0 06:41:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:41:51 Removing intermediate container d328ff4335f1 06:41:51 ---> 6cc30c7a91dd 06:41:51 Step 6/22 : COPY go.mod . 06:41:53 Collecting texttable<0.10,>=0.9.0 06:41:53 Downloading texttable-0.9.1.tar.gz (11 kB) 06:41:53 ---> 63b50c2a0240 06:41:53 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:41:54 ---> c69ed68bdff7 06:41:54 Step 7/22 : RUN go mod download 06:41:54 ---> 449e1ced3f46 06:41:54 Step 9/23 : RUN make cmd/core-data/core-data 06:41:54 ---> Running in 1ee2c9e1e4d9 06:41:54 ---> Running in 9753a1d2e8e8 06:41:54 ---> Running in 5cb69246cf04 06:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:41:56 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 06:41:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:41:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:41:56 Collecting cached-property<2,>=1.2.0 06:41:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:41:57 Collecting jsonschema<3,>=2.5.1 06:41:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:41:57 Collecting dockerpty<0.5,>=0.4.1 06:41:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:41:58 Collecting PyYAML<4,>=3.10 06:41:58 Downloading PyYAML-3.13.tar.gz (270 kB) 06:41:59 Removing intermediate container 9753a1d2e8e8 06:41:59 ---> 2ef6b1da33cc 06:41:59 Step 8/22 : COPY . . 06:42:01 Collecting docopt<0.7,>=0.6.1 06:42:01 Downloading docopt-0.6.2.tar.gz (25 kB) 06:42:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:42:05 Collecting websocket-client<1.0,>=0.32.0 06:42:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:42:07 Collecting docker-pycreds>=0.4.0 06:42:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:42:07 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) 06:42:07 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) 06:42:08 Collecting urllib3<1.25,>=1.21.1 06:42:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:42:08 Collecting idna<2.8,>=2.5 06:42:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:42:08 ---> cd33ae8e658b 06:42:08 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:42:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:42:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:42:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:42:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:42:08 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, texttable, cached-property, jsonschema, dockerpty, PyYAML, docopt, docker-compose 06:42:11 Attempting uninstall: urllib3 06:42:11 Found existing installation: urllib3 1.25.9 06:42:11 Uninstalling urllib3-1.25.9: 06:42:11 Successfully uninstalled urllib3-1.25.9 06:42:12 ---> Running in 21cd66716067 06:42:12 Attempting uninstall: idna 06:42:12 Found existing installation: idna 2.9 06:42:12 Uninstalling idna-2.9: 06:42:12 Successfully uninstalled idna-2.9 06:42:12 Attempting uninstall: requests 06:42:12 Found existing installation: requests 2.23.0 06:42:12 Uninstalling requests-2.23.0: 06:42:12 Successfully uninstalled requests-2.23.0 06:42:14 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 06:42:15 Running setup.py install for texttable: started 06:42:17 Running setup.py install for texttable: finished with status 'done' 06:42:19 Running setup.py install for dockerpty: started 06:42:20 Running setup.py install for dockerpty: finished with status 'done' 06:42:20 Running setup.py install for PyYAML: started 06:42:20 Running setup.py install for PyYAML: finished with status 'done' 06:42:20 Running setup.py install for docopt: started 06:42:21 Running setup.py install for docopt: finished with status 'done' 06:42:22 ---> 53940743448c 06:42:22 Step 9/22 : RUN make cmd/support-logging/support-logging 06:42:23 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 06:42:23 ---> Running in 9898ad8a8bee 06:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:42:25 Removing intermediate container 1ee2c9e1e4d9 06:42:25 ---> 8517723c4390 06:42:25 06:42:25 Step 9/29 : FROM alpine:latest 06:42:25 latest: Pulling from library/alpine 06:42:25 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 06:42:25 Status: Downloaded newer image for alpine:latest 06:42:25 ---> d6e46aa2470d 06:42:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:42:27 ---> Running in 6c1fda62dde8 06:42:27 Removing intermediate container 94045a6fcd8f 06:42:27 ---> 74d3642425ed 06:42:27 Step 22/27 : RUN apk --no-cache add curl 06:42:27 Removing intermediate container 6c1fda62dde8 06:42:27 ---> fddf9179dd9f 06:42:27 Step 11/29 : USER root 06:42:28 ---> Running in 5c016ebc16ca 06:42:28 ---> Running in ee990849f6d7 06:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:29 Removing intermediate container ee990849f6d7 06:42:29 ---> ed37bdc39ae1 06:42:29 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:42:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:42:29 (2/3) Installing libcurl (7.69.1-r1) 06:42:29 (3/3) Installing curl (7.69.1-r1) 06:42:29 Executing busybox-1.31.1-r19.trigger 06:42:30 OK: 72 MiB in 58 packages 06:42:30 ---> Running in 8ef0bfa929a8 06:42:31 Removing intermediate container 5c016ebc16ca 06:42:31 ---> b253cf393deb 06:42:31 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:42:31 ---> Running in 682478e3218f 06:42:31 Removing intermediate container 682478e3218f 06:42:31 ---> a4b64a0aa436 06:42:31 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:42:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:31 ---> Running in 673e23629ec5 06:42:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:31 Removing intermediate container 673e23629ec5 06:42:31 ---> dd8be5c90a6a 06:42:31 Step 25/27 : LABEL arch=x86_64 06:42:31 ---> Running in 989aa732526b 06:42:32 v3.12.1-67-ge0f25e8e68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:42:32 v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:42:32 OK: 12746 distinct packages available 06:42:32 Removing intermediate container 989aa732526b 06:42:32 ---> 12d198809eea 06:42:32 Step 26/27 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:42:32 (1/2) Installing ca-certificates (20191127-r4) 06:42:32 ---> Running in 1a74e4956f39 06:42:32 (2/2) Installing dumb-init (1.2.2-r1) 06:42:32 Executing busybox-1.31.1-r19.trigger 06:42:32 Executing ca-certificates-20191127-r4.trigger 06:42:32 OK: 6 MiB in 16 packages 06:42:34 Removing intermediate container 1a74e4956f39 06:42:34 ---> 2b7cb276002f 06:42:34 Step 27/27 : LABEL version=0.0.0 06:42:36 ---> Running in 163a804a54e0 06:42:36 Removing intermediate container 8ef0bfa929a8 06:42:36 ---> 53dd3ed5b10c 06:42:36 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:42:37 Removing intermediate container 163a804a54e0 06:42:37 ---> a3f1642864ee 06:42:37 06:42:37 Successfully built a3f1642864ee 06:42:37 ---> Running in 02975dc83178 06:42:38 Successfully tagged docker-sys-mgmt-agent-go:latest 06:42:38 Building docker-core-command-go 06:42:38  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 21cd66716067 06:42:38 ---> 4bad859bd92e 06:42:38 06:42:38 Step 10/20 : FROM alpine 06:42:38 ---> d6e46aa2470d 06:42:38 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:42:38 ---> Running in dd4751a0e5b7 06:42:38 Removing intermediate container 02975dc83178 06:42:38 ---> 2e0cb536f2f0 06:42:38 Step 14/29 : WORKDIR $BASE_DIR 06:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:42:42 v3.12.1-67-ge0f25e8e68 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:42:42 v3.12.1-65-gda4c4bae78 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:42:42 OK: 12746 distinct packages available 06:42:43 (1/4) Installing ca-certificates (20191127-r4) 06:42:43 ---> Running in f1e25b4fcddf 06:42:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:42:43 (3/4) Installing libcurl (7.69.1-r1) 06:42:43 (4/4) Installing curl (7.69.1-r1) 06:42:43 Executing busybox-1.31.1-r19.trigger 06:42:43 Executing ca-certificates-20191127-r4.trigger 06:42:43 OK: 7 MiB in 18 packages 06:42:47 Removing intermediate container f1e25b4fcddf 06:42:47 ---> aff17cf11ce2 06:42:47 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:42:49 Removing intermediate container 5cb69246cf04 06:42:49 ---> e8ac2cf29d7d 06:42:49 06:42:49 Step 10/23 : FROM alpine 06:42:49 ---> d6e46aa2470d 06:42:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:42:49 ---> Running in 93f8cbc419bf 06:42:51 ---> Running in 7aee9d8ba64a 06:42:52 Removing intermediate container dd4751a0e5b7 06:42:52 ---> ed7031b608ea 06:42:52 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:42:57 ---> Running in f830796ddd5e 06:42:57 Removing intermediate container 7aee9d8ba64a 06:42:57 ---> c42cd334e7bf 06:42:57 Step 12/23 : ENV APP_PORT=48080 06:42:58 Removing intermediate container 9898ad8a8bee 06:42:58 ---> e0d0b06f9e89 06:42:58 06:42:58 Step 10/22 : FROM scratch 06:42:58 ---> 06:42:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:42:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:42:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:42:58 ---> e6757d522345 06:42:58 Step 3/22 : WORKDIR /edgex-go 06:42:59 ---> Using cache 06:42:59 ---> f0454541126c 06:42:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:59 ---> Using cache 06:42:59 ---> e9dd3d63f146 06:42:59 Step 5/22 : RUN apk update && apk add make git 06:42:59 ---> Using cache 06:42:59 ---> 8cf3ad740e08 06:42:59 Step 6/22 : COPY go.mod . 06:42:59 ---> Using cache 06:42:59 ---> ddf98a1f49e5 06:42:59 Step 7/22 : RUN go mod download 06:42:59 ---> Using cache 06:42:59 ---> 325919ebcb56 06:42:59 Step 8/22 : COPY . . 06:42:59 ---> Running in 11450f82e766 06:42:59 Removing intermediate container f830796ddd5e 06:42:59 ---> ed7160be89ad 06:42:59 Step 13/20 : WORKDIR /edgex 06:42:59 ---> Using cache 06:42:59 ---> cd33ae8e658b 06:42:59 Step 9/22 : RUN make cmd/core-command/core-command 06:42:59 ---> Running in d1c99979c283 06:42:59 ---> Running in ca9aef60a164 06:42:59 ---> Running in 2f1aeffe15cf 06:42:59 Removing intermediate container 11450f82e766 06:42:59 ---> 09c9ccd57bf9 06:42:59 Step 13/23 : EXPOSE $APP_PORT 06:42:59 Removing intermediate container d1c99979c283 06:42:59 ---> 36a566ea9e1b 06:42:59 Step 12/22 : ENV APP_PORT=48061 06:43:00 ---> Running in 31290b2c48ad 06:43:00 ---> Running in 4a83eb4a954c 06:43:00 Removing intermediate container ca9aef60a164 06:43:00 ---> c20449dbf892 06:43:00 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:43:00 Removing intermediate container 93f8cbc419bf 06:43:00 ---> d3ec1dd93876 06:43:00 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:43:00 Removing intermediate container 31290b2c48ad 06:43:00 ---> 76fc6370b99c 06:43:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:00 Removing intermediate container 4a83eb4a954c 06:43:00 ---> 56e680ea703d 06:43:00 Step 13/22 : EXPOSE $APP_PORT 06:43:00 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 06:43:00 ---> Running in dfdb3a0ecc95 06:43:00 ---> Running in a4a63a8d9cb4 06:43:00 ---> b1e1b4f1a069 06:43:00 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:43:00 ---> 5941cd794144 06:43:00 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:43:00 Removing intermediate container dfdb3a0ecc95 06:43:00 ---> ece317f2e4b3 06:43:00 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:43:01 ---> 8440c296f4cc 06:43:01 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:43:01 ---> b73ebe671056 06:43:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:43:01 ---> 4ce887a25842 06:43:01 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:43:01 ---> Running in 10fee40a0f58 06:43:02 ---> 7895c8342601 06:43:02 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:43:02 ---> b5c8f3c95965 06:43:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:43:02 Removing intermediate container 10fee40a0f58 06:43:02 ---> 8fc1e424db52 06:43:02 Step 17/20 : CMD ["--init=true"] 06:43:02 ---> Running in a1a9daac7eb9 06:43:02 ---> 42db1b4b2d70 06:43:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:43:02 Removing intermediate container a4a63a8d9cb4 06:43:02 ---> 5419d9a8efc0 06:43:02 Step 15/23 : RUN apk --no-cache add zeromq 06:43:02 ---> Running in 5afcdd59c9c1 06:43:02 Removing intermediate container a1a9daac7eb9 06:43:02 ---> 0f3ede8fb3f7 06:43:02 Step 18/20 : LABEL arch=x86_64 06:43:03 ---> Running in 3d0cf850d73c 06:43:03 ---> c74caa59d9fb 06:43:03 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:43:03 ---> 7ea5ee9cacaa 06:43:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:43:03 ---> Running in aa8d6445a603 06:43:03 Removing intermediate container 3d0cf850d73c 06:43:03 ---> dcc07d835c01 06:43:03 Step 19/20 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:43:03 ---> Running in 6773976e13f1 06:43:04 ---> 61865f08ead9 06:43:04 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:04 Removing intermediate container 6773976e13f1 06:43:04 ---> 57ad9193ce51 06:43:04 Step 20/20 : LABEL version=0.0.0 06:43:04 ---> Running in c5e4f14c0451 06:43:04 ---> Running in e622a28f1fcd 06:43:04 Removing intermediate container c5e4f14c0451 06:43:04 ---> 58cb2e78ba55 06:43:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:04 Removing intermediate container e622a28f1fcd 06:43:04 ---> 3d69032926cc 06:43:04 06:43:04 ---> Running in 9d511eb120c8 06:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:05 (1/5) Installing libgcc (9.3.0-r2) 06:43:05 (2/5) Installing libsodium (1.0.18-r0) 06:43:05 (3/5) Installing libstdc++ (9.3.0-r2) 06:43:05 Successfully built 3d69032926cc 06:43:05 Successfully tagged docker-security-proxy-setup-go:latest 06:43:05  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 06:43:05 (4/5) Installing libzmq (4.3.3-r0) 06:43:05 (5/5) Installing zeromq (4.3.3-r0) 06:43:05 Removing intermediate container 9d511eb120c8 06:43:05 ---> b5365c816ca1 06:43:05 Step 20/22 : LABEL arch=x86_64 06:43:05 Executing busybox-1.31.1-r19.trigger 06:43:05 OK: 8 MiB in 19 packages 06:43:06 ---> Running in a723b9174a09 06:43:06 Removing intermediate container aa8d6445a603 06:43:06 ---> 24acdcc8b33b 06:43:06 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:43:11 ---> aa1e8d404160 06:43:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:43:11 Removing intermediate container a723b9174a09 06:43:11 ---> 8e78bf4d2bac 06:43:11 Step 21/22 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:43:11 Removing intermediate container 5afcdd59c9c1 06:43:11 ---> b6f6575b4a7c 06:43:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:43:11 ---> Running in 6697e01ecef6 06:43:11 ---> Running in 0a1c0232dfd1 06:43:14 ---> 564030d8c203 06:43:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:43:15 Removing intermediate container 6697e01ecef6 06:43:15 ---> 5d76a0e81468 06:43:15 Step 22/22 : LABEL version=0.0.0 06:43:16 ---> Running in 48df9cbc81ee 06:43:17 ---> 2fc3b86ff838 06:43:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:43:19 Removing intermediate container 48df9cbc81ee 06:43:19 ---> 89acdbf38520 06:43:19 06:43:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:43:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:43:20 ---> e6757d522345 06:43:20 Step 3/24 : WORKDIR /edgex-go 06:43:20 ---> Using cache 06:43:20 ---> f0454541126c 06:43:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:20 ---> Using cache 06:43:20 ---> e9dd3d63f146 06:43:20 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:43:20 Successfully built 89acdbf38520 06:43:21 ---> 3882d8e7e9b8 06:43:21 Step 19/23 : ENTRYPOINT ["/core-data"] 06:43:21 Successfully tagged docker-support-logging-go:latest 06:43:21  Building docker-support-logging-go ... done  ---> Running in a8ada5ec6134 06:43:21 Removing intermediate container 0a1c0232dfd1 06:43:21 ---> 03bb8e7cc8c1 06:43:21 Step 24/29 : RUN chmod 755 security-secrets-setup 06:43:21 ---> Running in 80238accf3c6 06:43:21 ---> Running in 9332fcebc61a 06:43:21 Removing intermediate container 80238accf3c6 06:43:21 ---> 5e00db550e5e 06:43:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:21 ---> Running in 35dad3261491 06:43:22 Removing intermediate container 35dad3261491 06:43:22 ---> ac7239d6d7e4 06:43:22 Step 21/23 : LABEL arch=x86_64 06:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:22 ---> Running in 0b686b1f65b2 06:43:22 Removing intermediate container 0b686b1f65b2 06:43:22 ---> 9d53f574839f 06:43:22 Step 22/23 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:43:22 ---> Running in d9e29ec5ec11 06:43:22 Removing intermediate container d9e29ec5ec11 06:43:22 ---> ca159bbf5efd 06:43:22 Step 23/23 : LABEL version=0.0.0 06:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:23 ---> Running in 2e9cf05bd77b 06:43:23 Removing intermediate container 9332fcebc61a 06:43:23 ---> 9bb49bf44a69 06:43:23 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:43:23 ---> Running in 1e08a132ae0a 06:43:23 Removing intermediate container 2e9cf05bd77b 06:43:23 ---> bb31e8934a3c 06:43:23 06:43:23 v3.12.1-67-ge0f25e8e68 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:43:23 v3.12.1-65-gda4c4bae78 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:43:23 OK: 12745 distinct packages available 06:43:23 Removing intermediate container 1e08a132ae0a 06:43:23 ---> 17e176ccc02c 06:43:23 Step 26/29 : CMD [ "generate" ] 06:43:23 Successfully built bb31e8934a3c 06:43:23 Successfully tagged docker-core-data-go:latest 06:43:23  Building docker-core-data-go ... done OK: 233 MiB in 51 packages 06:43:23 ---> Running in ba65de2bfb5b 06:43:25 Removing intermediate container ba65de2bfb5b 06:43:25 ---> fa849ce30d37 06:43:25 Step 27/29 : LABEL arch=x86_64 06:43:25 Removing intermediate container 2f1aeffe15cf 06:43:25 ---> ebfeaaf53661 06:43:25 06:43:25 Step 10/22 : FROM scratch 06:43:25 ---> 06:43:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:43:25 Removing intermediate container a8ada5ec6134 06:43:25 ---> 6eb74b826cb1 06:43:25 Step 6/24 : COPY go.mod . 06:43:25 ---> Running in fa078fba6d65 06:43:25 ---> Using cache 06:43:25 ---> 17c3cf245a3d 06:43:25 Step 12/22 : ENV APP_PORT=48082 06:43:25 Removing intermediate container fa078fba6d65 06:43:25 ---> f29dec562fdc 06:43:25 Step 28/29 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:43:25 ---> Running in 543306032b3c 06:43:25 ---> c41744dc7fb7 06:43:25 Step 7/24 : RUN go mod download 06:43:25 ---> Running in b3584192e37c 06:43:25 ---> Running in b125b9cd6c6a 06:43:25 Removing intermediate container 543306032b3c 06:43:25 ---> 19069cbcd136 06:43:25 Step 13/22 : EXPOSE $APP_PORT 06:43:26 Removing intermediate container b3584192e37c 06:43:26 ---> 24effbe24358 06:43:26 Step 29/29 : LABEL version=0.0.0 06:43:26 ---> Running in 1955149f268a 06:43:26 ---> Running in 81f7af49a1c2 06:43:26 Removing intermediate container 1955149f268a 06:43:26 ---> e8b65e6378c9 06:43:26 Step 14/22 : WORKDIR / 06:43:26 ---> Running in 7dd256793a4b 06:43:26 Removing intermediate container 81f7af49a1c2 06:43:26 ---> 16b3806b538f 06:43:26 06:43:26 Successfully built 16b3806b538f 06:43:27 Successfully tagged docker-security-secrets-setup-go:latest 06:43:27  Building docker-security-secrets-setup-go ... done Removing intermediate container 7dd256793a4b 06:43:27 ---> 113cbb6aac5f 06:43:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:43:27 ---> 77713117ad92 06:43:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:43:27 Removing intermediate container b125b9cd6c6a 06:43:27 ---> 91920a561f3a 06:43:27 Step 8/24 : COPY . . 06:43:29 ---> e98f2ce45b73 06:43:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:43:31 ---> e15308c8eea5 06:43:31 Step 18/22 : ENTRYPOINT ["/core-command"] 06:43:32 ---> Running in 72fee565980e 06:43:34 Removing intermediate container 72fee565980e 06:43:34 ---> 99671a37e27b 06:43:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:36 ---> Running in 68082887051d 06:43:36 Removing intermediate container 68082887051d 06:43:36 ---> e79cd15b77fd 06:43:36 Step 20/22 : LABEL arch=x86_64 06:43:37 ---> Running in a2e2a766632d 06:43:38 Removing intermediate container a2e2a766632d 06:43:38 ---> a0fe8c1d2322 06:43:38 Step 21/22 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:43:38 ---> Running in 1628aebf0aef 06:43:39 Removing intermediate container 1628aebf0aef 06:43:39 ---> ae81c85be1ab 06:43:39 Step 22/22 : LABEL version=0.0.0 06:43:39 ---> Running in e3f9e29f8706 06:43:40 Removing intermediate container e3f9e29f8706 06:43:40 ---> 8a71439d95a2 06:43:40 06:43:40 Successfully built 8a71439d95a2 06:43:40 Successfully tagged docker-core-command-go:latest 06:43:43  Building docker-core-command-go ... done  ---> 8d12e4000c3d 06:43:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:43:43 ---> Running in 654775b93fa8 06:43:44 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 06:43:56 Removing intermediate container 654775b93fa8 06:43:56 ---> 28b161a42117 06:43:56 06:43:56 Step 10/24 : FROM scratch 06:43:56 ---> 06:43:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:43:56 ---> Using cache 06:43:56 ---> 36a566ea9e1b 06:43:56 Step 12/24 : ENV APP_PORT=48060 06:43:56 ---> Running in 03f50d7b6966 06:43:56 Removing intermediate container 03f50d7b6966 06:43:56 ---> 9785e47bdcf8 06:43:56 Step 13/24 : EXPOSE $APP_PORT 06:43:56 ---> Running in eabc13d0169a 06:43:56 Removing intermediate container eabc13d0169a 06:43:56 ---> be88b2a45cab 06:43:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:43:56 ---> 19ad6fc7b3b3 06:43:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:43:58 ---> 90378d5acc73 06:43:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:43:58 ---> 39e1dd8baa15 06:43:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:43:58 ---> 274e187280d7 06:43:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:43:58 ---> a7a191c509eb 06:43:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:43:59 ---> 579974f0898e 06:43:59 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:43:59 ---> Running in f879bca3d6c7 06:43:59 Removing intermediate container f879bca3d6c7 06:43:59 ---> 094026922e38 06:43:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:59 ---> Running in ad586d106b59 06:43:59 Removing intermediate container ad586d106b59 06:43:59 ---> 9830ce1bac44 06:43:59 Step 22/24 : LABEL arch=x86_64 06:43:59 ---> Running in 4ece6adaa81d 06:43:59 Removing intermediate container 4ece6adaa81d 06:43:59 ---> 1be8ec7037ba 06:43:59 Step 23/24 : LABEL git_sha=29a620a7c483ed8f5e524e23448855c9b5c117df 06:43:59 ---> Running in 53454c2d31ee 06:44:00 Removing intermediate container 53454c2d31ee 06:44:00 ---> 351f62838ba3 06:44:00 Step 24/24 : LABEL version=0.0.0 06:44:00 ---> Running in 44857f6ab5f5 06:44:00 Removing intermediate container 44857f6ab5f5 06:44:00 ---> cd5acf63290a 06:44:00 06:44:00 Successfully built cd5acf63290a 06:44:00 Successfully tagged docker-support-notifications-go:latest 06:44:01  Building docker-support-notifications-go ... done  [Pipeline] } 06:44:01 $ docker stop --time=1 52b7e3d18e94ea939a1fa45476c177439034f8e765a5d647de04b562e3918ca5 06:44:02 $ docker rm -f 52b7e3d18e94ea939a1fa45476c177439034f8e765a5d647de04b562e3918ca5 [Pipeline] // withDockerContainer [Pipeline] sh 06:44:03 + docker images 06:44:03 + grep docker 06:44:03 docker-support-notifications-go latest cd5acf63290a 3 seconds ago 13.6MB 06:44:03 docker-core-command-go latest 8a71439d95a2 24 seconds ago 12.2MB 06:44:03 docker-security-secrets-setup-go latest 16b3806b538f 37 seconds ago 23.9MB 06:44:03 docker-core-data-go latest bb31e8934a3c 40 seconds ago 23.7MB 06:44:03 docker-support-logging-go latest 89acdbf38520 46 seconds ago 11.1MB 06:44:03 docker-security-proxy-setup-go latest 3d69032926cc 59 seconds ago 15.8MB 06:44:03 docker-sys-mgmt-agent-go latest a3f1642864ee About a minute ago 293MB 06:44:03 docker-security-secretstore-setup-go latest 8a21e3011947 2 minutes ago 24.7MB 06:44:03 docker-security-bootstrap-redis-go latest 362dc14aa823 3 minutes ago 15.8MB 06:44:03 docker-core-metadata-go latest b8571ed93bdc 3 minutes ago 14.5MB 06:44:03 docker-support-scheduler-go latest 8c764e4355f7 3 minutes ago 12.3MB 06:44:03 docker latest b0757c55a1fd 5 hours ago 220MB [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 06:44:19 Still waiting to schedule task 06:44:19 All nodes of label ‘centos7-docker-8c-8g’ are offline 06:45:18 Running on prd-centos7-docker-8c-8g-14140 in /w/workspace/edgexfoundry_edgex-go_PR-2914 [Pipeline] { [Pipeline] ws 06:45:18 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 06:45:21 using credential edgex-jenkins-ssh 06:45:21 Cloning the remote Git repository 06:45:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:45:20 > git init /w/workspace/edgex-go/2 # timeout=10 06:45:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:45:20 > git --version # timeout=10 06:45:20 > git --version # 'git version 2.24.3' 06:45:20 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:45:28 Merging remotes/origin/master commit 29e664d5d238b101fd7610bddecccab428b8a002 into PR head commit 29a620a7c483ed8f5e524e23448855c9b5c117df [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:45:29 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } 06:45:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:45:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:45:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:45:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:45:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:45:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2914/head:refs/remotes/origin/PR-2914 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:45:28 > git config core.sparsecheckout # timeout=10 06:45:28 > git checkout -f 29a620a7c483ed8f5e524e23448855c9b5c117df # timeout=10 [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 06:45:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:45:33 ---> package-listing.sh 06:45:33 ++ facter osfamily 06:45:33 ++ tr '[:upper:]' '[:lower:]' 06:45:33 + OS_FAMILY=redhat 06:45:33 + workspace=/w/workspace/edgex-go/2 06:45:33 + START_PACKAGES=/tmp/packages_start.txt 06:45:33 + END_PACKAGES=/tmp/packages_end.txt 06:45:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:45:33 + PACKAGES=/tmp/packages_start.txt 06:45:33 + '[' /w/workspace/edgex-go/2 ']' 06:45:33 + PACKAGES=/tmp/packages_end.txt 06:45:33 + case "${OS_FAMILY}" in 06:45:33 + rpm -qa 06:45:33 + sort 06:45:38 + '[' -f /tmp/packages_start.txt ']' 06:45:38 + '[' -f /tmp/packages_end.txt ']' 06:45:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:45:38 + '[' /w/workspace/edgex-go/2 ']' 06:45:38 + mkdir -p /w/workspace/edgex-go/2/archives/ 06:45:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 06:45:38 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:45:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:45:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:39 06:45:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:45:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:39 alpine: Pulling from edgex-lftools-log-publisher 06:45:39 df20fa9351a1: Pulling fs layer 06:45:39 36b3adc4ff6f: Pulling fs layer 06:45:39 8ad3a11d3b57: Pulling fs layer 06:45:39 46f8f816bc3b: Pulling fs layer 06:45:39 93b61091891f: Pulling fs layer 06:45:39 93b9cdb0e59b: Pulling fs layer 06:45:39 5e14af77c1be: Pulling fs layer 06:45:39 01666e4c0597: Pulling fs layer 06:45:39 aa168da1d23b: Pulling fs layer 06:45:39 46f8f816bc3b: Waiting 06:45:39 93b61091891f: Waiting 06:45:39 93b9cdb0e59b: Waiting 06:45:39 5e14af77c1be: Waiting 06:45:39 01666e4c0597: Waiting 06:45:39 aa168da1d23b: Waiting 06:45:39 36b3adc4ff6f: Download complete 06:45:39 46f8f816bc3b: Verifying Checksum 06:45:39 46f8f816bc3b: Download complete 06:45:39 df20fa9351a1: Verifying Checksum 06:45:39 df20fa9351a1: Download complete 06:45:40 93b9cdb0e59b: Verifying Checksum 06:45:40 93b9cdb0e59b: Download complete 06:45:40 5e14af77c1be: Verifying Checksum 06:45:40 5e14af77c1be: Download complete 06:45:40 93b61091891f: Verifying Checksum 06:45:40 93b61091891f: Download complete 06:45:40 01666e4c0597: Verifying Checksum 06:45:40 01666e4c0597: Download complete 06:45:40 8ad3a11d3b57: Verifying Checksum 06:45:40 8ad3a11d3b57: Download complete 06:45:40 df20fa9351a1: Pull complete 06:45:40 36b3adc4ff6f: Pull complete 06:45:41 8ad3a11d3b57: Pull complete 06:45:41 46f8f816bc3b: Pull complete 06:45:42 aa168da1d23b: Verifying Checksum 06:45:42 aa168da1d23b: Download complete 06:45:43 93b61091891f: Pull complete 06:45:43 93b9cdb0e59b: Pull complete 06:45:43 5e14af77c1be: Pull complete 06:45:43 01666e4c0597: Pull complete 06:45:53 aa168da1d23b: Pull complete 06:45:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:45:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:45:53 prd-centos7-docker-4c-2g-14135 does not seem to be running inside a container 06:45:53 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:46:02 $ docker top 820a00e8a4ead9eff17ec3c7494798c5a87f7aa9c3c340fa849536e97494a037 -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:03 + touch /tmp/pre-build-complete [Pipeline] sh 06:46:03 + mkdir -p /var/log/sa [Pipeline] sh 06:46:04 + ls /var/log/sa-host 06:46:04 + sadf -c /var/log/sa-host/sa02 06:46:04 file_magic: OK 06:46:04 HZ: Using current value: 100 06:46:04 file_header: OK 06:46:04 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 06:46:04 Statistics: 06:46:04 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... 06:46:04 File successfully converted to sysstat format version 12.2.1 06:46:04 + sadf -c /var/log/sa-host/sa23 06:46:04 file_magic: OK 06:46:04 HZ: Using current value: 100 06:46:04 file_header: OK 06:46:04 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 06:46:04 Statistics: 06:46:04 Hnuu...uuuununununu... 06:46:04 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:46:04 provisioning config files... 06:46:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8070474411792150385tmp [Pipeline] { [Pipeline] echo 06:46:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:46:04 ---> create-netrc.sh [Pipeline] } 06:46:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:46:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:46:05 ---> python-tools-install.sh [Pipeline] echo 06:46:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:46:05 ---> sudo-logs.sh 06:46:05 Archiving 'sudo' log.. [Pipeline] echo 06:46:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:46:05 ---> job-cost.sh 06:46:05 lf-activate-venv: SKIPPING 06:46:05 INFO: No Stack... 06:46:06 INFO: Retrieving Pricing Info for: v1-standard-2 06:46:07 INFO: Archiving Costs [Pipeline] echo 06:46:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:46:07 ---> logs-deploy.sh 06:46:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2914/2 06:46:07 INFO: archiving workspace using pattern(s): 06:46:09 Archives upload complete. 06:46:09 INFO: archiving logs to Nexus