Pull request #2966 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 rather than 854e5a44da6d710a24ec1b887fc7d30ee1500c3c Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 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-20218 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 854e5a44da6d710a24ec1b887fc7d30ee1500c3c > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 Merge succeeded, producing 854e5a44da6d710a24ec1b887fc7d30ee1500c3c Checking out Revision 854e5a44da6d710a24ec1b887fc7d30ee1500c3c (PR-2966) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:28:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:28:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:28:56 ========================================================= 13:28:56 EdgeX Global Pipelines Version Info 13:28:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6f8718830813d1d33a63bdfddfbc01b9620225b8 # timeout=10 13:28:59 ------------------- 13:28:59 stable info: 13:28:59 ------------------- 13:28:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:28:59 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 13:28:59 Message: update stable to v1.0.177 13:29:00 ------------------- 13:29:00 experimental info: 13:29:00 ------------------- 13:29:00 Commited By: **** collab-it+edgex@linuxfoundation.org 13:29:00 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 13:29:00 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:29:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:29:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 854e5a44da6d710a24ec1b887fc7d30ee1500c3c [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 854e5a4 [Pipeline] echo 13:29:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:29:04 provisioning config files... 13:29:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config3051068914624065684tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:29:04 ---> docker-login.sh 13:29:04 nexus3.edgexfoundry.org:10001 13:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:05 Configure a credential helper to remove this warning. See 13:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:05 13:29:05 Login Succeeded 13:29:05 nexus3.edgexfoundry.org:10002 13:29:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:05 Configure a credential helper to remove this warning. See 13:29:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:05 13:29:05 Login Succeeded 13:29:05 nexus3.edgexfoundry.org:10003 13:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:06 Configure a credential helper to remove this warning. See 13:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:06 13:29:06 Login Succeeded 13:29:06 nexus3.edgexfoundry.org:10004 13:29:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:06 Configure a credential helper to remove this warning. See 13:29:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:06 13:29:06 Login Succeeded 13:29:06 docker.io 13:29:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:29:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:29:07 Configure a credential helper to remove this warning. See 13:29:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:29:07 13:29:07 Login Succeeded 13:29:07 ---> docker-login.sh ends [Pipeline] } 13:29:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:29:08 ++ 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 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ dirname cmd/core-command/Dockerfile 13:29:08 ++ cut -d/ -f2 13:29:08 + echo core-command,cmd/core-command/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ cut -d/ -f2 13:29:08 ++ dirname cmd/core-data/Dockerfile 13:29:08 + echo core-data,cmd/core-data/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ cut -d/ -f2 13:29:08 ++ dirname cmd/core-metadata/Dockerfile 13:29:08 + echo core-metadata,cmd/core-metadata/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ cut -d/ -f2 13:29:08 ++ dirname cmd/security-bootstrap-redis/Dockerfile 13:29:08 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ dirname cmd/security-proxy-setup/Dockerfile 13:29:08 ++ cut -d/ -f2 13:29:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:29:08 ++ cut -d/ -f2 13:29:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ dirname cmd/support-notifications/Dockerfile 13:29:08 ++ cut -d/ -f2 13:29:08 + echo support-notifications,cmd/support-notifications/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ dirname cmd/support-scheduler/Dockerfile 13:29:08 ++ cut -d/ -f2 13:29:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:29:08 + for file in '`ls cmd/**/Dockerfile`' 13:29:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:29:08 ++ cut -d/ -f2 13:29:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:29:08 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 13:29:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:29:09 13:29:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:29:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:29:10 latest: Pulling from edgex-devops/git-semver 13:29:10 31603596830f: Pulling fs layer 13:29:10 2a8b12db71e7: Pulling fs layer 13:29:10 6ca5941a6612: Pulling fs layer 13:29:10 ecc8261a40a4: Pulling fs layer 13:29:10 ecc8261a40a4: Waiting 13:29:10 2a8b12db71e7: Verifying Checksum 13:29:10 2a8b12db71e7: Download complete 13:29:11 31603596830f: Verifying Checksum 13:29:11 31603596830f: Download complete 13:29:11 ecc8261a40a4: Verifying Checksum 13:29:11 ecc8261a40a4: Download complete 13:29:11 31603596830f: Pull complete 13:29:11 2a8b12db71e7: Pull complete 13:29:12 6ca5941a6612: Verifying Checksum 13:29:12 6ca5941a6612: Download complete 13:29:14 6ca5941a6612: Pull complete 13:29:15 ecc8261a40a4: Pull complete 13:29:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:29:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:29:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:29:15 prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container 13:29:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:10004/edgex-devops/git-semver:latest cat 13:29:18 $ docker top 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:29:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:29:18 [ssh-agent] Looking for ssh-agent implementation... 13:29:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:29:19 $ docker exec 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent 13:29:19 SSH_AUTH_SOCK=/tmp/ssh-NeE0JTT5EPKx/agent.11 13:29:19 SSH_AGENT_PID=16 13:29:19 Running ssh-add (command line suppressed) 13:29:20 Identity added: /w/workspace/edgex-go/21@tmp/private_key_8216701390901148313.key (/w/workspace/edgex-go/21@tmp/private_key_8216701390901148313.key) 13:29:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:29:22 + git tag --points-at HEAD [Pipeline] } 13:29:22 $ docker exec --env ******** --env ******** 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent -k 13:29:22 unset SSH_AUTH_SOCK; 13:29:22 unset SSH_AGENT_PID; 13:29:22 echo Agent pid 16 killed; 13:29:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:29:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:29:22 [ssh-agent] Looking for ssh-agent implementation... 13:29:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:29:23 $ docker exec 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent 13:29:23 SSH_AUTH_SOCK=/tmp/ssh-zCQ1Tngn0D2E/agent.44 13:29:23 SSH_AGENT_PID=50 13:29:23 Running ssh-add (command line suppressed) 13:29:24 Identity added: /w/workspace/edgex-go/21@tmp/private_key_3698480509203198016.key (/w/workspace/edgex-go/21@tmp/private_key_3698480509203198016.key) 13:29:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:29:24 + git semver init 13:29:24 # -> Open(): unable to determine branch for HEAD 13:29:24 # $GIT_DIR = /w/workspace/edgex-go/21/.git 13:29:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 13:29:24 # $SEMVER_REMOTE_NAME = origin 13:29:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:29:24 # $SEMVER_USER_NAME = edgex-jenkins 13:29:24 # $SEMVER_BRANCH = PR-2966 13:29:24 # $SEMVER_TEMP = /tmp/semver-218818197 13:29:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:29:52 # '/tmp/semver-218818197' -> '/w/workspace/edgex-go/21/.semver' 13:29:52 # -> Force: false 13:29:52 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 13:29:52 $ docker exec --env ******** --env ******** 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da ssh-agent -k 13:29:52 unset SSH_AUTH_SOCK; 13:29:52 unset SSH_AGENT_PID; 13:29:52 echo Agent pid 50 killed; 13:29:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:29:53 + git semver [Pipeline] } 13:29:53 $ docker stop --time=1 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da 13:29:55 $ docker rm -f 180791ce17480bfb5ca8f666bad1339525027b9fc1ab82c68b6f8374074777da [Pipeline] // withDockerContainer [Pipeline] sh 13:29:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:29:56 Stashed 1 file(s) [Pipeline] echo 13:29:56 [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 13:29:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:29:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:29:58 + true 13:29:58 + sudo service docker restart 13:29:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:29:59 ========================================================= 13:29:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:29:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:29:59 + 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 . 13:30:08 Sending build context to Docker daemon 326.6MB 13:30:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:30:08 Step 2/6 : FROM ${BASE} 13:30:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:30:08 188c0c94c7c5: Pulling fs layer 13:30:08 0ef7d3d256c8: Pulling fs layer 13:30:08 de9db76c5a1d: Pulling fs layer 13:30:08 bca2f99d35d6: Pulling fs layer 13:30:08 93359f2a8cfa: Pulling fs layer 13:30:08 7c6f9722023f: Pulling fs layer 13:30:08 a35cf1a2eb13: Pulling fs layer 13:30:08 bca2f99d35d6: Waiting 13:30:08 93359f2a8cfa: Waiting 13:30:08 7c6f9722023f: Waiting 13:30:08 a35cf1a2eb13: Waiting 13:30:08 de9db76c5a1d: Verifying Checksum 13:30:08 de9db76c5a1d: Download complete 13:30:08 0ef7d3d256c8: Verifying Checksum 13:30:08 0ef7d3d256c8: Download complete 13:30:08 93359f2a8cfa: Verifying Checksum 13:30:08 93359f2a8cfa: Download complete 13:30:08 7c6f9722023f: Verifying Checksum 13:30:08 7c6f9722023f: Download complete 13:30:08 188c0c94c7c5: Verifying Checksum 13:30:08 188c0c94c7c5: Download complete 13:30:08 188c0c94c7c5: Pull complete 13:30:09 0ef7d3d256c8: Pull complete 13:30:09 de9db76c5a1d: Pull complete 13:30:11 Still waiting to schedule task 13:30:11 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 13:30:13 a35cf1a2eb13: Verifying Checksum 13:30:13 a35cf1a2eb13: Download complete 13:30:14 bca2f99d35d6: Verifying Checksum 13:30:14 bca2f99d35d6: Download complete 13:30:27 bca2f99d35d6: Pull complete 13:30:27 93359f2a8cfa: Pull complete 13:30:27 7c6f9722023f: Pull complete 13:30:32 a35cf1a2eb13: Pull complete 13:30:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:30:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:30:32 ---> a62c8e92a672 13:30:32 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 13:30:32 ---> Running in e5bddf43bbb4 13:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:30:35 (1/12) Installing libmagic (5.38-r0) 13:30:35 (2/12) Installing file (5.38-r0) 13:30:36 (3/12) Installing libc-dev (0.7.2-r3) 13:30:36 (4/12) Installing g++ (9.3.0-r2) 13:30:46 (5/12) Installing fortify-headers (1.1-r0) 13:30:46 (6/12) Installing patch (2.7.6-r6) 13:30:46 (7/12) Installing build-base (0.5-r2) 13:30:46 (8/12) Installing libsodium (1.0.18-r0) 13:30:46 (9/12) Installing pkgconf (1.7.2-r0) 13:30:46 (10/12) Installing libsodium-dev (1.0.18-r0) 13:30:46 (11/12) Installing libzmq (4.3.3-r0) 13:30:46 (12/12) Installing zeromq-dev (4.3.3-r0) 13:30:46 Executing busybox-1.31.1-r19.trigger 13:30:46 OK: 233 MiB in 51 packages 13:30:50 Removing intermediate container e5bddf43bbb4 13:30:50 ---> 2a6eeadac295 13:30:50 Step 4/6 : WORKDIR /edgex-go 13:30:50 ---> Running in 1597dcddc266 13:30:50 Removing intermediate container 1597dcddc266 13:30:50 ---> 5d4fb7c76dd8 13:30:50 Step 5/6 : COPY go.mod . 13:30:50 ---> 86ee7e7e80f2 13:30:50 Step 6/6 : RUN go mod download 13:30:51 ---> Running in 75742666b97d 13:31:18 Removing intermediate container 75742666b97d 13:31:18 ---> e776e1280c13 13:31:18 Successfully built e776e1280c13 13:31:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:31:18 + docker inspect -f . ci-base-image-x86_64 13:31:18 . [Pipeline] withDockerContainer 13:31:18 prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container 13:31:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:31:20 $ docker top 3c7b9f713a6894e965074f47509e26812c118e0fd7c9927c410cc8f73660cb88 -eo pid,comm [Pipeline] { [Pipeline] sh 13:31:21 + go version 13:31:21 go version go1.15.5 linux/amd64 [Pipeline] } 13:31:21 $ docker stop --time=1 3c7b9f713a6894e965074f47509e26812c118e0fd7c9927c410cc8f73660cb88 13:31:23 $ docker rm -f 3c7b9f713a6894e965074f47509e26812c118e0fd7c9927c410cc8f73660cb88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:31:24 + docker inspect -f . ci-base-image-x86_64 13:31:24 . [Pipeline] withDockerContainer 13:31:24 prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container 13:31:24 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:31:26 $ docker top 571c1c2c3faf87e83b4b19e8e1fb20d0b617a2bff70dd53a5be5de29adbcc87b -eo pid,comm [Pipeline] { [Pipeline] echo 13:31:26 ========================================================= 13:31:26 [edgeXBuildGoParallel] Running Tests and Build... 13:31:26 ========================================================= [Pipeline] sh 13:31:26 + make test 13:31:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:31:42 ? github.com/edgexfoundry/edgex-go [no test files] 13:32:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:32:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20220 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 13:32:15 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 13:32:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:32:19 using credential edgex-jenkins-ssh 13:32:19 Cloning the remote Git repository 13:32:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:32:20 > git init /w/workspace/edgex-go/21 # timeout=10 13:32:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:32:20 > git --version # timeout=10 13:32:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:32:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:32:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 13:32:20 > git --version # 'git version 2.17.1' 13:32:20 using GIT_SSH to set credentials SSH Credentials for GitHub 13:32:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:32:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:32:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:32:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:32:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:32:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:32:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:32:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:32:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:32:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.156s coverage: 46.6% of statements 13:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:32:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:32:36 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:32:36 Merge succeeded, producing 854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:32:36 Checking out Revision 854e5a44da6d710a24ec1b887fc7d30ee1500c3c (PR-2966) 13:32:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:32:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:32:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:32:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:32:35 using GIT_SSH to set credentials SSH Credentials for GitHub 13:32:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:32:36 > git config core.sparsecheckout # timeout=10 13:32:36 > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 13:32:36 > git remote # timeout=10 13:32:36 > git config --get remote.origin.url # timeout=10 13:32:36 using GIT_SSH to set credentials SSH Credentials for GitHub 13:32:36 > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 13:32:36 > git rev-parse HEAD^{commit} # timeout=10 13:32:36 > git config core.sparsecheckout # timeout=10 13:32:37 > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 13:32:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.472s coverage: 27.0% of statements 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:32:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:32:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:32:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.333s coverage: 77.1% of statements 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:32:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.750s coverage: 82.4% of statements 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:32:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:32:41 Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" 13:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.435s coverage: 28.6% of statements 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.123s coverage: 100.0% of statements 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.122s coverage: 100.0% of statements 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:32:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.157s coverage: 86.7% of statements 13:32:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:32:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 13:32:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.222s coverage: 97.5% of statements 13:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:32:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements 13:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:32:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh 13:32:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:32:44 + sudo+ service dockertrue 13:32:44 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:32:46 provisioning config files... 13:32:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config821194555339879696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:32:46 ---> docker-login.sh 13:32:46 nexus3.edgexfoundry.org:10001 13:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:32:47 Configure a credential helper to remove this warning. See 13:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:32:47 13:32:47 Login Succeeded 13:32:47 nexus3.edgexfoundry.org:10002 13:32:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:32:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:32:48 Configure a credential helper to remove this warning. See 13:32:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:32:48 13:32:48 Login Succeeded 13:32:48 nexus3.edgexfoundry.org:10003 13:32:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:32:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:32:48 Configure a credential helper to remove this warning. See 13:32:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:32:48 13:32:48 Login Succeeded 13:32:48 nexus3.edgexfoundry.org:10004 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.934s coverage: 93.2% of statements 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.138s coverage: 0.1% of statements 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.177s coverage: 75.5% of statements 13:32:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.246s coverage: 80.8% of statements 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements 13:32:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.2% of statements 13:32:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:32:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:32:49 Configure a credential helper to remove this warning. See 13:32:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:32:49 13:32:49 Login Succeeded 13:32:49 docker.io 13:32:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:32:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:32:50 Configure a credential helper to remove this warning. See 13:32:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:32:50 13:32:50 Login Succeeded 13:32:50 ---> docker-login.sh ends [Pipeline] } 13:32:50 Deleting 1 temporary files 13:32:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.4% of statements 13:32:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:32:50 ========================================================= 13:32:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:32:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:32:50 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 13:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.432s coverage: 63.5% of statements 13:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:32:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 13:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements 13:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.159s coverage: 100.0% of statements 13:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 13:32:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 13:32:53 Sending build context to Docker daemon 165.6MB 13:32:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:32:53 Step 2/6 : FROM ${BASE} 13:32:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:32:53 5f621e34cdf4: Pulling fs layer 13:32:53 a4357932f1b6: Pulling fs layer 13:32:53 18c013af1878: Pulling fs layer 13:32:53 00ac8860ef70: Pulling fs layer 13:32:53 63d7cb157983: Pulling fs layer 13:32:53 b116817d02f9: Pulling fs layer 13:32:53 745a02a5169b: Pulling fs layer 13:32:53 00ac8860ef70: Waiting 13:32:53 b116817d02f9: Waiting 13:32:53 63d7cb157983: Waiting 13:32:53 745a02a5169b: Waiting 13:32:53 18c013af1878: Verifying Checksum 13:32:53 18c013af1878: Download complete 13:32:53 a4357932f1b6: Verifying Checksum 13:32:53 a4357932f1b6: Download complete 13:32:53 63d7cb157983: Download complete 13:32:53 5f621e34cdf4: Verifying Checksum 13:32:53 5f621e34cdf4: Download complete 13:32:53 b116817d02f9: Verifying Checksum 13:32:53 b116817d02f9: Download complete 13:32:54 5f621e34cdf4: Pull complete 13:32:54 a4357932f1b6: Pull complete 13:32:55 18c013af1878: Pull complete 13:32:56 745a02a5169b: Verifying Checksum 13:32:56 745a02a5169b: Download complete 13:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.661s coverage: 55.9% of statements 13:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 13:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 13:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 13:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.174s coverage: 37.0% of statements 13:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:32:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.660s coverage: 84.0% of statements 13:32:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements 13:32:57 00ac8860ef70: Verifying Checksum 13:32:57 00ac8860ef70: Download complete 13:33:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.278s coverage: 47.1% of statements 13:33:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:33:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:33:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:33:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:33:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:33:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements 13:33:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:33:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements 13:33:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:33:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.293s coverage: 29.1% of statements 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:33:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:33:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.170s coverage: 100.0% of statements 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:33:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:33:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:33:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:33:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:33:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements 13:33:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements 13:33:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements 13:33:04 GO111MODULE=on go vet ./... 13:33:07 00ac8860ef70: Pull complete 13:33:07 63d7cb157983: Pull complete 13:33:08 b116817d02f9: Pull complete 13:33:11 745a02a5169b: Pull complete 13:33:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:33:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:33:11 ---> b7e6874047d6 13:33:11 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 13:33:15 ---> Running in ae1d9b220f1e 13:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:33:18 (1/12) Installing libmagic (5.38-r0) 13:33:18 (2/12) Installing file (5.38-r0) 13:33:18 (3/12) Installing libc-dev (0.7.2-r3) 13:33:18 (4/12) Installing g++ (9.3.0-r2) 13:33:25 (5/12) Installing fortify-headers (1.1-r0) 13:33:25 (6/12) Installing patch (2.7.6-r6) 13:33:25 (7/12) Installing build-base (0.5-r2) 13:33:25 (8/12) Installing libsodium (1.0.18-r0) 13:33:25 (9/12) Installing pkgconf (1.7.2-r0) 13:33:25 (10/12) Installing libsodium-dev (1.0.18-r0) 13:33:25 (11/12) Installing libzmq (4.3.3-r0) 13:33:25 (12/12) Installing zeromq-dev (4.3.3-r0) 13:33:25 Executing busybox-1.31.1-r19.trigger 13:33:25 OK: 217 MiB in 51 packages 13:33:30 Removing intermediate container ae1d9b220f1e 13:33:30 ---> 6cde344863df 13:33:30 Step 4/6 : WORKDIR /edgex-go 13:33:30 ---> Running in a9abd95f3195 13:33:30 Removing intermediate container a9abd95f3195 13:33:30 ---> 1ca68d8d7c1a 13:33:30 Step 5/6 : COPY go.mod . 13:33:31 ---> 9f99da0db9d1 13:33:31 Step 6/6 : RUN go mod download 13:33:31 ---> Running in 68efa46ded48 13:33:52 gofmt -l . 13:33:52 [ "`gofmt -l .`" = "" ] 13:33:53 ./bin/test-go-mod-tidy.sh 13:33:53 ./bin/test-attribution-txt.sh [Pipeline] sh 13:33:56 + ls -al . 13:33:56 total 660 13:33:56 drwxrwxr-x 10 1001 1001 4096 Jan 14 13:33 . 13:33:56 drwxr-xr-x 4 root root 30 Jan 14 13:31 .. 13:33:56 -rw-rw-r-- 1 1001 1001 11 Jan 14 13:28 .dockerignore 13:33:56 drwxrwxr-x 8 1001 1001 179 Jan 14 13:28 .git 13:33:56 drwxrwxr-x 3 1001 1001 125 Jan 14 13:28 .github 13:33:56 -rw-rw-r-- 1 1001 1001 824 Jan 14 13:28 .gitignore 13:33:56 drwx------ 3 1001 1001 47 Jan 14 13:29 .semver 13:33:56 -rw-rw-r-- 1 1001 1001 166 Jan 14 13:28 .sonarcloud.properties 13:33:56 -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:28 Attribution.txt 13:33:56 -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:28 CONTRIBUTING.md 13:33:56 -rw-rw-r-- 1 1001 1001 931 Jan 14 13:28 Dockerfile.build 13:33:56 -rw-rw-r-- 1 1001 1001 863 Jan 14 13:28 Jenkinsfile 13:33:56 -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:28 LICENSE 13:33:56 -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:28 Makefile 13:33:56 -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:28 README.md 13:33:56 -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:28 SECURITY.md 13:33:56 -rw-rw-r-- 1 1001 1001 5 Jan 14 13:29 VERSION 13:33:56 -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:28 ZMQWindows.md 13:33:56 drwxrwxr-x 2 1001 1001 117 Jan 14 13:28 bin 13:33:56 drwxrwxr-x 14 1001 1001 4096 Jan 14 13:28 cmd 13:33:56 -rw-r--r-- 1 root root 554655 Jan 14 13:33 coverage.out 13:33:56 -rw-r--r-- 1 root root 979 Jan 14 13:33 go.mod 13:33:56 -rw-r--r-- 1 root root 19036 Jan 14 13:33 go.sum 13:33:56 drwxrwxr-x 8 1001 1001 127 Jan 14 13:28 internal 13:33:56 drwxrwxr-x 4 1001 1001 26 Jan 14 13:28 openapi 13:33:56 drwxrwxr-x 4 1001 1001 71 Jan 14 13:28 snap 13:33:56 -rw-rw-r-- 1 1001 1001 168 Jan 14 13:28 version.go [Pipeline] sh 13:33:56 + '[' -e coverage.out ] 13:33:56 + chown 1001:1001 coverage.out [Pipeline] stash 13:33:57 Stashed 1 file(s) [Pipeline] sh 13:33:57 + make build 13:33:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:33:58 Removing intermediate container 68efa46ded48 13:33:58 ---> ee7c6b119ae3 13:33:58 Successfully built ee7c6b119ae3 13:33:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:33:58 + docker inspect -f . ci-base-image-arm64 13:33:58 . [Pipeline] withDockerContainer 13:33:58 prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container 13:33:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:34:00 $ docker top 11229b482054cd8e11c0554b32aec5ab03d815341d4e7cf49c4c7cfb6427a5ac -eo pid,comm [Pipeline] { [Pipeline] sh 13:34:01 + go version 13:34:01 go version go1.15.5 linux/arm64 [Pipeline] } 13:34:01 $ docker stop --time=1 11229b482054cd8e11c0554b32aec5ab03d815341d4e7cf49c4c7cfb6427a5ac 13:34:03 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 13:34:03 $ docker rm -f 11229b482054cd8e11c0554b32aec5ab03d815341d4e7cf49c4c7cfb6427a5ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:34:04 + docker inspect -f . ci-base-image-arm64 13:34:04 . [Pipeline] withDockerContainer 13:34:04 prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container 13:34:04 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 13:34:05 $ docker top 0e40dc9ff85364ec5016541e63062e04802eb8cbcf7c74d9efd41281e55a097a -eo pid,comm [Pipeline] { [Pipeline] echo 13:34:06 ========================================================= 13:34:06 [edgeXBuildGoParallel] Running Tests and Build... 13:34:06 ========================================================= [Pipeline] sh 13:34:06 + make test 13:34:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:34:18 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 13:34:22 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 13:34:25 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 13:34:25 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 13:34:29 ? github.com/edgexfoundry/edgex-go [no test files] 13:34:29 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 13:34:33 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 13:34:35 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 13:34:38 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 13:34:40 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 13:34:42 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] } 13:34:44 $ docker stop --time=1 571c1c2c3faf87e83b4b19e8e1fb20d0b617a2bff70dd53a5be5de29adbcc87b 13:34:46 $ docker rm -f 571c1c2c3faf87e83b4b19e8e1fb20d0b617a2bff70dd53a5be5de29adbcc87b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:34:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:34:50 13:34:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:34:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:34:51 latest: Pulling from edgex-devops/edgex-compose 13:34:51 cbdbe7a5bc2a: Pulling fs layer 13:34:51 ca9280d653b3: Pulling fs layer 13:34:51 7e9c9ca2126c: Pulling fs layer 13:34:52 cbdbe7a5bc2a: Download complete 13:34:53 cbdbe7a5bc2a: Pull complete 13:34:53 ca9280d653b3: Verifying Checksum 13:34:53 ca9280d653b3: Download complete 13:34:56 7e9c9ca2126c: Download complete 13:34:56 ca9280d653b3: Pull complete 13:35:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:35:08 7e9c9ca2126c: Pull complete 13:35:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:35:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:35:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:35:09 prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container 13:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:35:11 $ docker top 2b289c843e0909b183f0d1fb9ce5becb28bb33674afad143df1fbad8f06f67d9 -eo pid,comm [Pipeline] { [Pipeline] sh 13:35:12 + docker-compose build --help 13:35:12 + grep parallel 13:35:14 --parallel Build images in parallel. [Pipeline] } 13:35:14 $ docker stop --time=1 2b289c843e0909b183f0d1fb9ce5becb28bb33674afad143df1fbad8f06f67d9 13:35:16 $ docker rm -f 2b289c843e0909b183f0d1fb9ce5becb28bb33674afad143df1fbad8f06f67d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:35:16 . [Pipeline] withDockerContainer 13:35:17 prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container 13:35:17 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:35:18 $ docker top c0589b365636243ac6d5b36ed5657d71d583e8cd9304301fb1b7b2513019ae7b -eo pid,comm [Pipeline] { [Pipeline] sh 13:35:19 + docker-compose -f ./docker-compose-build.yml build --parallel 13:35:21 Building docker-core-command-go ... 13:35:21 Building docker-core-data-go ... 13:35:21 Building docker-core-metadata-go ... 13:35:21 Building docker-security-bootstrap-redis-go ... 13:35:21 Building docker-security-proxy-setup-go ... 13:35:21 Building docker-security-secretstore-setup-go ... 13:35:21 Building docker-support-notifications-go ... 13:35:21 Building docker-support-scheduler-go ... 13:35:21 Building docker-sys-mgmt-agent-go ... 13:35:21 Building docker-core-data-go 13:35:21 Building docker-security-bootstrap-redis-go 13:35:21 Building docker-security-secretstore-setup-go 13:35:21 Building docker-security-proxy-setup-go 13:35:21 Building docker-core-metadata-go 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:35:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:35:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:35:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:35:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:35:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.231s coverage: 46.6% of statements 13:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:35:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.593s coverage: 27.0% of statements 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 77.1% of statements 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:35:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.696s coverage: 82.4% of statements 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:35:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.151s coverage: 28.6% of statements 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:35:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.288s coverage: 86.7% of statements 13:35:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements 13:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 13:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.231s coverage: 93.2% of statements 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.113s coverage: 75.5% of statements 13:36:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.100s coverage: 80.8% of statements 13:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 13:36:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements 13:36:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements 13:36:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.677s coverage: 63.5% of statements 13:36:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:36:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements 13:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 13:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 13:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 13:36:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 13:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 55.9% of statements 13:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 13:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 13:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 13:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.458s coverage: 37.0% of statements 13:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:36:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.598s coverage: 84.0% of statements 13:36:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements 13:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.1% of statements 13:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.157s coverage: 100.0% of statements 13:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 13:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.073s coverage: 29.1% of statements 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 13:36:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 13:36:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:36:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:36:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:36:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:36:29 ---> e776e1280c13 13:36:29 Step 3/21 : WORKDIR /edgex-go 13:36:29 ---> e776e1280c13 13:36:29 Step 3/22 : WORKDIR /edgex-go 13:36:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:36:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:36:29 ---> e776e1280c13 13:36:29 Step 3/22 : WORKDIR /edgex-go 13:36:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:36:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:36:29 ---> e776e1280c13 13:36:29 Step 3/23 : WORKDIR /edgex-go 13:36:29 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:36:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:36:29 ---> e776e1280c13 13:36:29 Step 3/24 : WORKDIR /edgex-go 13:36:29 ---> Running in 83d9a63c6760 13:36:29 ---> Running in b3256e42ad9e 13:36:29 ---> Running in 10624b575c70 13:36:29 ---> Running in e12e0b7c9d53 13:36:29 ---> Running in 79089f7f4351 13:36:29 Removing intermediate container 10624b575c70 13:36:29 ---> 83864f920dca 13:36:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:29 Removing intermediate container 83d9a63c6760 13:36:29 ---> c0afc5921c0c 13:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:29 Removing intermediate container e12e0b7c9d53 13:36:29 ---> ee680691044f 13:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:29 Removing intermediate container b3256e42ad9e 13:36:29 ---> efe7c55ae7c3 13:36:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:29 Removing intermediate container 79089f7f4351 13:36:29 ---> 5e0253bebf73 13:36:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:36:29 ---> Running in 1b2f61839914 13:36:29 ---> Running in 9758a9a077a0 13:36:29 ---> Running in fd44e0de4aad 13:36:29 ---> Running in 06b0220a8828 13:36:29 ---> Running in 3f9d84faa90b 13:36:29 Removing intermediate container 06b0220a8828 13:36:29 ---> 877f2420f576 13:36:29 Step 5/21 : RUN apk add --update --no-cache make git 13:36:29 Removing intermediate container 1b2f61839914 13:36:29 ---> 601ed39ed469 13:36:29 Step 5/24 : RUN apk add --update --no-cache make git 13:36:29 ---> Running in 5c9e63ddc669 13:36:29 ---> Running in 3727ef2649de 13:36:29 Removing intermediate container fd44e0de4aad 13:36:29 ---> 657b8e65c3d5 13:36:29 Step 5/22 : RUN apk add --update --no-cache make git 13:36:29 Removing intermediate container 9758a9a077a0 13:36:29 ---> f89b708816fa 13:36:29 Step 5/22 : RUN apk add --update --no-cache make git 13:36:29 ---> Running in d5fd8207e08a 13:36:29 Removing intermediate container 3f9d84faa90b 13:36:29 ---> d29982642bbe 13:36:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:36:29 ---> Running in 88598a01a311 13:36:29 ---> Running in e573329f41b8 13:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:36:30 OK: 233 MiB in 51 packages 13:36:31 OK: 233 MiB in 51 packages 13:36:31 OK: 233 MiB in 51 packages 13:36:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 13:36:31 OK: 233 MiB in 51 packages 13:36:31 OK: 233 MiB in 51 packages 13:36:31 GO111MODULE=on go vet ./... 13:36:32 Removing intermediate container 5c9e63ddc669 13:36:32 ---> 11b426cb4be0 13:36:32 Step 6/24 : COPY go.mod . 13:36:32 Removing intermediate container 88598a01a311 13:36:32 ---> 910c6113f9dd 13:36:32 Step 6/22 : COPY go.mod . 13:36:32 Removing intermediate container 3727ef2649de 13:36:32 ---> f2e58c2fc316 13:36:32 Step 6/21 : COPY go.mod . 13:36:33 Removing intermediate container d5fd8207e08a 13:36:33 ---> 87e0d4399b88 13:36:33 Step 6/22 : COPY go.mod . 13:36:33 ---> 07c909e47291 13:36:33 Step 7/24 : RUN go mod download 13:36:33 Removing intermediate container e573329f41b8 13:36:33 ---> 22b53bbf9d9a 13:36:33 Step 6/23 : COPY go.mod . 13:36:33 ---> Running in fc397de0e5ba 13:36:33 ---> 726b57b4bdd7 13:36:33 Step 7/22 : RUN go mod download 13:36:33 ---> ae262ba3d764 13:36:33 Step 7/21 : RUN go mod download 13:36:34 ---> b5af60e4b2da 13:36:34 Step 7/22 : RUN go mod download 13:36:34 ---> Running in 3cacd61cfd5e 13:36:34 ---> Running in 45c78337e2f7 13:36:34 ---> c6e04420219b 13:36:34 Step 7/23 : RUN go mod download 13:36:34 ---> Running in a7445fd4a6d5 13:36:34 ---> Running in 119330db7c20 13:36:39 Removing intermediate container a7445fd4a6d5 13:36:39 ---> ff74a9923ce7 13:36:39 Step 8/22 : COPY . . 13:36:39 Removing intermediate container 45c78337e2f7 13:36:39 ---> c0208da4b5a4 13:36:39 Step 8/21 : COPY . . 13:36:39 Removing intermediate container 119330db7c20 13:36:39 ---> 4a97fb21a21f 13:36:39 Step 8/23 : COPY . . 13:36:39 Removing intermediate container 3cacd61cfd5e 13:36:39 ---> 9fffced60ba6 13:36:39 Step 8/22 : COPY . . 13:36:40 Removing intermediate container fc397de0e5ba 13:36:40 ---> 599123e09b4c 13:36:40 Step 8/24 : COPY . . 13:37:39 gofmt -l . 13:37:39 [ "`gofmt -l .`" = "" ] 13:37:40 ./bin/test-go-mod-tidy.sh 13:37:41 ./bin/test-attribution-txt.sh [Pipeline] sh 13:37:43 + ls -al . 13:37:43 total 688 13:37:43 drwxrwxr-x 9 1001 1001 4096 Jan 14 13:37 . 13:37:43 drwxr-xr-x 4 root root 4096 Jan 14 13:34 .. 13:37:43 -rw-rw-r-- 1 1001 1001 11 Jan 14 13:32 .dockerignore 13:37:43 drwxrwxr-x 8 1001 1001 4096 Jan 14 13:32 .git 13:37:43 drwxrwxr-x 3 1001 1001 4096 Jan 14 13:32 .github 13:37:43 -rw-rw-r-- 1 1001 1001 824 Jan 14 13:32 .gitignore 13:37:43 -rw-rw-r-- 1 1001 1001 166 Jan 14 13:32 .sonarcloud.properties 13:37:43 -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:32 Attribution.txt 13:37:43 -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:32 CONTRIBUTING.md 13:37:43 -rw-rw-r-- 1 1001 1001 931 Jan 14 13:32 Dockerfile.build 13:37:43 -rw-rw-r-- 1 1001 1001 863 Jan 14 13:32 Jenkinsfile 13:37:43 -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:32 LICENSE 13:37:43 -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:32 Makefile 13:37:43 -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:32 README.md 13:37:43 -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:32 SECURITY.md 13:37:43 -rw-rw-r-- 1 1001 1001 5 Jan 14 13:29 VERSION 13:37:43 -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:32 ZMQWindows.md 13:37:43 drwxrwxr-x 2 1001 1001 4096 Jan 14 13:32 bin 13:37:43 drwxrwxr-x 14 1001 1001 4096 Jan 14 13:32 cmd 13:37:43 -rw-r--r-- 1 root root 554655 Jan 14 13:36 coverage.out 13:37:43 -rw-r--r-- 1 root root 979 Jan 14 13:37 go.mod 13:37:43 -rw-r--r-- 1 root root 19036 Jan 14 13:37 go.sum 13:37:43 drwxrwxr-x 8 1001 1001 4096 Jan 14 13:32 internal 13:37:43 drwxrwxr-x 4 1001 1001 4096 Jan 14 13:32 openapi 13:37:43 drwxrwxr-x 4 1001 1001 4096 Jan 14 13:32 snap 13:37:43 -rw-rw-r-- 1 1001 1001 168 Jan 14 13:32 version.go [Pipeline] sh 13:37:43 + '[' -e coverage.out ] 13:37:43 + chown 1001:1001 coverage.out [Pipeline] stash 13:37:43 Warning: overwriting stash ‘coverage-report’ 13:37:45 Stashed 1 file(s) [Pipeline] sh 13:37:45 + make build 13:37:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:37:49 ---> 8842ed0ca3c7 13:37:49 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 13:37:49 ---> 0fd701450af4 13:37:49 Step 9/23 : RUN make cmd/core-data/core-data 13:37:49 ---> fd82ee6664d1 13:37:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:37:49 ---> Running in 6b770756deaa 13:37:49 ---> Running in 0726a81a8c27 13:37:49 ---> 31655618611a 13:37:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:37:49 ---> 8f953105abb7 13:37:49 Step 9/22 : RUN make cmd/core-metadata/core-metadata 13:37:49 ---> Running in f57bdf6db7a9 13:37:49 ---> Running in 80f0a453fe87 13:37:49 ---> Running in 206b69bcfca7 13:37:49 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 13:37:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:37:49 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 13:37:49 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 13:37:49 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 13:37:56 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 13:38:18 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 13:38:21 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 13:38:25 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 13:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:38:32 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 13:38:36 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 13:38:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:38:38 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 13:38:41 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 13:38:44 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 13:38:49 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 13:38:49 Removing intermediate container 0726a81a8c27 13:38:49 ---> f267523d27bf 13:38:49 13:38:49 Step 10/22 : FROM alpine:3.12 13:38:49 3.12: Pulling from library/alpine 13:38:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 13:38:51 Status: Downloaded newer image for alpine:3.12 13:38:51 ---> 389fef711851 13:38:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:38:53 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 13:38:53 ---> Running in 174937c7662a 13:38:54 Removing intermediate container f57bdf6db7a9 13:38:54 ---> 3b1409cdbc53 13:38:54 13:38:54 Step 10/24 : FROM alpine:3.12 13:38:54 ---> 389fef711851 13:38:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:38:54 Removing intermediate container 206b69bcfca7 13:38:54 ---> f1427cb51745 13:38:54 13:38:54 Step 10/21 : FROM alpine:3.12 13:38:54 ---> 389fef711851 13:38:54 Step 11/21 : RUN apk add --update --no-cache curl 13:38:55 ---> Running in 65fc769de6ef 13:38:55 ---> Running in 83ab07d53da5 [Pipeline] } 13:38:55 $ docker stop --time=1 0e40dc9ff85364ec5016541e63062e04802eb8cbcf7c74d9efd41281e55a097a 13:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:38:57 (1/5) Installing ca-certificates (20191127-r4) 13:38:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:38:58 (3/5) Installing libcurl (7.69.1-r3) 13:38:58 (4/5) Installing curl (7.69.1-r3) 13:38:58 (5/5) Installing dumb-init (1.2.2-r1) 13:38:58 Executing busybox-1.31.1-r19.trigger 13:38:58 Executing ca-certificates-20191127-r4.trigger 13:38:58 $ docker rm -f 0e40dc9ff85364ec5016541e63062e04802eb8cbcf7c74d9efd41281e55a097a 13:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:38:58 OK: 7 MiB in 19 packages 13:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:38:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:38:58 (1/4) Installing ca-certificates (20191127-r4) 13:38:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:38:58 (3/4) Installing libcurl (7.69.1-r3) 13:38:58 (4/4) Installing curl (7.69.1-r3) 13:38:59 Executing busybox-1.31.1-r19.trigger 13:38:59 Executing ca-certificates-20191127-r4.trigger 13:38:59 (1/5) Installing ca-certificates (20191127-r4) 13:38:59 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:38:59 (3/5) Installing libcurl (7.69.1-r3) 13:38:59 OK: 7 MiB in 18 packages 13:38:59 (4/5) Installing curl (7.69.1-r3) 13:38:59 (5/5) Installing dumb-init (1.2.2-r1) 13:38:59 Executing busybox-1.31.1-r19.trigger 13:38:59 Executing ca-certificates-20191127-r4.trigger 13:38:59 OK: 7 MiB in 19 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:39:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:39:00 13:39:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:39:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:39:00 latest: Pulling from edgex-devops/edgex-compose-arm64 13:39:00 29e5d40040c1: Pulling fs layer 13:39:00 1ce36da41761: Pulling fs layer 13:39:00 25b303627fd3: Pulling fs layer 13:39:01 29e5d40040c1: Download complete 13:39:01 1ce36da41761: Verifying Checksum 13:39:01 1ce36da41761: Download complete 13:39:01 29e5d40040c1: Pull complete 13:39:02 Removing intermediate container 80f0a453fe87 13:39:02 ---> dc03051827b7 13:39:02 13:39:02 Step 10/22 : FROM scratch 13:39:02 ---> 13:39:02 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:39:03 ---> Running in 72dd38341677 13:39:03 Removing intermediate container 174937c7662a 13:39:03 ---> 3345f13c40a6 13:39:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 13:39:03 1ce36da41761: Pull complete 13:39:03 25b303627fd3: Verifying Checksum 13:39:03 25b303627fd3: Download complete 13:39:03 Removing intermediate container 83ab07d53da5 13:39:03 ---> bce2cbcbcf13 13:39:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:39:04 Removing intermediate container 65fc769de6ef 13:39:04 ---> d743a2f60032 13:39:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:39:04 ---> Running in 1f4cfb3536ea 13:39:04 Removing intermediate container 72dd38341677 13:39:04 ---> b28020ee44dd 13:39:04 Step 12/22 : ENV APP_PORT=48081 13:39:04 ---> Running in 365cf8aebe82 13:39:04 ---> Running in 5a29d4c3850c 13:39:04 ---> Running in 21d7960f8858 13:39:05 Removing intermediate container 1f4cfb3536ea 13:39:05 ---> dd8555cbf832 13:39:05 Step 13/22 : WORKDIR / 13:39:05 Removing intermediate container 5a29d4c3850c 13:39:05 ---> 58975eaf73de 13:39:05 Step 13/21 : WORKDIR /edgex 13:39:05 ---> Running in c6f26163b388 13:39:05 Removing intermediate container 365cf8aebe82 13:39:05 ---> f9e155cc8e21 13:39:05 Step 13/24 : WORKDIR / 13:39:06 Removing intermediate container 21d7960f8858 13:39:06 ---> ebd6c1887d2d 13:39:06 Step 13/22 : EXPOSE $APP_PORT 13:39:06 ---> Running in 62d7d7e6d245 13:39:06 ---> Running in 02ab9037ba3c 13:39:06 ---> Running in 08efaa6a2bd7 13:39:06 Removing intermediate container 6b770756deaa 13:39:06 ---> 5755f9e06c22 13:39:06 13:39:06 Step 10/23 : FROM alpine:3.12 13:39:06 ---> 389fef711851 13:39:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:39:06 ---> Running in 768b537ecebc 13:39:06 Removing intermediate container 02ab9037ba3c 13:39:06 ---> e00af634a2de 13:39:06 Step 14/22 : WORKDIR / 13:39:07 Removing intermediate container c6f26163b388 13:39:07 ---> a14ccf6cf3c4 13:39:07 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:39:07 Removing intermediate container 62d7d7e6d245 13:39:07 ---> ebe701e189a0 13:39:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:39:07 Removing intermediate container 08efaa6a2bd7 13:39:07 ---> a11290e9b456 13:39:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:39:07 ---> Running in 465ad7bc25db 13:39:07 Removing intermediate container 768b537ecebc 13:39:07 ---> 7b4799a393e1 13:39:07 Step 12/23 : ENV APP_PORT=48080 13:39:07 ---> Running in 0d12ca05eb23 13:39:07 Removing intermediate container 465ad7bc25db 13:39:07 ---> bbc9bf99e9ce 13:39:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:39:07 ---> 3e6f54148fb7 13:39:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 13:39:08 ---> a22d02523f92 13:39:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:39:08 ---> 783e1873f6ef 13:39:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:39:08 Removing intermediate container 0d12ca05eb23 13:39:08 ---> a472b6f6f649 13:39:08 Step 13/23 : EXPOSE $APP_PORT 13:39:08 ---> 8bca71f56f23 13:39:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:39:08 ---> Running in a97dbf656e91 13:39:09 ---> f4343ea7afe3 13:39:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:39:09 ---> 0f9955ecf069 13:39:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 13:39:09 Removing intermediate container a97dbf656e91 13:39:09 ---> 686ef5b405f5 13:39:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:39:09 ---> 4e29ba8d8cd8 13:39:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:39:10 ---> Running in baca1ba1ceef 13:39:10 ---> 4efc14058367 13:39:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:39:10 ---> 0a745e95566c 13:39:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:39:10 ---> f0bd1f422b9e 13:39:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 13:39:11 ---> c10cc2948c7c 13:39:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:39:11 ---> 9e9278760397 13:39:11 Step 18/22 : ENTRYPOINT ["/core-metadata"] 13:39:11 ---> afb6bc2f5a48 13:39:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:39:11 ---> 14026a61e480 13:39:11 Step 18/22 : RUN chmod +x entrypoint.sh 13:39:12 ---> Running in d7b76b271075 13:39:12 ---> Running in 834c80f01b71 13:39:12 ---> Running in 943c8ab5a607 13:39:12 ---> 290109d58201 13:39:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:39:13 Removing intermediate container 943c8ab5a607 13:39:13 ---> e0a162b08fee 13:39:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:39:13 Removing intermediate container d7b76b271075 13:39:13 ---> f3593dbd545e 13:39:13 Step 18/21 : CMD ["--init=true"] 13:39:13 25b303627fd3: Pull complete 13:39:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:39:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:39:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:39:13 ---> Running in 40ab27a69102 13:39:13 Removing intermediate container baca1ba1ceef 13:39:13 ---> 24a24d882ef5 13:39:13 Step 15/23 : RUN apk add --update --no-cache zeromq 13:39:13 ---> Running in 3b337c341561 13:39:13 ---> Running in 99f8c3d1c0c7 13:39:13 ---> c3ade6ebadc9 13:39:13 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/ 13:39:13 prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container 13:39:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:39:13 ---> Running in 5b0dbc4db862 13:39:13 Removing intermediate container 3b337c341561 13:39:13 ---> d7edf51bbbb6 13:39:13 Step 19/21 : LABEL arch=x86_64 13:39:14 Removing intermediate container 40ab27a69102 13:39:14 ---> ae699cf44a9b 13:39:14 Step 20/22 : LABEL arch=x86_64 13:39:14 ---> Running in 244585691a06 13:39:14 ---> Running in 50f70e729d9b 13:39:14 Removing intermediate container 244585691a06 13:39:14 ---> aeba98418adf 13:39:14 Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:39:14 Removing intermediate container 50f70e729d9b 13:39:14 ---> afca03572c71 13:39:14 Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:39:14 ---> Running in 8a6a0eec4b6f 13:39:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:39:14 ---> Running in 976302089f6f 13:39:15 Removing intermediate container 8a6a0eec4b6f 13:39:15 ---> d1b7db739c2f 13:39:15 Step 21/21 : LABEL version=0.0.0 13:39:15 Removing intermediate container 976302089f6f 13:39:15 ---> 1736bbbe2c9a 13:39:15 Step 22/22 : LABEL version=0.0.0 13:39:15 Removing intermediate container 834c80f01b71 13:39:15 ---> bd686999e88c 13:39:15 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 13:39:15 ---> Running in a49517edaeb2 13:39:15 ---> Running in 77b78e4ba1ac 13:39:15 ---> Running in 81d6f2835255 13:39:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:39:16 Removing intermediate container 81d6f2835255 13:39:16 ---> fc738dc6e430 13:39:16 Step 20/22 : LABEL arch=x86_64 13:39:16 Removing intermediate container 77b78e4ba1ac 13:39:16 ---> b5f99588081d 13:39:16 13:39:16 Removing intermediate container a49517edaeb2 13:39:16 ---> 97e56bae6d3c 13:39:16 13:39:16 Removing intermediate container 5b0dbc4db862 13:39:16 ---> 1f748f17abba 13:39:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:39:16 ---> Running in 901494b46007 13:39:16 (1/5) Installing libgcc (9.3.0-r2) 13:39:16 ---> Running in 0dcf77cdb6f4 13:39:16 (2/5) Installing libsodium (1.0.18-r0) 13:39:16 (3/5) Installing libstdc++ (9.3.0-r2) 13:39:16 Successfully built b5f99588081d 13:39:16 $ docker top 2aaf7a7c022af7fa0fd3af696f0ab7d19b3ebdc083d82426b9d055f8561d858c -eo pid,comm 13:39:16 Successfully built 97e56bae6d3c 13:39:16 Successfully tagged docker-core-metadata-go:latest 13:39:16 Building docker-support-scheduler-go 13:39:16  Building docker-core-metadata-go ... done Successfully tagged docker-security-proxy-setup-go:latest 13:39:16 (4/5) Installing libzmq (4.3.3-r0) 13:39:16 Building docker-support-notifications-go 13:39:16  Building docker-security-proxy-setup-go ... done Removing intermediate container 901494b46007 13:39:16 ---> 037645559a94 13:39:16 Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:39:16 (5/5) Installing zeromq (4.3.3-r0) 13:39:16 Removing intermediate container 0dcf77cdb6f4 13:39:16 ---> 6619f1b61c09 13:39:16 Step 22/24 : LABEL arch=x86_64 13:39:16 Executing busybox-1.31.1-r19.trigger 13:39:16 OK: 8 MiB in 19 packages [Pipeline] { [Pipeline] sh 13:39:17 ---> Running in e683fc531764 13:39:17 ---> Running in cc599a485680 13:39:17 + docker-compose build --help 13:39:17 + grep parallel 13:39:17 Removing intermediate container e683fc531764 13:39:17 ---> 0b940c920708 13:39:17 Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:39:17 Removing intermediate container cc599a485680 13:39:17 ---> 53aea6c542dc 13:39:17 Step 22/22 : LABEL version=0.0.0 13:39:18 ---> Running in 15276b1dacd9 13:39:18 ---> Running in 16c0481026ef 13:39:18 Removing intermediate container 99f8c3d1c0c7 13:39:18 ---> 3091d3084668 13:39:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:39:18 Removing intermediate container 15276b1dacd9 13:39:18 ---> 0a6eb394a69c 13:39:18 Step 24/24 : LABEL version=0.0.0 13:39:19 Removing intermediate container 16c0481026ef 13:39:19 ---> 26f2a35cb61a 13:39:19 13:39:19 ---> Running in 0b054c9f4823 13:39:20 ---> 01f2949a9cad 13:39:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:39:20 Successfully built 26f2a35cb61a 13:39:20 --parallel Build images in parallel. [Pipeline] } 13:39:20 $ docker stop --time=1 2aaf7a7c022af7fa0fd3af696f0ab7d19b3ebdc083d82426b9d055f8561d858c 13:39:21 Successfully tagged docker-security-bootstrap-redis-go:latest 13:39:21  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 13:39:21 Removing intermediate container 0b054c9f4823 13:39:21 ---> 05662182517b 13:39:21 13:39:22 Successfully built 05662182517b 13:39:22 Successfully tagged docker-security-secretstore-setup-go:latest 13:39:22  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 13:39:22 $ docker rm -f 2aaf7a7c022af7fa0fd3af696f0ab7d19b3ebdc083d82426b9d055f8561d858c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:39:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:39:23 . [Pipeline] withDockerContainer 13:39:24 prd-ubuntu18.04-docker-arm64-4c-16g-20220 does not seem to be running inside a container 13:39:24 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:39:24 ---> a36b4060cac0 13:39:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:39:25 $ docker top 5a847dbde251c4709ebe142635b7d44c072e768ae9f32ce2610f36c5c3ad88da -eo pid,comm [Pipeline] { [Pipeline] sh 13:39:26 ---> 22dad1838304 13:39:26 Step 19/23 : ENTRYPOINT ["/core-data"] 13:39:26 ---> Running in 9c687dead212 13:39:26 + docker-compose -f ./docker-compose-build.yml build --parallel 13:39:27 Removing intermediate container 9c687dead212 13:39:27 ---> e7b568a66bd3 13:39:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:39:28 ---> Running in 61f6f774d0fe 13:39:29 Removing intermediate container 61f6f774d0fe 13:39:29 ---> 986b2904b72b 13:39:29 Step 21/23 : LABEL arch=x86_64 13:39:30 ---> Running in 993adcfebbb7 13:39:30 Removing intermediate container 993adcfebbb7 13:39:30 ---> 5f8d37ea3e6e 13:39:30 Step 22/23 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:39:30 Building docker-core-command-go ... 13:39:30 Building docker-core-data-go ... 13:39:30 Building docker-core-metadata-go ... 13:39:30 Building docker-security-bootstrap-redis-go ... 13:39:30 Building docker-security-proxy-setup-go ... 13:39:30 Building docker-security-secretstore-setup-go ... 13:39:30 Building docker-support-notifications-go ... 13:39:30 Building docker-support-scheduler-go ... 13:39:30 Building docker-sys-mgmt-agent-go ... 13:39:30 Building docker-support-scheduler-go 13:39:30 Building docker-support-notifications-go 13:39:30 Building docker-security-bootstrap-redis-go 13:39:30 Building docker-security-proxy-setup-go 13:39:30 Building docker-core-data-go 13:39:31 ---> Running in 6d2bece5e929 13:39:32 Removing intermediate container 6d2bece5e929 13:39:32 ---> b2bc865a85c5 13:39:32 Step 23/23 : LABEL version=0.0.0 13:39:33 ---> Running in 6205c040dc11 13:39:33 Removing intermediate container 6205c040dc11 13:39:33 ---> 37871f024647 13:39:33 13:39:34 Successfully built 37871f024647 13:39:34 Successfully tagged docker-core-data-go:latest 13:40:15  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:40:15 ---> e776e1280c13 13:40:15 Step 3/21 : WORKDIR /edgex-go 13:40:15 ---> Using cache 13:40:15 ---> 5e0253bebf73 13:40:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:15 ---> Using cache 13:40:15 ---> 877f2420f576 13:40:15 Step 5/21 : RUN apk add --update --no-cache make git 13:40:15 ---> Using cache 13:40:15 ---> f2e58c2fc316 13:40:15 Step 6/21 : COPY go.mod . 13:40:15 ---> Using cache 13:40:15 ---> ae262ba3d764 13:40:15 Step 7/21 : RUN go mod download 13:40:15 ---> Using cache 13:40:15 ---> c0208da4b5a4 13:40:15 Step 8/21 : COPY . . 13:40:15 ---> Using cache 13:40:15 ---> 31655618611a 13:40:15 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 13:40:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:40:15 ---> e776e1280c13 13:40:15 Step 3/26 : WORKDIR /edgex-go 13:40:15 ---> Using cache 13:40:15 ---> 5e0253bebf73 13:40:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:15 ---> Using cache 13:40:15 ---> 877f2420f576 13:40:15 Step 5/26 : RUN apk add --update --no-cache make bash git 13:40:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:40:15 ---> e776e1280c13 13:40:15 Step 3/24 : WORKDIR /edgex-go 13:40:15 ---> Using cache 13:40:15 ---> 5e0253bebf73 13:40:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:15 ---> Using cache 13:40:15 ---> 877f2420f576 13:40:15 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 13:40:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:40:15 ---> e776e1280c13 13:40:15 Step 3/22 : WORKDIR /edgex-go 13:40:15 ---> Using cache 13:40:15 ---> 5e0253bebf73 13:40:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:15 ---> Using cache 13:40:15 ---> 877f2420f576 13:40:15 Step 5/22 : RUN apk add --update --no-cache make git 13:40:15 ---> Using cache 13:40:15 ---> f2e58c2fc316 13:40:15 Step 6/22 : COPY go.mod . 13:40:15 ---> Using cache 13:40:15 ---> ae262ba3d764 13:40:15 Step 7/22 : RUN go mod download 13:40:15 ---> Using cache 13:40:15 ---> c0208da4b5a4 13:40:15 Step 8/22 : COPY . . 13:40:15 ---> Using cache 13:40:15 ---> 31655618611a 13:40:15 Step 9/22 : RUN make cmd/core-command/core-command 13:40:15 ---> Running in 287aefdc11bb 13:40:15 ---> Running in 283ff7f1cf7e 13:40:15 ---> Running in 3160360e14ad 13:40:15 ---> Running in dca398dec0e7 13:40:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:40:15 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 13:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:40:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:40:16 OK: 233 MiB in 51 packages 13:40:16 OK: 233 MiB in 51 packages 13:40:18 Removing intermediate container dca398dec0e7 13:40:18 ---> 6e1edf22ae28 13:40:18 Step 6/24 : COPY go.mod . 13:40:19 Removing intermediate container 3160360e14ad 13:40:19 ---> 865b8306f53a 13:40:19 Step 6/26 : COPY go.mod . 13:40:20 ---> 12fd2891134d 13:40:20 Step 7/26 : RUN go mod download 13:40:20 ---> b536e0b1b429 13:40:20 Step 7/24 : RUN go mod download 13:40:20 ---> Running in 2d9bd4e3621b 13:40:20 ---> Running in 7507ab944261 13:40:25 Removing intermediate container 7507ab944261 13:40:25 ---> fbacb8d1b0be 13:40:25 Step 8/24 : COPY . . 13:40:25 Removing intermediate container 2d9bd4e3621b 13:40:25 ---> 92cdcc29370a 13:40:25 Step 8/26 : COPY . . 13:40:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:40:38 ---> ee7c6b119ae3 13:40:38 Step 3/21 : WORKDIR /edgex-go 13:40:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:40:38 ---> ee7c6b119ae3 13:40:38 Step 3/23 : WORKDIR /edgex-go 13:40:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:40:38 ---> ee7c6b119ae3 13:40:38 Step 3/24 : WORKDIR /edgex-go 13:40:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:40:38 ---> ee7c6b119ae3 13:40:38 Step 3/22 : WORKDIR /edgex-go 13:40:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:40:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:40:38 ---> ee7c6b119ae3 13:40:38 Step 3/21 : WORKDIR /edgex-go 13:40:38 ---> Running in c960bf9b294b 13:40:38 ---> Running in c7d47d03cfd3 13:40:38 ---> Running in 18ee762c07f1 13:40:38 ---> Running in bd3a363615d0 13:40:38 ---> Running in 89847c7a2fcc 13:40:39 Removing intermediate container c960bf9b294b 13:40:39 ---> 20e0127303dc 13:40:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:39 Removing intermediate container bd3a363615d0 13:40:39 ---> b313c2aacce7 13:40:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:39 Removing intermediate container 18ee762c07f1 13:40:39 ---> ce7747ef1da6 13:40:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:39 Removing intermediate container c7d47d03cfd3 13:40:39 ---> 041af5741ff3 13:40:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:39 Removing intermediate container 89847c7a2fcc 13:40:39 ---> 28813ce47f56 13:40:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:40:39 ---> Running in ddeaad1b0b90 13:40:40 ---> Running in a8c3022a192e 13:40:40 ---> Running in 9f8b517432a3 13:40:40 ---> Running in 21fbde51914c 13:40:40 ---> Running in 3a361cb58bb2 13:40:43 Removing intermediate container a8c3022a192e 13:40:43 ---> 62506fef8648 13:40:43 Step 5/21 : RUN apk add --update --no-cache make git 13:40:43 ---> Running in cacc042253fd 13:40:44 Removing intermediate container ddeaad1b0b90 13:40:44 ---> 817fbbcf3ad2 13:40:44 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 13:40:44 Removing intermediate container 9f8b517432a3 13:40:44 ---> b49e883aec91 13:40:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:40:44 ---> Running in 7501fc1e51b3 13:40:44 Removing intermediate container 3a361cb58bb2 13:40:44 ---> cc1a6b551375 13:40:44 Step 5/21 : RUN apk add --update --no-cache make git 13:40:44 ---> Running in a735cdfc7f7a 13:40:44 Removing intermediate container 21fbde51914c 13:40:44 ---> 820ed6e93849 13:40:44 Step 5/22 : RUN apk add --update --no-cache make git 13:40:44 ---> Running in c2919a8338dc 13:40:44 ---> Running in d94b2cd84d66 13:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:40:46 OK: 217 MiB in 51 packages 13:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:40:47 OK: 217 MiB in 51 packages 13:40:48 OK: 217 MiB in 51 packages 13:40:48 OK: 217 MiB in 51 packages 13:40:48 OK: 217 MiB in 51 packages 13:40:48 Removing intermediate container cacc042253fd 13:40:48 ---> 70795e1f5a89 13:40:48 Step 6/21 : COPY go.mod . 13:40:49 Removing intermediate container 7501fc1e51b3 13:40:49 ---> 50c9d4871806 13:40:49 Step 6/24 : COPY go.mod . 13:40:49 ---> 840796ab1ba6 13:40:49 Step 7/21 : RUN go mod download 13:40:49 ---> Running in 249ed5507b1b 13:40:50 Removing intermediate container c2919a8338dc 13:40:50 ---> bec188eb8988 13:40:50 Step 6/21 : COPY go.mod . 13:40:50 Removing intermediate container d94b2cd84d66 13:40:50 ---> 03e67cc2884f 13:40:50 Step 6/22 : COPY go.mod . 13:40:50 Removing intermediate container a735cdfc7f7a 13:40:50 ---> 3a9ac5248ebd 13:40:50 Step 6/23 : COPY go.mod . 13:40:50 ---> ebc311fabe06 13:40:50 Step 7/24 : RUN go mod download 13:40:50 ---> Running in e72dd075b939 13:40:51 ---> b77c803fc3a3 13:40:51 Step 7/21 : RUN go mod download 13:40:51 ---> 4a9686564177 13:40:51 Step 7/22 : RUN go mod download 13:40:51 ---> Running in a4e146680254 13:40:51 ---> a28042e0098e 13:40:51 Step 7/23 : RUN go mod download 13:40:52 ---> Running in 1f19f8f2071c 13:40:52 ---> Running in 375f76bfdc7c 13:40:54 Removing intermediate container 249ed5507b1b 13:40:54 ---> 3c9485ebd6a8 13:40:54 Step 8/21 : COPY . . 13:40:55 Removing intermediate container e72dd075b939 13:40:55 ---> 19493a4cf323 13:40:55 Step 8/24 : COPY . . 13:40:56 Removing intermediate container a4e146680254 13:40:56 ---> e4f73ca14a80 13:40:56 Step 8/21 : COPY . . 13:40:57 Removing intermediate container 283ff7f1cf7e 13:40:57 ---> f72e3c108957 13:40:57 13:40:57 Step 10/21 : FROM scratch 13:40:57 ---> 13:40:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:40:57 Removing intermediate container 287aefdc11bb 13:40:57 ---> 231b665c3106 13:40:57 13:40:57 Step 10/22 : FROM scratch 13:40:57 ---> 13:40:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:40:57 ---> Using cache 13:40:57 ---> b28020ee44dd 13:40:57 Step 12/21 : ENV APP_PORT=48085 13:40:57 ---> Using cache 13:40:57 ---> b28020ee44dd 13:40:57 Step 12/22 : ENV APP_PORT=48082 13:40:57 ---> Running in 682fada9a4a8 13:40:57 ---> Running in 010be41a76b7 13:40:58 Removing intermediate container 1f19f8f2071c 13:40:58 ---> 0fbb73b12aec 13:40:58 Step 8/22 : COPY . . 13:40:58 Removing intermediate container 375f76bfdc7c 13:40:58 ---> edac137a906a 13:40:58 Step 8/23 : COPY . . 13:40:59 Removing intermediate container 010be41a76b7 13:40:59 ---> 055bd65216d7 13:40:59 Step 13/22 : EXPOSE $APP_PORT 13:40:59 Removing intermediate container 682fada9a4a8 13:40:59 ---> c9b1278fdc6e 13:40:59 Step 13/21 : EXPOSE $APP_PORT 13:41:00 ---> Running in 9f99077a110c 13:41:00 ---> Running in 82f4960259cd 13:41:01 Removing intermediate container 9f99077a110c 13:41:01 ---> 672b7d3d42fb 13:41:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 13:41:01 Removing intermediate container 82f4960259cd 13:41:01 ---> be2648c26bee 13:41:01 Step 14/22 : WORKDIR / 13:41:02 ---> Running in 57a295250c83 13:41:03 ---> 9852ffec6e24 13:41:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:41:03 Removing intermediate container 57a295250c83 13:41:03 ---> 8c329e40edd1 13:41:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:41:04 ---> 9209251c2200 13:41:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:41:06 ---> 33e1cf519d29 13:41:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:41:06 ---> 508bca65d9db 13:41:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:41:06 ---> b2b0c35b84c8 13:41:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 13:41:06 ---> 39c2d8d408ab 13:41:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:41:07 ---> Running in 032c74e8ae9f 13:41:07 ---> Running in 77f097a357e8 13:41:07 ---> 04554fd2d8d2 13:41:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 13:41:07 ---> 82076559749f 13:41:07 Step 18/22 : ENTRYPOINT ["/core-command"] 13:41:07 ---> Running in db9b652f1bde 13:41:07 ---> Running in dd7f5514cabe 13:41:08 Removing intermediate container db9b652f1bde 13:41:08 ---> 780810988461 13:41:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:41:08 ---> Running in 993149dee168 13:41:08 Removing intermediate container dd7f5514cabe 13:41:08 ---> a80a25d0def7 13:41:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:41:08 ---> Running in 645d8b661b58 13:41:08 Removing intermediate container 993149dee168 13:41:08 ---> 1ffde6adb5fe 13:41:08 Step 19/21 : LABEL arch=x86_64 13:41:08 ---> Running in 244062be3112 13:41:09 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 13:41:09 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 13:41:09 Removing intermediate container 645d8b661b58 13:41:09 ---> 1cceadadc1f3 13:41:09 Step 20/22 : LABEL arch=x86_64 13:41:09 ---> Running in 4128fb1dcdce 13:41:09 Removing intermediate container 244062be3112 13:41:09 ---> 63983b0f7e44 13:41:09 Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:41:09 ---> Running in 4d864d31e6f1 13:41:10 Removing intermediate container 4128fb1dcdce 13:41:10 ---> 013b0180b982 13:41:10 Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:41:10 ---> Running in 096adf24c16e 13:41:10 Removing intermediate container 4d864d31e6f1 13:41:10 ---> 20091d21b4de 13:41:10 Step 21/21 : LABEL version=0.0.0 13:41:10 ---> Running in ee07dc0c09d6 13:41:10 Removing intermediate container 096adf24c16e 13:41:10 ---> dee688f32899 13:41:10 Step 22/22 : LABEL version=0.0.0 13:41:10 ---> Running in 52bb991b483d 13:41:10 Removing intermediate container ee07dc0c09d6 13:41:10 ---> 14cc2234f107 13:41:10 13:41:11 Removing intermediate container 52bb991b483d 13:41:11 ---> 6984f6f392c5 13:41:11 13:41:11 Successfully built 14cc2234f107 13:41:12 Successfully tagged docker-support-scheduler-go:latest 13:41:12  Building docker-support-scheduler-go ... done Successfully built 6984f6f392c5 13:41:12 Successfully tagged docker-core-command-go:latest 13:41:25 ---> 6535aa6a55da 13:41:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:41:25 ---> 020f310f5c8f 13:41:25 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 13:41:25 ---> c4844c12af53 13:41:25 Step 9/23 : RUN make cmd/core-data/core-data 13:41:25 ---> 1191d31a819f 13:41:25 Step 9/24 : RUN make cmd/support-notifications/support-notifications 13:41:25 ---> Running in a852cd305fc8 13:41:25 ---> 17e664e5cbb4 13:41:25 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 13:41:25 ---> Running in 7eb9ff7832f5 13:41:25 ---> Running in 17d0df59e376 13:41:25 ---> Running in 677f309a1ba6 13:41:25 ---> Running in e2f14234836e 13:41:25 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 13:41:25 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 13:41:25 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 13:41:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:41:25 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 13:41:39  Building docker-core-command-go ... done Removing intermediate container 77f097a357e8 13:41:39 ---> 2ae7bba9e052 13:41:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:41:39 Removing intermediate container 032c74e8ae9f 13:41:39 ---> 34e086687545 13:41:39 13:41:39 Step 10/24 : FROM scratch 13:41:39 ---> 13:41:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:41:39 ---> Running in ca1eac1f8767 13:41:39 ---> Running in 0b97cb7cbbd8 13:41:39 Removing intermediate container 0b97cb7cbbd8 13:41:39 ---> 423c58777859 13:41:39 Step 12/24 : ENV APP_PORT=48060 13:41:39 ---> Running in c0237bea627c 13:41:39 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 13:41:39 Removing intermediate container c0237bea627c 13:41:39 ---> 0068d093fb24 13:41:39 Step 13/24 : EXPOSE $APP_PORT 13:41:39 ---> Running in babf4f3b6bf8 13:41:39 Removing intermediate container babf4f3b6bf8 13:41:39 ---> a054c86866a9 13:41:39 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 13:41:39 ---> 4ed88f0efe95 13:41:39 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:41:39 ---> 8bb0742b8f11 13:41:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 13:41:39 Removing intermediate container ca1eac1f8767 13:41:39 ---> 468dec45a4db 13:41:39 13:41:39 Step 11/26 : FROM docker:20.10.0 13:41:39 20.10.0: Pulling from library/docker 13:41:39 ---> 9d9988a97ccb 13:41:39 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 13:41:40 ---> 609d58cac867 13:41:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:41:41 ---> c798cdff1b21 13:41:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:41:42 ---> 057325682f12 13:41:42 Step 20/24 : ENTRYPOINT ["/support-notifications"] 13:41:42 ---> Running in 5073a2cd6539 13:41:42 Removing intermediate container 5073a2cd6539 13:41:42 ---> d2f6568c842e 13:41:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:41:42 ---> Running in 48d811d5d3e6 13:41:43 Removing intermediate container 48d811d5d3e6 13:41:43 ---> ad08211a8eac 13:41:43 Step 22/24 : LABEL arch=x86_64 13:41:44 ---> Running in 8bad744ce282 13:41:44 Removing intermediate container 8bad744ce282 13:41:44 ---> 0386ecf5f3d2 13:41:44 Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:41:44 ---> Running in 3d09ff39e542 13:41:45 Removing intermediate container 3d09ff39e542 13:41:45 ---> 4c42a3a98547 13:41:45 Step 24/24 : LABEL version=0.0.0 13:41:45 ---> Running in 99d278477f0a 13:41:45 Removing intermediate container 99d278477f0a 13:41:45 ---> b800335696b1 13:41:45 13:41:46 Successfully built b800335696b1 13:41:46 Successfully tagged docker-support-notifications-go:latest 13:41:49  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:41:49 Status: Downloaded newer image for docker:20.10.0 13:41:49 ---> aefe523efa57 13:41:49 Step 12/26 : RUN apk add --no-cache bash 13:41:49 ---> Running in 0b7c096a86af 13:41:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:49 (1/2) Installing readline (8.0.4-r0) 13:41:49 (2/2) Installing bash (5.0.17-r0) 13:41:49 Executing bash-5.0.17-r0.post-install 13:41:49 Executing busybox-1.31.1-r19.trigger 13:41:49 OK: 12 MiB in 22 packages 13:41:50 Removing intermediate container 0b7c096a86af 13:41:50 ---> e4d092afec5e 13:41:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:41:50 ---> Running in 2ff58539fdcb 13:41:50 Removing intermediate container 2ff58539fdcb 13:41:50 ---> 0add32d19f79 13:41:50 Step 14/26 : ENV APP_PORT=48090 13:41:51 ---> Running in 5ca9b01c491b 13:41:51 Removing intermediate container 5ca9b01c491b 13:41:51 ---> 0de8a6d9699d 13:41:51 Step 15/26 : EXPOSE $APP_PORT 13:41:51 ---> Running in 5f8d870feb87 13:41:51 Removing intermediate container 5f8d870feb87 13:41:51 ---> 9d30524920c3 13:41:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:41:52 ---> 1305b6c1e9e5 13:41:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:41:52 ---> 0f13be41315e 13:41:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:41:53 ---> ea88da2067f4 13:41:53 Step 19/26 : RUN apk --no-cache add py3-pip 13:41:53 ---> Running in e32aad55308c 13:41:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:54 (1/33) Installing libbz2 (1.0.8-r1) 13:41:54 (2/33) Installing expat (2.2.9-r1) 13:41:54 (3/33) Installing libffi (3.3-r2) 13:41:54 (4/33) Installing gdbm (1.13-r1) 13:41:54 (5/33) Installing xz-libs (5.2.5-r0) 13:41:54 (6/33) Installing sqlite-libs (3.32.1-r0) 13:41:54 (7/33) Installing python3 (3.8.5-r0) 13:41:55 (8/33) Installing py3-appdirs (1.4.4-r1) 13:41:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:41:55 (10/33) Installing py3-parsing (2.4.7-r0) 13:41:56 (11/33) Installing py3-six (1.15.0-r0) 13:41:56 (12/33) Installing py3-packaging (20.4-r0) 13:41:56 (13/33) Installing py3-setuptools (47.0.0-r0) 13:41:56 (14/33) Installing py3-chardet (3.0.4-r4) 13:41:56 (15/33) Installing py3-idna (2.9-r0) 13:41:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:41:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:41:56 (18/33) Installing py3-requests (2.23.0-r0) 13:41:56 (19/33) Installing py3-msgpack (1.0.0-r0) 13:41:56 (20/33) Installing py3-lockfile (0.12.2-r3) 13:41:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:41:56 (22/33) Installing py3-colorama (0.4.3-r0) 13:41:56 (23/33) Installing py3-distlib (0.3.0-r0) 13:41:56 (24/33) Installing py3-distro (1.5.0-r1) 13:41:56 (25/33) Installing py3-webencodings (0.5.1-r3) 13:41:56 (26/33) Installing py3-html5lib (1.0.1-r4) 13:41:56 (27/33) Installing py3-pytoml (0.1.21-r0) 13:41:56 (28/33) Installing py3-pep517 (0.8.2-r0) 13:41:56 (29/33) Installing py3-progress (1.5-r0) 13:41:56 (30/33) Installing py3-toml (0.10.1-r0) 13:41:56 (31/33) Installing py3-retrying (1.3.3-r0) 13:41:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:41:56 (33/33) Installing py3-pip (20.1.1-r0) 13:41:56 Executing busybox-1.31.1-r19.trigger 13:41:56 OK: 71 MiB in 55 packages 13:42:07 Removing intermediate container e32aad55308c 13:42:07 ---> e112571fc0e3 13:42:07 Step 20/26 : RUN pip install docker-compose==1.23.2 13:42:07 ---> Running in 54e124888d2b 13:42:10 Collecting docker-compose==1.23.2 13:42:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:42:10 Collecting texttable<0.10,>=0.9.0 13:42:10 Downloading texttable-0.9.1.tar.gz (11 kB) 13:42:11 Collecting PyYAML<4,>=3.10 13:42:11 Downloading PyYAML-3.13.tar.gz (270 kB) 13:42:12 Collecting websocket-client<1.0,>=0.32.0 13:42:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:42:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:42:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:42:12 Collecting cached-property<2,>=1.2.0 13:42:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:42:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:42:12 Collecting dockerpty<0.5,>=0.4.1 13:42:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:42:13 Collecting docker<4.0,>=3.6.0 13:42:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:42:14 Collecting docopt<0.7,>=0.6.1 13:42:14 Downloading docopt-0.6.2.tar.gz (25 kB) 13:42:15 Collecting jsonschema<3,>=2.5.1 13:42:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:42:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 13:42:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 13:42:15 Collecting idna<2.8,>=2.5 13:42:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:42:15 Collecting urllib3<1.25,>=1.21.1 13:42:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:42:15 Collecting docker-pycreds>=0.4.0 13:42:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:42:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:42:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:42:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:42:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:42:16 Installing collected packages: texttable, PyYAML, websocket-client, idna, urllib3, requests, cached-property, dockerpty, docker-pycreds, docker, docopt, jsonschema, docker-compose 13:42:16 Running setup.py install for texttable: started 13:42:17 Running setup.py install for texttable: finished with status 'done' 13:42:17 Running setup.py install for PyYAML: started 13:42:17 Running setup.py install for PyYAML: finished with status 'done' 13:42:18 Attempting uninstall: idna 13:42:18 Found existing installation: idna 2.9 13:42:18 Uninstalling idna-2.9: 13:42:18 Successfully uninstalled idna-2.9 13:42:18 Attempting uninstall: urllib3 13:42:18 Found existing installation: urllib3 1.25.9 13:42:18 Uninstalling urllib3-1.25.9: 13:42:18 Successfully uninstalled urllib3-1.25.9 13:42:18 Attempting uninstall: requests 13:42:18 Found existing installation: requests 2.23.0 13:42:18 Uninstalling requests-2.23.0: 13:42:18 Successfully uninstalled requests-2.23.0 13:42:18 Running setup.py install for dockerpty: started 13:42:19 Running setup.py install for dockerpty: finished with status 'done' 13:42:19 Running setup.py install for docopt: started 13:42:20 Running setup.py install for docopt: finished with status 'done' 13:42:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 13:42:25 Removing intermediate container 54e124888d2b 13:42:25 ---> 823b158ab8bb 13:42:25 Step 21/26 : RUN apk --no-cache add curl 13:42:25 ---> Running in 4db8924b793f 13:42:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:42:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:42:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:42:25 (2/3) Installing libcurl (7.69.1-r3) 13:42:25 (3/3) Installing curl (7.69.1-r3) 13:42:25 Executing busybox-1.31.1-r19.trigger 13:42:25 OK: 72 MiB in 58 packages 13:42:26 Removing intermediate container 4db8924b793f 13:42:26 ---> 26decea0352e 13:42:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:42:26 ---> Running in 93f4d48e77c8 13:42:26 Removing intermediate container 93f4d48e77c8 13:42:26 ---> 7d80b186f560 13:42:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:42:26 ---> Running in eb8f5f77195f 13:42:27 Removing intermediate container eb8f5f77195f 13:42:27 ---> 24d35143cb34 13:42:27 Step 24/26 : LABEL arch=x86_64 13:42:27 ---> Running in afb67681a903 13:42:27 Removing intermediate container afb67681a903 13:42:27 ---> ecb21f2ce058 13:42:27 Step 25/26 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:42:27 ---> Running in de275b2938ef 13:42:28 Removing intermediate container de275b2938ef 13:42:28 ---> 15bd11618fff 13:42:28 Step 26/26 : LABEL version=0.0.0 13:42:28 ---> Running in 2fcae0f52759 13:42:28 Removing intermediate container 2fcae0f52759 13:42:28 ---> 948551b627be 13:42:28 13:42:28 Successfully built 948551b627be 13:42:28 Successfully tagged docker-sys-mgmt-agent-go:latest 13:42:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:42:29 $ docker stop --time=1 c0589b365636243ac6d5b36ed5657d71d583e8cd9304301fb1b7b2513019ae7b 13:42:31 $ docker rm -f c0589b365636243ac6d5b36ed5657d71d583e8cd9304301fb1b7b2513019ae7b [Pipeline] // withDockerContainer [Pipeline] sh 13:42:32 + docker images 13:42:32 + grep docker 13:42:32 docker-sys-mgmt-agent-go latest 948551b627be 4 seconds ago 313MB 13:42:32 docker-support-notifications-go latest b800335696b1 47 seconds ago 12MB 13:42:32 docker-core-command-go latest 6984f6f392c5 About a minute ago 10.6MB 13:42:32 docker-support-scheduler-go latest 14cc2234f107 About a minute ago 10.7MB 13:42:32 docker-core-data-go latest 37871f024647 2 minutes ago 22.3MB 13:42:32 docker-security-secretstore-setup-go latest 05662182517b 3 minutes ago 24.6MB 13:42:32 docker-security-bootstrap-redis-go latest 26f2a35cb61a 3 minutes ago 15.8MB 13:42:32 docker-security-proxy-setup-go latest 97e56bae6d3c 3 minutes ago 24.5MB 13:42:32 docker-core-metadata-go latest b5f99588081d 3 minutes ago 13.1MB 13:42:32 docker 20.10.0 aefe523efa57 4 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 13:42:47 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 13:42:48 Still waiting to schedule task 13:42:48 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 13:42:57 Removing intermediate container 7eb9ff7832f5 13:42:57 ---> eb73be60f244 13:42:57 13:42:57 Step 10/22 : FROM alpine:3.12 13:42:57 3.12: Pulling from library/alpine 13:42:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 13:42:58 Status: Downloaded newer image for alpine:3.12 13:42:58 ---> afeebe901d6b 13:42:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:42:59 ---> Running in db7b18be3c6e 13:43:00 Removing intermediate container a852cd305fc8 13:43:00 ---> 27617d7db945 13:43:00 13:43:00 Step 10/21 : FROM alpine:3.12 13:43:00 ---> afeebe901d6b 13:43:00 Step 11/21 : RUN apk add --update --no-cache curl 13:43:01 ---> Running in af2038a83c07 13:43:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:43:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:43:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:43:04 (1/5) Installing ca-certificates (20191127-r4) 13:43:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:43:04 (3/5) Installing libcurl (7.69.1-r3) 13:43:04 (4/5) Installing curl (7.69.1-r3) 13:43:04 (5/5) Installing dumb-init (1.2.2-r1) 13:43:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:43:04 Executing busybox-1.31.1-r19.trigger 13:43:04 Executing ca-certificates-20191127-r4.trigger 13:43:04 OK: 7 MiB in 19 packages 13:43:05 (1/4) Installing ca-certificates (20191127-r4) 13:43:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:43:05 (3/4) Installing libcurl (7.69.1-r3) 13:43:05 (4/4) Installing curl (7.69.1-r3) 13:43:05 Executing busybox-1.31.1-r19.trigger 13:43:05 Executing ca-certificates-20191127-r4.trigger 13:43:05 OK: 7 MiB in 18 packages 13:43:07 Removing intermediate container 17d0df59e376 13:43:07 ---> cf5bdae7a64a 13:43:07 13:43:07 Step 10/24 : FROM scratch 13:43:07 ---> 13:43:07 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:43:07 ---> Running in 9ba5e25a4f4d 13:43:08 Removing intermediate container e2f14234836e 13:43:08 ---> c29c03749b82 13:43:08 13:43:08 Step 10/21 : FROM scratch 13:43:08 ---> 13:43:08 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:43:09 ---> Running in cccd2dda4d8b 13:43:09 Removing intermediate container 9ba5e25a4f4d 13:43:09 ---> 0c8d89dddaff 13:43:09 Step 12/24 : ENV APP_PORT=48060 13:43:09 ---> Running in d8f96c365303 13:43:09 Removing intermediate container af2038a83c07 13:43:09 ---> 85260a8abf17 13:43:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:43:09 Removing intermediate container db7b18be3c6e 13:43:09 ---> 29326be910ce 13:43:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 13:43:09 ---> Running in 24bffd1fd573 13:43:09 ---> Running in 41c88cdd9123 13:43:09 Removing intermediate container cccd2dda4d8b 13:43:09 ---> 4f6299cb2c89 13:43:09 Step 12/21 : ENV APP_PORT=48085 13:43:10 Removing intermediate container d8f96c365303 13:43:10 ---> 2afab2da248c 13:43:10 Step 13/24 : EXPOSE $APP_PORT 13:43:10 ---> Running in bcead38101ee 13:43:10 ---> Running in a01bea4f0171 13:43:10 Removing intermediate container 24bffd1fd573 13:43:10 ---> 2e0125cb26b8 13:43:10 Step 13/21 : WORKDIR /edgex 13:43:10 Removing intermediate container 41c88cdd9123 13:43:10 ---> b62edd6f55ad 13:43:10 Step 13/22 : WORKDIR / 13:43:10 ---> Running in 39b63b4f1eaf 13:43:10 Removing intermediate container a01bea4f0171 13:43:10 ---> 4bc30c1a5308 13:43:10 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 13:43:10 Removing intermediate container bcead38101ee 13:43:10 ---> 5cb3a98d29be 13:43:10 Step 13/21 : EXPOSE $APP_PORT 13:43:10 ---> Running in 3ef785f60601 13:43:10 ---> Running in 8bbc84fc3610 13:43:11 Removing intermediate container 39b63b4f1eaf 13:43:11 ---> 394ab5bbaec0 13:43:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:43:11 Removing intermediate container 8bbc84fc3610 13:43:11 Removing intermediate container 3ef785f60601 13:43:11 ---> 78faf55e0b45 13:43:11 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:43:11 ---> fcee725ee247 13:43:11 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 13:43:12 ---> 3dc3c7ff8759 13:43:12 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:43:12 ---> c85d3d9baeb7 13:43:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:43:12 ---> 72375f18af85 13:43:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:43:13 ---> 03b1522d09ae 13:43:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 13:43:14 ---> 84f3650cf327 13:43:14 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 13:43:15 ---> 6f337e06f8ee 13:43:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:43:16 ---> 51625203abb0 13:43:16 ---> 7427ebad5b59 13:43:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:43:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 13:43:16 ---> 52f504ac6c88 13:43:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 13:43:17 ---> b915982af60d 13:43:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 13:43:17 ---> 503ec5d0c010 13:43:17 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 13:43:17 ---> e811cc03fbda 13:43:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:43:17 ---> Running in 4dbbc49fbc6c 13:43:17 ---> Running in e3d1c34b84c7 13:43:17 ---> 68cf92cfb720 13:43:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:43:18 ---> e851005aabc6 13:43:18 Step 18/22 : RUN chmod +x entrypoint.sh 13:43:18 Removing intermediate container 4dbbc49fbc6c 13:43:18 ---> a8edaf408897 13:43:18 Step 18/21 : CMD ["--init=true"] 13:43:18 Removing intermediate container e3d1c34b84c7 13:43:18 ---> 06bfd2ad70e0 13:43:18 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:43:18 ---> Running in 9a6e6fb33d98 13:43:18 ---> Running in bf6d3396a8df 13:43:18 ---> Running in a911ff8f60b4 13:43:19 ---> e3e48242d468 13:43:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:43:19 Removing intermediate container 9a6e6fb33d98 13:43:19 ---> 09d81f717c9b 13:43:19 Step 19/21 : LABEL arch=arm64 13:43:19 Removing intermediate container a911ff8f60b4 13:43:19 ---> 8571b8581ae2 13:43:19 Step 19/21 : LABEL arch=arm64 13:43:19 ---> Running in e275142f38ea 13:43:20 ---> Running in 73b428c0d010 13:43:20 ---> f6e49fc8c5af 13:43:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 13:43:20 ---> Running in cd4a2b8704eb 13:43:20 Removing intermediate container e275142f38ea 13:43:20 ---> eddc30aca290 13:43:20 Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:43:20 Removing intermediate container 73b428c0d010 13:43:20 ---> 0e8e363fc0f9 13:43:20 Step 20/21 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:43:21 ---> Running in 5a5e62bde239 13:43:21 ---> Running in 25c8ae8f7161 13:43:21 Removing intermediate container cd4a2b8704eb 13:43:21 ---> 62f0d0fcf450 13:43:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:43:22 ---> Running in 2fd5eb450464 13:43:22 Removing intermediate container 5a5e62bde239 13:43:22 ---> 5ae1da8b8106 13:43:22 Step 21/21 : LABEL version=0.0.0 13:43:22 Removing intermediate container 25c8ae8f7161 13:43:22 ---> f899131dfe66 13:43:22 Step 21/21 : LABEL version=0.0.0 13:43:22 Removing intermediate container bf6d3396a8df 13:43:22 ---> c1420b5739e0 13:43:22 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 13:43:22 ---> Running in 230c8e0a7ca6 13:43:22 ---> Running in 8c483d349bbc 13:43:22 ---> Running in 6bc4ea367ea6 13:43:22 Removing intermediate container 2fd5eb450464 13:43:22 ---> f0bd730ef915 13:43:22 Step 22/24 : LABEL arch=arm64 13:43:23 Removing intermediate container 677f309a1ba6 13:43:23 ---> 9b36941c595d 13:43:23 13:43:23 Step 10/23 : FROM alpine:3.12 13:43:23 ---> afeebe901d6b 13:43:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:43:23 ---> Running in cdcbaf0b4bf7 13:43:23 ---> Running in 063f96d79efd 13:43:23 Removing intermediate container 230c8e0a7ca6 13:43:23 ---> 8f780bc9ba51 13:43:23 13:43:23 Removing intermediate container 6bc4ea367ea6 13:43:23 ---> 00622f11fda5 13:43:23 13:43:23 Removing intermediate container 8c483d349bbc 13:43:23 ---> c5d5f747fdb8 13:43:23 Step 20/22 : LABEL arch=arm64 13:43:23 Successfully built 8f780bc9ba51 13:43:23 Successfully built 00622f11fda5 13:43:23 ---> Running in 16ac34802d90 13:43:23 Successfully tagged docker-support-scheduler-go-arm64:latest 13:43:23 Removing intermediate container cdcbaf0b4bf7 13:43:23 Building docker-security-secretstore-setup-go 13:43:23  Building docker-support-scheduler-go ... done  ---> 1517ca86f7ed 13:43:23 Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:43:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:43:23  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 13:43:24 Removing intermediate container 063f96d79efd 13:43:24 ---> f29d8fac2b81 13:43:24 Step 12/23 : ENV APP_PORT=48080 13:43:24 ---> Running in ad2ceb5fb68f 13:43:24 ---> Running in b4d3ec11ea4a 13:43:24 Removing intermediate container 16ac34802d90 13:43:24 ---> 5028e13cfec6 13:43:24 Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:43:24 ---> Running in 2c3121aec26f 13:43:24 Removing intermediate container ad2ceb5fb68f 13:43:24 ---> 39eee4f93240 13:43:24 Step 24/24 : LABEL version=0.0.0 13:43:25 Removing intermediate container b4d3ec11ea4a 13:43:25 ---> c064d0ace2ac 13:43:25 Step 13/23 : EXPOSE $APP_PORT 13:43:25 ---> Running in c88c5aefe92f 13:43:25 ---> Running in 1860610c849a 13:43:25 Removing intermediate container 2c3121aec26f 13:43:25 ---> b25a35f67841 13:43:25 Step 22/22 : LABEL version=0.0.0 13:43:25 ---> Running in 1b32f33868a2 13:43:25 Removing intermediate container c88c5aefe92f 13:43:25 ---> 347e879e5a54 13:43:25 13:43:25 Removing intermediate container 1860610c849a 13:43:25 ---> d3dc5be9ec71 13:43:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:26 Successfully built 347e879e5a54 13:43:26 ---> Running in c0cb52ecf862 13:43:26 Successfully tagged docker-support-notifications-go-arm64:latest 13:43:26 Building docker-core-metadata-go 13:43:26  Building docker-support-notifications-go ... done Removing intermediate container 1b32f33868a2 13:43:26 ---> 35bf3d062db8 13:43:26 13:43:26 Successfully built 35bf3d062db8 13:43:26 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 13:43:26  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 13:43:28 Removing intermediate container c0cb52ecf862 13:43:28 ---> 576b25f951d7 13:43:28 Step 15/23 : RUN apk add --update --no-cache zeromq 13:43:28 ---> Running in bd3d54b8789c 13:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:43:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:43:31 (1/5) Installing libgcc (9.3.0-r2) 13:43:31 (2/5) Installing libsodium (1.0.18-r0) 13:43:31 (3/5) Installing libstdc++ (9.3.0-r2) 13:43:31 (4/5) Installing libzmq (4.3.3-r0) 13:43:31 (5/5) Installing zeromq (4.3.3-r0) 13:43:31 Executing busybox-1.31.1-r19.trigger 13:43:31 OK: 8 MiB in 19 packages 13:43:37 Removing intermediate container bd3d54b8789c 13:43:37 ---> f67cb36ad2f4 13:43:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:43:37 ---> 0bcbb12abe28 13:43:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:43:40 Running on prd-ubuntu18.04-docker-8c-8g-20224 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { 13:43:40 ---> 6f875529b73a 13:43:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] ws 13:43:40 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 13:43:42 ---> cdf817ed8361 13:43:42 Step 19/23 : ENTRYPOINT ["/core-data"] 13:43:42 using credential edgex-jenkins-ssh 13:43:42 ---> Running in 03b8f9ecd603 13:43:42 Cloning the remote Git repository 13:43:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:43:42 > git init /w/workspace/edgex-go/21 # timeout=10 13:43:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:43:42 > git --version # timeout=10 13:43:42 > git --version # 'git version 2.17.1' 13:43:42 using GIT_SSH to set credentials SSH Credentials for GitHub 13:43:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:43:43 Removing intermediate container 03b8f9ecd603 13:43:43 ---> ba81c5cfec92 13:43:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:43:43 ---> Running in 2234cbf91523 13:43:43 Removing intermediate container 2234cbf91523 13:43:43 ---> 44bb11e1aa5d 13:43:43 Step 21/23 : LABEL arch=arm64 13:43:44 ---> Running in 9f42d8441e24 13:43:44 Removing intermediate container 9f42d8441e24 13:43:44 ---> dcd5b04ce660 13:43:44 Step 22/23 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:43:44 ---> Running in 301aeff03e98 13:43:45 Removing intermediate container 301aeff03e98 13:43:45 ---> 5efea00cf68a 13:43:45 Step 23/23 : LABEL version=0.0.0 13:43:45 ---> Running in e89efaf5bc91 13:43:46 Removing intermediate container e89efaf5bc91 13:43:46 ---> 829c304687a8 13:43:46 13:43:46 Successfully built 829c304687a8 13:43:46 Successfully tagged docker-core-data-go-arm64:latest 13:43:50 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 854e5a44da6d710a24ec1b887fc7d30ee1500c3c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 13:43:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:43:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:43:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:43:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:43:49 using GIT_SSH to set credentials SSH Credentials for GitHub 13:43:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:43:50 > git config core.sparsecheckout # timeout=10 13:43:50 > git checkout -f 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:43:50 Failed in branch amd64 13:44:18  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:44:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:44:18 ---> ee7c6b119ae3 13:44:18 Step 3/24 : WORKDIR /edgex-go 13:44:18 ---> Using cache 13:44:18 ---> 041af5741ff3 13:44:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:18 ---> Using cache 13:44:18 ---> cc1a6b551375 13:44:18 Step 5/24 : RUN apk add --update --no-cache make git 13:44:18 ---> Using cache 13:44:18 ---> bec188eb8988 13:44:18 Step 6/24 : COPY go.mod . 13:44:18 ---> Using cache 13:44:18 ---> b77c803fc3a3 13:44:18 Step 7/24 : RUN go mod download 13:44:18 ---> Using cache 13:44:18 ---> e4f73ca14a80 13:44:18 Step 8/24 : COPY . . 13:44:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:44:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:44:18 ---> ee7c6b119ae3 13:44:18 Step 3/26 : WORKDIR /edgex-go 13:44:18 ---> Using cache 13:44:18 ---> 041af5741ff3 13:44:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:18 ---> Using cache 13:44:18 ---> cc1a6b551375 13:44:18 Step 5/26 : RUN apk add --update --no-cache make bash git 13:44:19 ---> Using cache 13:44:19 ---> 17e664e5cbb4 13:44:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:44:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:44:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:44:19 ---> ee7c6b119ae3 13:44:19 Step 3/22 : WORKDIR /edgex-go 13:44:19 ---> Using cache 13:44:19 ---> 041af5741ff3 13:44:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:19 ---> Using cache 13:44:19 ---> cc1a6b551375 13:44:19 Step 5/22 : RUN apk add --update --no-cache make git 13:44:19 ---> Using cache 13:44:19 ---> bec188eb8988 13:44:19 Step 6/22 : COPY go.mod . 13:44:19 ---> Using cache 13:44:19 ---> b77c803fc3a3 13:44:19 Step 7/22 : RUN go mod download 13:44:19 ---> Using cache 13:44:19 ---> e4f73ca14a80 13:44:19 Step 8/22 : COPY . . 13:44:19 ---> Using cache 13:44:19 ---> 17e664e5cbb4 13:44:19 Step 9/22 : RUN make cmd/core-metadata/core-metadata 13:44:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:44:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:44:19 ---> ee7c6b119ae3 13:44:19 Step 3/22 : WORKDIR /edgex-go 13:44:19 ---> Using cache 13:44:19 ---> 041af5741ff3 13:44:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:44:19 ---> Using cache 13:44:19 ---> cc1a6b551375 13:44:19 Step 5/22 : RUN apk add --update --no-cache make git 13:44:19 ---> Using cache 13:44:19 ---> bec188eb8988 13:44:19 Step 6/22 : COPY go.mod . 13:44:19 ---> Using cache 13:44:19 ---> b77c803fc3a3 13:44:19 Step 7/22 : RUN go mod download 13:44:19 ---> Using cache 13:44:19 ---> e4f73ca14a80 13:44:19 Step 8/22 : COPY . . 13:44:19 ---> Using cache 13:44:19 ---> 17e664e5cbb4 13:44:19 Step 9/22 : RUN make cmd/core-command/core-command 13:44:25 ---> Running in 86d016ff9d3b 13:44:25 ---> Running in 3aa0cc2a3105 13:44:25 ---> Running in b832d785f160 13:44:25 ---> Running in cf95f7101b8a 13:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:44:26 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 13:44:26 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 13:44:26 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 13:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:44:27 OK: 217 MiB in 51 packages 13:44:29 Removing intermediate container 86d016ff9d3b 13:44:29 ---> 9aa853b74b1f 13:44:29 Step 6/26 : COPY go.mod . 13:44:30 ---> 207d61748259 13:44:30 Step 7/26 : RUN go mod download 13:44:30 ---> Running in a4ad89821de0 13:44:35 Removing intermediate container a4ad89821de0 13:44:35 ---> 33e9d0d31af6 13:44:35 Step 8/26 : COPY . . 13:44:53 ---> 85c1d5d13d47 13:44:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:44:53 ---> Running in aed84ae90f2d 13:44:54 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 13:45:33 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 13:45:46 Removing intermediate container cf95f7101b8a 13:45:46 ---> bfcf8092a033 13:45:46 13:45:46 Step 10/24 : FROM alpine:3.12 13:45:46 ---> afeebe901d6b 13:45:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:45:46 ---> Using cache 13:45:46 ---> 29326be910ce 13:45:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:45:46 ---> Running in b790a1389a61 13:45:47 Removing intermediate container b790a1389a61 13:45:47 ---> d8b5b8c353dc 13:45:47 Step 13/24 : WORKDIR / 13:45:47 ---> Running in f1bc957b458f 13:45:49 Removing intermediate container f1bc957b458f 13:45:49 ---> 34e3d929020f 13:45:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:45:51 ---> 00d33ab73060 13:45:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:45:51 Removing intermediate container b832d785f160 13:45:51 ---> e126e847cc3b 13:45:51 13:45:51 Step 10/22 : FROM scratch 13:45:51 ---> 13:45:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:45:51 ---> Using cache 13:45:51 ---> 4f6299cb2c89 13:45:51 Step 12/22 : ENV APP_PORT=48082 13:45:51 ---> Running in e9987cf4a1ec 13:45:52 Removing intermediate container e9987cf4a1ec 13:45:52 ---> ba6c864bd215 13:45:52 Step 13/22 : EXPOSE $APP_PORT 13:45:52 ---> Running in 08e0996da1b0 13:45:52 ---> aa8e1416dcaa 13:45:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:45:53 Removing intermediate container 08e0996da1b0 13:45:53 ---> a172b494d4a7 13:45:53 Step 14/22 : WORKDIR / 13:45:53 ---> Running in 07e681d438a3 13:45:54 ---> e973c5978b51 13:45:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:45:54 Removing intermediate container 07e681d438a3 13:45:54 ---> be756b20d92d 13:45:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:45:56 ---> dff7f15fa8e0 13:45:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:45:56 ---> d7fd1783a1b5 13:45:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:45:59 ---> 2fc0d2d517cb 13:45:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:45:59 ---> 86d5491845f1 13:45:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:45:59 ---> 10a071dad537 13:45:59 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/ 13:45:59 ---> f6062891fef4 13:45:59 Step 18/22 : ENTRYPOINT ["/core-command"] 13:45:59 ---> Running in 0b29fa8f0ffc 13:45:59 ---> Running in 02cd964d00ec 13:46:00 Removing intermediate container 02cd964d00ec 13:46:00 ---> 2ce6a056806b 13:46:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:46:01 ---> Running in cfc37e6a3145 13:46:02 Removing intermediate container cfc37e6a3145 13:46:02 ---> 4daa07dc91fe 13:46:02 Step 20/22 : LABEL arch=arm64 13:46:02 ---> Running in 17c654271ac5 13:46:04 Removing intermediate container 17c654271ac5 13:46:04 ---> c936bef21474 13:46:04 Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:46:04 Removing intermediate container 0b29fa8f0ffc 13:46:04 ---> 19150b5d4f26 13:46:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:46:04 ---> Running in 9443c06be406 13:46:04 ---> Running in 7d74cc69fd20 13:46:05 Removing intermediate container 3aa0cc2a3105 13:46:05 ---> 2c28a17f08d5 13:46:05 13:46:05 Step 10/22 : FROM scratch 13:46:05 ---> 13:46:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:46:05 ---> Using cache 13:46:05 ---> 4f6299cb2c89 13:46:05 Step 12/22 : ENV APP_PORT=48081 13:46:05 Removing intermediate container 7d74cc69fd20 13:46:05 Removing intermediate container 9443c06be406 13:46:05 ---> 7d9be4abbb2f 13:46:05 Step 22/22 : LABEL version=0.0.0 13:46:05 ---> 7fd68508c2b6 13:46:05 Step 22/24 : LABEL arch=arm64 13:46:06 ---> Running in 825bcc2fce84 13:46:06 ---> Running in 1e6f0d34a23f 13:46:06 ---> Running in e201eba5db59 13:46:06 Removing intermediate container 825bcc2fce84 13:46:06 ---> e02fa244c980 13:46:06 Step 13/22 : EXPOSE $APP_PORT 13:46:06 Removing intermediate container aed84ae90f2d 13:46:06 ---> c1a9dfe75443 13:46:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:46:06 ---> Running in 3c3fd6f73e2c 13:46:07 ---> Running in 650c16b1930f 13:46:07 Removing intermediate container e201eba5db59 13:46:07 ---> b555e7b043d2 13:46:07 Step 23/24 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:46:07 Removing intermediate container 1e6f0d34a23f 13:46:07 ---> 164fcdcf8756 13:46:07 13:46:07 ---> Running in 0501cabc7c5e 13:46:07 Removing intermediate container 3c3fd6f73e2c 13:46:07 ---> 43b724b2028c 13:46:07 Step 14/22 : WORKDIR / 13:46:07 Successfully built 164fcdcf8756 13:46:07 Successfully tagged docker-core-command-go-arm64:latest 13:46:08  Building docker-core-command-go ... done  ---> Running in 8e0a12c45504 13:46:08 Removing intermediate container 0501cabc7c5e 13:46:08 ---> 508e609a94ab 13:46:08 Step 24/24 : LABEL version=0.0.0 13:46:08 ---> Running in e375bea86f31 13:46:08 Removing intermediate container 8e0a12c45504 13:46:08 ---> 13532c60a010 13:46:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:46:08 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 13:46:09 Removing intermediate container e375bea86f31 13:46:09 ---> e819cddac812 13:46:09 13:46:09 Successfully built e819cddac812 13:46:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:46:09  Building docker-security-secretstore-setup-go ... done  ---> 19bc100beab0 13:46:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:46:11 ---> 2adc3cb283d7 13:46:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:46:12 Removing intermediate container 650c16b1930f 13:46:12 ---> 818dd18e1c82 13:46:12 13:46:12 Step 11/26 : FROM docker:20.10.0 13:46:12 20.10.0: Pulling from library/docker 13:46:12 ---> fa575c73f8fc 13:46:12 Step 18/22 : ENTRYPOINT ["/core-metadata"] 13:46:12 ---> Running in d90904342b7a 13:46:13 Removing intermediate container d90904342b7a 13:46:13 ---> 910d251e392d 13:46:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:46:13 ---> Running in 6ef0ab724949 13:46:14 Removing intermediate container 6ef0ab724949 13:46:14 ---> 0634682a367f 13:46:14 Step 20/22 : LABEL arch=arm64 13:46:15 ---> Running in c147f10e00b6 13:46:15 Removing intermediate container c147f10e00b6 13:46:15 ---> 5e7cd04b9f56 13:46:15 Step 21/22 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:46:15 ---> Running in 284c05084f9f 13:46:16 Removing intermediate container 284c05084f9f 13:46:16 ---> 89695fa8cd12 13:46:16 Step 22/22 : LABEL version=0.0.0 13:46:16 ---> Running in e4dd85e11c29 13:46:17 Removing intermediate container e4dd85e11c29 13:46:17 ---> d9274a28b40a 13:46:17 13:46:18 Successfully built d9274a28b40a 13:46:18 Successfully tagged docker-core-metadata-go-arm64:latest 13:46:20  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:46:20 Status: Downloaded newer image for docker:20.10.0 13:46:20 ---> eeaf43b92773 13:46:20 Step 12/26 : RUN apk add --no-cache bash 13:46:21 ---> Running in c75b49962f23 13:46:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:22 (1/2) Installing readline (8.0.4-r0) 13:46:22 (2/2) Installing bash (5.0.17-r0) 13:46:22 Executing bash-5.0.17-r0.post-install 13:46:22 Executing busybox-1.31.1-r19.trigger 13:46:22 OK: 12 MiB in 22 packages 13:46:24 Removing intermediate container c75b49962f23 13:46:24 ---> bcae47ef32bb 13:46:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:46:24 ---> Running in 0e85914645bb 13:46:24 Removing intermediate container 0e85914645bb 13:46:24 ---> 383bf2241213 13:46:24 Step 14/26 : ENV APP_PORT=48090 13:46:24 ---> Running in 65b70a3855b2 13:46:25 Removing intermediate container 65b70a3855b2 13:46:25 ---> ec59c6da9c59 13:46:25 Step 15/26 : EXPOSE $APP_PORT 13:46:25 ---> Running in 0f97057f3430 13:46:26 Removing intermediate container 0f97057f3430 13:46:26 ---> fbfed0ee339f 13:46:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:46:27 ---> 188c1b016fae 13:46:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:46:28 ---> f052dd8b4898 13:46:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:46:28 ---> ace4487acf06 13:46:28 Step 19/26 : RUN apk --no-cache add py3-pip 13:46:28 ---> Running in 69c8f1757565 13:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:46:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:46:31 (1/33) Installing libbz2 (1.0.8-r1) 13:46:31 (2/33) Installing expat (2.2.9-r1) 13:46:31 (3/33) Installing libffi (3.3-r2) 13:46:31 (4/33) Installing gdbm (1.13-r1) 13:46:31 (5/33) Installing xz-libs (5.2.5-r0) 13:46:31 (6/33) Installing sqlite-libs (3.32.1-r0) 13:46:31 (7/33) Installing python3 (3.8.5-r0) 13:46:32 (8/33) Installing py3-appdirs (1.4.4-r1) 13:46:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:46:32 (10/33) Installing py3-parsing (2.4.7-r0) 13:46:32 (11/33) Installing py3-six (1.15.0-r0) 13:46:32 (12/33) Installing py3-packaging (20.4-r0) 13:46:32 (13/33) Installing py3-setuptools (47.0.0-r0) 13:46:32 (14/33) Installing py3-chardet (3.0.4-r4) 13:46:32 (15/33) Installing py3-idna (2.9-r0) 13:46:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:46:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:46:33 (18/33) Installing py3-requests (2.23.0-r0) 13:46:33 (19/33) Installing py3-msgpack (1.0.0-r0) 13:46:33 (20/33) Installing py3-lockfile (0.12.2-r3) 13:46:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:46:33 (22/33) Installing py3-colorama (0.4.3-r0) 13:46:33 (23/33) Installing py3-distlib (0.3.0-r0) 13:46:33 (24/33) Installing py3-distro (1.5.0-r1) 13:46:33 (25/33) Installing py3-webencodings (0.5.1-r3) 13:46:33 (26/33) Installing py3-html5lib (1.0.1-r4) 13:46:33 (27/33) Installing py3-pytoml (0.1.21-r0) 13:46:33 (28/33) Installing py3-pep517 (0.8.2-r0) 13:46:33 (29/33) Installing py3-progress (1.5-r0) 13:46:33 (30/33) Installing py3-toml (0.10.1-r0) 13:46:33 (31/33) Installing py3-retrying (1.3.3-r0) 13:46:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:46:33 (33/33) Installing py3-pip (20.1.1-r0) 13:46:33 Executing busybox-1.31.1-r19.trigger 13:46:33 OK: 71 MiB in 55 packages 13:46:40 Removing intermediate container 69c8f1757565 13:46:40 ---> 8a083f44ea94 13:46:40 Step 20/26 : RUN pip install docker-compose==1.23.2 13:46:40 ---> Running in e9af09afa916 13:46:47 Collecting docker-compose==1.23.2 13:46:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:46:47 Collecting PyYAML<4,>=3.10 13:46:47 Downloading PyYAML-3.13.tar.gz (270 kB) 13:46:52 Collecting dockerpty<0.5,>=0.4.1 13:46:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:46:54 Collecting jsonschema<3,>=2.5.1 13:46:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:46:54 Collecting texttable<0.10,>=0.9.0 13:46:54 Downloading texttable-0.9.1.tar.gz (11 kB) 13:46:57 Collecting cached-property<2,>=1.2.0 13:46:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:46:57 Collecting docopt<0.7,>=0.6.1 13:46:57 Downloading docopt-0.6.2.tar.gz (25 kB) 13:47:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:47:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:47:01 Collecting docker<4.0,>=3.6.0 13:47:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:47:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:47:03 Collecting websocket-client<1.0,>=0.32.0 13:47:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:47:03 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 13:47:03 Collecting idna<2.8,>=2.5 13:47:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:47:04 Collecting urllib3<1.25,>=1.21.1 13:47:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:47:04 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 13:47:04 Collecting docker-pycreds>=0.4.0 13:47:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:47:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:47:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:47:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:47:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:47:06 Installing collected packages: PyYAML, dockerpty, jsonschema, texttable, cached-property, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docker-compose 13:47:06 Running setup.py install for PyYAML: started 13:47:09 Running setup.py install for PyYAML: finished with status 'done' 13:47:09 Running setup.py install for dockerpty: started 13:47:11 Running setup.py install for dockerpty: finished with status 'done' 13:47:11 Running setup.py install for texttable: started 13:47:14 Running setup.py install for texttable: finished with status 'done' 13:47:14 Running setup.py install for docopt: started 13:47:16 Running setup.py install for docopt: finished with status 'done' 13:47:16 Attempting uninstall: idna 13:47:16 Found existing installation: idna 2.9 13:47:16 Uninstalling idna-2.9: 13:47:16 Successfully uninstalled idna-2.9 13:47:16 Attempting uninstall: urllib3 13:47:16 Found existing installation: urllib3 1.25.9 13:47:16 Uninstalling urllib3-1.25.9: 13:47:17 Successfully uninstalled urllib3-1.25.9 13:47:17 Attempting uninstall: requests 13:47:17 Found existing installation: requests 2.23.0 13:47:17 Uninstalling requests-2.23.0: 13:47:18 Successfully uninstalled requests-2.23.0 13:47:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 13:47:24 Removing intermediate container e9af09afa916 13:47:24 ---> 231997e4ef76 13:47:24 Step 21/26 : RUN apk --no-cache add curl 13:47:24 ---> Running in 56e0f2e258a2 13:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:47:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:47:26 (2/3) Installing libcurl (7.69.1-r3) 13:47:26 (3/3) Installing curl (7.69.1-r3) 13:47:26 Executing busybox-1.31.1-r19.trigger 13:47:27 OK: 71 MiB in 58 packages 13:47:28 Removing intermediate container 56e0f2e258a2 13:47:28 ---> 26e1734e0a30 13:47:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:47:28 ---> Running in 2c1e4d0a5201 13:47:28 Removing intermediate container 2c1e4d0a5201 13:47:28 ---> 1e5e4938d7db 13:47:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:47:29 ---> Running in 2068167bd062 13:47:29 Removing intermediate container 2068167bd062 13:47:29 ---> 1af5176f4ab9 13:47:29 Step 24/26 : LABEL arch=arm64 13:47:29 ---> Running in 1f7bf1b80e76 13:47:30 Removing intermediate container 1f7bf1b80e76 13:47:30 ---> 3e7f01139efa 13:47:30 Step 25/26 : LABEL git_sha=854e5a44da6d710a24ec1b887fc7d30ee1500c3c 13:47:30 ---> Running in bf39dfa20410 13:47:31 Removing intermediate container bf39dfa20410 13:47:31 ---> 062583e980a3 13:47:31 Step 26/26 : LABEL version=0.0.0 13:47:31 ---> Running in 8bc64a88fe95 13:47:31 Removing intermediate container 8bc64a88fe95 13:47:31 ---> 4570a10b2d01 13:47:31 13:47:32 Successfully built 4570a10b2d01 13:47:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:47:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:47:32 $ docker stop --time=1 5a847dbde251c4709ebe142635b7d44c072e768ae9f32ce2610f36c5c3ad88da 13:47:34 $ docker rm -f 5a847dbde251c4709ebe142635b7d44c072e768ae9f32ce2610f36c5c3ad88da [Pipeline] // withDockerContainer [Pipeline] sh 13:47:35 + + docker imagesgrep 13:47:35 docker 13:47:35 docker-sys-mgmt-agent-go-arm64 latest 4570a10b2d01 4 seconds ago 300MB 13:47:35 docker-core-metadata-go-arm64 latest d9274a28b40a About a minute ago 12.3MB 13:47:35 docker-security-secretstore-setup-go-arm64 latest e819cddac812 About a minute ago 23.4MB 13:47:35 docker-core-command-go-arm64 latest 164fcdcf8756 About a minute ago 9.98MB 13:47:35 docker-core-data-go-arm64 latest 829c304687a8 3 minutes ago 21MB 13:47:35 docker-support-notifications-go-arm64 latest 347e879e5a54 4 minutes ago 11.4MB 13:47:35 docker-security-bootstrap-redis-go-arm64 latest 35bf3d062db8 4 minutes ago 15.1MB 13:47:35 docker-security-proxy-setup-go-arm64 latest 00622f11fda5 4 minutes ago 23.3MB 13:47:35 docker-support-scheduler-go-arm64 latest 8f780bc9ba51 4 minutes ago 10MB 13:47:35 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 13:47:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:47:40 ---> package-listing.sh 13:47:40 ++ facter osfamily 13:47:40 ++ tr '[:upper:]' '[:lower:]' 13:47:40 + OS_FAMILY=redhat 13:47:40 + workspace=/w/workspace/edgex-go/21 13:47:40 + START_PACKAGES=/tmp/packages_start.txt 13:47:40 + END_PACKAGES=/tmp/packages_end.txt 13:47:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:47:40 + PACKAGES=/tmp/packages_start.txt 13:47:40 + '[' /w/workspace/edgex-go/21 ']' 13:47:40 + PACKAGES=/tmp/packages_end.txt 13:47:40 + case "${OS_FAMILY}" in 13:47:40 + rpm -qa 13:47:40 + sort 13:47:47 + '[' -f /tmp/packages_start.txt ']' 13:47:47 + '[' -f /tmp/packages_end.txt ']' 13:47:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:47:47 + '[' /w/workspace/edgex-go/21 ']' 13:47:47 + mkdir -p /w/workspace/edgex-go/21/archives/ 13:47:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo 13:47:47 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:47:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:47:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:47:49 13:47:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:47:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:47:50 alpine: Pulling from edgex-lftools-log-publisher 13:47:50 df20fa9351a1: Pulling fs layer 13:47:50 36b3adc4ff6f: Pulling fs layer 13:47:50 8ad3a11d3b57: Pulling fs layer 13:47:50 46f8f816bc3b: Pulling fs layer 13:47:50 93b61091891f: Pulling fs layer 13:47:50 93b9cdb0e59b: Pulling fs layer 13:47:50 5e14af77c1be: Pulling fs layer 13:47:50 01666e4c0597: Pulling fs layer 13:47:50 aa168da1d23b: Pulling fs layer 13:47:50 93b9cdb0e59b: Waiting 13:47:50 01666e4c0597: Waiting 13:47:50 46f8f816bc3b: Waiting 13:47:50 36b3adc4ff6f: Download complete 13:47:50 46f8f816bc3b: Verifying Checksum 13:47:50 46f8f816bc3b: Download complete 13:47:50 df20fa9351a1: Verifying Checksum 13:47:50 df20fa9351a1: Download complete 13:47:50 93b9cdb0e59b: Verifying Checksum 13:47:50 93b9cdb0e59b: Download complete 13:47:50 5e14af77c1be: Verifying Checksum 13:47:50 5e14af77c1be: Download complete 13:47:50 93b61091891f: Download complete 13:47:50 01666e4c0597: Verifying Checksum 13:47:50 01666e4c0597: Download complete 13:47:50 df20fa9351a1: Pull complete 13:47:51 36b3adc4ff6f: Pull complete 13:47:51 8ad3a11d3b57: Verifying Checksum 13:47:51 8ad3a11d3b57: Download complete 13:47:53 8ad3a11d3b57: Pull complete 13:47:53 46f8f816bc3b: Pull complete 13:47:55 93b61091891f: Pull complete 13:47:55 93b9cdb0e59b: Pull complete 13:47:56 5e14af77c1be: Pull complete 13:47:56 aa168da1d23b: Verifying Checksum 13:47:56 aa168da1d23b: Download complete 13:47:56 01666e4c0597: Pull complete 13:48:09 aa168da1d23b: Pull complete 13:48:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:48:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:48:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:48:09 prd-centos7-docker-4c-2g-20218 does not seem to be running inside a container 13:48:10 $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-lftools-log-publisher:alpine cat 13:48:14 $ docker top 8794b6547f97fcac33aa527e938d72e0a91e7a443c01941560cc5aaa6984d9db -eo pid,comm [Pipeline] { [Pipeline] sh 13:48:16 + touch /tmp/pre-build-complete [Pipeline] sh 13:48:16 + mkdir -p /var/log/sa [Pipeline] sh 13:48:16 + ls /var/log/sa-host 13:48:16 + sadf -c /var/log/sa-host/sa14 13:48:16 file_magic: OK 13:48:16 HZ: Using current value: 100 13:48:16 file_header: OK 13:48:16 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 13:48:16 Statistics: 13:48:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:48:16 File successfully converted to sysstat format version 12.2.1 13:48:16 + sadf -c /var/log/sa-host/sa23 13:48:16 file_magic: OK 13:48:16 HZ: Using current value: 100 13:48:16 file_header: OK 13:48:16 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 13:48:16 Statistics: 13:48:16 Hnuu...uuuununununu... 13:48:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:48:16 provisioning config files... 13:48:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config889009659705330914tmp [Pipeline] { [Pipeline] echo 13:48:17 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:48:17 ---> create-netrc.sh [Pipeline] } 13:48:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:48:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:48:18 ---> python-tools-install.sh [Pipeline] echo 13:48:18 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:48:18 ---> sudo-logs.sh 13:48:18 Archiving 'sudo' log.. [Pipeline] echo 13:48:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:48:19 ---> job-cost.sh 13:48:19 lf-activate-venv: SKIPPING 13:48:19 INFO: No Stack... 13:48:20 INFO: Retrieving Pricing Info for: v1-standard-2 13:48:20 INFO: Archiving Costs [Pipeline] echo 13:48:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:48:21 ---> logs-deploy.sh 13:48:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/21 13:48:21 INFO: archiving workspace using pattern(s): 13:48:23 Archives upload complete. 13:48:23 INFO: archiving logs to Nexus 13:48:25 ---> uname -a: 13:48:25 Linux prd-centos7-docker-4c-2g-20218.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:48:25 13:48:25 13:48:25 ---> lscpu: 13:48:25 Architecture: x86_64 13:48:25 CPU op-mode(s): 32-bit, 64-bit 13:48:25 Byte Order: Little Endian 13:48:25 Address sizes: 40 bits physical, 48 bits virtual 13:48:25 CPU(s): 4 13:48:25 On-line CPU(s) list: 0-3 13:48:25 Thread(s) per core: 1 13:48:25 Core(s) per socket: 1 13:48:25 Socket(s): 4 13:48:25 NUMA node(s): 1 13:48:25 Vendor ID: GenuineIntel 13:48:25 CPU family: 6 13:48:25 Model: 44 13:48:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:48:25 Stepping: 1 13:48:25 CPU MHz: 2933.438 13:48:25 BogoMIPS: 5866.87 13:48:25 Virtualization: VT-x 13:48:25 Hypervisor vendor: KVM 13:48:25 Virtualization type: full 13:48:25 L1d cache: 128 KiB 13:48:25 L1i cache: 128 KiB 13:48:25 L2 cache: 16 MiB 13:48:25 L3 cache: 64 MiB 13:48:25 NUMA node0 CPU(s): 0-3 13:48:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:48:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:48:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:48:25 Vulnerability Meltdown: Mitigation; PTI 13:48:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:48:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:48:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:48:25 Vulnerability Srbds: Not affected 13:48:25 Vulnerability Tsx async abort: Not affected 13:48:25 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 13:48:25 13:48:25 13:48:25 ---> nproc: 13:48:25 4 13:48:25 13:48:25 13:48:25 ---> df -h: 13:48:25 Filesystem Size Used Available Use% Mounted on 13:48:25 overlay 50.0G 11.2G 38.8G 22% / 13:48:25 tmpfs 64.0M 0 64.0M 0% /dev 13:48:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:48:25 shm 64.0M 0 64.0M 0% /dev/shm 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/21@tmp 13:48:25 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/21 13:48:25 13:48:25 13:48:25 ---> free -m: 13:48:25 total used free shared buff/cache available 13:48:25 Mem: 1837 684 122 0 1030 1069 13:48:25 Swap: 1023 49 974 13:48:25 13:48:25 13:48:25 ---> ip addr: 13:48:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:48:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:48:25 inet 127.0.0.1/8 scope host lo 13:48:25 valid_lft forever preferred_lft forever 13:48:25 inet6 ::1/128 scope host 13:48:25 valid_lft forever preferred_lft forever 13:48:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:48:25 link/ether fa:16:3e:48:75:dd brd ff:ff:ff:ff:ff:ff 13:48:25 inet 10.30.122.151/23 brd 10.30.123.255 scope global dynamic eth0 13:48:25 valid_lft 85167sec preferred_lft 85167sec 13:48:25 inet6 fe80::f816:3eff:fe48:75dd/64 scope link 13:48:25 valid_lft forever preferred_lft forever 13:48:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:48:25 link/ether 02:42:cd:8a:7e:6a brd ff:ff:ff:ff:ff:ff 13:48:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:48:25 valid_lft forever preferred_lft forever 13:48:25 inet6 fe80::42:cdff:fe8a:7e6a/64 scope link 13:48:25 valid_lft forever preferred_lft forever 13:48:25 13:48:25 13:48:25 ---> sar -b -r -n DEV: 13:48:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 13:48:25 13:48:25 13:27:39 LINUX RESTART (4 CPU) 13:48:25 13:48:25 13:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:48:25 13:29:01 174.43 98.90 75.52 0.00 7177.45 42268.68 0.00 13:48:25 13:30:02 81.61 42.85 38.76 0.00 8011.14 12802.57 0.00 13:48:25 13:31:02 206.05 53.83 152.23 0.00 2472.17 41602.92 0.00 13:48:25 13:32:01 161.73 71.45 90.29 0.00 2548.29 13223.26 0.00 13:48:25 13:33:01 78.29 21.65 56.64 0.00 900.08 6877.02 0.00 13:48:25 13:34:02 124.21 65.64 58.57 0.00 3343.15 5178.14 0.00 13:48:25 13:35:01 44.09 9.54 34.54 0.00 417.30 12809.54 0.00 13:48:25 13:36:03 296.81 116.94 179.87 0.00 62476.50 120282.70 0.00 13:48:25 13:37:04 1846.24 1649.29 196.95 0.00 89254.01 98013.01 0.00 13:48:25 13:38:01 1580.59 1423.31 157.28 0.00 78057.81 81759.57 0.00 13:48:25 13:39:02 173.49 63.74 109.75 0.00 8155.54 21244.21 0.00 13:48:25 13:40:06 635.51 400.53 234.97 0.00 60052.45 106773.04 0.00 13:48:25 13:41:02 1706.94 1486.80 220.14 0.00 76618.08 83288.52 0.00 13:48:25 13:42:01 266.21 122.94 143.27 0.00 6023.85 25603.39 0.00 13:48:25 13:43:01 68.03 15.82 52.21 0.00 3225.95 3618.68 0.00 13:48:25 13:44:01 1.51 0.03 1.48 0.00 0.67 20.37 0.00 13:48:25 13:45:01 0.33 0.02 0.32 0.00 0.27 4.23 0.00 13:48:25 13:46:01 0.30 0.02 0.28 0.00 0.13 3.16 0.00 13:48:25 13:47:01 0.30 0.03 0.27 0.00 0.27 3.31 0.00 13:48:25 13:48:02 97.26 56.10 41.16 0.00 5462.88 7699.17 0.00 13:48:25 Average: 372.14 279.84 92.31 0.00 20673.86 34331.30 0.00 13:48:25 13:48:25 13:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:48:25 13:29:01 80152 0 559252 29.72 2620 1239520 1065972 36.38 478224 1123456 12040 13:48:25 13:30:02 193492 0 654412 34.78 2620 1031020 1500480 51.21 627308 856696 98648 13:48:25 13:31:02 90068 0 725300 38.55 1492 1064684 1393584 47.56 563512 936656 39080 13:48:25 13:32:01 144596 0 775004 41.19 1492 960452 1723944 58.84 633160 832012 31340 13:48:25 13:33:01 206588 0 785644 41.76 756 888556 1769576 60.39 679324 717140 66476 13:48:25 13:34:02 88396 0 898728 47.77 696 893724 1565984 53.44 761452 746576 60276 13:48:25 13:35:01 82136 0 735524 39.09 680 1063204 1521856 51.94 624920 900968 95528 13:48:25 13:36:03 85712 0 795508 42.28 0 1000324 2249596 76.77 776904 811340 74032 13:48:25 13:37:04 71596 0 802548 42.65 0 1007400 2326412 79.40 786952 807804 77672 13:48:25 13:38:01 152564 0 1188140 63.15 0 540840 4098812 139.89 820716 647396 27996 13:48:25 13:39:02 437264 0 763012 40.55 0 681268 1982944 67.67 548004 648784 17560 13:48:25 13:40:06 80236 0 760624 40.43 0 1040684 2207604 75.34 765760 820416 32232 13:48:25 13:41:02 74216 0 744108 39.55 0 1063220 2111392 72.06 636692 945616 7116 13:48:25 13:42:01 81320 0 673416 35.79 0 1126808 1526912 52.11 572744 986212 15492 13:48:25 13:43:01 157048 0 605492 32.18 0 1119004 1205016 41.13 495508 984252 20 13:48:25 13:44:01 161956 0 600576 31.92 0 1119012 1173732 40.06 492484 983796 16 13:48:25 13:45:01 163972 0 598560 31.81 0 1119012 1153160 39.36 490884 983604 12 13:48:25 13:46:01 164128 0 598388 31.80 0 1119028 1153160 39.36 490876 983612 16 13:48:25 13:47:01 163392 0 599120 31.84 0 1119032 1153292 39.36 491260 983616 8 13:48:25 13:48:02 75992 0 680660 36.18 0 1124892 1572356 53.66 641956 901496 106300 13:48:25 Average: 137741 0 727201 38.65 518 1016084 1722789 58.80 618932 880072 38093 13:48:25 13:48:25 13:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:48:25 13:29:01 eth0 632.31 343.79 3329.59 72.94 0.00 0.00 0.00 0.00 13:48:25 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:30:02 eth0 724.25 781.94 3004.04 119.23 0.00 0.00 0.00 0.00 13:48:25 13:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:30:02 docker0 715.64 632.52 62.91 2651.16 0.00 0.00 0.00 0.00 13:48:25 13:31:02 eth0 434.92 324.23 3684.07 32.82 0.00 0.00 0.00 0.00 13:48:25 13:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:31:02 vethd329aa4 58.30 93.66 5.60 488.19 0.00 0.00 0.00 0.00 13:48:25 13:31:02 docker0 95.15 143.87 6.73 848.36 0.00 0.00 0.00 0.00 13:48:25 13:32:01 eth0 31.84 24.95 26.23 51.47 0.00 0.00 0.00 0.00 13:48:25 13:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:32:01 veth715b5fa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:48:25 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:33:01 eth0 33.18 27.51 22.65 45.14 0.00 0.00 0.00 0.00 13:48:25 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:33:01 veth715b5fa 0.43 0.43 0.04 0.04 0.00 0.00 0.00 0.00 13:48:25 13:33:01 docker0 0.43 0.43 0.03 0.04 0.00 0.00 0.00 0.00 13:48:25 13:34:02 eth0 17.91 13.89 15.08 8.25 0.00 0.00 0.00 0.00 13:48:25 13:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:34:02 veth715b5fa 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:35:01 eth0 182.15 144.41 1713.98 60.87 0.00 0.00 0.00 0.00 13:48:25 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:36:03 vethccb0b76 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:48:25 13:36:03 eth0 25.11 20.74 23.20 34.16 0.00 0.00 0.00 0.00 13:48:25 13:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:36:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:37:04 vethccb0b76 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 13:48:25 13:37:04 eth0 34.85 17.56 155.77 6.39 0.00 0.00 0.00 0.00 13:48:25 13:37:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:37:04 docker0 8.44 20.93 0.45 145.09 0.00 0.00 0.00 0.00 13:48:25 13:38:01 veth8109afa 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:48:25 13:38:01 vethccb0b76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:38:01 eth0 5.57 4.29 4.51 2.46 0.00 0.00 0.00 0.00 13:48:25 13:38:01 vethf1fb890 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:48:25 13:39:02 vethccb0b76 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:39:02 eth0 46.62 32.23 174.78 49.10 0.00 0.00 0.00 0.00 13:48:25 13:39:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:48:25 13:39:02 docker0 827.62 815.79 70.55 3757.54 0.00 0.00 0.00 0.00 13:48:25 13:40:06 vethccb0b76 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 13:48:25 13:40:06 eth0 43.90 31.10 67.24 46.16 0.00 0.00 0.00 0.00 13:48:25 13:40:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:40:06 docker0 2.18 6.24 0.12 41.83 0.00 0.00 0.00 0.00 13:48:25 13:41:02 vethccb0b76 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:48:25 13:41:02 eth0 27.67 18.24 75.62 7.47 0.00 0.00 0.00 0.00 13:48:25 13:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:41:02 docker0 6.41 10.46 0.37 62.65 0.00 0.00 0.00 0.00 13:48:25 13:42:01 vethccb0b76 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:42:01 eth0 185.02 125.62 1610.31 57.02 0.00 0.00 0.00 0.00 13:48:25 13:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:42:01 docker0 14.00 38.74 0.79 348.28 0.00 0.00 0.00 0.00 13:48:25 13:43:01 eth0 39.54 26.20 76.55 43.59 0.00 0.00 0.00 0.00 13:48:25 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:43:01 docker0 4.87 8.10 0.54 56.20 0.00 0.00 0.00 0.00 13:48:25 13:44:01 eth0 1.16 0.47 0.45 0.27 0.00 0.00 0.00 0.00 13:48:25 13:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:45:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 13:48:25 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:46:01 eth0 0.48 0.00 0.05 0.00 0.00 0.00 0.00 0.00 13:48:25 13:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:47:01 eth0 0.55 0.42 0.27 0.21 0.00 0.00 0.00 0.00 13:48:25 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:48:02 eth0 200.40 157.17 2164.78 17.30 0.00 0.00 0.00 0.00 13:48:25 13:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 13:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 Average: eth0 133.51 104.88 806.68 32.88 0.00 0.00 0.00 0.00 13:48:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:48:25 Average: docker0 42.91 44.10 3.63 213.82 0.00 0.00 0.00 0.00 13:48:25 13:48:25 13:48:25 ---> sar -P ALL: 13:48:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 13:48:25 13:48:25 13:27:39 LINUX RESTART (4 CPU) 13:48:25 13:48:25 13:28:01 CPU %user %nice %system %iowait %steal %idle 13:48:25 13:29:01 all 15.36 0.00 8.35 7.78 21.09 47.43 13:48:25 13:29:01 0 13.98 0.00 7.86 9.14 23.67 45.36 13:48:25 13:29:01 1 13.79 0.00 6.50 8.15 20.77 50.80 13:48:25 13:29:01 2 13.26 0.00 6.73 7.05 21.42 51.54 13:48:25 13:29:01 3 20.88 0.00 12.70 6.71 18.32 41.40 13:48:25 13:30:02 all 8.69 0.00 4.81 1.31 17.90 67.29 13:48:25 13:30:02 0 5.56 0.00 4.24 1.69 19.45 69.06 13:48:25 13:30:02 1 8.64 0.00 4.15 1.13 17.15 68.93 13:48:25 13:30:02 2 13.02 0.00 6.24 0.68 17.15 62.90 13:48:25 13:30:02 3 7.69 0.00 4.65 1.73 17.82 68.11 13:48:25 13:31:02 all 5.73 0.00 5.05 2.18 19.75 67.29 13:48:25 13:31:02 0 5.14 0.00 4.75 2.51 20.28 67.33 13:48:25 13:31:02 1 4.96 0.00 4.68 2.22 18.57 69.57 13:48:25 13:31:02 2 6.93 0.00 5.88 2.56 19.65 64.98 13:48:25 13:31:02 3 5.92 0.00 4.90 1.43 20.50 67.24 13:48:25 13:32:01 all 23.88 0.00 8.81 3.82 19.54 43.94 13:48:25 13:32:01 0 19.92 0.00 7.53 4.05 20.92 47.58 13:48:25 13:32:01 1 22.62 0.00 8.02 4.18 19.45 45.73 13:48:25 13:32:01 2 30.52 0.00 11.10 3.05 17.17 38.16 13:48:25 13:32:01 3 22.90 0.00 8.77 3.94 20.48 43.91 13:48:25 13:33:01 all 41.64 0.00 12.55 2.85 25.04 17.91 13:48:25 13:33:01 0 35.12 0.00 11.58 2.79 27.36 23.15 13:48:25 13:33:01 1 42.04 0.00 12.78 2.91 24.53 17.75 13:48:25 13:33:01 2 51.32 0.00 14.44 3.28 22.09 8.88 13:48:25 13:33:01 3 39.22 0.00 11.61 2.50 25.84 20.83 13:48:25 13:34:02 all 32.09 0.00 13.19 5.12 21.38 28.21 13:48:25 13:34:02 0 31.32 0.00 13.66 5.14 21.55 28.33 13:48:25 13:34:02 1 35.04 0.00 13.54 5.64 20.07 25.72 13:48:25 13:34:02 2 31.09 0.00 13.32 5.89 22.25 27.46 13:48:25 13:34:02 3 30.90 0.00 12.25 3.83 21.67 31.34 13:48:25 13:35:01 all 15.17 0.00 8.48 0.62 24.12 51.61 13:48:25 13:35:01 0 13.61 0.00 7.61 0.26 25.44 53.08 13:48:25 13:35:01 1 16.81 0.00 9.52 1.35 24.50 47.82 13:48:25 13:35:01 2 14.73 0.00 7.99 0.36 24.06 52.85 13:48:25 13:35:01 3 15.54 0.00 8.81 0.51 22.48 52.65 13:48:25 13:36:03 all 9.62 0.00 10.75 4.89 31.38 43.35 13:48:25 13:36:03 0 9.52 0.00 9.88 4.67 31.10 44.84 13:48:25 13:36:03 1 10.17 0.00 11.19 4.83 31.92 41.89 13:48:25 13:36:03 2 8.45 0.00 10.31 5.02 31.27 44.96 13:48:25 13:36:03 3 10.37 0.00 11.66 5.06 31.25 41.66 13:48:25 13:37:04 all 7.82 0.00 13.29 21.38 33.26 24.25 13:48:25 13:37:04 0 7.83 0.00 12.15 20.51 33.87 25.64 13:48:25 13:37:04 1 7.64 0.00 13.44 23.06 32.41 23.45 13:48:25 13:37:04 2 7.72 0.00 13.68 20.31 32.69 25.61 13:48:25 13:37:04 3 8.11 0.00 13.91 21.63 34.10 22.26 13:48:25 13:38:01 all 19.63 0.00 12.51 19.01 31.05 17.80 13:48:25 13:38:01 0 20.24 0.00 13.17 19.48 30.89 16.22 13:48:25 13:38:01 1 20.79 0.00 12.91 19.46 29.71 17.12 13:48:25 13:38:01 2 19.48 0.00 12.65 19.16 31.33 17.37 13:48:25 13:38:01 3 18.02 0.00 11.28 17.95 32.24 20.51 13:48:25 13:39:02 all 55.04 0.00 14.25 3.17 22.06 5.48 13:48:25 13:39:02 0 53.71 0.00 13.16 2.30 22.58 8.25 13:48:25 13:39:02 1 54.61 0.00 14.29 5.25 22.59 3.27 13:48:25 13:39:02 2 54.93 0.00 14.15 2.22 22.58 6.12 13:48:25 13:39:02 3 56.97 0.00 15.44 2.92 20.45 4.22 13:48:25 13:48:25 13:39:02 CPU %user %nice %system %iowait %steal %idle 13:48:25 13:40:06 all 10.03 0.00 12.24 9.40 37.61 30.72 13:48:25 13:40:06 0 8.74 0.00 11.29 6.91 37.92 35.15 13:48:25 13:40:06 1 11.19 0.00 13.23 10.44 37.09 28.06 13:48:25 13:40:06 2 9.23 0.00 11.08 10.49 37.02 32.19 13:48:25 13:40:06 3 11.07 0.00 13.45 9.85 38.44 27.19 13:48:25 13:41:02 all 29.55 0.00 16.07 14.10 21.23 19.05 13:48:25 13:41:02 0 29.34 0.00 16.23 16.81 21.02 16.60 13:48:25 13:41:02 1 28.15 0.00 16.42 14.97 21.20 19.26 13:48:25 13:41:02 2 28.29 0.00 15.42 11.90 21.12 23.27 13:48:25 13:41:02 3 32.54 0.00 16.21 12.67 21.60 16.98 13:48:25 13:42:01 all 25.37 0.00 12.07 7.60 15.68 39.27 13:48:25 13:42:01 0 26.03 0.00 12.76 8.89 16.37 35.95 13:48:25 13:42:01 1 25.85 0.00 11.66 7.84 15.27 39.39 13:48:25 13:42:01 2 22.64 0.00 10.96 7.01 16.66 42.73 13:48:25 13:42:01 3 27.02 0.00 12.95 6.65 14.42 38.96 13:48:25 13:43:01 all 4.74 0.00 3.21 1.32 5.96 84.77 13:48:25 13:43:01 0 7.52 0.00 3.54 1.81 6.24 80.90 13:48:25 13:43:01 1 3.86 0.00 2.89 1.71 6.02 85.51 13:48:25 13:43:01 2 4.41 0.00 3.41 1.37 6.02 84.79 13:48:25 13:43:01 3 3.21 0.00 3.00 0.39 5.55 87.85 13:48:25 13:44:01 all 0.10 0.00 0.07 0.00 0.27 99.55 13:48:25 13:44:01 0 0.03 0.00 0.07 0.00 0.32 99.58 13:48:25 13:44:01 1 0.03 0.00 0.08 0.00 0.27 99.62 13:48:25 13:44:01 2 0.03 0.00 0.08 0.00 0.12 99.77 13:48:25 13:44:01 3 0.28 0.00 0.07 0.00 0.40 99.25 13:48:25 13:45:01 all 0.10 0.00 0.29 0.00 0.89 98.72 13:48:25 13:45:01 0 0.03 0.00 0.40 0.02 0.88 98.67 13:48:25 13:45:01 1 0.05 0.00 0.20 0.00 0.95 98.81 13:48:25 13:45:01 2 0.03 0.00 0.40 0.00 0.88 98.69 13:48:25 13:45:01 3 0.27 0.00 0.18 0.00 0.85 98.71 13:48:25 13:46:01 all 0.08 0.00 0.03 0.01 0.53 99.35 13:48:25 13:46:01 0 0.02 0.00 0.05 0.00 0.88 99.06 13:48:25 13:46:01 1 0.03 0.00 0.03 0.00 0.28 99.65 13:48:25 13:46:01 2 0.27 0.00 0.03 0.03 0.80 98.87 13:48:25 13:46:01 3 0.02 0.00 0.00 0.00 0.17 99.82 13:48:25 13:47:01 all 0.11 0.00 0.03 0.00 0.48 99.37 13:48:25 13:47:01 0 0.05 0.00 0.03 0.00 0.55 99.37 13:48:25 13:47:01 1 0.03 0.00 0.05 0.00 0.63 99.29 13:48:25 13:47:01 2 0.33 0.00 0.02 0.00 0.33 99.32 13:48:25 13:47:01 3 0.03 0.00 0.03 0.02 0.42 99.50 13:48:25 13:48:02 all 2.76 0.00 2.44 1.76 7.25 85.79 13:48:25 13:48:02 0 2.01 0.00 2.57 0.86 7.47 87.08 13:48:25 13:48:02 1 2.67 0.00 1.96 1.20 7.56 86.62 13:48:25 13:48:02 2 4.43 0.00 3.03 4.43 7.19 80.92 13:48:25 13:48:02 3 1.93 0.00 2.19 0.58 6.78 88.51 13:48:25 Average: all 14.62 0.00 7.75 5.24 17.78 54.60 13:48:25 Average: 0 13.81 0.00 7.47 5.29 18.47 54.95 13:48:25 Average: 1 14.71 0.00 7.70 5.63 17.49 54.46 13:48:25 Average: 2 15.14 0.00 7.85 5.22 17.56 54.23 13:48:25 Average: 3 14.85 0.00 7.99 4.82 17.58 54.76 13:48:25 13:48:25 13:48:25