Pull request #2771 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 f69fcd6f6cfc821951e2cd5529adc6021efd69b2 rather than 1c639149f187acdeb59ccc96d5c4db115b5fc005 Obtained Jenkinsfile from f69fcd6f6cfc821951e2cd5529adc6021efd69b2 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4538 in /w/workspace/edgexfoundry_edgex-go_PR-2771 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2771/head:refs/remotes/origin/PR-2771 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f69fcd6f6cfc821951e2cd5529adc6021efd69b2 into PR head commit 1c639149f187acdeb59ccc96d5c4db115b5fc005 Merge succeeded, producing 1c639149f187acdeb59ccc96d5c4db115b5fc005 Checking out Revision 1c639149f187acdeb59ccc96d5c4db115b5fc005 (PR-2771) > git config core.sparsecheckout # timeout=10 > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # 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 f69fcd6f6cfc821951e2cd5529adc6021efd69b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # timeout=10 Commit message: "feat(metadata): Implement Metadata PUT /deviceprofile V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:53:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:53:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:53:36 ========================================================= 12:53:36 EdgeX Global Pipelines Version Info 12:53:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ff7d5a0560a4112cd56982697e225d6eb6ad09a8 # timeout=10 12:53:38 ------------------- 12:53:38 stable info: 12:53:38 ------------------- 12:53:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:53:38 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 12:53:38 Message: update stable to v1.0.131 12:53:39 ------------------- 12:53:39 experimental info: 12:53:39 ------------------- 12:53:39 Commited By: **** collab-it+edgex@linuxfoundation.org 12:53:39 Commit SHA: 2e6d42a532571151575c80d72899821df0f9b0af 12:53:39 Message: update experimental to v1.0.135 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:53:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:53:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:53:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:53:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:53:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:53:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:53:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2771 [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2771 [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2771 [Pipeline] echo 12:53:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1c639149f187acdeb59ccc96d5c4db115b5fc005 [Pipeline] echo 12:53:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1c63914 [Pipeline] echo 12:53:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 12:53:42 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/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 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/core-command/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo core-command,cmd/core-command/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/core-data/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo core-data,cmd/core-data/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/core-metadata/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo core-metadata,cmd/core-metadata/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/security-proxy-setup/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/security-secrets-setup/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/support-logging/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo support-logging,cmd/support-logging/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/support-notifications/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo support-notifications,cmd/support-notifications/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/support-scheduler/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:53:42 + for file in '`ls cmd/**/Dockerfile`' 12:53:42 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:53:42 ++ cut -d/ -f2 12:53:42 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:53:42 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-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 12:53:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:53:44 12:53:44 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:53:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:53:46 latest: Pulling from edgex-devops/git-semver 12:53:46 31603596830f: Pulling fs layer 12:53:46 2a8b12db71e7: Pulling fs layer 12:53:46 6ca5941a6612: Pulling fs layer 12:53:46 ecc8261a40a4: Pulling fs layer 12:53:46 ecc8261a40a4: Waiting 12:53:46 2a8b12db71e7: Verifying Checksum 12:53:46 2a8b12db71e7: Download complete 12:53:47 31603596830f: Verifying Checksum 12:53:47 31603596830f: Download complete 12:53:47 31603596830f: Pull complete 12:53:47 ecc8261a40a4: Verifying Checksum 12:53:47 ecc8261a40a4: Download complete 12:53:47 2a8b12db71e7: Pull complete 12:53:48 6ca5941a6612: Download complete 12:53:48 6ca5941a6612: Pull complete 12:53:49 ecc8261a40a4: Pull complete 12:53:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:53:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:53:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:53:49 prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container 12:53:49 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 12:53:51 $ docker top a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:53:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:53:52 [ssh-agent] Looking for ssh-agent implementation... 12:53:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:53:52 $ docker exec a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent 12:53:52 SSH_AUTH_SOCK=/tmp/ssh-ELOCWcfO4uvs/agent.11 12:53:52 SSH_AGENT_PID=16 12:53:52 Running ssh-add (command line suppressed) 12:53:52 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1066604882597714630.key (/w/workspace/edgex-go/6@tmp/private_key_1066604882597714630.key) 12:53:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:53:53 + git describe --exact-match --tags HEAD 12:53:53 fatal: no tag exactly matches '1c639149f187acdeb59ccc96d5c4db115b5fc005' [Pipeline] } 12:53:53 $ docker exec --env ******** --env ******** a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent -k 12:53:53 unset SSH_AUTH_SOCK; 12:53:53 unset SSH_AGENT_PID; 12:53:53 echo Agent pid 16 killed; 12:53:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 12:53:53 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 12:53:53 This usually means this commit has not been tagged. [Pipeline] sshagent 12:53:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:53:53 [ssh-agent] Looking for ssh-agent implementation... 12:53:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:53:53 $ docker exec a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent 12:53:54 SSH_AUTH_SOCK=/tmp/ssh-dW1iNklsQFcQ/agent.45 12:53:54 SSH_AGENT_PID=50 12:53:54 Running ssh-add (command line suppressed) 12:53:54 Identity added: /w/workspace/edgex-go/6@tmp/private_key_3187590309536233524.key (/w/workspace/edgex-go/6@tmp/private_key_3187590309536233524.key) 12:53:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:53:54 + git semver init 12:53:54 # -> Open(): unable to determine branch for HEAD 12:53:54 # $GIT_DIR = /w/workspace/edgex-go/6/.git 12:53:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 12:53:54 # $SEMVER_REMOTE_NAME = origin 12:53:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:53:54 # $SEMVER_USER_NAME = edgex-jenkins 12:53:54 # $SEMVER_BRANCH = PR-2771 12:53:54 # $SEMVER_TEMP = /tmp/semver-759867519 12:53:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:54:13 # '/tmp/semver-759867519' -> '/w/workspace/edgex-go/6/.semver' 12:54:13 # -> Force: false 12:54:13 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 12:54:13 $ docker exec --env ******** --env ******** a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 ssh-agent -k 12:54:13 unset SSH_AUTH_SOCK; 12:54:13 unset SSH_AGENT_PID; 12:54:13 echo Agent pid 50 killed; 12:54:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:54:13 + git semver [Pipeline] } 12:54:13 $ docker stop --time=1 a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 12:54:15 $ docker rm -f a1360bbe295f5b470723d30be9893d2c783797da85d9ab4bcd420e8ca65c8ab8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 12:54:28 Stashed 82 file(s) [Pipeline] echo 12:54:28 [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] echo 12:54:29 ========================================================= 12:54:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:54:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:54:29 + 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 . 12:54:32 Sending build context to Docker daemon 324.9MB 12:54:32 Step 1/7 : ARG BASE=golang:1.15-alpine 12:54:32 Step 2/7 : FROM ${BASE} 12:54:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:54:32 df20fa9351a1: Pulling fs layer 12:54:32 ed8968b2872e: Pulling fs layer 12:54:32 a92cc7c5fd73: Pulling fs layer 12:54:32 e871e8e8d7a9: Pulling fs layer 12:54:32 e73272ec9a57: Pulling fs layer 12:54:32 1e910a182e73: Pulling fs layer 12:54:32 4e634b169226: Pulling fs layer 12:54:32 e871e8e8d7a9: Waiting 12:54:32 e73272ec9a57: Waiting 12:54:32 1e910a182e73: Waiting 12:54:32 4e634b169226: Waiting 12:54:32 a92cc7c5fd73: Verifying Checksum 12:54:32 a92cc7c5fd73: Download complete 12:54:32 ed8968b2872e: Verifying Checksum 12:54:32 ed8968b2872e: Download complete 12:54:32 e73272ec9a57: Verifying Checksum 12:54:32 e73272ec9a57: Download complete 12:54:33 1e910a182e73: Verifying Checksum 12:54:33 1e910a182e73: Download complete 12:54:33 df20fa9351a1: Verifying Checksum 12:54:33 df20fa9351a1: Download complete 12:54:33 df20fa9351a1: Pull complete 12:54:33 ed8968b2872e: Pull complete 12:54:34 a92cc7c5fd73: Pull complete 12:54:35 4e634b169226: Verifying Checksum 12:54:35 4e634b169226: Download complete 12:54:36 e871e8e8d7a9: Verifying Checksum 12:54:36 e871e8e8d7a9: Download complete 12:54:41 e871e8e8d7a9: Pull complete 12:54:41 e73272ec9a57: Pull complete 12:54:41 1e910a182e73: Pull complete 12:54:44 Still waiting to schedule task 12:54:44 ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline 12:54:45 4e634b169226: Pull complete 12:54:45 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 12:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:54:45 ---> f7629b54cfaa 12:54:45 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 12:54:46 ---> Running in 6e0ab3b7fd11 12:54:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:54:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:54:47 (1/12) Installing libmagic (5.38-r0) 12:54:48 (2/12) Installing file (5.38-r0) 12:54:48 (3/12) Installing libc-dev (0.7.2-r3) 12:54:48 (4/12) Installing g++ (9.3.0-r2) 12:54:52 (5/12) Installing fortify-headers (1.1-r0) 12:54:52 (6/12) Installing patch (2.7.6-r6) 12:54:52 (7/12) Installing build-base (0.5-r2) 12:54:52 (8/12) Installing libsodium (1.0.18-r0) 12:54:52 (9/12) Installing pkgconf (1.7.2-r0) 12:54:52 (10/12) Installing libsodium-dev (1.0.18-r0) 12:54:52 (11/12) Installing libzmq (4.3.3-r0) 12:54:52 (12/12) Installing zeromq-dev (4.3.3-r0) 12:54:52 Executing busybox-1.31.1-r16.trigger 12:54:52 OK: 233 MiB in 51 packages 12:54:56 Removing intermediate container 6e0ab3b7fd11 12:54:56 ---> 238c1fe31ac2 12:54:56 Step 4/7 : WORKDIR /edgex-go 12:54:56 ---> Running in a6874b112338 12:54:56 Removing intermediate container a6874b112338 12:54:56 ---> d4842cbcb102 12:54:56 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:54:56 latest: Pulling from library/docker 12:54:56 df20fa9351a1: Already exists 12:54:56 25ad7478873d: Pulling fs layer 12:54:56 4684f6177b5d: Pulling fs layer 12:54:56 8ba584e970af: Pulling fs layer 12:54:56 3cdc74d2b06d: Pulling fs layer 12:54:56 4cf5a0d07c1f: Pulling fs layer 12:54:56 fca0ccc462d5: Pulling fs layer 12:54:56 3cdc74d2b06d: Waiting 12:54:56 4cf5a0d07c1f: Waiting 12:54:56 fca0ccc462d5: Waiting 12:54:56 4684f6177b5d: Verifying Checksum 12:54:56 4684f6177b5d: Download complete 12:54:56 25ad7478873d: Verifying Checksum 12:54:56 25ad7478873d: Download complete 12:54:56 4cf5a0d07c1f: Verifying Checksum 12:54:56 4cf5a0d07c1f: Download complete 12:54:56 3cdc74d2b06d: Verifying Checksum 12:54:56 3cdc74d2b06d: Download complete 12:54:57 fca0ccc462d5: Download complete 12:54:57 25ad7478873d: Pull complete 12:54:57 4684f6177b5d: Pull complete 12:54:57 8ba584e970af: Verifying Checksum 12:54:57 8ba584e970af: Download complete 12:55:00 8ba584e970af: Pull complete 12:55:00 3cdc74d2b06d: Pull complete 12:55:00 4cf5a0d07c1f: Pull complete 12:55:00 fca0ccc462d5: Pull complete 12:55:00 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 12:55:00 Status: Downloaded newer image for docker:latest 12:55:01 ---> ad4b1e902efc 12:55:01 Step 6/7 : COPY go.mod . 12:55:02 ---> 7ede6b63bb46 12:55:02 Step 7/7 : RUN go mod download 12:55:02 ---> Running in 1fd7bffef3f0 12:55:24 Removing intermediate container 1fd7bffef3f0 12:55:24 ---> 35ad74ce58c9 12:55:24 Successfully built 35ad74ce58c9 12:55:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:55:24 + docker inspect -f . ci-base-image-x86_64 12:55:24 . [Pipeline] withDockerContainer 12:55:24 prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container 12:55:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat 12:55:25 $ docker top fddf9db33f768904b3732e7a3b3cacfce6df78fdad33973aff4b21e157dec9a8 -eo pid,comm [Pipeline] { [Pipeline] sh 12:55:25 + go version 12:55:25 go version go1.15.2 linux/amd64 [Pipeline] } 12:55:25 $ docker stop --time=1 fddf9db33f768904b3732e7a3b3cacfce6df78fdad33973aff4b21e157dec9a8 12:55:27 $ docker rm -f fddf9db33f768904b3732e7a3b3cacfce6df78fdad33973aff4b21e157dec9a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:55:28 + docker inspect -f . ci-base-image-x86_64 12:55:28 . [Pipeline] withDockerContainer 12:55:28 prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container 12:55:28 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat 12:55:28 $ docker top 235db0f4c99a84d52341a56aef9bc748d5951cdb839af4bc2cd84544f89ffc05 -eo pid,comm [Pipeline] { [Pipeline] echo 12:55:29 ========================================================= 12:55:29 [edgeXBuildGoParallel] Running Tests and Build... 12:55:29 ========================================================= [Pipeline] sh 12:55:29 + make test 12:55:29 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:55:31 ? github.com/edgexfoundry/edgex-go [no test files] 12:55:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:55:49 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.014s 12:55:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 12:55:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:55:49 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 12:55:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:55:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:55:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:55:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:55:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:55:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.033s coverage: 46.6% of statements 12:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:55:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.2% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.007s coverage: 100.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.016s coverage: 100.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.013s coverage: 84.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.016s coverage: 93.5% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:55:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.083s coverage: 28.6% of statements 12:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:55:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.012s coverage: 100.0% of statements 12:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:55:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements 12:55:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:55:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 86.7% of statements 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:55:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.029s coverage: 97.5% of statements 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:55:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.019s coverage: 100.0% of statements 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:55:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.053s coverage: 98.6% of statements 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:55:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:55:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.008s coverage: 0.0% of statements [no tests to run] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:55:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:56:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.050s coverage: 63.5% of statements 12:56:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:56:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:56:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 12:56:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.093s coverage: 55.9% of statements 12:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 12:56:01 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.230s coverage: 86.3% of statements 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.312s coverage: 72.2% of statements 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.101s coverage: 72.1% of statements 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.138s coverage: 82.4% of statements 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.011s coverage: 48.4% of statements 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.056s coverage: 96.8% of statements 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.042s coverage: 31.1% of statements 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:56:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.077s coverage: 84.1% of statements 12:56:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.007s coverage: 100.0% of statements 12:56:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 12:56:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 12:56:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 12:56:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.004s coverage: 100.0% of statements 12:56:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 12:56:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.013s coverage: 83.8% of statements 12:56:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 12:56:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.031s coverage: 46.0% of statements 12:56:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:56:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:56:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.012s coverage: 100.0% of statements 12:56:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:56:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:56:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:56:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.008s coverage: 100.0% of statements 12:56:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:56:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.018s coverage: 100.0% of statements 12:56:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.048s coverage: 29.1% of statements 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.015s coverage: 99.0% of statements 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.016s coverage: 100.0% of statements 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.007s coverage: 87.9% of statements 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:56:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 12:56:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 12:56:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 12:56:08 GO111MODULE=on go vet ./... 12:56:15 gofmt -l . 12:56:15 [ "`gofmt -l .`" = "" ] 12:56:15 ./bin/test-go-mod-tidy.sh 12:56:16 ./bin/test-attribution-txt.sh [Pipeline] sh 12:56:18 + ls -al . 12:56:18 total 584 12:56:18 drwxrwxr-x 10 1001 1001 4096 Oct 10 12:56 . 12:56:18 drwxr-xr-x 4 root root 28 Oct 10 12:55 .. 12:56:18 -rw-rw-r-- 1 1001 1001 11 Oct 10 12:53 .dockerignore 12:56:18 drwxrwxr-x 8 1001 1001 179 Oct 10 12:53 .git 12:56:18 drwxrwxr-x 3 1001 1001 125 Oct 10 12:53 .github 12:56:18 -rw-rw-r-- 1 1001 1001 932 Oct 10 12:53 .gitignore 12:56:18 drwx------ 3 1001 1001 47 Oct 10 12:54 .semver 12:56:18 -rw-rw-r-- 1 1001 1001 166 Oct 10 12:53 .sonarcloud.properties 12:56:18 -rw-rw-r-- 1 1001 1001 3804 Oct 10 12:53 CONTRIBUTING.md 12:56:18 -rw-rw-r-- 1 1001 1001 1035 Oct 10 12:53 Dockerfile.build 12:56:18 -rw-rw-r-- 1 1001 1001 863 Oct 10 12:53 Jenkinsfile 12:56:18 -rw-rw-r-- 1 1001 1001 10775 Oct 10 12:53 LICENSE 12:56:18 -rw-rw-r-- 1 1001 1001 6237 Oct 10 12:53 Makefile 12:56:18 -rw-rw-r-- 1 1001 1001 6447 Oct 10 12:53 README.md 12:56:18 -rw-rw-r-- 1 1001 1001 259 Oct 10 12:53 SECURITY.md 12:56:18 -rw-rw-r-- 1 1001 1001 5 Oct 10 12:54 VERSION 12:56:18 -rw-rw-r-- 1 1001 1001 4131 Oct 10 12:53 ZMQWindows.md 12:56:18 drwxrwxr-x 2 1001 1001 117 Oct 10 12:53 bin 12:56:18 drwxrwxr-x 15 1001 1001 4096 Oct 10 12:53 cmd 12:56:18 -rw-r--r-- 1 root root 491444 Oct 10 12:56 coverage.out 12:56:18 -rw-r--r-- 1 root root 984 Oct 10 12:56 go.mod 12:56:18 -rw-r--r-- 1 root root 18876 Oct 10 12:56 go.sum 12:56:18 drwxrwxr-x 8 1001 1001 127 Oct 10 12:53 internal 12:56:18 drwxrwxr-x 4 1001 1001 26 Oct 10 12:53 openapi 12:56:18 drwxrwxr-x 4 1001 1001 71 Oct 10 12:53 snap 12:56:18 -rw-rw-r-- 1 1001 1001 168 Oct 10 12:53 version.go [Pipeline] sh 12:56:18 + '[' -e coverage.out ] 12:56:18 + chown 1001:1001 coverage.out [Pipeline] stash 12:56:18 Stashed 1 file(s) [Pipeline] sh 12:56:18 + make build 12:56:18 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 12:56:27 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 12:56:30 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 12:56:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4539 in /w/workspace/edgexfoundry_edgex-go_PR-2771 [Pipeline] { [Pipeline] ws 12:56:30 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 12:56:31 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 12:56:32 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 12:56:34 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 12:56:34 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 12:56:35 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 12:56:35 using credential edgex-jenkins-ssh 12:56:35 Cloning the remote Git repository 12:56:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:56:36 > git init /w/workspace/edgex-go/6 # timeout=10 12:56:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:56:36 > git --version # timeout=10 12:56:36 > git --version # 'git version 2.17.1' 12:56:36 using GIT_SSH to set credentials SSH Credentials for GitHub 12:56:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:56:37 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 12:56:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:56:39 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 12:56:40 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 12:56:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 12:56:42 $ docker stop --time=1 235db0f4c99a84d52341a56aef9bc748d5951cdb839af4bc2cd84544f89ffc05 12:56:43 $ docker rm -f 235db0f4c99a84d52341a56aef9bc748d5951cdb839af4bc2cd84544f89ffc05 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:56:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:56:47 12:56:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:56:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:56:47 latest: Pulling from edgex-devops/edgex-compose 12:56:47 cbdbe7a5bc2a: Pulling fs layer 12:56:47 ca9280d653b3: Pulling fs layer 12:56:47 7e9c9ca2126c: Pulling fs layer 12:56:48 cbdbe7a5bc2a: Verifying Checksum 12:56:48 cbdbe7a5bc2a: Download complete 12:56:48 ca9280d653b3: Verifying Checksum 12:56:48 ca9280d653b3: Download complete 12:56:48 cbdbe7a5bc2a: Pull complete 12:56:49 7e9c9ca2126c: Download complete 12:56:49 ca9280d653b3: Pull complete 12:56:56 Merging remotes/origin/master commit f69fcd6f6cfc821951e2cd5529adc6021efd69b2 into PR head commit 1c639149f187acdeb59ccc96d5c4db115b5fc005 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:56:57 Failed in branch arm64 12:56:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:56:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:56:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:56:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:56:55 using GIT_SSH to set credentials SSH Credentials for GitHub 12:56:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2771/head:refs/remotes/origin/PR-2771 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:56:56 > git config core.sparsecheckout # timeout=10 12:56:56 > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # timeout=10 12:56:57 7e9c9ca2126c: Pull complete 12:56:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:56:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:56:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:56:57 prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container 12:56:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-devops/edgex-compose:latest cat 12:56:58 $ docker top eba139e8b7ad220c333f0e61f5e483f9918d557041650228f70768c61290271e -eo pid,comm [Pipeline] { [Pipeline] sh 12:56:59 + docker-compose build --help 12:56:59 + grep parallel 12:57:00 --parallel Build images in parallel. [Pipeline] } 12:57:00 $ docker stop --time=1 eba139e8b7ad220c333f0e61f5e483f9918d557041650228f70768c61290271e 12:57:01 $ docker rm -f eba139e8b7ad220c333f0e61f5e483f9918d557041650228f70768c61290271e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:57:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:57:02 . [Pipeline] withDockerContainer 12:57:02 prd-centos7-docker-4c-2g-4538 does not seem to be running inside a container 12:57:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 12:57:03 $ docker top 53f2a57af59b59c1297e235da894c3e3bba25111c9149810d8e1ab7e9a46b8d5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:57:03 + docker-compose -f ./docker-compose-build.yml build --parallel 12:57:04 Building docker-core-command-go ... 12:57:04 Building docker-core-data-go ... 12:57:04 Building docker-core-metadata-go ... 12:57:04 Building docker-security-proxy-setup-go ... 12:57:04 Building docker-security-secrets-setup-go ... 12:57:04 Building docker-security-secretstore-setup-go ... 12:57:04 Building docker-support-logging-go ... 12:57:04 Building docker-support-notifications-go ... 12:57:04 Building docker-support-scheduler-go ... 12:57:04 Building docker-sys-mgmt-agent-go ... 12:57:04 Building docker-core-command-go 12:57:04 Building docker-security-secretstore-setup-go 12:57:04 Building docker-sys-mgmt-agent-go 12:57:04 Building docker-support-notifications-go 12:57:04 Building docker-support-scheduler-go 12:57:31 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 12:57:31 Step 2/27 : FROM ${BUILDER_BASE} AS builder 12:57:31 ---> 35ad74ce58c9 12:57:31 Step 3/27 : WORKDIR /edgex-go 12:57:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:57:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:57:31 ---> 35ad74ce58c9 12:57:31 Step 3/24 : WORKDIR /edgex-go 12:57:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:57:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:57:31 ---> 35ad74ce58c9 12:57:31 Step 3/22 : WORKDIR /edgex-go 12:57:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 12:57:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:57:31 ---> 35ad74ce58c9 12:57:31 Step 3/26 : WORKDIR /edgex-go 12:57:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:57:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:57:31 ---> 35ad74ce58c9 12:57:31 Step 3/21 : WORKDIR /edgex-go 12:57:32 ---> Running in b272944a3263 12:57:32 ---> Running in c0f00cb70070 12:57:32 ---> Running in 8f5bb940e279 12:57:32 ---> Running in cec1002caffb 12:57:32 ---> Running in e369d34977fa 12:57:33 Removing intermediate container c0f00cb70070 12:57:33 ---> 3f663bf6fc02 12:57:33 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:33 Removing intermediate container e369d34977fa 12:57:33 ---> 33ed4a12b312 12:57:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:33 Removing intermediate container 8f5bb940e279 12:57:33 ---> 93d594cd6ae7 12:57:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:33 Removing intermediate container cec1002caffb 12:57:33 ---> 8df24cfc8f5f 12:57:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:33 Removing intermediate container b272944a3263 12:57:33 ---> f7c442fff99b 12:57:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:33 ---> Running in fca259e5b51d 12:57:33 ---> Running in 7700d026bcf1 12:57:33 ---> Running in 63a0b546253c 12:57:33 ---> Running in 0cf2684cc384 12:57:33 ---> Running in d06645790b30 12:57:35 Removing intermediate container fca259e5b51d 12:57:35 ---> 5cb29ba1c162 12:57:35 Step 5/21 : RUN apk update && apk add make git 12:57:35 Removing intermediate container 7700d026bcf1 12:57:35 ---> 4d271b1f6509 12:57:35 Step 5/27 : RUN apk update && apk add make bash git 12:57:35 ---> Running in 28e23af2ece1 12:57:35 ---> Running in c8512276b9fd 12:57:36 Removing intermediate container 63a0b546253c 12:57:36 ---> 28d87823ff80 12:57:36 Step 5/22 : RUN apk update && apk add make git 12:57:36 Removing intermediate container 0cf2684cc384 12:57:36 ---> 96e3a4e0e468 12:57:36 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 12:57:36 Removing intermediate container d06645790b30 12:57:36 ---> 1980cc873779 12:57:36 Step 5/26 : RUN apk update && apk add make git 12:57:36 ---> Running in a5179351dbb7 12:57:36 ---> Running in 9fe012583002 12:57:36 ---> Running in 4a25dc190bc3 12:57:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:37 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:37 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:37 OK: 12752 distinct packages available 12:57:37 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:37 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:37 OK: 12752 distinct packages available 12:57:38 OK: 233 MiB in 51 packages 12:57:38 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:38 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:38 OK: 12752 distinct packages available 12:57:38 OK: 233 MiB in 51 packages 12:57:38 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:38 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:38 OK: 12752 distinct packages available 12:57:38 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 12:57:38 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:57:38 OK: 12752 distinct packages available 12:57:38 OK: 233 MiB in 51 packages 12:57:38 OK: 233 MiB in 51 packages 12:57:38 OK: 233 MiB in 51 packages 12:57:38 Removing intermediate container c8512276b9fd 12:57:38 ---> aad9ba09c6b3 12:57:38 Step 6/27 : COPY go.mod . 12:57:39 Removing intermediate container 28e23af2ece1 12:57:39 ---> 1e16443bc157 12:57:39 Step 6/21 : COPY go.mod . 12:57:39 Removing intermediate container a5179351dbb7 12:57:39 ---> 619a11cd783d 12:57:39 Step 6/22 : COPY go.mod . 12:57:39 ---> f2fa36246a05 12:57:39 Step 7/27 : RUN go mod download 12:57:39 ---> be020a1b84e7 12:57:39 Step 7/21 : RUN go mod download 12:57:39 ---> Running in b56c24f0053d 12:57:39 ---> Running in 22cc7fa43296 12:57:39 Removing intermediate container 4a25dc190bc3 12:57:39 ---> 652952520179 12:57:39 Step 6/26 : COPY go.mod . 12:57:39 ---> 5fd5439f145b 12:57:39 Step 7/22 : RUN go mod download 12:57:39 Removing intermediate container 9fe012583002 12:57:39 ---> 23dabaafda8d 12:57:39 Step 6/24 : COPY go.mod . 12:57:40 ---> Running in 5e4fc62791bd 12:57:40 ---> 3d06a9682063 12:57:40 Step 7/26 : RUN go mod download 12:57:40 ---> 6b9159efbd8d 12:57:40 Step 7/24 : RUN go mod download 12:57:40 ---> Running in 5f6e4d5573be 12:57:40 ---> Running in 75473e017d0b 12:57:42 Removing intermediate container 5e4fc62791bd 12:57:42 ---> b1482be1129e 12:57:42 Step 8/22 : COPY . . 12:57:42 Removing intermediate container 22cc7fa43296 12:57:42 ---> 892f373c40c5 12:57:42 Step 8/21 : COPY . . 12:57:42 Removing intermediate container b56c24f0053d 12:57:42 ---> 6153cdb0f8c6 12:57:42 Step 8/27 : COPY . . 12:57:43 Removing intermediate container 75473e017d0b 12:57:43 ---> c93e6207b134 12:57:43 Step 8/24 : COPY . . 12:57:44 Removing intermediate container 5f6e4d5573be 12:57:44 ---> ff2769dadcef 12:57:44 Step 8/26 : COPY . . 12:58:17 ---> 77387b65d4ab 12:58:17 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:58:17 ---> 211655eb318d 12:58:17 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:58:17 ---> 62c26b728b02 12:58:17 Step 9/22 : RUN make cmd/core-command/core-command 12:58:17 ---> 1187b23d18a1 12:58:17 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:58:17 ---> Running in db4e76f9e182 12:58:17 ---> Running in d3efb588ac31 12:58:17 ---> 5cd59646875e 12:58:17 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 12:58:17 ---> Running in a43ada4f4bca 12:58:17 ---> Running in 317e6640ec47 12:58:18 ---> Running in 88d04e990b4f 12:58:19 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 12:58:19 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 12:58:19 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 12:58:19 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 12:58:19 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 12:58:51 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 12:58:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 12:58:51 Removing intermediate container d3efb588ac31 12:58:51 ---> 8157537a96b0 12:58:51 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:58:51 ---> Running in a4518fa8f09f 12:58:51 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 12:58:58 Removing intermediate container 317e6640ec47 12:58:58 ---> 85ba7316b999 12:58:58 12:58:58 Step 10/22 : FROM scratch 12:58:58 ---> 12:58:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:58:58 Removing intermediate container a43ada4f4bca 12:58:58 ---> 8bd4f111555f 12:58:58 12:58:58 Step 10/24 : FROM scratch 12:58:58 ---> 12:58:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:58:58 Removing intermediate container db4e76f9e182 12:58:58 ---> b5ea4ec7d019 12:58:58 12:58:58 Step 10/21 : FROM scratch 12:58:58 ---> 12:58:58 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:58:58 ---> Running in d3131ace8eb2 12:58:58 ---> Running in ee8cc07cd3cb 12:58:58 ---> Running in bbe0a9268f2f 12:58:58 Removing intermediate container a4518fa8f09f 12:58:58 ---> ebb3bf01c8c3 12:58:58 12:58:58 Step 11/27 : FROM docker:latest 12:58:58 ---> 809cc4dba987 12:58:58 Step 12/27 : RUN apk add --no-cache bash 12:58:58 ---> Running in db06700cb681 12:58:58 Removing intermediate container d3131ace8eb2 12:58:58 ---> 78ffebb7940b 12:58:58 Step 12/24 : ENV APP_PORT=48060 12:58:59 Removing intermediate container ee8cc07cd3cb 12:58:59 ---> 62e9b55c397e 12:58:59 Step 12/21 : ENV APP_PORT=48085 12:58:59 Removing intermediate container bbe0a9268f2f 12:58:59 ---> c4a05747509d 12:58:59 Step 12/22 : ENV APP_PORT=48082 12:58:59 ---> Running in 2a342d227913 12:58:59 ---> Running in 92e98b4d996f 12:58:59 ---> Running in df782f93f041 12:58:59 Removing intermediate container 88d04e990b4f 12:58:59 ---> 23754edb8c74 12:58:59 12:58:59 Step 10/26 : FROM alpine:3.10 12:58:59 Removing intermediate container 2a342d227913 12:58:59 ---> 665563e57949 12:58:59 Step 13/24 : EXPOSE $APP_PORT 12:58:59 ---> Running in 4b461d539814 12:58:59 Removing intermediate container 92e98b4d996f 12:58:59 ---> a7ca4bfa5ffd 12:58:59 Step 13/22 : EXPOSE $APP_PORT 12:58:59 Removing intermediate container df782f93f041 12:58:59 ---> 63b0ba88d322 12:58:59 Step 13/21 : EXPOSE $APP_PORT 12:58:59 ---> Running in 465838d6890e 12:58:59 ---> Running in 052de45c4ccc 12:58:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:58:59 3.10: Pulling from library/alpine 12:58:59 Removing intermediate container 4b461d539814 12:58:59 ---> 203bbcbd5214 12:58:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:58:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:00 Removing intermediate container 052de45c4ccc 12:59:00 ---> 8efddcabc53e 12:59:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:59:00 Removing intermediate container 465838d6890e 12:59:00 ---> d08a789a6a50 12:59:00 Step 14/22 : WORKDIR / 12:59:00 ---> Running in dddc65fa3216 12:59:00 (1/2) Installing readline (8.0.4-r0) 12:59:00 (2/2) Installing bash (5.0.17-r0) 12:59:00 Executing bash-5.0.17-r0.post-install 12:59:00 ---> bbd623b55576 12:59:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:59:00 Executing busybox-1.31.1-r16.trigger 12:59:00 OK: 12 MiB in 22 packages 12:59:00 ---> 7485a765f86c 12:59:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:59:00 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:59:02 Status: Downloaded newer image for alpine:3.10 12:59:02 ---> be4e4bea2c2e 12:59:02 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:59:03 Removing intermediate container dddc65fa3216 12:59:03 ---> f71a67e8b540 12:59:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:59:03 ---> 4496829249ea 12:59:03 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:59:03 ---> Running in 212862599a74 12:59:03 ---> 43f5e17c8a47 12:59:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:59:03 ---> 58e1a407b790 12:59:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:59:03 Removing intermediate container db06700cb681 12:59:03 ---> d19657bd43b7 12:59:03 Step 13/27 : RUN rm -rf /var/cache/apk/* 12:59:04 ---> 09e082fda06c 12:59:04 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:59:04 ---> Running in 5df435d64eac 12:59:04 ---> e9f04e3eed32 12:59:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:59:04 ---> d9eb622316c1 12:59:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:59:04 ---> Running in 2a9c6082df74 12:59:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 12:59:04 ---> 5bfd1f647641 12:59:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:59:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 12:59:04 ---> ed35aeaa83b3 12:59:04 Step 18/22 : ENTRYPOINT ["/core-command"] 12:59:04 Removing intermediate container 2a9c6082df74 12:59:04 ---> 390f8a9190c7 12:59:04 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:59:04 v3.10.5-96-g1efb054f0b [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:59:04 v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:59:04 OK: 10346 distinct packages available 12:59:04 ---> Running in eaac10137d03 12:59:04 ---> Running in 7685fb16c03d 12:59:05 (1/5) Installing ca-certificates (20191127-r2) 12:59:05 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:59:05 (3/5) Installing libcurl (7.66.0-r1) 12:59:05 Removing intermediate container eaac10137d03 12:59:05 ---> 20238e7ab920 12:59:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:59:05 (4/5) Installing curl (7.66.0-r1) 12:59:05 (5/5) Installing dumb-init (1.2.2-r1) 12:59:05 Executing busybox-1.30.1-r3.trigger 12:59:05 Executing ca-certificates-20191127-r2.trigger 12:59:05 OK: 7 MiB in 19 packages 12:59:05 ---> Running in caac13a87b27 12:59:05 ---> 333675858f07 12:59:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:59:05 Removing intermediate container 7685fb16c03d 12:59:05 ---> c11fcb0c644c 12:59:05 Step 19/21 : LABEL arch=x86_64 12:59:05 ---> Running in 3d56de262033 12:59:06 Removing intermediate container caac13a87b27 12:59:06 ---> 769da25fa2ff 12:59:06 Step 20/22 : LABEL arch=x86_64 12:59:06 Removing intermediate container 5df435d64eac 12:59:06 ---> aaa0e22e9266 12:59:06 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:59:06 ---> 43ec8a454b46 12:59:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:59:06 ---> Running in 913fd80a6fde 12:59:07 Removing intermediate container 3d56de262033 12:59:07 ---> 59671aa40bed 12:59:07 Step 20/21 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 12:59:07 ---> Running in 4211c5a14cc8 12:59:07 ---> Running in 3900ec7efc5f 12:59:07 ---> Running in 3982e2711048 12:59:07 Removing intermediate container 212862599a74 12:59:07 ---> a4baaf8baee6 12:59:07 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:59:07 Removing intermediate container 913fd80a6fde 12:59:07 ---> 8ab5674e00c5 12:59:07 Step 21/22 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 12:59:07 ---> Running in ab60344afced 12:59:07 ---> Running in 895671b41729 12:59:07 Removing intermediate container 4211c5a14cc8 12:59:07 ---> 3507e3705a6b 12:59:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:59:07 Removing intermediate container 3900ec7efc5f 12:59:07 ---> caad2561d098 12:59:07 Step 15/27 : ENV APP_PORT=48090 12:59:07 Removing intermediate container 3982e2711048 12:59:07 ---> 605533128b81 12:59:07 Step 21/21 : LABEL version=0.0.0 12:59:07 ---> Running in 78210b15e319 12:59:07 ---> Running in c0cb0cfee4ff 12:59:07 ---> Running in 93ba19136ae1 12:59:07 Removing intermediate container ab60344afced 12:59:07 ---> 18c24e688c5c 12:59:07 Step 13/26 : WORKDIR / 12:59:07 Removing intermediate container 895671b41729 12:59:07 ---> 8031b610f403 12:59:07 Step 22/22 : LABEL version=0.0.0 12:59:07 ---> Running in 7b21f76132f5 12:59:08 ---> Running in d61d97658a2b 12:59:08 Removing intermediate container 78210b15e319 12:59:08 ---> f39a12839eff 12:59:08 Step 22/24 : LABEL arch=x86_64 12:59:08 Removing intermediate container c0cb0cfee4ff 12:59:08 ---> 2f70712de552 12:59:08 Step 16/27 : EXPOSE $APP_PORT 12:59:08 Removing intermediate container 93ba19136ae1 12:59:08 ---> 87a4396f6095 12:59:08 12:59:08 ---> Running in 801cabd0a47a 12:59:08 ---> Running in f131a7d478f9 12:59:08 Successfully built 87a4396f6095 12:59:08 Successfully tagged docker-support-scheduler-go:latest 12:59:08 Removing intermediate container 7b21f76132f5 12:59:08 ---> b86eab6be56b 12:59:08 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:59:08 Building docker-core-metadata-go 12:59:08  Building docker-support-scheduler-go ... done Removing intermediate container d61d97658a2b 12:59:08 ---> e486d542ffd7 12:59:08 12:59:08 Removing intermediate container 801cabd0a47a 12:59:08 ---> a73286c77bae 12:59:08 Step 23/24 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 12:59:08 Removing intermediate container f131a7d478f9 12:59:08 ---> 8e3175cf3756 12:59:08 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:59:08 Successfully built e486d542ffd7 12:59:08 ---> Running in 1ebcee9933b1 12:59:08 Successfully tagged docker-core-command-go:latest 12:59:08 Building docker-core-data-go 12:59:09  Building docker-core-command-go ... done  ---> daa222f5aa50 12:59:09 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:59:09 Removing intermediate container 1ebcee9933b1 12:59:09 ---> 05084bd56d26 12:59:09 Step 24/24 : LABEL version=0.0.0 12:59:09 ---> Running in 110b935d4731 12:59:09 ---> de84e4add353 12:59:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:59:11 ---> 78633a0018cc 12:59:11 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:59:11 Removing intermediate container 110b935d4731 12:59:11 ---> d21aa3051b06 12:59:11 12:59:11 Successfully built d21aa3051b06 12:59:11 Successfully tagged docker-support-notifications-go:latest 12:59:11 Building docker-security-proxy-setup-go 12:59:11  Building docker-support-notifications-go ... done  ---> c270ffcefc91 12:59:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 12:59:18 ---> fd08d03af1ec 12:59:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:59:18 ---> a5c84167c557 12:59:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:59:18 ---> d1154edfa48a 12:59:18 Step 20/27 : RUN apk --no-cache add py3-pip 12:59:18 ---> e07f3440b100 12:59:18 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:59:18 ---> Running in c2d4249cefa0 12:59:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:19 (1/33) Installing libbz2 (1.0.8-r1) 12:59:19 (2/33) Installing expat (2.2.9-r1) 12:59:19 (3/33) Installing libffi (3.3-r2) 12:59:19 (4/33) Installing gdbm (1.13-r1) 12:59:20 (5/33) Installing xz-libs (5.2.5-r0) 12:59:20 (6/33) Installing sqlite-libs (3.32.1-r0) 12:59:20 (7/33) Installing python3 (3.8.5-r0) 12:59:24 ---> 98d93999ecd4 12:59:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 12:59:28 (8/33) Installing py3-appdirs (1.4.4-r1) 12:59:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:59:28 (10/33) Installing py3-parsing (2.4.7-r0) 12:59:28 (11/33) Installing py3-six (1.15.0-r0) 12:59:28 (12/33) Installing py3-packaging (20.4-r0) 12:59:29 (13/33) Installing py3-setuptools (47.0.0-r0) 12:59:29 (14/33) Installing py3-chardet (3.0.4-r4) 12:59:30 (15/33) Installing py3-idna (2.9-r0) 12:59:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:59:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:59:32 (18/33) Installing py3-requests (2.23.0-r0) 12:59:32 (19/33) Installing py3-msgpack (1.0.0-r0) 12:59:32 (20/33) Installing py3-lockfile (0.12.2-r3) 12:59:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:59:32 (22/33) Installing py3-colorama (0.4.3-r0) 12:59:32 (23/33) Installing py3-distlib (0.3.0-r0) 12:59:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:59:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:59:33 ---> 35ad74ce58c9 12:59:33 Step 3/22 : WORKDIR /edgex-go 12:59:33 ---> Using cache 12:59:33 ---> f7c442fff99b 12:59:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:33 ---> Using cache 12:59:33 ---> 1980cc873779 12:59:33 Step 5/22 : RUN apk update && apk add make git 12:59:33 ---> Using cache 12:59:33 ---> 652952520179 12:59:33 Step 6/22 : COPY go.mod . 12:59:33 ---> Using cache 12:59:33 ---> 3d06a9682063 12:59:33 Step 7/22 : RUN go mod download 12:59:33 ---> Using cache 12:59:33 ---> ff2769dadcef 12:59:33 Step 8/22 : COPY . . 12:59:33 ---> Using cache 12:59:33 ---> 5cd59646875e 12:59:33 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:59:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 12:59:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:59:33 ---> 35ad74ce58c9 12:59:33 Step 3/23 : WORKDIR /edgex-go 12:59:33 ---> Using cache 12:59:33 ---> f7c442fff99b 12:59:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:33 ---> Using cache 12:59:33 ---> 1980cc873779 12:59:33 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:59:34 ---> a8229c78c188 12:59:34 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:59:34 (24/33) Installing py3-distro (1.5.0-r1) 12:59:34 (25/33) Installing py3-webencodings (0.5.1-r3) 12:59:34 (26/33) Installing py3-html5lib (1.0.1-r4) 12:59:35 ---> Running in a850d5aabfb2 12:59:35 (27/33) Installing py3-pytoml (0.1.21-r0) 12:59:35 ---> Running in 8d2d8e2acb16 12:59:35 (28/33) Installing py3-pep517 (0.8.2-r0) 12:59:35 (29/33) Installing py3-progress (1.5-r0) 12:59:35 (30/33) Installing py3-toml (0.10.1-r0) 12:59:35 (31/33) Installing py3-retrying (1.3.3-r0) 12:59:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:59:35 (33/33) Installing py3-pip (20.1.1-r0) 12:59:35 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 12:59:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 12:59:35 ---> 35ad74ce58c9 12:59:35 Step 3/20 : WORKDIR /edgex-go 12:59:35 ---> Using cache 12:59:35 ---> f7c442fff99b 12:59:35 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:59:35 ---> Using cache 12:59:35 ---> 1980cc873779 12:59:35 Step 5/20 : RUN apk update && apk add make git 12:59:35 ---> Using cache 12:59:35 ---> 652952520179 12:59:35 Step 6/20 : COPY go.mod . 12:59:35 ---> Using cache 12:59:35 ---> 3d06a9682063 12:59:35 Step 7/20 : RUN go mod download 12:59:35 ---> Using cache 12:59:35 ---> ff2769dadcef 12:59:35 Step 8/20 : COPY . . 12:59:35 ---> Using cache 12:59:35 ---> 5cd59646875e 12:59:35 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 12:59:35 Executing busybox-1.31.1-r16.trigger 12:59:35 OK: 71 MiB in 55 packages 12:59:36 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 12:59:36 ---> 2f206dc97210 12:59:36 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:59:36 ---> Running in be2e610cfecb 12:59:36 ---> Running in 9b6fda6e245f 12:59:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:59:37 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 12:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:59:38 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 12:59:38 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:59:38 OK: 12752 distinct packages available 12:59:38 OK: 233 MiB in 51 packages 12:59:40 Removing intermediate container 9b6fda6e245f 12:59:40 ---> 6d236199fee3 12:59:40 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 12:59:41 ---> Running in 1bc136767490 12:59:43 Removing intermediate container 8d2d8e2acb16 12:59:43 ---> 6a6b2e826875 12:59:43 Step 6/23 : COPY go.mod . 12:59:43 Removing intermediate container 1bc136767490 12:59:43 ---> 9d3df3856c86 12:59:43 Step 24/26 : LABEL arch=x86_64 12:59:46 ---> Running in 5f6e20d896e3 12:59:46 ---> ac15e2d73ba9 12:59:46 Step 7/23 : RUN go mod download 12:59:47 ---> Running in 464bfdd3439f 12:59:48 Removing intermediate container 5f6e20d896e3 12:59:48 ---> d52f10569be0 12:59:48 Step 25/26 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 12:59:49 ---> Running in 417a787dc952 12:59:50 Removing intermediate container 417a787dc952 12:59:50 ---> 7f40d6a96f62 12:59:50 Step 26/26 : LABEL version=0.0.0 12:59:50 Removing intermediate container c2d4249cefa0 12:59:50 ---> 46bba7ce885c 12:59:50 Step 21/27 : RUN pip install docker-compose==1.23.2 12:59:50 ---> Running in 415791ea3f26 12:59:50 ---> Running in e336ea4e6103 12:59:50 Removing intermediate container 415791ea3f26 12:59:50 ---> 372cc36e9fcc 12:59:50 12:59:50 Successfully built 372cc36e9fcc 12:59:50 Successfully tagged docker-security-secretstore-setup-go:latest 12:59:50 Building docker-support-logging-go 12:59:55  Building docker-security-secretstore-setup-go ... done Removing intermediate container 464bfdd3439f 12:59:55 ---> 54775ef31759 12:59:55 Step 8/23 : COPY . . 12:59:55 Collecting docker-compose==1.23.2 12:59:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:59:58 Collecting docker<4.0,>=3.6.0 12:59:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:00:01 Collecting texttable<0.10,>=0.9.0 13:00:01 Downloading texttable-0.9.1.tar.gz (11 kB) 13:00:05 Collecting PyYAML<4,>=3.10 13:00:05 Downloading PyYAML-3.13.tar.gz (270 kB) 13:00:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:00:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:00:11 Collecting jsonschema<3,>=2.5.1 13:00:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:00:12 Collecting dockerpty<0.5,>=0.4.1 13:00:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:00:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 13:00:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:00:12 ---> 35ad74ce58c9 13:00:12 Step 3/22 : WORKDIR /edgex-go 13:00:13 ---> Using cache 13:00:13 ---> f7c442fff99b 13:00:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:13 ---> Using cache 13:00:13 ---> 1980cc873779 13:00:13 Step 5/22 : RUN apk update && apk add make && apk add bash git 13:00:14 Collecting cached-property<2,>=1.2.0 13:00:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:00:14 Removing intermediate container be2e610cfecb 13:00:14 ---> aee38524f4b9 13:00:14 13:00:14 Step 10/20 : FROM alpine 13:00:14 ---> Running in 66c3abc17785 13:00:14 Collecting websocket-client<1.0,>=0.32.0 13:00:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:00:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:00:14 latest: Pulling from library/alpine 13:00:14 Collecting docopt<0.7,>=0.6.1 13:00:14 Downloading docopt-0.6.2.tar.gz (25 kB) 13:00:15 Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 13:00:15 Status: Downloaded newer image for alpine:latest 13:00:15 ---> a24bb4013296 13:00:15 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 13:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:16 Collecting docker-pycreds>=0.4.0 13:00:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:00:16 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) 13:00:16 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) 13:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:17 Collecting urllib3<1.25,>=1.21.1 13:00:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:00:17 ---> Running in 6fd88c386ed4 13:00:17 Collecting idna<2.8,>=2.5 13:00:17 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:00:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:00:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:00:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:00:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:00:17 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, PyYAML, jsonschema, dockerpty, cached-property, docopt, docker-compose 13:00:18 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 13:00:18 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:00:18 OK: 12752 distinct packages available 13:00:18 OK: 233 MiB in 51 packages 13:00:18 OK: 233 MiB in 51 packages 13:00:18 Attempting uninstall: urllib3 13:00:18 Found existing installation: urllib3 1.25.9 13:00:18 Uninstalling urllib3-1.25.9: 13:00:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:19 Successfully uninstalled urllib3-1.25.9 13:00:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:19 v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:00:19 v3.12.0-381-g200ba6e281 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:00:19 OK: 12750 distinct packages available 13:00:19 (1/4) Installing ca-certificates (20191127-r4) 13:00:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:00:20 (3/4) Installing libcurl (7.69.1-r1) 13:00:20 (4/4) Installing curl (7.69.1-r1) 13:00:20 Executing busybox-1.31.1-r16.trigger 13:00:20 Executing ca-certificates-20191127-r4.trigger 13:00:20 OK: 7 MiB in 18 packages 13:00:21 Attempting uninstall: idna 13:00:21 Found existing installation: idna 2.9 13:00:21 Uninstalling idna-2.9: 13:00:21 Removing intermediate container a850d5aabfb2 13:00:21 ---> a9131600255a 13:00:21 13:00:21 Step 10/22 : FROM scratch 13:00:21 ---> 13:00:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:00:21 Successfully uninstalled idna-2.9 13:00:21 ---> Using cache 13:00:21 ---> c4a05747509d 13:00:21 Step 12/22 : ENV APP_PORT=48081 13:00:21 Attempting uninstall: requests 13:00:21 Found existing installation: requests 2.23.0 13:00:21 Uninstalling requests-2.23.0: 13:00:21 Successfully uninstalled requests-2.23.0 13:00:21 ---> Running in 405c4a518776 13:00:21 ---> 529b34885809 13:00:21 Step 9/23 : RUN make cmd/core-data/core-data 13:00:22 Removing intermediate container 66c3abc17785 13:00:22 ---> fd2548d7fd04 13:00:22 Step 6/22 : COPY go.mod . 13:00:22 ---> Running in eec5fa014451 13:00:23 Removing intermediate container 405c4a518776 13:00:23 ---> ee5206ceae8b 13:00:23 Step 13/22 : EXPOSE $APP_PORT 13:00:23 Running setup.py install for texttable: started 13:00:23 ---> 3bee7e17b1f0 13:00:23 Step 7/22 : RUN go mod download 13:00:23 Removing intermediate container 6fd88c386ed4 13:00:23 ---> 82509913b3c3 13:00:23 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:00:23 ---> Running in f885ca8921c7 13:00:23 ---> Running in de5cde3278b9 13:00:23 ---> Running in 5ca7d1950c33 13:00:24 Running setup.py install for texttable: finished with status 'done' 13:00:24 Running setup.py install for PyYAML: started 13:00:24 Removing intermediate container f885ca8921c7 13:00:24 ---> df959cf173b8 13:00:24 Step 14/22 : WORKDIR / 13:00:24 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 13:00:24 Removing intermediate container 5ca7d1950c33 13:00:24 ---> a4471f310619 13:00:24 Step 13/20 : WORKDIR /edgex 13:00:24 ---> Running in 7abb731c516d 13:00:24 ---> Running in 080a8f5989f9 13:00:25 Removing intermediate container 7abb731c516d 13:00:25 ---> 324ebac1d5a1 13:00:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 13:00:25 Running setup.py install for PyYAML: finished with status 'done' 13:00:25 Removing intermediate container 080a8f5989f9 13:00:25 ---> 76332829e61a 13:00:25 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:00:25 Running setup.py install for dockerpty: started 13:00:25 ---> b964a73785b6 13:00:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:00:25 ---> 0028285aba2d 13:00:25 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:00:25 Running setup.py install for dockerpty: finished with status 'done' 13:00:25 Running setup.py install for docopt: started 13:00:26 Running setup.py install for docopt: finished with status 'done' 13:00:26 ---> 4257cd3f36c9 13:00:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:00:27 ---> 084c13f9c64e 13:00:27 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:00:27 Removing intermediate container de5cde3278b9 13:00:27 ---> dce054737fb0 13:00:27 Step 8/22 : COPY . . 13:00:27 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 13:00:27 ---> e48a39003910 13:00:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 13:00:27 ---> Running in 174651cf0d96 13:00:29 ---> Running in 836aa24be941 13:00:31 Removing intermediate container 174651cf0d96 13:00:31 ---> 3528e3731b82 13:00:31 Step 17/20 : CMD ["--init=true"] 13:00:34 ---> Running in 07c1d54be892 13:00:34 Removing intermediate container 836aa24be941 13:00:34 ---> 91ca3bb0c27a 13:00:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:00:37 ---> Running in 87e1e64db4e3 13:00:39 Removing intermediate container 07c1d54be892 13:00:39 ---> 85e6e690bbd9 13:00:39 Step 18/20 : LABEL arch=x86_64 13:00:39 Removing intermediate container e336ea4e6103 13:00:39 ---> daab82e44a78 13:00:39 Step 22/27 : RUN apk --no-cache add curl 13:00:43 ---> Running in fa429dc2181b 13:00:43 ---> Running in deef91345502 13:00:43 Removing intermediate container 87e1e64db4e3 13:00:43 ---> 3f99604441ac 13:00:43 Step 20/22 : LABEL arch=x86_64 13:00:44 ---> Running in c8b661e70f0d 13:00:46 Removing intermediate container fa429dc2181b 13:00:46 ---> a75927724c59 13:00:46 Step 19/20 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 13:00:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:00:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:00:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:00:47 (2/3) Installing libcurl (7.69.1-r1) 13:00:47 (3/3) Installing curl (7.69.1-r1) 13:00:47 Executing busybox-1.31.1-r16.trigger 13:00:47 OK: 72 MiB in 58 packages 13:00:47 ---> Running in a669c28c05a1 13:00:47 Removing intermediate container c8b661e70f0d 13:00:47 ---> 25ef0e94ad91 13:00:47 Step 21/22 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 13:00:49 ---> Running in 15e5c203a5c0 13:00:50 Removing intermediate container a669c28c05a1 13:00:50 ---> b9716157b350 13:00:50 Step 20/20 : LABEL version=0.0.0 13:00:50 ---> d119bc60f759 13:00:50 Step 9/22 : RUN make cmd/support-logging/support-logging 13:00:50 ---> Running in 3d5b71305edd 13:00:50 ---> Running in 1c12430430b7 13:00:50 Removing intermediate container 15e5c203a5c0 13:00:50 ---> 7d504173cd46 13:00:50 Step 22/22 : LABEL version=0.0.0 13:00:50 Removing intermediate container deef91345502 13:00:50 ---> ab0e5d82e0c8 13:00:50 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 13:00:51 ---> Running in 62c7575a1663 13:00:51 ---> Running in 5c443fbe5661 13:00:51 Removing intermediate container 3d5b71305edd 13:00:51 ---> 412dd564b58f 13:00:51 13:00:51 Successfully built 412dd564b58f 13:00:51 Removing intermediate container 5c443fbe5661 13:00:51 ---> 28f14921c4ee 13:00:51 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:00:51 Removing intermediate container 62c7575a1663 13:00:51 ---> f3642b4a94b7 13:00:51 13:00:51 Successfully tagged docker-security-proxy-setup-go:latest 13:00:51 Building docker-security-secrets-setup-go 13:00:51  Building docker-security-proxy-setup-go ... done  ---> Running in 9683116af8c4 13:00:51 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 13:00:51 Successfully built f3642b4a94b7 13:00:51 Successfully tagged docker-core-metadata-go:latest 13:00:51  Building docker-core-metadata-go ... done Removing intermediate container 9683116af8c4 13:00:51 ---> 6ce5c017ba4c 13:00:51 Step 25/27 : LABEL arch=x86_64 13:00:52 ---> Running in 0164948df679 13:00:52 Removing intermediate container 0164948df679 13:00:52 ---> ff8e18060a3d 13:00:52 Step 26/27 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 13:00:54 ---> Running in 21a8614852f5 13:00:57 Removing intermediate container 21a8614852f5 13:00:57 ---> fb82848bb429 13:00:57 Step 27/27 : LABEL version=0.0.0 13:00:57 ---> Running in 6dd681a588a7 13:00:57 Removing intermediate container 6dd681a588a7 13:00:57 ---> 6decafbae566 13:00:57 13:00:57 Successfully built 6decafbae566 13:00:57 Successfully tagged docker-sys-mgmt-agent-go:latest 13:01:07  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eec5fa014451 13:01:07 ---> 34b57eef585f 13:01:07 13:01:07 Step 10/23 : FROM alpine 13:01:07 ---> a24bb4013296 13:01:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:01:07 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 13:01:07 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 13:01:07 ---> 35ad74ce58c9 13:01:07 Step 3/29 : WORKDIR /edgex-go 13:01:07 ---> Using cache 13:01:07 ---> f7c442fff99b 13:01:07 Step 4/29 : RUN apk update && apk add make git 13:01:09 ---> Running in d2b0efe33f48 13:01:09 ---> Running in ed77320c4368 13:01:09 Removing intermediate container d2b0efe33f48 13:01:09 ---> cbbb8dfe35e1 13:01:09 Step 12/23 : ENV APP_PORT=48080 13:01:09 ---> Running in b0b1e4253a96 13:01:10 Removing intermediate container b0b1e4253a96 13:01:10 ---> d6d66cf7e8de 13:01:10 Step 13/23 : EXPOSE $APP_PORT 13:01:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:10 ---> Running in cb66cce03492 13:01:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:11 Removing intermediate container cb66cce03492 13:01:11 ---> ab8b531842e6 13:01:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:01:11 Removing intermediate container 1c12430430b7 13:01:11 ---> 801f046c211b 13:01:11 13:01:11 Step 10/22 : FROM scratch 13:01:11 ---> 13:01:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:01:11 ---> Running in d7596f07c18d 13:01:11 v3.12.0-376-gb3fc85f1ac [http://nl.alpinelinux.org/alpine/v3.12/main] 13:01:11 v3.12.0-381-g200ba6e281 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:01:11 OK: 12752 distinct packages available 13:01:11 OK: 233 MiB in 51 packages 13:01:11 ---> Using cache 13:01:11 ---> 78ffebb7940b 13:01:11 Step 12/22 : ENV APP_PORT=48061 13:01:11 ---> Running in 1e03b7740a6a 13:01:12 Removing intermediate container 1e03b7740a6a 13:01:12 ---> 8c290fdc898d 13:01:12 Step 13/22 : EXPOSE $APP_PORT 13:01:12 ---> Running in 454d0b5da358 13:01:12 Removing intermediate container 454d0b5da358 13:01:12 ---> 2d47bb8ce849 13:01:12 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 13:01:12 Removing intermediate container ed77320c4368 13:01:12 ---> b4e3929bffff 13:01:12 Step 5/29 : COPY go.mod . 13:01:12 Removing intermediate container d7596f07c18d 13:01:12 ---> 246a5706c2c8 13:01:12 Step 15/23 : RUN apk --no-cache add zeromq 13:01:12 ---> Running in 078aebe4a096 13:01:12 ---> 301e409e55d0 13:01:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 13:01:12 ---> eea25bfaf2a6 13:01:12 Step 6/29 : RUN go mod download 13:01:13 ---> Running in 59f1b0aabb1e 13:01:13 ---> 2a0e5541fbd2 13:01:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 13:01:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:14 ---> b2b21594ede7 13:01:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 13:01:14 ---> ff26b41c4275 13:01:14 Step 18/22 : ENTRYPOINT ["/support-logging"] 13:01:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:14 ---> Running in e7c33de7f3e1 13:01:14 Removing intermediate container e7c33de7f3e1 13:01:14 ---> adc905bb1d88 13:01:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:14 Removing intermediate container 59f1b0aabb1e 13:01:14 ---> 404c8d180cf4 13:01:14 Step 7/29 : COPY . . 13:01:14 ---> Running in 2747297b4de8 13:01:14 Removing intermediate container 2747297b4de8 13:01:14 ---> 3045470ee79d 13:01:14 Step 20/22 : LABEL arch=x86_64 13:01:15 ---> Running in b4020a730841 13:01:15 (1/5) Installing libgcc (9.3.0-r2) 13:01:15 (2/5) Installing libsodium (1.0.18-r0) 13:01:15 (3/5) Installing libstdc++ (9.3.0-r2) 13:01:15 Removing intermediate container b4020a730841 13:01:15 ---> 75d65c53b5a2 13:01:15 Step 21/22 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 13:01:16 (4/5) Installing libzmq (4.3.3-r0) 13:01:16 (5/5) Installing zeromq (4.3.3-r0) 13:01:16 Executing busybox-1.31.1-r16.trigger 13:01:16 OK: 8 MiB in 19 packages 13:01:17 ---> Running in ab75868cdccb 13:01:18 Removing intermediate container ab75868cdccb 13:01:18 ---> 3de5df7aab6f 13:01:18 Step 22/22 : LABEL version=0.0.0 13:01:20 ---> Running in 49fdd71ea86d 13:01:22 Removing intermediate container 078aebe4a096 13:01:22 ---> b777fd45224f 13:01:22 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 13:01:23 Removing intermediate container 49fdd71ea86d 13:01:23 ---> 6ad20e260622 13:01:23 13:01:23 Successfully built 6ad20e260622 13:01:24 Successfully tagged docker-support-logging-go:latest 13:01:24  Building docker-support-logging-go ... done  ---> d3e1f471fc03 13:01:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:01:28 ---> 9d056ca1eee9 13:01:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:01:29 ---> cb447029ea47 13:01:29 Step 19/23 : ENTRYPOINT ["/core-data"] 13:01:29 ---> Running in 249d4d23fe15 13:01:29 ---> 60aafb706748 13:01:29 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 13:01:29 Removing intermediate container 249d4d23fe15 13:01:29 ---> cc8de1d5661b 13:01:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:01:29 ---> Running in d5a472332531 13:01:29 ---> Running in 4eda81f50b66 13:01:30 Removing intermediate container 4eda81f50b66 13:01:30 ---> 18a24edac9ce 13:01:30 Step 21/23 : LABEL arch=x86_64 13:01:30 ---> Running in e82100d1c743 13:01:30 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 13:01:30 Removing intermediate container e82100d1c743 13:01:30 ---> fbebd6ab4b6f 13:01:30 Step 22/23 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 13:01:30 ---> Running in a2f939031153 13:01:30 Removing intermediate container a2f939031153 13:01:30 ---> 8b283e567256 13:01:30 Step 23/23 : LABEL version=0.0.0 13:01:30 ---> Running in 4a1513b8694f 13:01:31 Removing intermediate container 4a1513b8694f 13:01:31 ---> 9b58b4c23b98 13:01:31 13:01:31 Successfully built 9b58b4c23b98 13:01:31 Successfully tagged docker-core-data-go:latest 13:01:39  Building docker-core-data-go ... done Removing intermediate container d5a472332531 13:01:39 ---> e542bcaa937c 13:01:39 13:01:39 Step 9/29 : FROM alpine:latest 13:01:39 ---> a24bb4013296 13:01:39 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 13:01:39 ---> Running in 26ef40eb9f57 13:01:39 Removing intermediate container 26ef40eb9f57 13:01:39 ---> 4579e5d67ac4 13:01:39 Step 11/29 : USER root 13:01:39 ---> Running in 6ca9a49636ec 13:01:40 Removing intermediate container 6ca9a49636ec 13:01:40 ---> 58c8598c9f1c 13:01:40 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 13:01:40 ---> Running in 9d73f33189d4 13:01:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:01:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:01:41 v3.12.0-376-gb3fc85f1ac [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 13:01:41 v3.12.0-381-g200ba6e281 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 13:01:41 OK: 12750 distinct packages available 13:01:41 (1/2) Installing ca-certificates (20191127-r4) 13:01:41 (2/2) Installing dumb-init (1.2.2-r1) 13:01:41 Executing busybox-1.31.1-r16.trigger 13:01:41 Executing ca-certificates-20191127-r4.trigger 13:01:41 OK: 6 MiB in 16 packages 13:01:42 Removing intermediate container 9d73f33189d4 13:01:42 ---> 66c92a7d09c0 13:01:42 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 13:01:42 ---> Running in 1f32f507eb1d 13:01:42 Removing intermediate container 1f32f507eb1d 13:01:42 ---> 6ba50646dead 13:01:42 Step 14/29 : WORKDIR $BASE_DIR 13:01:42 ---> Running in 421ee81f0545 13:01:43 Removing intermediate container 421ee81f0545 13:01:43 ---> b14fa2e1ef7c 13:01:43 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 13:01:43 ---> Running in e308ab760247 13:01:44 Removing intermediate container e308ab760247 13:01:44 ---> 7e25e11ba998 13:01:44 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 13:01:44 ---> ed1182c79391 13:01:44 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 13:01:44 ---> d5d404663276 13:01:44 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 13:01:44 ---> 8db76ad5d7d0 13:01:44 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 13:01:45 ---> f908cb0fe352 13:01:45 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 13:01:45 ---> d4944c5abe84 13:01:45 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 13:01:45 ---> Running in 13dce14878a4 13:01:46 Removing intermediate container 13dce14878a4 13:01:46 ---> 79ce314118c8 13:01:46 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 13:01:46 ---> 2ab9471bf20e 13:01:46 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 13:01:46 ---> Running in 60cc8e7eb385 13:01:47 Removing intermediate container 60cc8e7eb385 13:01:47 ---> a7c067e6273e 13:01:47 Step 24/29 : RUN chmod 755 security-secrets-setup 13:01:47 ---> Running in ce0497c537b1 13:01:48 Removing intermediate container ce0497c537b1 13:01:48 ---> be12da05eefc 13:01:48 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 13:01:48 ---> Running in b30e27e8d232 13:01:48 Removing intermediate container b30e27e8d232 13:01:48 ---> fee0a881e004 13:01:48 Step 26/29 : CMD [ "generate" ] 13:01:48 ---> Running in 42aa5a6b8de3 13:01:48 Removing intermediate container 42aa5a6b8de3 13:01:48 ---> e72df5fc20c7 13:01:48 Step 27/29 : LABEL arch=x86_64 13:01:48 ---> Running in dce7272a8c6c 13:01:48 Removing intermediate container dce7272a8c6c 13:01:48 ---> 0f4037a0f556 13:01:48 Step 28/29 : LABEL git_sha=1c639149f187acdeb59ccc96d5c4db115b5fc005 13:01:48 ---> Running in b596a9399e2c 13:01:49 Removing intermediate container b596a9399e2c 13:01:49 ---> 622a0ee9f48a 13:01:49 Step 29/29 : LABEL version=0.0.0 13:01:49 ---> Running in 70eea1ead9fc 13:01:49 Removing intermediate container 70eea1ead9fc 13:01:49 ---> a7e071eb8b0c 13:01:49 13:01:49 Successfully built a7e071eb8b0c 13:01:49 Successfully tagged docker-security-secrets-setup-go:latest 13:01:50  Building docker-security-secrets-setup-go ... done  [Pipeline] } 13:01:50 $ docker stop --time=1 53f2a57af59b59c1297e235da894c3e3bba25111c9149810d8e1ab7e9a46b8d5 13:01:51 $ docker rm -f 53f2a57af59b59c1297e235da894c3e3bba25111c9149810d8e1ab7e9a46b8d5 [Pipeline] // withDockerContainer [Pipeline] sh 13:01:52 + docker images 13:01:52 + grep docker 13:01:52 docker-security-secrets-setup-go latest a7e071eb8b0c 3 seconds ago 24MB 13:01:52 docker-core-data-go latest 9b58b4c23b98 22 seconds ago 23.6MB 13:01:52 docker-support-logging-go latest 6ad20e260622 31 seconds ago 11.1MB 13:01:52 docker-sys-mgmt-agent-go latest 6decafbae566 55 seconds ago 290MB 13:01:52 docker-security-proxy-setup-go latest 412dd564b58f About a minute ago 15.8MB 13:01:52 docker-core-metadata-go latest f3642b4a94b7 About a minute ago 14.2MB 13:01:52 docker-security-secretstore-setup-go latest 372cc36e9fcc 2 minutes ago 32.4MB 13:01:52 docker-support-notifications-go latest d21aa3051b06 2 minutes ago 13.6MB 13:01:52 docker-core-command-go latest e486d542ffd7 2 minutes ago 12.2MB 13:01:52 docker-support-scheduler-go latest 87a4396f6095 2 minutes ago 12.3MB 13:01:52 docker latest 809cc4dba987 3 weeks ago 217MB [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 13:02:08 Still waiting to schedule task 13:02:08 All nodes of label ‘centos7-docker-8c-8g’ are offline 13:03:16 Running on prd-centos7-docker-8c-8g-4542 in /w/workspace/edgexfoundry_edgex-go_PR-2771 [Pipeline] { [Pipeline] ws 13:03:16 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 13:03:18 using credential edgex-jenkins-ssh 13:03:18 Cloning the remote Git repository 13:03:18 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:03:18 > git init /w/workspace/edgex-go/6 # timeout=10 13:03:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:03:18 > git --version # timeout=10 13:03:18 > git --version # 'git version 2.16.5' 13:03:18 using GIT_SSH to set credentials SSH Credentials for GitHub 13:03:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:03:26 Merging remotes/origin/master commit f69fcd6f6cfc821951e2cd5529adc6021efd69b2 into PR head commit 1c639149f187acdeb59ccc96d5c4db115b5fc005 13:03:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:03:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:03:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:03:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:03:25 using GIT_SSH to set credentials SSH Credentials for GitHub 13:03:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2771/head:refs/remotes/origin/PR-2771 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:03:26 > git config core.sparsecheckout # timeout=10 13:03:26 > git checkout -f 1c639149f187acdeb59ccc96d5c4db115b5fc005 # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:03:26 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 13:03:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:03:29 ---> package-listing.sh 13:03:29 ++ facter osfamily 13:03:29 ++ tr '[:upper:]' '[:lower:]' 13:03:29 + OS_FAMILY=redhat 13:03:29 + workspace=/w/workspace/edgex-go/6 13:03:29 + START_PACKAGES=/tmp/packages_start.txt 13:03:29 + END_PACKAGES=/tmp/packages_end.txt 13:03:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:03:29 + PACKAGES=/tmp/packages_start.txt 13:03:29 + '[' /w/workspace/edgex-go/6 ']' 13:03:29 + PACKAGES=/tmp/packages_end.txt 13:03:29 + case "${OS_FAMILY}" in 13:03:29 + rpm -qa 13:03:29 + sort 13:03:33 + '[' -f /tmp/packages_start.txt ']' 13:03:33 + '[' -f /tmp/packages_end.txt ']' 13:03:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:03:33 + '[' /w/workspace/edgex-go/6 ']' 13:03:33 + mkdir -p /w/workspace/edgex-go/6/archives/ 13:03:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:03:34 provisioning config files... 13:03:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config102071467078365857tmp [Pipeline] { [Pipeline] echo 13:03:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:03:34 ---> create-netrc.sh [Pipeline] } 13:03:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:03:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:03:35 ---> python-tools-install.sh 13:03:35 Generating Requirements File 13:04:56 Python 3.6.8 13:04:56 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 13:04:56 appdirs==1.4.3 13:04:56 argcomplete==1.12.1 13:04:56 aspy.yaml==1.3.0 13:04:56 attrs==19.3.0 13:04:56 Babel==2.8.0 13:04:56 beautifulsoup4==4.8.2 13:04:56 boto3==1.11.6 13:04:56 botocore==1.14.6 13:04:56 bs4==0.0.1 13:04:56 cachetools==4.1.1 13:04:56 certifi==2019.11.28 13:04:56 cffi==1.14.3 13:04:56 cfgv==2.0.1 13:04:56 chardet==3.0.4 13:04:56 click==7.1 13:04:56 cliff==3.4.0 13:04:56 cmd2==1.3.11 13:04:56 colorama==0.4.3 13:04:56 cryptography==3.1.1 13:04:56 debtcollector==2.2.0 13:04:56 decorator==4.4.2 13:04:56 defusedxml==0.6.0 13:04:56 Deprecated==1.2.7 13:04:56 distlib==0.3.1 13:04:56 distro==1.2.0 13:04:56 dnspython==1.16.0 13:04:56 docker==4.2.0 13:04:56 docutils==0.15.2 13:04:56 dogpile.cache==1.0.2 13:04:56 email-validator==1.0.5 13:04:56 filelock==3.0.12 13:04:56 future==0.18.2 13:04:56 google-auth==1.22.1 13:04:56 httplib2==0.17.0 13:04:56 identify==1.4.11 13:04:56 idna==2.9 13:04:56 importlib-metadata==2.0.0 13:04:56 importlib-resources==1.5.0 13:04:56 iso8601==0.1.13 13:04:56 Jinja2==2.11.1 13:04:56 jmespath==0.10.0 13:04:56 jsonpatch==1.26 13:04:56 jsonpointer==2.0 13:04:56 jsonschema==3.2.0 13:04:56 keystoneauth1==4.2.1 13:04:56 kubernetes==11.0.0 13:04:56 lftools==0.34.2 13:04:56 lxml==4.5.0 13:04:56 MarkupSafe==0.23 13:04:56 msgpack==1.0.0 13:04:56 multi-key-dict==2.0.3 13:04:56 munch==2.5.0 13:04:56 netaddr==0.8.0 13:04:56 netifaces==0.10.9 13:04:56 niet==1.4.2 13:04:56 nodeenv==1.3.5 13:04:56 oauth2client==4.1.3 13:04:56 oauthlib==3.1.0 13:04:56 openstacksdk==0.50.0 13:04:56 os-client-config==2.1.0 13:04:56 os-service-types==1.7.0 13:04:56 osc-lib==2.2.1 13:04:56 oslo.config==8.3.2 13:04:56 oslo.context==3.1.1 13:04:56 oslo.i18n==5.0.1 13:04:56 oslo.log==4.4.0 13:04:56 oslo.serialization==4.0.1 13:04:56 oslo.utils==4.6.0 13:04:56 packaging==20.4 13:04:56 pbr==5.4.4 13:04:56 pluggy==0.13.1 13:04:56 prettytable==0.7.2 13:04:56 py==1.9.0 13:04:56 pyasn1==0.4.8 13:04:56 pyasn1-modules==0.2.8 13:04:56 pycparser==2.20 13:04:56 pygerrit2==2.0.10 13:04:56 PyGithub==1.46 13:04:56 pyinotify==0.9.6 13:04:56 PyJWT==1.7.1 13:04:56 pyparsing==2.4.7 13:04:56 pyperclip==1.8.0 13:04:56 pyroute2==0.4.13 13:04:56 pyrsistent==0.15.7 13:04:56 PySocks==1.6.8 13:04:56 python-cinderclient==7.2.0 13:04:56 python-dateutil==2.8.1 13:04:56 python-heatclient==2.2.1 13:04:56 python-jenkins==1.7.0 13:04:56 python-keystoneclient==4.1.1 13:04:56 python-magnumclient==3.2.1 13:04:56 python-novaclient==17.2.1 13:04:56 python-openstackclient==5.4.0 13:04:56 python-swiftclient==3.10.1 13:04:56 pytz==2020.1 13:04:56 PyYAML==5.3 13:04:56 requests==2.23.0 13:04:56 requests-oauthlib==1.3.0 13:04:56 requestsexceptions==1.4.0 13:04:56 rfc3986==1.4.0 13:04:56 rpm==4.11.3 13:04:56 rsa==4.0 13:04:56 ruamel.yaml==0.16.10 13:04:56 ruamel.yaml.clib==0.2.0 13:04:56 s3transfer==0.3.3 13:04:56 shade==1.27.2 13:04:56 simplejson==3.17.2 13:04:56 six==1.14.0 13:04:56 soupsieve==2.0 13:04:56 stevedore==3.2.2 13:04:56 tabulate==0.8.6 13:04:56 toml==0.10.0 13:04:56 tox==3.20.1 13:04:56 tqdm==4.43.0 13:04:56 urllib3==1.25.8 13:04:56 virtualenv==20.0.33 13:04:56 wcwidth==0.2.5 13:04:56 websocket-client==0.57.0 13:04:56 wrapt==1.12.1 13:04:56 xdg==3.0.2 13:04:56 xmltodict==0.12.0 13:04:56 yq==2.11.1 13:04:56 zipp==3.3.0 13:04:56 Cache entry deserialization failed, entry ignored 13:04:56 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 13:04:56 Python 2.7.5 13:04:56 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 13:04:56 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 13:04:56 ansible==2.9.7 13:04:56 Babel==0.9.6 13:04:56 backports.ssl-match-hostname==3.5.0.1 13:04:56 beautifulsoup4==4.4.1 13:04:56 bodhi==2.11.0 13:04:56 bodhi-client==2.11.0 13:04:56 CCColUtils==1.4 13:04:56 cffi==1.6.0 13:04:56 chardet==2.2.1 13:04:56 click==6.7 13:04:56 cloud-init==18.5 13:04:56 configobj==4.7.2 13:04:56 cryptography==1.7.2 13:04:56 decorator==3.4.0 13:04:56 distro==1.2.0 13:04:56 enum34==1.0.4 13:04:56 fedpkg==1.38 13:04:56 futures==3.1.1 13:04:56 gitdb==0.6.4 13:04:56 GitPython==1.0.1 13:04:56 html5lib==0.999 13:04:56 httplib2==0.9.2 13:04:56 idna==2.4 13:04:56 iniparse==0.4 13:04:56 ipaddress==1.0.16 13:04:56 IPy==0.75 13:04:56 javapackages==1.0.0 13:04:56 Jinja2==2.7.2 13:04:56 jmespath==0.9.4 13:04:56 jsonpatch==1.2 13:04:56 jsonpointer==1.9 13:04:56 kerberos==1.1 13:04:56 kitchen==1.1.1 13:04:56 langtable==0.0.31 13:04:56 lockfile==0.9.1 13:04:56 lxml==3.2.1 13:04:56 MarkupSafe==0.11 13:04:56 munch==2.0.2 13:04:56 offtrac==0.1.0 13:04:56 openidc-client==0.6.0 13:04:56 packagedb-cli==2.14.1 13:04:56 paramiko==2.1.1 13:04:56 perf==0.1 13:04:56 ply==3.4 13:04:56 policycoreutils-default-encoding==0.1 13:04:56 prettytable==0.7.2 13:04:56 pyasn1==0.1.9 13:04:56 pycparser==2.14 13:04:56 pycurl==7.19.0 13:04:56 pygobject==3.22.0 13:04:56 pygpgme==0.3 13:04:56 pyliblzma==0.5.3 13:04:56 pyOpenSSL==0.13.1 13:04:56 pyparsing==1.5.6 13:04:56 pyserial==2.6 13:04:56 python-augeas==0.5.0 13:04:56 python-bugzilla==2.3.0 13:04:56 python-dateutil==1.5 13:04:56 python-fedora==0.10.0 13:04:56 python-linux-procfs==0.4.9 13:04:56 python-yubico==1.2.3 13:04:56 pyudev==0.15 13:04:56 pyusb==1.0.0b1 13:04:56 pyxattr==0.5.1 13:04:56 PyYAML==3.10 13:04:56 requests==2.6.0 13:04:56 requests-kerberos==0.7.0 13:04:56 rpkg==1.60 13:04:56 schedutils==0.4 13:04:56 seobject==0.1 13:04:56 sepolicy==1.1 13:04:56 six==1.9.0 13:04:56 smmap==0.9.0 13:04:56 urlgrabber==3.10 13:04:56 urllib3==1.10.2 13:04:56 virtualenv==15.1.0 13:04:56 yum-langpacks==0.4.2 13:04:56 yum-metadata-parser==1.1.4 [Pipeline] echo 13:04:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:04:57 ---> sudo-logs.sh 13:04:57 Archiving 'sudo' log.. [Pipeline] echo 13:04:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:04:57 ---> job-cost.sh 13:04:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Om1E 13:05:07 Cache entry deserialization failed, entry ignored 13:05:07 Cache entry deserialization failed, entry ignored 13:05:09 Cache entry deserialization failed, entry ignored 13:05:09 Cache entry deserialization failed, entry ignored 13:05:09 Cache entry deserialization failed, entry ignored 13:05:09 Cache entry deserialization failed, entry ignored 13:05:09 Cache entry deserialization failed, entry ignored 13:05:09 Cache entry deserialization failed, entry ignored 13:05:10 Cache entry deserialization failed, entry ignored 13:05:10 Cache entry deserialization failed, entry ignored 13:05:10 Cache entry deserialization failed, entry ignored 13:05:10 Cache entry deserialization failed, entry ignored 13:05:10 Cache entry deserialization failed, entry ignored 13:05:13 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:05:45 lf-activate-venv(): INFO: Adding /tmp/venv-Om1E/bin to PATH 13:05:45 INFO: No Stack... 13:05:45 INFO: Retrieving Pricing Info for: v1-standard-2 13:05:45 INFO: Archiving Costs [Pipeline] echo 13:05:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:05:47 ---> logs-deploy.sh 13:05:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2771/6 13:05:47 INFO: archiving workspace using pattern(s): 13:05:49 Archives upload complete. 13:05:49 INFO: archiving logs to Nexus