Pull request #3049 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8468e1487648a3de0418cfcf0beeafc13612dbe0+afbeca7a1f2fb6f639bd3a1f3a358734ab321017 (95f8d586b9d3db333c4527e9582d261805637a7c) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21259 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 Merge succeeded, producing 036dd87a408c0209f536ff9270daa9ca0d718137 Checking out Revision 036dd87a408c0209f536ff9270daa9ca0d718137 (PR-3049) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # 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 afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 036dd87a408c0209f536ff9270daa9ca0d718137 # timeout=10 Commit message: "Merge commit 'afbeca7a1f2fb6f639bd3a1f3a358734ab321017' into HEAD" > git rev-list --no-walk 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:16:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:16:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:16:49 ========================================================= 18:16:49 EdgeX Global Pipelines Version Info 18:16:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:16:50 ------------------- 18:16:50 stable info: 18:16:50 ------------------- 18:16:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:16:50 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:16:50 Message: update stable to v1.0.177 18:16:51 ------------------- 18:16:51 experimental info: 18:16:51 ------------------- 18:16:51 Commited By: **** collab-it+edgex@linuxfoundation.org 18:16:51 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 18:16:51 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:16:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:16:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3049 [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3049 [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3049 [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 036dd87a408c0209f536ff9270daa9ca0d718137 [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 036dd87 [Pipeline] echo 18:16:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:16:56 provisioning config files... 18:16:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2911144902097154914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:16:56 ---> docker-login.sh 18:16:56 nexus3.edgexfoundry.org:10001 18:16:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:57 Configure a credential helper to remove this warning. See 18:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:57 18:16:57 Login Succeeded 18:16:57 nexus3.edgexfoundry.org:10002 18:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:57 Configure a credential helper to remove this warning. See 18:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:57 18:16:57 Login Succeeded 18:16:57 nexus3.edgexfoundry.org:10003 18:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:57 Configure a credential helper to remove this warning. See 18:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:57 18:16:57 Login Succeeded 18:16:57 nexus3.edgexfoundry.org:10004 18:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:57 Configure a credential helper to remove this warning. See 18:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:57 18:16:57 Login Succeeded 18:16:57 docker.io 18:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:57 Configure a credential helper to remove this warning. See 18:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:57 18:16:57 Login Succeeded 18:16:57 ---> docker-login.sh ends [Pipeline] } 18:16:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:16:58 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/core-command/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo core-command,cmd/core-command/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/core-data/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo core-data,cmd/core-data/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/core-metadata/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo core-metadata,cmd/core-metadata/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/security-proxy-setup/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/support-notifications/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo support-notifications,cmd/support-notifications/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/support-scheduler/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:16:58 + for file in '`ls cmd/**/Dockerfile`' 18:16:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:16:58 ++ cut -d/ -f2 18:16:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:16:58 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:16:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:59 18:16:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:16:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:59 latest: Pulling from edgex-devops/git-semver 18:16:59 31603596830f: Pulling fs layer 18:16:59 2a8b12db71e7: Pulling fs layer 18:16:59 6ca5941a6612: Pulling fs layer 18:16:59 ecc8261a40a4: Pulling fs layer 18:16:59 ecc8261a40a4: Waiting 18:16:59 2a8b12db71e7: Verifying Checksum 18:16:59 2a8b12db71e7: Download complete 18:16:59 31603596830f: Verifying Checksum 18:16:59 31603596830f: Download complete 18:16:59 6ca5941a6612: Verifying Checksum 18:16:59 6ca5941a6612: Download complete 18:16:59 ecc8261a40a4: Verifying Checksum 18:16:59 ecc8261a40a4: Download complete 18:17:00 31603596830f: Pull complete 18:17:00 2a8b12db71e7: Pull complete 18:17:01 6ca5941a6612: Pull complete 18:17:01 ecc8261a40a4: Pull complete 18:17:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:17:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:17:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:17:01 prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container 18:17:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 18:17:04 $ docker top f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:17:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:04 [ssh-agent] Looking for ssh-agent implementation... 18:17:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:05 $ docker exec f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent 18:17:05 SSH_AUTH_SOCK=/tmp/ssh-16YHBcjCpSwt/agent.11 18:17:05 SSH_AGENT_PID=16 18:17:05 Running ssh-add (command line suppressed) 18:17:05 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7557679859128486819.key (/w/workspace/edgex-go/3@tmp/private_key_7557679859128486819.key) 18:17:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:05 + git tag --points-at HEAD [Pipeline] } 18:17:05 $ docker exec --env ******** --env ******** f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent -k 18:17:05 unset SSH_AUTH_SOCK; 18:17:05 unset SSH_AGENT_PID; 18:17:05 echo Agent pid 16 killed; 18:17:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:17:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:17:06 [ssh-agent] Looking for ssh-agent implementation... 18:17:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:17:06 $ docker exec f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent 18:17:06 SSH_AUTH_SOCK=/tmp/ssh-ENw7EYppawMi/agent.47 18:17:06 SSH_AGENT_PID=53 18:17:06 Running ssh-add (command line suppressed) 18:17:06 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6823303454722454580.key (/w/workspace/edgex-go/3@tmp/private_key_6823303454722454580.key) 18:17:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:17:06 + git semver init 18:17:06 # -> Open(): unable to determine branch for HEAD 18:17:06 # $GIT_DIR = /w/workspace/edgex-go/3/.git 18:17:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 18:17:06 # $SEMVER_REMOTE_NAME = origin 18:17:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:17:06 # $SEMVER_USER_NAME = edgex-jenkins 18:17:06 # $SEMVER_BRANCH = PR-3049 18:17:06 # $SEMVER_TEMP = /tmp/semver-925790635 18:17:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:17:28 # '/tmp/semver-925790635' -> '/w/workspace/edgex-go/3/.semver' 18:17:28 # -> Force: false 18:17:28 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 18:17:28 $ docker exec --env ******** --env ******** f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent -k 18:17:29 unset SSH_AUTH_SOCK; 18:17:29 unset SSH_AGENT_PID; 18:17:29 echo Agent pid 53 killed; 18:17:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:17:29 + git semver [Pipeline] } 18:17:29 $ docker stop --time=1 f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 18:17:31 $ docker rm -f f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 [Pipeline] // withDockerContainer [Pipeline] sh 18:17:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:17:32 Stashed 1 file(s) [Pipeline] echo 18:17:32 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:17:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:17:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:17:33 + sudo service docker restart 18:17:33 + true 18:17:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:17:34 ========================================================= 18:17:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:17:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:17:34 + 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 . 18:17:39 Sending build context to Docker daemon 326.6MB 18:17:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:17:39 Step 2/6 : FROM ${BASE} 18:17:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:17:39 188c0c94c7c5: Pulling fs layer 18:17:39 0ef7d3d256c8: Pulling fs layer 18:17:39 de9db76c5a1d: Pulling fs layer 18:17:39 bca2f99d35d6: Pulling fs layer 18:17:39 93359f2a8cfa: Pulling fs layer 18:17:39 7c6f9722023f: Pulling fs layer 18:17:39 a35cf1a2eb13: Pulling fs layer 18:17:39 bca2f99d35d6: Waiting 18:17:39 93359f2a8cfa: Waiting 18:17:39 7c6f9722023f: Waiting 18:17:39 a35cf1a2eb13: Waiting 18:17:39 de9db76c5a1d: Verifying Checksum 18:17:39 de9db76c5a1d: Download complete 18:17:39 0ef7d3d256c8: Verifying Checksum 18:17:39 0ef7d3d256c8: Download complete 18:17:39 93359f2a8cfa: Verifying Checksum 18:17:39 93359f2a8cfa: Download complete 18:17:39 7c6f9722023f: Verifying Checksum 18:17:39 7c6f9722023f: Download complete 18:17:39 188c0c94c7c5: Verifying Checksum 18:17:39 188c0c94c7c5: Download complete 18:17:39 188c0c94c7c5: Pull complete 18:17:39 0ef7d3d256c8: Pull complete 18:17:39 de9db76c5a1d: Pull complete 18:17:42 a35cf1a2eb13: Verifying Checksum 18:17:42 a35cf1a2eb13: Download complete 18:17:43 bca2f99d35d6: Verifying Checksum 18:17:43 bca2f99d35d6: Download complete 18:17:47 Still waiting to schedule task 18:17:47 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 18:17:48 bca2f99d35d6: Pull complete 18:17:49 93359f2a8cfa: Pull complete 18:17:49 7c6f9722023f: Pull complete 18:17:54 a35cf1a2eb13: Pull complete 18:17:54 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:17:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:17:54 ---> a62c8e92a672 18:17:54 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:17:54 ---> Running in ebf319197377 18:17:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:55 (1/12) Installing libmagic (5.38-r0) 18:17:56 (2/12) Installing file (5.38-r0) 18:17:56 (3/12) Installing libc-dev (0.7.2-r3) 18:17:56 (4/12) Installing g++ (9.3.0-r2) 18:18:00 (5/12) Installing fortify-headers (1.1-r0) 18:18:00 (6/12) Installing patch (2.7.6-r6) 18:18:00 (7/12) Installing build-base (0.5-r2) 18:18:00 (8/12) Installing libsodium (1.0.18-r0) 18:18:00 (9/12) Installing pkgconf (1.7.2-r0) 18:18:00 (10/12) Installing libsodium-dev (1.0.18-r0) 18:18:00 (11/12) Installing libzmq (4.3.3-r0) 18:18:00 (12/12) Installing zeromq-dev (4.3.3-r0) 18:18:01 Executing busybox-1.31.1-r19.trigger 18:18:01 OK: 233 MiB in 51 packages 18:18:05 Removing intermediate container ebf319197377 18:18:05 ---> d4e391176c37 18:18:05 Step 4/6 : WORKDIR /edgex-go 18:18:05 ---> Running in a4c9dc9a85af 18:18:05 Removing intermediate container a4c9dc9a85af 18:18:05 ---> 8e75c34f5215 18:18:05 Step 5/6 : COPY go.mod . 18:18:05 ---> be9f2e6dc24c 18:18:05 Step 6/6 : RUN go mod download 18:18:05 ---> Running in 45cdf59a9d00 18:18:27 Removing intermediate container 45cdf59a9d00 18:18:27 ---> 88aea7123738 18:18:27 Successfully built 88aea7123738 18:18:27 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:18:27 + docker inspect -f . ci-base-image-x86_64 18:18:27 . [Pipeline] withDockerContainer 18:18:27 prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container 18:18:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:18:28 $ docker top d23b5c3c1b3f92aa3ff11375b702a57971a9977b50360855ee8d6fa9a55e148b -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:28 + go version 18:18:28 go version go1.15.5 linux/amd64 [Pipeline] } 18:18:28 $ docker stop --time=1 d23b5c3c1b3f92aa3ff11375b702a57971a9977b50360855ee8d6fa9a55e148b 18:18:30 $ docker rm -f d23b5c3c1b3f92aa3ff11375b702a57971a9977b50360855ee8d6fa9a55e148b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:18:31 + docker inspect -f . ci-base-image-x86_64 18:18:31 . [Pipeline] withDockerContainer 18:18:31 prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container 18:18:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:18:32 $ docker top d1c046824c172afd81014b1806249d885b7be7a7c7056efed3d7339033bd1ac5 -eo pid,comm [Pipeline] { [Pipeline] echo 18:18:32 ========================================================= 18:18:32 [edgeXBuildGoParallel] Running Tests and Build... 18:18:32 ========================================================= [Pipeline] sh 18:18:32 + make test 18:18:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:18:40 ? github.com/edgexfoundry/edgex-go [no test files] 18:18:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:19:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:19:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:19:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:19:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:19:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:19:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:19:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:19:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:19:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:19:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:19:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:19:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:19:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements 18:19:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:19:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:19:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:19:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:19:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.0% of statements 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:19:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.137s coverage: 82.3% of statements 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:19:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.142s coverage: 86.7% of statements 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:19:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 78.3% of statements 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:19:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.413s coverage: 92.8% of statements 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.2% of statements 18:19:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 18:19:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements 18:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:19:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 18:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 18:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 18:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 18:19:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 18:19:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 68.9% of statements 18:19:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:19:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:19:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:19:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:19:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:19:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.076s coverage: 37.0% of statements 18:19:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:19:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:19:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements 18:19:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 18:19:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 47.1% of statements 18:19:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:19:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:19:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:19:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:19:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:19:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements 18:19:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:19:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 18:19:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.784s coverage: 29.1% of statements 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:19:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 18:19:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:19:24 GO111MODULE=on go vet ./... 18:19:51 gofmt -l . 18:19:51 [ "`gofmt -l .`" = "" ] 18:19:51 ./bin/test-go-mod-tidy.sh 18:19:51 ./bin/test-attribution-txt.sh [Pipeline] sh 18:19:51 + ls -al . 18:19:51 total 656 18:19:51 drwxrwxr-x 10 1001 1001 4096 Jan 19 18:19 . 18:19:51 drwxr-xr-x 4 root root 28 Jan 19 18:18 .. 18:19:51 -rw-rw-r-- 1 1001 1001 11 Jan 19 18:16 .dockerignore 18:19:51 drwxrwxr-x 8 1001 1001 179 Jan 19 18:16 .git 18:19:51 drwxrwxr-x 3 1001 1001 125 Jan 19 18:16 .github 18:19:51 -rw-rw-r-- 1 1001 1001 824 Jan 19 18:16 .gitignore 18:19:51 drwx------ 3 1001 1001 47 Jan 19 18:17 .semver 18:19:51 -rw-rw-r-- 1 1001 1001 166 Jan 19 18:16 .sonarcloud.properties 18:19:51 -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:16 Attribution.txt 18:19:51 -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:16 CONTRIBUTING.md 18:19:51 -rw-rw-r-- 1 1001 1001 931 Jan 19 18:16 Dockerfile.build 18:19:51 -rw-rw-r-- 1 1001 1001 863 Jan 19 18:16 Jenkinsfile 18:19:51 -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:16 LICENSE 18:19:51 -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:16 Makefile 18:19:51 -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:16 README.md 18:19:51 -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:16 SECURITY.md 18:19:51 -rw-rw-r-- 1 1001 1001 5 Jan 19 18:17 VERSION 18:19:51 -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:16 ZMQWindows.md 18:19:51 drwxrwxr-x 2 1001 1001 117 Jan 19 18:16 bin 18:19:51 drwxrwxr-x 14 1001 1001 4096 Jan 19 18:16 cmd 18:19:51 -rw-r--r-- 1 root root 550280 Jan 19 18:19 coverage.out 18:19:51 -rw-r--r-- 1 root root 981 Jan 19 18:19 go.mod 18:19:51 -rw-r--r-- 1 root root 19436 Jan 19 18:19 go.sum 18:19:51 drwxrwxr-x 8 1001 1001 127 Jan 19 18:16 internal 18:19:51 drwxrwxr-x 4 1001 1001 26 Jan 19 18:16 openapi 18:19:51 drwxrwxr-x 4 1001 1001 71 Jan 19 18:16 snap 18:19:51 -rw-rw-r-- 1 1001 1001 168 Jan 19 18:16 version.go [Pipeline] sh 18:19:52 + '[' -e coverage.out ] 18:19:52 + chown 1001:1001 coverage.out [Pipeline] stash 18:19:52 Stashed 1 file(s) [Pipeline] sh 18:19:52 + make build 18:19:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:19:55 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 18:20:03 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 18:20:04 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 18:20:05 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 18:20:06 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 18:20:07 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 18:20:09 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 18:20:09 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 18:20:11 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 18:20:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:20:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 18:20:14 $ docker stop --time=1 d1c046824c172afd81014b1806249d885b7be7a7c7056efed3d7339033bd1ac5 18:20:16 $ docker rm -f d1c046824c172afd81014b1806249d885b7be7a7c7056efed3d7339033bd1ac5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:20:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:20:17 18:20:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:20:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:20:18 latest: Pulling from edgex-devops/edgex-compose 18:20:18 cbdbe7a5bc2a: Pulling fs layer 18:20:18 ca9280d653b3: Pulling fs layer 18:20:18 7e9c9ca2126c: Pulling fs layer 18:20:19 cbdbe7a5bc2a: Download complete 18:20:19 cbdbe7a5bc2a: Pull complete 18:20:19 ca9280d653b3: Verifying Checksum 18:20:19 ca9280d653b3: Download complete 18:20:20 ca9280d653b3: Pull complete 18:20:21 7e9c9ca2126c: Verifying Checksum 18:20:21 7e9c9ca2126c: Download complete 18:20:28 7e9c9ca2126c: Pull complete 18:20:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:20:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:20:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:20:28 prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container 18:20:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 18:20:29 $ docker top a4dec13a8905c273b5a3c7f2ed245d54a919143e2fe1a06f964db66cdc160554 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:30 + docker-compose build --help 18:20:30 + grep parallel 18:20:30 --parallel Build images in parallel. [Pipeline] } 18:20:30 $ docker stop --time=1 a4dec13a8905c273b5a3c7f2ed245d54a919143e2fe1a06f964db66cdc160554 18:20:32 $ docker rm -f a4dec13a8905c273b5a3c7f2ed245d54a919143e2fe1a06f964db66cdc160554 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:20:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:20:33 . [Pipeline] withDockerContainer 18:20:33 prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container 18:20:33 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:20:33 $ docker top b026ab96bc0290efb476beaa6f28b01f71685b82f7a0fc5280d11802ad54b5ba -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:34 + docker-compose -f ./docker-compose-build.yml build --parallel 18:20:35 Building docker-core-command-go ... 18:20:35 Building docker-core-data-go ... 18:20:35 Building docker-core-metadata-go ... 18:20:35 Building docker-security-bootstrap-redis-go ... 18:20:35 Building docker-security-proxy-setup-go ... 18:20:35 Building docker-security-secretstore-setup-go ... 18:20:35 Building docker-support-notifications-go ... 18:20:35 Building docker-support-scheduler-go ... 18:20:35 Building docker-sys-mgmt-agent-go ... 18:20:35 Building docker-support-scheduler-go 18:20:35 Building docker-security-bootstrap-redis-go 18:20:35 Building docker-security-secretstore-setup-go 18:20:35 Building docker-core-command-go 18:20:35 Building docker-support-notifications-go 18:20:55 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21265 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws 18:20:55 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:21:01 using credential edgex-jenkins-ssh 18:21:01 Cloning the remote Git repository 18:21:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:21:01 > git init /w/workspace/edgex-go/3 # timeout=10 18:21:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:21:02 > git --version # timeout=10 18:21:02 > git --version # 'git version 2.17.1' 18:21:02 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:21:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:21:07 ---> 88aea7123738 18:21:07 Step 3/24 : WORKDIR /edgex-go 18:21:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:21:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:21:07 ---> 88aea7123738 18:21:07 Step 3/22 : WORKDIR /edgex-go 18:21:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:21:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:21:07 ---> 88aea7123738 18:21:07 Step 3/22 : WORKDIR /edgex-go 18:21:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:21:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:21:07 ---> 88aea7123738 18:21:07 Step 3/24 : WORKDIR /edgex-go 18:21:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:21:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:21:07 ---> 88aea7123738 18:21:07 Step 3/21 : WORKDIR /edgex-go 18:21:07 ---> Running in 70397bba0415 18:21:07 ---> Running in 7ab8c3581894 18:21:07 ---> Running in 27d10f57690d 18:21:07 ---> Running in f918cf5208e2 18:21:07 ---> Running in 0485d31f4cdb 18:21:07 Removing intermediate container 27d10f57690d 18:21:07 ---> 83ba66102437 18:21:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:21:07 Removing intermediate container f918cf5208e2 18:21:07 ---> dbba5b8efdd4 18:21:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:21:07 Removing intermediate container 0485d31f4cdb 18:21:07 ---> 2fd5ee308bfb 18:21:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:21:07 Removing intermediate container 7ab8c3581894 18:21:07 ---> 0eda5338555b 18:21:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:21:07 Removing intermediate container 70397bba0415 18:21:07 ---> 9ebc5984fbb8 18:21:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:21:07 ---> Running in 71f83d3d5add 18:21:07 ---> Running in d9d3392c3734 18:21:07 ---> Running in fe164fe1545b 18:21:07 ---> Running in c8e4f361c1c4 18:21:07 ---> Running in daa7fffc7f6c 18:21:08 Removing intermediate container d9d3392c3734 18:21:08 ---> 17c717f7c797 18:21:08 Step 5/22 : RUN apk add --update --no-cache make git 18:21:09 ---> Running in 21a1cf45ce05 18:21:09 Removing intermediate container fe164fe1545b 18:21:09 ---> c7bf5e0946bb 18:21:09 Step 5/24 : RUN apk add --update --no-cache make git 18:21:09 ---> Running in b5633913debb 18:21:09 Removing intermediate container daa7fffc7f6c 18:21:09 ---> e82dabb7f75e 18:21:09 Step 5/22 : RUN apk add --update --no-cache make git 18:21:09 Removing intermediate container 71f83d3d5add 18:21:09 ---> e04a93f05843 18:21:09 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:21:09 Removing intermediate container c8e4f361c1c4 18:21:09 ---> 626e24ab0b64 18:21:09 Step 5/21 : RUN apk add --update --no-cache make git 18:21:09 ---> Running in 04f19386abe6 18:21:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:21:10 ---> Running in d3f3c38ebbd3 18:21:10 ---> Running in 60e744dde422 18:21:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:21:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:21:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:11 OK: 233 MiB in 51 packages 18:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:12 OK: 233 MiB in 51 packages 18:21:12 Removing intermediate container 21a1cf45ce05 18:21:12 ---> ae5da537fd90 18:21:12 Step 6/22 : COPY go.mod . 18:21:12 ---> 0aefa038fa95 18:21:12 Step 7/22 : RUN go mod download 18:21:12 OK: 233 MiB in 51 packages 18:21:12 ---> Running in 56c84356face 18:21:12 OK: 233 MiB in 51 packages 18:21:12 Removing intermediate container b5633913debb 18:21:12 ---> 45ba0131d43b 18:21:12 Step 6/24 : COPY go.mod . 18:21:12 OK: 233 MiB in 51 packages 18:21:12 ---> 33b7768dce25 18:21:12 Step 7/24 : RUN go mod download 18:21:13 ---> Running in 68b7ded1419e 18:21:13 Removing intermediate container 60e744dde422 18:21:13 ---> 8b3257ff1b54 18:21:13 Step 6/21 : COPY go.mod . 18:21:13 Removing intermediate container 04f19386abe6 18:21:13 ---> bbf3a8f2ec8b 18:21:13 Step 6/22 : COPY go.mod . 18:21:13 Removing intermediate container d3f3c38ebbd3 18:21:13 ---> af1b93c517ba 18:21:13 Step 6/24 : COPY go.mod . 18:21:13 ---> 8f3bb0f3a26b 18:21:13 Step 7/22 : RUN go mod download 18:21:13 ---> 2d51fc40355c 18:21:13 Step 7/21 : RUN go mod download 18:21:13 ---> Running in 4e091279b58b 18:21:13 ---> Running in 677461632a4e 18:21:13 ---> 96e832cded2c 18:21:13 Step 7/24 : RUN go mod download 18:21:14 ---> Running in 6adb233675da 18:21:14 Removing intermediate container 56c84356face 18:21:14 ---> c729a7dc2b1c 18:21:14 Step 8/22 : COPY . . 18:21:15 Removing intermediate container 68b7ded1419e 18:21:15 ---> 4762f20c7ff5 18:21:15 Step 8/24 : COPY . . 18:21:21 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:21:21 Failed in branch arm64 18:21:22 Removing intermediate container 4e091279b58b 18:21:22 ---> 5ce3bd674076 18:21:22 Step 8/21 : COPY . . 18:21:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:21:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:21:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:21:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:21:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:21:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:21:21 > git config core.sparsecheckout # timeout=10 18:21:21 > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 18:21:26 Removing intermediate container 6adb233675da 18:21:26 ---> 5d800d0476c6 18:21:26 Step 8/24 : COPY . . 18:21:29 Removing intermediate container 677461632a4e 18:21:29 ---> 51646b342707 18:21:29 Step 8/22 : COPY . . 18:21:51 ---> acb270111fd7 18:21:51 Step 9/22 : RUN make cmd/core-command/core-command 18:21:51 ---> de29746ddad2 18:21:51 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:21:53 ---> Running in b4ad755e52f7 18:21:53 ---> Running in 7694a20baf64 18:21:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:21:56 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 18:21:57 ---> 48229be720c9 18:21:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:21:57 ---> 53e34cdc383e 18:21:57 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:21:57 ---> 2a78b0aef9a2 18:21:57 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:21:58 ---> Running in 2203db539691 18:21:58 ---> Running in d6168abae95b 18:21:58 ---> Running in 3d45f288f2d4 18:21:59 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 18:21:59 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 18:21:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:22:21 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 18:22:24 Removing intermediate container b4ad755e52f7 18:22:24 ---> fb5aca95c25f 18:22:24 18:22:24 Step 10/22 : FROM scratch 18:22:24 ---> 18:22:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:22:24 ---> Running in 2cc0838a1097 18:22:25 Removing intermediate container 2cc0838a1097 18:22:25 ---> 8f43d25bc3b3 18:22:25 Step 12/22 : ENV APP_PORT=48082 18:22:25 ---> Running in 6b7646cd568e 18:22:26 Removing intermediate container 6b7646cd568e 18:22:26 ---> 3273b45b63ac 18:22:26 Step 13/22 : EXPOSE $APP_PORT 18:22:29 ---> Running in 425cb3450759 18:22:29 Removing intermediate container 3d45f288f2d4 18:22:29 ---> ca8012f85908 18:22:29 18:22:29 Step 10/22 : FROM alpine:3.12 18:22:29 Removing intermediate container 7694a20baf64 18:22:29 ---> 4e1e06245276 18:22:29 18:22:29 Step 10/24 : FROM alpine:3.12 18:22:29 Removing intermediate container d6168abae95b 18:22:29 ---> 01f8432097e9 18:22:29 18:22:29 Step 10/24 : FROM scratch 18:22:29 ---> 18:22:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:22:29 Removing intermediate container 425cb3450759 18:22:29 ---> 0cd86e5372f3 18:22:29 Step 14/22 : WORKDIR / 18:22:29 ---> Running in 1986c89e20b8 18:22:29 3.12: Pulling from library/alpine 18:22:29 3.12: Pulling from library/alpine 18:22:29 ---> Running in 4ba504b402b3 18:22:29 Removing intermediate container 1986c89e20b8 18:22:29 ---> bb908c4aae96 18:22:29 Step 12/24 : ENV APP_PORT=48060 18:22:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:22:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:22:30 ---> Running in 8f5f8db26d17 18:22:30 Status: Downloaded newer image for alpine:3.12 18:22:30 Status: Downloaded newer image for alpine:3.12 18:22:30 ---> 389fef711851 18:22:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:22:30 ---> 389fef711851 18:22:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:22:31 Removing intermediate container 2203db539691 18:22:31 ---> fa13d16826fd 18:22:31 18:22:31 Step 10/21 : FROM scratch 18:22:31 ---> 18:22:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:22:31 ---> Using cache 18:22:31 ---> 8f43d25bc3b3 18:22:31 Step 12/21 : ENV APP_PORT=48085 18:22:31 Removing intermediate container 4ba504b402b3 18:22:31 ---> ea840220f941 18:22:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:22:31 ---> Running in f5d72df23308 18:22:31 ---> Running in 1b71dfb25ccb 18:22:31 ---> Running in 690ca2aef9b2 18:22:31 Removing intermediate container 8f5f8db26d17 18:22:31 ---> 2941fe98f920 18:22:31 Step 13/24 : EXPOSE $APP_PORT 18:22:31 ---> Running in 5498bcce5795 18:22:31 ---> e0b8a0aad99f 18:22:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:22:31 Removing intermediate container 690ca2aef9b2 18:22:31 ---> 2bcd71fc2d16 18:22:31 Step 13/21 : EXPOSE $APP_PORT 18:22:32 ---> Running in d8bd74ff3d78 18:22:32 Removing intermediate container 5498bcce5795 18:22:32 ---> efb365213c73 18:22:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:22:32 ---> df0f7482c88e 18:22:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:22:32 Removing intermediate container d8bd74ff3d78 18:22:32 ---> 64b491a3a269 18:22:32 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:22:32 ---> 3a591d98b96a 18:22:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:22:32 ---> 34d204cda7c9 18:22:32 Step 18/22 : ENTRYPOINT ["/core-command"] 18:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:22:32 ---> 6c99b7839091 18:22:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:22:32 ---> Running in 07a1bdd1ca45 18:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:22:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:22:33 (1/5) Installing ca-certificates (20191127-r4) 18:22:33 (1/5) Installing ca-certificates (20191127-r4) 18:22:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:22:33 (3/5) Installing libcurl (7.69.1-r3) 18:22:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:22:33 (3/5) Installing libcurl (7.69.1-r3) 18:22:33 (4/5) Installing curl (7.69.1-r3) 18:22:33 (5/5) Installing dumb-init (1.2.2-r1) 18:22:33 (4/5) Installing curl (7.69.1-r3) 18:22:33 Executing busybox-1.31.1-r19.trigger 18:22:33 (5/5) Installing dumb-init (1.2.2-r1) 18:22:33 Executing ca-certificates-20191127-r4.trigger 18:22:33 Executing busybox-1.31.1-r19.trigger 18:22:33 Executing ca-certificates-20191127-r4.trigger 18:22:33 OK: 7 MiB in 19 packages 18:22:33 OK: 7 MiB in 19 packages 18:22:34 Removing intermediate container 07a1bdd1ca45 18:22:34 ---> a715b5c735a3 18:22:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:22:35 ---> Running in 18eabfe7517c 18:22:35 ---> 3a64c33545cc 18:22:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:22:35 ---> e89263b711cd 18:22:35 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:22:35 Removing intermediate container 18eabfe7517c 18:22:35 ---> b0ff106bbf99 18:22:35 Step 20/22 : LABEL arch=x86_64 18:22:35 ---> 930704b85cd2 18:22:35 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:22:35 ---> Running in 9b934fce7133 18:22:35 ---> 74d171f8ee55 18:22:35 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:22:35 Removing intermediate container 1b71dfb25ccb 18:22:35 ---> e9fe78e24391 18:22:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:22:35 Removing intermediate container f5d72df23308 18:22:35 ---> 16baf52abc21 18:22:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:22:35 ---> Running in 0c4af21b8aff 18:22:36 ---> Running in 5135b5c33f4a 18:22:36 ---> Running in 6cb36497842a 18:22:36 Removing intermediate container 9b934fce7133 18:22:36 ---> 3fc100242353 18:22:36 Step 21/22 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:22:36 ---> 392150510c93 18:22:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:22:36 Removing intermediate container 0c4af21b8aff 18:22:36 ---> fcbcb90868b1 18:22:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:22:36 ---> Running in dfdcc5dd0e9c 18:22:36 ---> Running in c27435d63797 18:22:36 Removing intermediate container 5135b5c33f4a 18:22:36 ---> 7fbd569c60ff 18:22:36 Step 13/24 : WORKDIR / 18:22:36 Removing intermediate container 6cb36497842a 18:22:36 ---> ad6eb5749341 18:22:36 Step 13/22 : WORKDIR / 18:22:37 Removing intermediate container dfdcc5dd0e9c 18:22:37 ---> fd212b10cf7a 18:22:37 Step 22/22 : LABEL version=0.0.0 18:22:37 ---> 503ba2220457 18:22:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:22:37 ---> Running in 6db03564d24f 18:22:37 ---> Running in 09c49097c5bd 18:22:37 ---> Running in b1c8a2707b8a 18:22:37 Removing intermediate container c27435d63797 18:22:37 ---> 5ed63c206156 18:22:37 Step 19/21 : LABEL arch=x86_64 18:22:37 ---> Running in 9db273c0dd25 18:22:37 Removing intermediate container 6db03564d24f 18:22:37 ---> 389883a3464b 18:22:37 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:22:37 ---> 15758a029316 18:22:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:22:37 Removing intermediate container 09c49097c5bd 18:22:37 ---> 7f9c2f6a401f 18:22:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:22:37 Removing intermediate container b1c8a2707b8a 18:22:37 ---> b07420ddccee 18:22:37 18:22:37 ---> Running in 07419b5a1121 18:22:37 Removing intermediate container 9db273c0dd25 18:22:37 ---> d8f6439c950e 18:22:37 Step 20/21 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:22:37 Successfully built b07420ddccee 18:22:38 Successfully tagged docker-core-command-go:latest 18:22:38  Building docker-core-command-go ... done Building docker-core-metadata-go 18:22:38 ---> Running in 6018fbc2aa52 18:22:38 ---> 92a5f1cd6370 18:22:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:22:38 ---> f3c011b8093c 18:22:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:22:38 Removing intermediate container 07419b5a1121 18:22:38 ---> a311a64bf5bd 18:22:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:22:38 ---> Running in c4d62ef40a2c 18:22:38 Removing intermediate container 6018fbc2aa52 18:22:38 ---> 0ce23ffcf3e8 18:22:38 Step 21/21 : LABEL version=0.0.0 18:22:38 ---> Running in 51cf1c21d1b1 18:22:38 Removing intermediate container c4d62ef40a2c 18:22:38 ---> 86c3c3cbba1e 18:22:38 Step 22/24 : LABEL arch=x86_64 18:22:38 ---> 6059ef5b68a5 18:22:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:22:39 ---> Running in b31174e62652 18:22:39 ---> b2014320a09f 18:22:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:22:39 Removing intermediate container 51cf1c21d1b1 18:22:39 ---> bf30223887a3 18:22:39 18:22:39 Successfully built bf30223887a3 18:22:39 ---> a1e68d49bd0c 18:22:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:22:39 Successfully tagged docker-support-scheduler-go:latest 18:22:39  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 18:22:39 ---> 34391072cc38 18:22:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:22:39 Removing intermediate container b31174e62652 18:22:39 ---> 8abea88e6d42 18:22:39 Step 23/24 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:22:43 ---> Running in e0b6c698cbc2 18:22:45 ---> 5289fa4c3ba7 18:22:45 Step 18/22 : RUN chmod +x entrypoint.sh 18:22:45 ---> 7d6eefe2f3b2 18:22:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:22:45 Removing intermediate container e0b6c698cbc2 18:22:45 ---> 107c287c8646 18:22:45 Step 24/24 : LABEL version=0.0.0 18:22:45 ---> Running in 7074ad7bc5f1 18:22:45 ---> Running in 1f51d98cc8f9 18:22:48 Removing intermediate container 1f51d98cc8f9 18:22:48 ---> a7befd11f7c7 18:22:48 18:22:48 Successfully built a7befd11f7c7 18:22:48 ---> 77e47e7f4f79 18:22:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:22:48 Successfully tagged docker-support-notifications-go:latest 18:22:48  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 18:22:53 ---> 2b31164c1b9d 18:22:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:22:53 ---> Running in 89515fa324e8 18:22:54 Removing intermediate container 7074ad7bc5f1 18:22:54 ---> 8b6e186aefc4 18:22:54 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:22:56 ---> Running in ddce3a78eced 18:22:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:22:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:22:56 ---> 88aea7123738 18:22:56 Step 3/22 : WORKDIR /edgex-go 18:22:56 ---> Using cache 18:22:56 ---> 83ba66102437 18:22:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:56 ---> Using cache 18:22:56 ---> e04a93f05843 18:22:56 Step 5/22 : RUN apk add --update --no-cache make git 18:22:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:22:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:22:56 ---> 88aea7123738 18:22:56 Step 3/26 : WORKDIR /edgex-go 18:22:56 ---> Using cache 18:22:56 ---> 83ba66102437 18:22:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:56 ---> Using cache 18:22:56 ---> e04a93f05843 18:22:56 Step 5/26 : RUN apk add --update --no-cache make bash git 18:22:57 ---> Running in 8645b7154161 18:22:57 ---> Running in aa9b5a6fd3a8 18:22:58 Removing intermediate container ddce3a78eced 18:22:58 ---> 0b96bb627ded 18:22:58 Step 20/22 : LABEL arch=x86_64 18:22:58 ---> Running in a5ef0145f53e 18:22:58 Removing intermediate container a5ef0145f53e 18:22:58 ---> 5151afd86d2b 18:22:58 Step 21/22 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:22:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:22:58 ---> Running in 6fa9cddf3b11 18:22:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:22:59 Removing intermediate container 89515fa324e8 18:22:59 ---> 6bc642255f18 18:22:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:22:59 Removing intermediate container 6fa9cddf3b11 18:22:59 ---> 1aa27a171690 18:22:59 Step 22/22 : LABEL version=0.0.0 18:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:00 ---> Running in 0533c426857b 18:23:00 ---> Running in 595373a5f829 18:23:01 OK: 233 MiB in 51 packages 18:23:02 OK: 233 MiB in 51 packages 18:23:02 Removing intermediate container 0533c426857b 18:23:02 ---> 9df6a605a6a7 18:23:02 18:23:02 Removing intermediate container 595373a5f829 18:23:02 ---> 86a5a3d8d8f4 18:23:02 Step 22/24 : LABEL arch=x86_64 18:23:02 Successfully built 9df6a605a6a7 18:23:02 Successfully tagged docker-security-bootstrap-redis-go:latest 18:23:02  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 18:23:03 ---> Running in 8abd455c0bff 18:23:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:23:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:23:06 ---> 88aea7123738 18:23:06 Step 3/21 : WORKDIR /edgex-go 18:23:06 ---> Using cache 18:23:06 ---> 83ba66102437 18:23:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:06 ---> Using cache 18:23:06 ---> e04a93f05843 18:23:06 Step 5/21 : RUN apk add --update --no-cache make git 18:23:06 ---> Running in cf4da7664625 18:23:06 Removing intermediate container 8abd455c0bff 18:23:06 ---> 23aa6cceb10a 18:23:06 Step 23/24 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:23:06 Removing intermediate container aa9b5a6fd3a8 18:23:06 ---> 128c0443305b 18:23:06 Step 6/22 : COPY go.mod . 18:23:06 ---> Running in 6d552494423d 18:23:07 Removing intermediate container 8645b7154161 18:23:07 ---> 04cd697fefd4 18:23:07 Step 6/26 : COPY go.mod . 18:23:07 ---> e1ac2fef051c 18:23:07 Step 7/22 : RUN go mod download 18:23:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:08 ---> Running in a1fed1c149a3 18:23:08 ---> c8821005f8dc 18:23:08 Step 7/26 : RUN go mod download 18:23:08 Removing intermediate container 6d552494423d 18:23:08 ---> 9e58c2a05304 18:23:08 Step 24/24 : LABEL version=0.0.0 18:23:08 ---> Running in 6657674ed3ef 18:23:08 ---> Running in 0f4024afa8b6 18:23:08 Removing intermediate container 0f4024afa8b6 18:23:08 ---> 545f03d33ddc 18:23:08 18:23:08 Successfully built 545f03d33ddc 18:23:09 Successfully tagged docker-security-secretstore-setup-go:latest 18:23:09  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:10 OK: 233 MiB in 51 packages 18:23:12 Removing intermediate container a1fed1c149a3 18:23:12 ---> 42fe9d9570c3 18:23:12 Step 8/22 : COPY . . 18:23:12 Removing intermediate container 6657674ed3ef 18:23:12 ---> 5889d420ffc6 18:23:12 Step 8/26 : COPY . . 18:23:12 Removing intermediate container cf4da7664625 18:23:12 ---> be0b30133bb8 18:23:12 Step 6/21 : COPY go.mod . 18:23:17 ---> a1bbfb23a7e4 18:23:17 Step 7/21 : RUN go mod download 18:23:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:23:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:23:17 ---> 88aea7123738 18:23:17 Step 3/23 : WORKDIR /edgex-go 18:23:17 ---> Using cache 18:23:17 ---> 83ba66102437 18:23:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:23:17 ---> Using cache 18:23:17 ---> e04a93f05843 18:23:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:23:20 ---> Running in efe3734ef81e 18:23:20 ---> Running in 9253fb609496 18:23:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:27 OK: 233 MiB in 51 packages 18:23:29 Removing intermediate container 9253fb609496 18:23:29 ---> f1f8b4a0a6c5 18:23:29 Step 8/21 : COPY . . 18:23:29 Removing intermediate container efe3734ef81e 18:23:29 ---> 3670e9b86105 18:23:29 Step 6/23 : COPY go.mod . 18:23:33 ---> c138b34f1f11 18:23:33 Step 7/23 : RUN go mod download 18:23:37 ---> Running in e44374778229 18:23:38 ---> cb775433773c 18:23:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:23:38 ---> e18a01e25691 18:23:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:23:39 ---> Running in e31b0925eba6 18:23:39 ---> Running in 6ccd55c06061 18:23:40 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 18:23:41 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 18:23:42 Removing intermediate container e44374778229 18:23:42 ---> ce571f58bf4b 18:23:42 Step 8/23 : COPY . . 18:23:52 ---> f0fc831378a7 18:23:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:23:53 ---> Running in e3b8071cb3d9 18:23:54 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 18:24:07 ---> 19c1f1176c10 18:24:07 Step 9/23 : RUN make cmd/core-data/core-data 18:24:07 ---> Running in da96e4949702 18:24:08 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 18:24:08 Removing intermediate container 6ccd55c06061 18:24:08 ---> 08c2cd09c097 18:24:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:24:09 ---> Running in e97c57f96c9b 18:24:10 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 18:24:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:24:13 Removing intermediate container e31b0925eba6 18:24:13 ---> d804825a9d4e 18:24:13 18:24:13 Step 10/22 : FROM scratch 18:24:13 ---> 18:24:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:24:14 ---> Using cache 18:24:14 ---> 8f43d25bc3b3 18:24:14 Step 12/22 : ENV APP_PORT=48081 18:24:14 Removing intermediate container e97c57f96c9b 18:24:14 ---> 04fddcd08db4 18:24:14 18:24:14 Step 11/26 : FROM docker:20.10.0 18:24:14 20.10.0: Pulling from library/docker 18:24:14 ---> Running in 4ba2cedbdaea 18:24:17 Removing intermediate container 4ba2cedbdaea 18:24:17 ---> e3a7f4708395 18:24:17 Step 13/22 : EXPOSE $APP_PORT 18:24:17 ---> Running in f1dc543a511c 18:24:18 Removing intermediate container f1dc543a511c 18:24:18 ---> 6a0c42a7b442 18:24:18 Step 14/22 : WORKDIR / 18:24:18 ---> Running in 28f3439c89c0 18:24:20 Removing intermediate container e3b8071cb3d9 18:24:20 ---> 49af385e622c 18:24:20 18:24:20 Step 10/21 : FROM alpine:3.12 18:24:20 ---> 389fef711851 18:24:20 Step 11/21 : RUN apk add --update --no-cache curl 18:24:20 Removing intermediate container 28f3439c89c0 18:24:20 ---> 71d98d3cfc53 18:24:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:24:20 ---> Running in 16680f7af52a 18:24:21 ---> 21a94cbb7303 18:24:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:24:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:22 (1/4) Installing ca-certificates (20191127-r4) 18:24:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:24:22 (3/4) Installing libcurl (7.69.1-r3) 18:24:22 (4/4) Installing curl (7.69.1-r3) 18:24:22 Executing busybox-1.31.1-r19.trigger 18:24:22 Executing ca-certificates-20191127-r4.trigger 18:24:22 OK: 7 MiB in 18 packages 18:24:22 ---> 1c3633ccbc43 18:24:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:24:23 ---> fe324a037cd4 18:24:23 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:24:23 ---> Running in 03328df99259 18:24:23 Removing intermediate container 16680f7af52a 18:24:23 ---> 65fc85585381 18:24:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:24:23 Removing intermediate container 03328df99259 18:24:23 ---> 34da6bfb8ba1 18:24:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:24:23 ---> Running in 08217075a8b8 18:24:23 ---> Running in 7a0b5e4e9a40 18:24:24 Removing intermediate container 08217075a8b8 18:24:24 ---> c336cc6acd6a 18:24:24 Step 13/21 : WORKDIR /edgex 18:24:24 Removing intermediate container 7a0b5e4e9a40 18:24:24 ---> eef3c6d05a89 18:24:24 Step 20/22 : LABEL arch=x86_64 18:24:24 ---> Running in 5097920a7f87 18:24:24 ---> Running in d9095ac36120 18:24:26 Removing intermediate container 5097920a7f87 18:24:26 ---> 096246959a8e 18:24:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:24:26 Removing intermediate container d9095ac36120 18:24:26 ---> 0114c0d0883e 18:24:26 Step 21/22 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:24:26 ---> Running in b24bf6912a3b 18:24:26 ---> df02e384342b 18:24:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:24:26 Removing intermediate container b24bf6912a3b 18:24:26 ---> 187fc1abc105 18:24:26 Step 22/22 : LABEL version=0.0.0 18:24:27 ---> Running in 828fec4645db 18:24:27 ---> 05939d3825ff 18:24:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:24:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:24:27 Status: Downloaded newer image for docker:20.10.0 18:24:27 ---> aefe523efa57 18:24:27 Step 12/26 : RUN apk add --no-cache bash 18:24:27 Removing intermediate container 828fec4645db 18:24:27 ---> 823d1bc4756d 18:24:27 18:24:27 ---> Running in a68727abf233 18:24:27 Successfully built 823d1bc4756d 18:24:28 Successfully tagged docker-core-metadata-go:latest 18:24:28  Building docker-core-metadata-go ... done  ---> 9ca5cee1d28c 18:24:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:24:28 ---> Running in e03f72ba76a2 18:24:28 Removing intermediate container e03f72ba76a2 18:24:28 ---> d1628657717c 18:24:28 Step 18/21 : CMD ["--init=true"] 18:24:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:28 ---> Running in 8b648cc353b3 18:24:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:28 (1/2) Installing readline (8.0.4-r0) 18:24:28 (2/2) Installing bash (5.0.17-r0) 18:24:29 Executing bash-5.0.17-r0.post-install 18:24:29 Executing busybox-1.31.1-r19.trigger 18:24:29 OK: 12 MiB in 22 packages 18:24:29 Removing intermediate container 8b648cc353b3 18:24:29 ---> 5bc4d5295d28 18:24:29 Step 19/21 : LABEL arch=x86_64 18:24:30 ---> Running in d612343e6b7a 18:24:30 Removing intermediate container da96e4949702 18:24:30 ---> 95b1f24bc786 18:24:30 18:24:30 Step 10/23 : FROM alpine:3.12 18:24:30 ---> 389fef711851 18:24:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:24:30 Removing intermediate container d612343e6b7a 18:24:30 ---> 77a088de9998 18:24:30 Step 20/21 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:24:30 Removing intermediate container a68727abf233 18:24:30 ---> 37547ca48fbd 18:24:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:24:31 ---> Running in 38ad59f0d4cf 18:24:31 ---> Running in 825d28b7af5e 18:24:31 ---> Running in 15074d83371c 18:24:31 Removing intermediate container 38ad59f0d4cf 18:24:31 ---> cf1e4488ecdc 18:24:31 Step 12/23 : ENV APP_PORT=48080 18:24:31 ---> Running in 878ba1b733e8 18:24:31 Removing intermediate container 825d28b7af5e 18:24:31 ---> 5e83a9f1dc61 18:24:31 Step 21/21 : LABEL version=0.0.0 18:24:31 Removing intermediate container 15074d83371c 18:24:31 ---> 1366ebac862f 18:24:31 Step 14/26 : ENV APP_PORT=48090 18:24:31 ---> Running in ba2f660a611d 18:24:31 ---> Running in 955005fa2467 18:24:31 Removing intermediate container 878ba1b733e8 18:24:31 ---> 8d0b5e60b699 18:24:31 Step 13/23 : EXPOSE $APP_PORT 18:24:31 ---> Running in 241cdb7217e4 18:24:32 Removing intermediate container 955005fa2467 18:24:32 ---> b1302cbdde46 18:24:32 18:24:32 Removing intermediate container ba2f660a611d 18:24:32 ---> cbbc151fc989 18:24:32 Step 15/26 : EXPOSE $APP_PORT 18:24:32 Successfully built b1302cbdde46 18:24:32 ---> Running in e28a180fa060 18:24:32 Successfully tagged docker-security-proxy-setup-go:latest 18:24:32  Building docker-security-proxy-setup-go ... done Removing intermediate container 241cdb7217e4 18:24:32 ---> 084f1066aba7 18:24:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:32 ---> Running in 1e5f4e19e3ab 18:24:32 Removing intermediate container e28a180fa060 18:24:32 ---> 321c0630b282 18:24:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:24:32 ---> 6fa4e0ecb7ec 18:24:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:24:33 ---> 7e8a55e1e7e3 18:24:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:24:33 Removing intermediate container 1e5f4e19e3ab 18:24:33 ---> 88d3cda16fd7 18:24:33 Step 15/23 : RUN apk add --update --no-cache zeromq 18:24:33 ---> Running in 1d94d7623ad6 18:24:33 ---> e990cdca3826 18:24:33 Step 19/26 : RUN apk --no-cache add py3-pip 18:24:34 ---> Running in 38b849dc51ff 18:24:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:34 (1/33) Installing libbz2 (1.0.8-r1) 18:24:34 (2/33) Installing expat (2.2.9-r1) 18:24:34 (3/33) Installing libffi (3.3-r2) 18:24:34 (4/33) Installing gdbm (1.13-r1) 18:24:34 (5/33) Installing xz-libs (5.2.5-r0) 18:24:35 (6/33) Installing sqlite-libs (3.32.1-r0) 18:24:35 (7/33) Installing python3 (3.8.5-r0) 18:24:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:35 (1/5) Installing libgcc (9.3.0-r2) 18:24:35 (8/33) Installing py3-appdirs (1.4.4-r1) 18:24:35 (2/5) Installing libsodium (1.0.18-r0) 18:24:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:24:35 (10/33) Installing py3-parsing (2.4.7-r0) 18:24:35 (11/33) Installing py3-six (1.15.0-r0) 18:24:35 (12/33) Installing py3-packaging (20.4-r0) 18:24:35 (13/33) Installing py3-setuptools (47.0.0-r0) 18:24:35 (14/33) Installing py3-chardet (3.0.4-r4) 18:24:36 (3/5) Installing libstdc++ (9.3.0-r2) 18:24:36 (15/33) Installing py3-idna (2.9-r0) 18:24:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:24:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:24:36 (18/33) Installing py3-requests (2.23.0-r0) 18:24:36 (19/33) Installing py3-msgpack (1.0.0-r0) 18:24:36 (20/33) Installing py3-lockfile (0.12.2-r3) 18:24:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:24:36 (22/33) Installing py3-colorama (0.4.3-r0) 18:24:36 (23/33) Installing py3-distlib (0.3.0-r0) 18:24:36 (24/33) Installing py3-distro (1.5.0-r1) 18:24:36 (25/33) Installing py3-webencodings (0.5.1-r3) 18:24:36 (26/33) Installing py3-html5lib (1.0.1-r4) 18:24:36 (4/5) Installing libzmq (4.3.3-r0) 18:24:36 (27/33) Installing py3-pytoml (0.1.21-r0) 18:24:36 (28/33) Installing py3-pep517 (0.8.2-r0) 18:24:36 (29/33) Installing py3-progress (1.5-r0) 18:24:36 (30/33) Installing py3-toml (0.10.1-r0) 18:24:36 (31/33) Installing py3-retrying (1.3.3-r0) 18:24:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:24:36 (33/33) Installing py3-pip (20.1.1-r0) 18:24:36 (5/5) Installing zeromq (4.3.3-r0) 18:24:37 Executing busybox-1.31.1-r19.trigger 18:24:37 OK: 71 MiB in 55 packages 18:24:37 Executing busybox-1.31.1-r19.trigger 18:24:37 OK: 8 MiB in 19 packages 18:24:42 Removing intermediate container 1d94d7623ad6 18:24:42 ---> 7a6657e52cd5 18:24:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:24:45 ---> a16334e2a6cb 18:24:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:24:45 Removing intermediate container 38b849dc51ff 18:24:45 ---> cc36bf366d52 18:24:45 Step 20/26 : RUN pip install docker-compose==1.23.2 18:24:45 ---> Running in e22eb2d8d3a0 18:24:45 ---> 9a83ff08f7b4 18:24:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:24:46 ---> e860bbf72a1c 18:24:46 Step 19/23 : ENTRYPOINT ["/core-data"] 18:24:46 ---> Running in 8d54d200fa68 18:24:46 Removing intermediate container 8d54d200fa68 18:24:46 ---> d8b9a5271ab0 18:24:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:24:46 ---> Running in 42de199bfc86 18:24:46 Removing intermediate container 42de199bfc86 18:24:46 ---> 621c553b9d89 18:24:46 Step 21/23 : LABEL arch=x86_64 18:24:46 ---> Running in 16a86241cdb1 18:24:46 Removing intermediate container 16a86241cdb1 18:24:46 ---> f360d88a4e63 18:24:46 Step 22/23 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:24:46 ---> Running in 7c68eaea4917 18:24:47 Removing intermediate container 7c68eaea4917 18:24:47 ---> 12edb8e088f5 18:24:47 Step 23/23 : LABEL version=0.0.0 18:24:47 ---> Running in 97cb69272b71 18:24:47 Collecting docker-compose==1.23.2 18:24:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:24:47 Removing intermediate container 97cb69272b71 18:24:47 ---> c29912f05d75 18:24:47 18:24:47 Successfully built c29912f05d75 18:24:47 Successfully tagged docker-core-data-go:latest 18:24:47  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 18:24:47 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:24:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:24:47 Collecting cached-property<2,>=1.2.0 18:24:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:24:47 Collecting dockerpty<0.5,>=0.4.1 18:24:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:24:48 Collecting texttable<0.10,>=0.9.0 18:24:48 Downloading texttable-0.9.1.tar.gz (11 kB) 18:24:48 Collecting jsonschema<3,>=2.5.1 18:24:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:24:50 Collecting docopt<0.7,>=0.6.1 18:24:50 Downloading docopt-0.6.2.tar.gz (25 kB) 18:24:50 Collecting PyYAML<4,>=3.10 18:24:50 Downloading PyYAML-3.13.tar.gz (270 kB) 18:24:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:24:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:24:51 Collecting docker<4.0,>=3.6.0 18:24:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:24:52 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) 18:24:52 Collecting urllib3<1.25,>=1.21.1 18:24:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:24:52 Collecting idna<2.8,>=2.5 18:24:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:24:52 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) 18:24:52 Collecting docker-pycreds>=0.4.0 18:24:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:24:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:24:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:24:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:24:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:24:52 Installing collected packages: websocket-client, cached-property, dockerpty, texttable, jsonschema, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose 18:24:52 Running setup.py install for dockerpty: started 18:24:53 Running setup.py install for dockerpty: finished with status 'done' 18:24:53 Running setup.py install for texttable: started 18:24:53 Running setup.py install for texttable: finished with status 'done' 18:24:53 Running setup.py install for docopt: started 18:24:54 Running setup.py install for docopt: finished with status 'done' 18:24:54 Running setup.py install for PyYAML: started 18:24:54 Running setup.py install for PyYAML: finished with status 'done' 18:24:54 Attempting uninstall: urllib3 18:24:54 Found existing installation: urllib3 1.25.9 18:24:54 Uninstalling urllib3-1.25.9: 18:24:54 Successfully uninstalled urllib3-1.25.9 18:24:54 Attempting uninstall: idna 18:24:54 Found existing installation: idna 2.9 18:24:54 Uninstalling idna-2.9: 18:24:55 Successfully uninstalled idna-2.9 18:24:55 Attempting uninstall: requests 18:24:55 Found existing installation: requests 2.23.0 18:24:55 Uninstalling requests-2.23.0: 18:24:55 Successfully uninstalled requests-2.23.0 18:24:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:24:59 Removing intermediate container e22eb2d8d3a0 18:24:59 ---> 8df08960f5a2 18:24:59 Step 21/26 : RUN apk --no-cache add curl 18:24:59 ---> Running in 7fc89f865b3a 18:24:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:24:59 (2/3) Installing libcurl (7.69.1-r3) 18:24:59 (3/3) Installing curl (7.69.1-r3) 18:24:59 Executing busybox-1.31.1-r19.trigger 18:24:59 OK: 72 MiB in 58 packages 18:25:00 Removing intermediate container 7fc89f865b3a 18:25:00 ---> 75d14e56d56e 18:25:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:25:00 ---> Running in 8c759dec93c7 18:25:00 Removing intermediate container 8c759dec93c7 18:25:00 ---> 5467b0c1cab6 18:25:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:00 ---> Running in 24b44304c1ea 18:25:00 Removing intermediate container 24b44304c1ea 18:25:00 ---> bf6b372bf43a 18:25:00 Step 24/26 : LABEL arch=x86_64 18:25:00 ---> Running in d3fea3311104 18:25:00 Removing intermediate container d3fea3311104 18:25:00 ---> 0d5f45bd6629 18:25:00 Step 25/26 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 18:25:00 ---> Running in 126224f80c27 18:25:01 Removing intermediate container 126224f80c27 18:25:01 ---> 7562acc79825 18:25:01 Step 26/26 : LABEL version=0.0.0 18:25:01 ---> Running in 64a6e61c851f 18:25:01 Removing intermediate container 64a6e61c851f 18:25:01 ---> 8fc709c66d1e 18:25:01 18:25:01 Successfully built 8fc709c66d1e 18:25:01 Successfully tagged docker-sys-mgmt-agent-go:latest 18:25:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:25:02 $ docker stop --time=1 b026ab96bc0290efb476beaa6f28b01f71685b82f7a0fc5280d11802ad54b5ba 18:25:03 $ docker rm -f b026ab96bc0290efb476beaa6f28b01f71685b82f7a0fc5280d11802ad54b5ba [Pipeline] // withDockerContainer [Pipeline] sh 18:25:04 + docker images 18:25:04 + grep docker 18:25:04 docker-sys-mgmt-agent-go latest 8fc709c66d1e 3 seconds ago 313MB 18:25:04 docker-core-data-go latest c29912f05d75 17 seconds ago 22.3MB 18:25:04 docker-security-proxy-setup-go latest b1302cbdde46 33 seconds ago 24.4MB 18:25:04 docker-core-metadata-go latest 823d1bc4756d 37 seconds ago 13.1MB 18:25:04 docker-security-secretstore-setup-go latest 545f03d33ddc About a minute ago 24.6MB 18:25:04 docker-security-bootstrap-redis-go latest 9df6a605a6a7 2 minutes ago 15.8MB 18:25:04 docker-support-notifications-go latest a7befd11f7c7 2 minutes ago 12MB 18:25:04 docker-support-scheduler-go latest bf30223887a3 2 minutes ago 10.7MB 18:25:04 docker-core-command-go latest b07420ddccee 2 minutes ago 10.6MB 18:25:04 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:25:19 Still waiting to schedule task 18:25:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:26:10 Running on prd-ubuntu18.04-docker-8c-8g-21269 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws 18:26:10 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:26:12 using credential edgex-jenkins-ssh 18:26:12 Cloning the remote Git repository 18:26:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:26:12 > git init /w/workspace/edgex-go/3 # timeout=10 18:26:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:26:12 > git --version # timeout=10 18:26:12 > git --version # 'git version 2.17.1' 18:26:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:26:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:26:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:26:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:26:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:26:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:26:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:26:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:26:20 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:26:21 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] } 18:26:20 > git config core.sparsecheckout # timeout=10 18:26:20 > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:26:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:26:24 ---> package-listing.sh 18:26:24 ++ facter osfamily 18:26:24 ++ tr '[:upper:]' '[:lower:]' 18:26:24 + OS_FAMILY=redhat 18:26:24 + workspace=/w/workspace/edgex-go/3 18:26:24 + START_PACKAGES=/tmp/packages_start.txt 18:26:24 + END_PACKAGES=/tmp/packages_end.txt 18:26:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:26:24 + PACKAGES=/tmp/packages_start.txt 18:26:24 + '[' /w/workspace/edgex-go/3 ']' 18:26:24 + PACKAGES=/tmp/packages_end.txt 18:26:24 + case "${OS_FAMILY}" in 18:26:24 + rpm -qa 18:26:24 + sort 18:26:29 + '[' -f /tmp/packages_start.txt ']' 18:26:29 + '[' -f /tmp/packages_end.txt ']' 18:26:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:26:29 + '[' /w/workspace/edgex-go/3 ']' 18:26:29 + mkdir -p /w/workspace/edgex-go/3/archives/ 18:26:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 18:26:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:26:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:26:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:30 18:26:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:26:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:30 alpine: Pulling from edgex-lftools-log-publisher 18:26:30 df20fa9351a1: Pulling fs layer 18:26:30 36b3adc4ff6f: Pulling fs layer 18:26:30 8ad3a11d3b57: Pulling fs layer 18:26:30 46f8f816bc3b: Pulling fs layer 18:26:30 93b61091891f: Pulling fs layer 18:26:30 93b9cdb0e59b: Pulling fs layer 18:26:30 5e14af77c1be: Pulling fs layer 18:26:30 01666e4c0597: Pulling fs layer 18:26:30 aa168da1d23b: Pulling fs layer 18:26:30 93b9cdb0e59b: Waiting 18:26:30 5e14af77c1be: Waiting 18:26:30 01666e4c0597: Waiting 18:26:30 aa168da1d23b: Waiting 18:26:30 93b61091891f: Waiting 18:26:30 46f8f816bc3b: Waiting 18:26:30 36b3adc4ff6f: Verifying Checksum 18:26:30 36b3adc4ff6f: Download complete 18:26:30 46f8f816bc3b: Verifying Checksum 18:26:30 46f8f816bc3b: Download complete 18:26:30 df20fa9351a1: Download complete 18:26:30 93b9cdb0e59b: Verifying Checksum 18:26:30 93b9cdb0e59b: Download complete 18:26:31 5e14af77c1be: Verifying Checksum 18:26:31 5e14af77c1be: Download complete 18:26:31 93b61091891f: Verifying Checksum 18:26:31 93b61091891f: Download complete 18:26:31 01666e4c0597: Verifying Checksum 18:26:31 01666e4c0597: Download complete 18:26:31 8ad3a11d3b57: Verifying Checksum 18:26:31 8ad3a11d3b57: Download complete 18:26:31 df20fa9351a1: Pull complete 18:26:31 36b3adc4ff6f: Pull complete 18:26:32 8ad3a11d3b57: Pull complete 18:26:32 46f8f816bc3b: Pull complete 18:26:33 aa168da1d23b: Verifying Checksum 18:26:33 aa168da1d23b: Download complete 18:26:34 93b61091891f: Pull complete 18:26:35 93b9cdb0e59b: Pull complete 18:26:35 5e14af77c1be: Pull complete 18:26:35 01666e4c0597: Pull complete 18:26:43 aa168da1d23b: Pull complete 18:26:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:26:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:26:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:26:44 prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container 18:26:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:26:48 $ docker top 8fe6f0789600a84f043fb0f5557f136e937aefb9d6a7575b017bb9b8cae2908a -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:48 + touch /tmp/pre-build-complete [Pipeline] sh 18:26:48 + mkdir -p /var/log/sa [Pipeline] sh 18:26:49 + ls /var/log/sa-host 18:26:49 + sadf -c /var/log/sa-host/sa19 18:26:49 file_magic: OK 18:26:49 HZ: Using current value: 100 18:26:49 file_header: OK 18:26:49 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:26:49 Statistics: 18:26:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:26:49 File successfully converted to sysstat format version 12.2.1 18:26:49 + sadf -c /var/log/sa-host/sa23 18:26:49 file_magic: OK 18:26:49 HZ: Using current value: 100 18:26:49 file_header: OK 18:26:49 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:26:49 Statistics: 18:26:49 Hnuu...uuuununununu... 18:26:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:26:49 provisioning config files... 18:26:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4404822520596119279tmp [Pipeline] { [Pipeline] echo 18:26:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:26:50 ---> create-netrc.sh [Pipeline] } 18:26:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:26:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:26:50 ---> python-tools-install.sh [Pipeline] echo 18:26:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:26:51 ---> sudo-logs.sh 18:26:51 Archiving 'sudo' log.. [Pipeline] echo 18:26:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:26:51 ---> job-cost.sh 18:26:51 lf-activate-venv: SKIPPING 18:26:51 INFO: No Stack... 18:26:52 INFO: Retrieving Pricing Info for: v1-standard-2 18:26:53 INFO: Archiving Costs [Pipeline] echo 18:26:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:26:53 ---> logs-deploy.sh 18:26:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3049/3 18:26:53 INFO: archiving workspace using pattern(s): 18:26:55 Archives upload complete. 18:26:55 INFO: archiving logs to Nexus 18:26:56 ---> uname -a: 18:26:56 Linux prd-centos7-docker-4c-2g-21259.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:26:56 18:26:56 18:26:56 ---> lscpu: 18:26:56 Architecture: x86_64 18:26:56 CPU op-mode(s): 32-bit, 64-bit 18:26:56 Byte Order: Little Endian 18:26:56 Address sizes: 40 bits physical, 48 bits virtual 18:26:56 CPU(s): 4 18:26:56 On-line CPU(s) list: 0-3 18:26:56 Thread(s) per core: 1 18:26:56 Core(s) per socket: 1 18:26:56 Socket(s): 4 18:26:56 NUMA node(s): 1 18:26:56 Vendor ID: GenuineIntel 18:26:56 CPU family: 6 18:26:56 Model: 44 18:26:56 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:26:56 Stepping: 1 18:26:56 CPU MHz: 2933.436 18:26:56 BogoMIPS: 5866.87 18:26:56 Virtualization: VT-x 18:26:56 Hypervisor vendor: KVM 18:26:56 Virtualization type: full 18:26:56 L1d cache: 128 KiB 18:26:56 L1i cache: 128 KiB 18:26:56 L2 cache: 16 MiB 18:26:56 L3 cache: 64 MiB 18:26:56 NUMA node0 CPU(s): 0-3 18:26:56 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:26:56 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:26:56 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:26:56 Vulnerability Meltdown: Mitigation; PTI 18:26:56 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:26:56 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:26:56 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:26:56 Vulnerability Srbds: Not affected 18:26:56 Vulnerability Tsx async abort: Not affected 18:26:56 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:26:56 18:26:56 18:26:56 ---> nproc: 18:26:56 4 18:26:56 18:26:56 18:26:56 ---> df -h: 18:26:56 Filesystem Size Used Available Use% Mounted on 18:26:56 overlay 50.0G 13.2G 36.8G 26% / 18:26:56 tmpfs 64.0M 0 64.0M 0% /dev 18:26:56 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:26:56 shm 64.0M 0 64.0M 0% /dev/shm 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/3@tmp 18:26:56 /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/3 18:26:56 18:26:56 18:26:56 ---> free -m: 18:26:56 total used free shared buff/cache available 18:26:56 Mem: 1837 661 317 0 858 1092 18:26:56 Swap: 1023 60 963 18:26:56 18:26:56 18:26:56 ---> ip addr: 18:26:56 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:26:56 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:26:56 inet 127.0.0.1/8 scope host lo 18:26:56 valid_lft forever preferred_lft forever 18:26:56 inet6 ::1/128 scope host 18:26:56 valid_lft forever preferred_lft forever 18:26:56 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:26:56 link/ether fa:16:3e:75:3c:71 brd ff:ff:ff:ff:ff:ff 18:26:56 inet 10.30.123.6/23 brd 10.30.123.255 scope global dynamic eth0 18:26:56 valid_lft 85741sec preferred_lft 85741sec 18:26:56 inet6 fe80::f816:3eff:fe75:3c71/64 scope link 18:26:56 valid_lft forever preferred_lft forever 18:26:56 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:26:56 link/ether 02:42:72:61:49:de brd ff:ff:ff:ff:ff:ff 18:26:56 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:26:56 valid_lft forever preferred_lft forever 18:26:56 inet6 fe80::42:72ff:fe61:49de/64 scope link 18:26:56 valid_lft forever preferred_lft forever 18:26:56 18:26:56 18:26:56 ---> sar -b -r -n DEV: 18:26:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:26:56 18:26:56 18:15:45 LINUX RESTART (4 CPU) 18:26:56 18:26:56 18:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:26:56 18:17:01 196.39 112.54 83.86 0.00 11633.62 42506.17 0.00 18:26:56 18:18:01 198.07 79.37 118.70 0.00 6999.27 47890.45 0.00 18:26:56 18:19:01 251.41 89.37 162.04 0.00 3266.03 22051.74 0.00 18:26:56 18:20:02 167.02 87.22 79.79 0.00 4157.26 10896.84 0.00 18:26:56 18:21:02 631.37 414.95 216.41 0.00 77421.78 148439.21 0.00 18:26:56 18:22:01 2924.03 2564.09 359.94 0.00 153578.02 166782.20 0.00 18:26:56 18:23:02 1116.22 822.75 293.47 0.00 70627.65 106303.13 0.00 18:26:56 18:24:01 2324.64 1975.24 349.39 0.00 149583.18 154280.42 0.00 18:26:56 18:25:01 402.41 142.18 260.23 0.00 13085.55 42017.84 0.00 18:26:56 18:26:01 15.32 8.42 6.89 0.00 2675.32 202.46 0.00 18:26:56 Average: 818.54 625.76 192.78 0.00 49078.25 73965.38 0.00 18:26:56 18:26:56 18:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:26:56 18:17:01 91688 0 611628 32.51 2620 1175608 1271140 43.38 492600 1087128 19176 18:26:56 18:18:01 94596 0 655688 34.85 1564 1129696 1327012 45.29 552076 991128 8 18:26:56 18:19:01 241384 0 723908 38.47 1492 914760 1674188 57.14 582604 778904 48768 18:26:56 18:20:02 218280 0 741328 39.40 848 921088 1428720 48.76 628896 743748 24032 18:26:56 18:21:02 76124 0 782128 41.57 88 1023204 2247532 76.70 711932 887816 98880 18:26:56 18:22:01 193716 0 1015024 53.95 0 672804 4402288 150.24 778084 644956 22872 18:26:56 18:23:02 89336 0 654408 34.78 0 1137800 1637748 55.89 717720 854896 1376 18:26:56 18:24:01 70548 0 782584 41.59 0 1028412 2993744 102.17 639172 932920 86672 18:26:56 18:25:01 311380 0 593880 31.56 0 976284 1309716 44.70 542992 778592 12 18:26:56 18:26:01 244212 0 581324 30.90 0 1056008 1156740 39.48 558424 835128 16 18:26:56 Average: 163126 0 714190 37.96 661 1003566 1944883 66.38 620450 853522 30181 18:26:56 18:26:56 18:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:26:56 18:17:01 eth0 1008.30 766.23 3669.52 111.96 0.00 0.00 0.00 0.00 18:26:56 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:18:01 eth0 1083.94 1182.81 5881.92 150.58 0.00 0.00 0.00 0.00 18:26:56 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:18:01 docker0 840.62 693.84 69.42 3022.26 0.00 0.00 0.00 0.00 18:26:56 18:19:01 veth33a1d8e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:19:01 eth0 153.00 122.17 498.95 50.71 0.00 0.00 0.00 0.00 18:26:56 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:19:01 docker0 92.38 108.55 7.34 467.63 0.00 0.00 0.00 0.00 18:26:56 18:20:02 veth33a1d8e 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 18:26:56 18:20:02 eth0 39.32 25.12 26.24 45.52 0.00 0.00 0.00 0.00 18:26:56 18:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:20:02 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 18:26:56 18:21:02 eth0 262.27 229.87 1703.41 56.10 0.00 0.00 0.00 0.00 18:26:56 18:21:02 veth27097ff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:22:01 veth1760403 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:22:01 veth93c189a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:22:01 vethf0ae951 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:22:01 eth0 60.58 36.50 171.51 41.82 0.00 0.00 0.00 0.00 18:26:56 18:23:02 eth0 86.01 60.31 211.73 51.70 0.00 0.00 0.00 0.00 18:26:56 18:23:02 veth27097ff 0.00 0.63 0.00 0.03 0.00 0.00 0.00 0.00 18:26:56 18:23:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:26:56 18:23:02 vethad2c6f7 4.59 6.07 0.31 29.11 0.00 0.00 0.00 0.00 18:26:56 18:24:01 veth9e1235e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:24:01 veth42bfc52 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:24:01 eth0 60.88 38.80 89.79 46.89 0.00 0.00 0.00 0.00 18:26:56 18:24:01 veth27097ff 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:25:01 eth0 235.94 166.23 1736.75 85.61 0.00 0.00 0.00 0.00 18:26:56 18:25:01 veth27097ff 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 18:26:56 18:25:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:26:56 18:25:01 docker0 1002.56 930.99 80.87 4310.22 0.00 0.00 0.00 0.00 18:26:56 18:26:01 eth0 4.10 2.43 4.08 1.53 0.00 0.00 0.00 0.00 18:26:56 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 Average: eth0 299.84 263.42 1401.50 64.28 0.00 0.00 0.00 0.00 18:26:56 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:26:56 Average: docker0 100.45 93.28 8.10 431.85 0.00 0.00 0.00 0.00 18:26:56 18:26:56 18:26:56 ---> sar -P ALL: 18:26:56 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:26:56 18:26:56 18:15:45 LINUX RESTART (4 CPU) 18:26:56 18:26:56 18:16:01 CPU %user %nice %system %iowait %steal %idle 18:26:56 18:17:01 all 17.63 0.00 7.48 5.56 0.21 69.13 18:26:56 18:17:01 0 15.87 0.00 8.27 3.15 0.26 72.45 18:26:56 18:17:01 1 21.73 0.00 8.13 7.22 0.15 62.77 18:26:56 18:17:01 2 16.42 0.00 7.65 4.82 0.24 70.87 18:26:56 18:17:01 3 16.47 0.00 5.86 7.01 0.20 70.45 18:26:56 18:18:01 all 15.61 0.00 6.86 2.09 0.41 75.03 18:26:56 18:18:01 0 14.14 0.00 8.05 1.06 0.49 76.26 18:26:56 18:18:01 1 16.52 0.00 6.90 3.07 0.36 73.15 18:26:56 18:18:01 2 14.97 0.00 5.73 1.70 0.41 77.19 18:26:56 18:18:01 3 16.80 0.00 6.77 2.53 0.38 73.52 18:26:56 18:19:01 all 33.19 0.00 9.06 9.49 0.22 48.04 18:26:56 18:19:01 0 35.41 0.00 9.28 8.40 0.17 46.74 18:26:56 18:19:01 1 31.04 0.00 9.53 10.32 0.21 48.92 18:26:56 18:19:01 2 32.08 0.00 8.71 9.31 0.26 49.65 18:26:56 18:19:01 3 34.26 0.00 8.71 9.94 0.22 46.87 18:26:56 18:20:02 all 58.64 0.00 12.57 3.47 0.27 25.03 18:26:56 18:20:02 0 58.44 0.00 12.21 3.64 0.24 25.47 18:26:56 18:20:02 1 61.29 0.00 12.10 2.31 0.33 23.98 18:26:56 18:20:02 2 56.90 0.00 13.07 3.57 0.31 26.15 18:26:56 18:20:02 3 57.94 0.00 12.92 4.39 0.21 24.53 18:26:56 18:21:02 all 23.94 0.00 16.13 10.00 0.24 49.68 18:26:56 18:21:02 0 24.44 0.00 16.54 9.89 0.24 48.88 18:26:56 18:21:02 1 21.90 0.00 16.23 10.54 0.26 51.07 18:26:56 18:21:02 2 25.71 0.00 16.09 10.07 0.21 47.91 18:26:56 18:21:02 3 23.70 0.00 15.67 9.50 0.26 50.87 18:26:56 18:22:01 all 23.80 0.00 22.97 27.99 0.40 24.84 18:26:56 18:22:01 0 23.16 0.00 24.31 28.12 0.52 23.89 18:26:56 18:22:01 1 23.16 0.00 22.41 28.57 0.41 25.44 18:26:56 18:22:01 2 24.34 0.00 22.08 28.19 0.38 25.02 18:26:56 18:22:01 3 24.57 0.00 23.05 27.05 0.31 25.02 18:26:56 18:23:02 all 44.28 0.00 16.07 18.17 0.22 21.26 18:26:56 18:23:02 0 43.86 0.00 15.31 15.00 0.22 25.62 18:26:56 18:23:02 1 44.87 0.00 15.79 17.69 0.24 21.40 18:26:56 18:23:02 2 43.72 0.00 16.07 22.00 0.19 18.02 18:26:56 18:23:02 3 44.67 0.00 17.10 18.00 0.24 19.99 18:26:56 18:24:01 all 35.09 0.00 20.87 23.73 0.29 20.02 18:26:56 18:24:01 0 32.80 0.00 19.95 22.51 0.34 24.41 18:26:56 18:24:01 1 35.98 0.00 20.70 25.00 0.32 18.01 18:26:56 18:24:01 2 36.75 0.00 20.93 24.65 0.23 17.44 18:26:56 18:24:01 3 34.84 0.00 21.93 22.75 0.27 20.21 18:26:56 18:25:01 all 30.65 0.00 12.15 12.69 0.17 44.35 18:26:56 18:25:01 0 33.52 0.00 12.69 9.54 0.14 44.10 18:26:56 18:25:01 1 30.76 0.00 11.90 18.68 0.14 38.52 18:26:56 18:25:01 2 29.09 0.00 11.72 13.31 0.22 45.65 18:26:56 18:25:01 3 29.23 0.00 12.29 9.20 0.17 49.11 18:26:56 18:26:01 all 0.34 0.00 0.25 0.10 0.01 99.30 18:26:56 18:26:01 0 0.23 0.00 0.32 0.12 0.00 99.33 18:26:56 18:26:01 1 0.67 0.00 0.23 0.10 0.02 98.98 18:26:56 18:26:01 2 0.22 0.00 0.27 0.03 0.00 99.48 18:26:56 18:26:01 3 0.23 0.00 0.17 0.17 0.02 99.42 18:26:56 Average: all 28.18 0.00 12.32 11.18 0.24 48.08 18:26:56 Average: 0 28.08 0.00 12.59 10.03 0.26 49.04 18:26:56 Average: 1 28.66 0.00 12.27 12.20 0.24 46.63 18:26:56 Average: 2 27.87 0.00 12.11 11.61 0.24 48.17 18:26:56 Average: 3 28.10 0.00 12.29 10.88 0.23 48.50 18:26:56 18:26:56 18:26:56