Pull request #2913 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 29c0f48cb91e711059cd5d4a56f95c145c37e231+1cb94389de1e39608b319f278621c386c44601c6 (07cb2b95231d8ce0fed7fc22638f3946723ebef8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16375 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 29c0f48cb91e711059cd5d4a56f95c145c37e231 Merge succeeded, producing 29c0f48cb91e711059cd5d4a56f95c145c37e231 Checking out Revision 29c0f48cb91e711059cd5d4a56f95c145c37e231 (PR-2913) > 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/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 Commit message: "build(snap): Address PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:32:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:32:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 5d2f18fd7a819aa578ed0ebb4adf0de857e517ab # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:32:40 ========================================================= 18:32:40 EdgeX Global Pipelines Version Info 18:32:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:32:42 ------------------- 18:32:42 stable info: 18:32:42 ------------------- 18:32:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:32:42 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 18:32:42 Message: update stable to v1.0.173 18:32:42 ------------------- 18:32:42 experimental info: 18:32:42 ------------------- 18:32:42 Commited By: **** collab-it+edgex@linuxfoundation.org 18:32:42 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 18:32:42 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:32:43 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:32:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo 18:32:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 29c0f48cb91e711059cd5d4a56f95c145c37e231 [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 29c0f48 [Pipeline] echo 18:32:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:32:46 provisioning config files... 18:32:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config3271467874878690805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:46 ---> docker-login.sh 18:32:46 nexus3.edgexfoundry.org:10001 18:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:47 Configure a credential helper to remove this warning. See 18:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:47 18:32:47 Login Succeeded 18:32:47 nexus3.edgexfoundry.org:10002 18:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:47 Configure a credential helper to remove this warning. See 18:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:47 18:32:47 Login Succeeded 18:32:47 nexus3.edgexfoundry.org:10003 18:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:47 Configure a credential helper to remove this warning. See 18:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:47 18:32:47 Login Succeeded 18:32:47 nexus3.edgexfoundry.org:10004 18:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:47 Configure a credential helper to remove this warning. See 18:32:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:47 18:32:47 Login Succeeded 18:32:47 docker.io 18:32:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:32:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:32:48 Configure a credential helper to remove this warning. See 18:32:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:32:48 18:32:48 Login Succeeded 18:32:48 ---> docker-login.sh ends [Pipeline] } 18:32:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:48 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/core-command/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo core-command,cmd/core-command/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/core-data/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo core-data,cmd/core-data/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/core-metadata/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo core-metadata,cmd/core-metadata/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/security-proxy-setup/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/support-notifications/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo support-notifications,cmd/support-notifications/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/support-scheduler/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:32:48 + for file in '`ls cmd/**/Dockerfile`' 18:32:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:32:48 ++ cut -d/ -f2 18:32:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:32:48 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:32:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:49 18:32:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:32:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:50 latest: Pulling from edgex-devops/git-semver 18:32:50 31603596830f: Pulling fs layer 18:32:50 2a8b12db71e7: Pulling fs layer 18:32:50 6ca5941a6612: Pulling fs layer 18:32:50 ecc8261a40a4: Pulling fs layer 18:32:50 ecc8261a40a4: Waiting 18:32:50 2a8b12db71e7: Verifying Checksum 18:32:50 2a8b12db71e7: Download complete 18:32:50 31603596830f: Download complete 18:32:50 6ca5941a6612: Verifying Checksum 18:32:50 6ca5941a6612: Download complete 18:32:50 ecc8261a40a4: Verifying Checksum 18:32:50 ecc8261a40a4: Download complete 18:32:50 31603596830f: Pull complete 18:32:50 2a8b12db71e7: Pull complete 18:32:51 6ca5941a6612: Pull complete 18:32:51 ecc8261a40a4: Pull complete 18:32:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:32:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:32:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:32:52 prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container 18:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:32:54 $ docker top cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:32:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:54 [ssh-agent] Looking for ssh-agent implementation... 18:32:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:54 $ docker exec cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent 18:32:55 SSH_AUTH_SOCK=/tmp/ssh-DScf0o8SEj0H/agent.11 18:32:55 SSH_AGENT_PID=16 18:32:55 Running ssh-add (command line suppressed) 18:32:55 Identity added: /w/workspace/edgex-go/12@tmp/private_key_5161299134116505000.key (/w/workspace/edgex-go/12@tmp/private_key_5161299134116505000.key) 18:32:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:55 + git tag --points-at HEAD [Pipeline] } 18:32:55 $ docker exec --env ******** --env ******** cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent -k 18:32:55 unset SSH_AUTH_SOCK; 18:32:55 unset SSH_AGENT_PID; 18:32:55 echo Agent pid 16 killed; 18:32:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:32:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:32:55 [ssh-agent] Looking for ssh-agent implementation... 18:32:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:32:56 $ docker exec cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent 18:32:56 SSH_AUTH_SOCK=/tmp/ssh-TyXnMJg0z9jH/agent.46 18:32:56 SSH_AGENT_PID=51 18:32:56 Running ssh-add (command line suppressed) 18:32:56 Identity added: /w/workspace/edgex-go/12@tmp/private_key_4353913726093669.key (/w/workspace/edgex-go/12@tmp/private_key_4353913726093669.key) 18:32:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:32:56 + git semver init 18:32:56 # -> Open(): unable to determine branch for HEAD 18:32:56 # $GIT_DIR = /w/workspace/edgex-go/12/.git 18:32:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 18:32:56 # $SEMVER_REMOTE_NAME = origin 18:32:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:32:56 # $SEMVER_USER_NAME = edgex-jenkins 18:32:56 # $SEMVER_BRANCH = PR-2913 18:32:56 # $SEMVER_TEMP = /tmp/semver-973616334 18:32:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:33:15 # '/tmp/semver-973616334' -> '/w/workspace/edgex-go/12/.semver' 18:33:15 # -> Force: false 18:33:15 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 18:33:15 $ docker exec --env ******** --env ******** cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 ssh-agent -k 18:33:15 unset SSH_AUTH_SOCK; 18:33:15 unset SSH_AGENT_PID; 18:33:15 echo Agent pid 51 killed; 18:33:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:33:15 + git semver [Pipeline] } 18:33:15 $ docker stop --time=1 cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 18:33:17 $ docker rm -f cd238cbdc8452627de49dbb82c4ccd949afe1d59d54bebc368625aacba1cf558 [Pipeline] // withDockerContainer [Pipeline] sh 18:33:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:33:18 Stashed 1 file(s) [Pipeline] echo 18:33:18 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:33:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:33:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:33:20 + sudo service docker restart 18:33:20 + true 18:33:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:33:20 ========================================================= 18:33:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:33:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:33:21 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:33:24 Sending build context to Docker daemon 326.4MB 18:33:24 Step 1/7 : ARG BASE=golang:1.15-alpine 18:33:24 Step 2/7 : FROM ${BASE} 18:33:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:33:24 188c0c94c7c5: Pulling fs layer 18:33:24 0ef7d3d256c8: Pulling fs layer 18:33:24 de9db76c5a1d: Pulling fs layer 18:33:24 bca2f99d35d6: Pulling fs layer 18:33:24 93359f2a8cfa: Pulling fs layer 18:33:24 7c6f9722023f: Pulling fs layer 18:33:24 a35cf1a2eb13: Pulling fs layer 18:33:24 a35cf1a2eb13: Waiting 18:33:24 7c6f9722023f: Waiting 18:33:24 bca2f99d35d6: Waiting 18:33:24 93359f2a8cfa: Waiting 18:33:24 de9db76c5a1d: Verifying Checksum 18:33:24 de9db76c5a1d: Download complete 18:33:24 0ef7d3d256c8: Verifying Checksum 18:33:24 0ef7d3d256c8: Download complete 18:33:24 93359f2a8cfa: Verifying Checksum 18:33:24 93359f2a8cfa: Download complete 18:33:24 188c0c94c7c5: Verifying Checksum 18:33:24 188c0c94c7c5: Download complete 18:33:24 7c6f9722023f: Verifying Checksum 18:33:24 7c6f9722023f: Download complete 18:33:25 188c0c94c7c5: Pull complete 18:33:25 0ef7d3d256c8: Pull complete 18:33:25 de9db76c5a1d: Pull complete 18:33:26 a35cf1a2eb13: Verifying Checksum 18:33:26 a35cf1a2eb13: Download complete 18:33:27 bca2f99d35d6: Verifying Checksum 18:33:27 bca2f99d35d6: Download complete 18:33:32 bca2f99d35d6: Pull complete 18:33:33 93359f2a8cfa: Pull complete 18:33:33 7c6f9722023f: Pull complete 18:33:34 Still waiting to schedule task 18:33:34 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:33:38 a35cf1a2eb13: Pull complete 18:33:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:33:38 ---> a62c8e92a672 18:33:38 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:33:38 ---> Running in 8ee9e8b1fa85 18:33:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:33:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:33:40 (1/12) Installing libmagic (5.38-r0) 18:33:40 (2/12) Installing file (5.38-r0) 18:33:40 (3/12) Installing libc-dev (0.7.2-r3) 18:33:40 (4/12) Installing g++ (9.3.0-r2) 18:33:44 (5/12) Installing fortify-headers (1.1-r0) 18:33:44 (6/12) Installing patch (2.7.6-r6) 18:33:44 (7/12) Installing build-base (0.5-r2) 18:33:45 (8/12) Installing libsodium (1.0.18-r0) 18:33:45 (9/12) Installing pkgconf (1.7.2-r0) 18:33:45 (10/12) Installing libsodium-dev (1.0.18-r0) 18:33:45 (11/12) Installing libzmq (4.3.3-r0) 18:33:45 (12/12) Installing zeromq-dev (4.3.3-r0) 18:33:45 Executing busybox-1.31.1-r19.trigger 18:33:45 OK: 233 MiB in 51 packages 18:33:49 Removing intermediate container 8ee9e8b1fa85 18:33:49 ---> 83a0ce55d6a4 18:33:49 Step 4/7 : WORKDIR /edgex-go 18:33:49 ---> Running in 2928b901007a 18:33:49 Removing intermediate container 2928b901007a 18:33:49 ---> bca01e0de40f 18:33:49 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:33:50 latest: Pulling from library/docker 18:33:50 05e7bc50f07f: Pulling fs layer 18:33:50 6db28d0fdbf6: Pulling fs layer 18:33:50 292df0bc6bf3: Pulling fs layer 18:33:50 a3104fdc50d0: Pulling fs layer 18:33:50 a8e67d69e12c: Pulling fs layer 18:33:50 1ede2b221ee4: Pulling fs layer 18:33:50 fc74c0d5b799: Pulling fs layer 18:33:50 a8e67d69e12c: Waiting 18:33:50 1ede2b221ee4: Waiting 18:33:50 fc74c0d5b799: Waiting 18:33:50 a3104fdc50d0: Waiting 18:33:50 292df0bc6bf3: Download complete 18:33:50 05e7bc50f07f: Verifying Checksum 18:33:50 6db28d0fdbf6: Verifying Checksum 18:33:50 6db28d0fdbf6: Download complete 18:33:50 a8e67d69e12c: Download complete 18:33:50 1ede2b221ee4: Verifying Checksum 18:33:50 1ede2b221ee4: Download complete 18:33:50 05e7bc50f07f: Pull complete 18:33:50 fc74c0d5b799: Verifying Checksum 18:33:50 fc74c0d5b799: Download complete 18:33:51 6db28d0fdbf6: Pull complete 18:33:51 292df0bc6bf3: Pull complete 18:33:51 a3104fdc50d0: Verifying Checksum 18:33:51 a3104fdc50d0: Download complete 18:33:54 a3104fdc50d0: Pull complete 18:33:54 a8e67d69e12c: Pull complete 18:33:54 1ede2b221ee4: Pull complete 18:33:54 fc74c0d5b799: Pull complete 18:33:54 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 18:33:54 Status: Downloaded newer image for docker:latest 18:33:56 ---> 1c50e14fc443 18:33:56 Step 6/7 : COPY go.mod . 18:33:56 ---> 854433f000e1 18:33:56 Step 7/7 : RUN go mod download 18:33:56 ---> Running in 2256717f0c69 18:34:18 Removing intermediate container 2256717f0c69 18:34:18 ---> 280829b05110 18:34:18 Successfully built 280829b05110 18:34:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:34:19 + docker inspect -f . ci-base-image-x86_64 18:34:19 . [Pipeline] withDockerContainer 18:34:19 prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container 18:34:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:34:20 $ docker top 2b4fe50eca8705ca97f3e9fbb9746f662ee17378c7d3d10fd03f327710e775d7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:34:21 + go version 18:34:21 go version go1.15.5 linux/amd64 [Pipeline] } 18:34:21 $ docker stop --time=1 2b4fe50eca8705ca97f3e9fbb9746f662ee17378c7d3d10fd03f327710e775d7 18:34:22 $ docker rm -f 2b4fe50eca8705ca97f3e9fbb9746f662ee17378c7d3d10fd03f327710e775d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:34:23 + docker inspect -f . ci-base-image-x86_64 18:34:23 . [Pipeline] withDockerContainer 18:34:23 prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container 18:34:23 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:34:24 $ docker top a0af2c184edce0ededd544c154b903c5ef059e005df10fc72391d2c7dbbf19ab -eo pid,comm [Pipeline] { [Pipeline] echo 18:34:24 ========================================================= 18:34:24 [edgeXBuildGoParallel] Running Tests and Build... 18:34:24 ========================================================= [Pipeline] sh 18:34:24 + make test 18:34:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:34:34 ? github.com/edgexfoundry/edgex-go [no test files] 18:34:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:34:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:34:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:34:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:34:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:34:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:34:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:34:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 18:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.400s coverage: 71.3% of statements 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:35:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 83.7% of statements 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:35:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.314s coverage: 28.6% of statements 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.322s coverage: 93.8% of statements 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.051s coverage: 0.1% of statements 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements 18:35:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 18:35:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 18:35:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.4% of statements 18:35:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements 18:35:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:35:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 18:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 18:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 18:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 18:35:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.298s coverage: 55.9% of statements 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:35:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements 18:35:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 18:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.096s coverage: 47.1% of statements 18:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements 18:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements 18:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:35:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 18:35:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:35:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.636s coverage: 29.1% of statements 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:35:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:35:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:35:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:35:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:35:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:35:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:35:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 18:35:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 18:35:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:35:16 GO111MODULE=on go vet ./... 18:35:43 gofmt -l . 18:35:43 [ "`gofmt -l .`" = "" ] 18:35:43 ./bin/test-go-mod-tidy.sh 18:35:43 ./bin/test-attribution-txt.sh [Pipeline] sh 18:35:43 + ls -al . 18:35:43 total 632 18:35:43 drwxrwxr-x 10 1001 1001 4096 Dec 16 18:35 . 18:35:43 drwxr-xr-x 4 root root 30 Dec 16 18:34 .. 18:35:43 -rw-rw-r-- 1 1001 1001 11 Dec 16 18:32 .dockerignore 18:35:43 drwxrwxr-x 8 1001 1001 179 Dec 16 18:32 .git 18:35:43 drwxrwxr-x 3 1001 1001 125 Dec 16 18:32 .github 18:35:43 -rw-rw-r-- 1 1001 1001 848 Dec 16 18:32 .gitignore 18:35:43 drwx------ 3 1001 1001 47 Dec 16 18:33 .semver 18:35:43 -rw-rw-r-- 1 1001 1001 166 Dec 16 18:32 .sonarcloud.properties 18:35:43 -rw-rw-r-- 1 1001 1001 3804 Dec 16 18:32 CONTRIBUTING.md 18:35:43 -rw-rw-r-- 1 1001 1001 1035 Dec 16 18:32 Dockerfile.build 18:35:43 -rw-rw-r-- 1 1001 1001 863 Dec 16 18:32 Jenkinsfile 18:35:43 -rw-rw-r-- 1 1001 1001 10775 Dec 16 18:32 LICENSE 18:35:43 -rw-rw-r-- 1 1001 1001 5750 Dec 16 18:32 Makefile 18:35:43 -rw-rw-r-- 1 1001 1001 6596 Dec 16 18:32 README.md 18:35:43 -rw-rw-r-- 1 1001 1001 6744 Dec 16 18:32 SECURITY.md 18:35:43 -rw-rw-r-- 1 1001 1001 5 Dec 16 18:33 VERSION 18:35:43 -rw-rw-r-- 1 1001 1001 4131 Dec 16 18:32 ZMQWindows.md 18:35:43 drwxrwxr-x 2 1001 1001 117 Dec 16 18:32 bin 18:35:43 drwxrwxr-x 14 1001 1001 4096 Dec 16 18:32 cmd 18:35:43 -rw-r--r-- 1 root root 535934 Dec 16 18:35 coverage.out 18:35:43 -rw-r--r-- 1 root root 1041 Dec 16 18:35 go.mod 18:35:43 -rw-r--r-- 1 root root 18856 Dec 16 18:35 go.sum 18:35:43 drwxrwxr-x 8 1001 1001 127 Dec 16 18:32 internal 18:35:43 drwxrwxr-x 4 1001 1001 26 Dec 16 18:32 openapi 18:35:43 drwxrwxr-x 4 1001 1001 71 Dec 16 18:32 snap 18:35:43 -rw-rw-r-- 1 1001 1001 168 Dec 16 18:32 version.go [Pipeline] sh 18:35:44 + '[' -e coverage.out ] 18:35:44 + chown 1001:1001 coverage.out [Pipeline] stash 18:35:44 Stashed 1 file(s) [Pipeline] sh 18:35:44 + make build 18:35:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:35:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:35:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:35:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:36:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:36:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:36:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:36:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:36:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 18:36:07 $ docker stop --time=1 a0af2c184edce0ededd544c154b903c5ef059e005df10fc72391d2c7dbbf19ab 18:36:09 $ docker rm -f a0af2c184edce0ededd544c154b903c5ef059e005df10fc72391d2c7dbbf19ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:11 18:36:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:36:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:11 latest: Pulling from edgex-devops/edgex-compose 18:36:11 cbdbe7a5bc2a: Pulling fs layer 18:36:11 ca9280d653b3: Pulling fs layer 18:36:11 7e9c9ca2126c: Pulling fs layer 18:36:12 cbdbe7a5bc2a: Verifying Checksum 18:36:12 cbdbe7a5bc2a: Download complete 18:36:12 cbdbe7a5bc2a: Pull complete 18:36:12 ca9280d653b3: Verifying Checksum 18:36:12 ca9280d653b3: Download complete 18:36:13 7e9c9ca2126c: Download complete 18:36:13 ca9280d653b3: Pull complete 18:36:19 7e9c9ca2126c: Pull complete 18:36:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:36:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:36:19 prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container 18:36:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:36:22 $ docker top 997aff96d773a0eba8745e08badcad241d062a98d786bf654ae9c82e2318f858 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:22 + docker-compose build --help 18:36:22 + grep parallel 18:36:23 --parallel Build images in parallel. [Pipeline] } 18:36:23 $ docker stop --time=1 997aff96d773a0eba8745e08badcad241d062a98d786bf654ae9c82e2318f858 18:36:25 $ docker rm -f 997aff96d773a0eba8745e08badcad241d062a98d786bf654ae9c82e2318f858 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:36:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:25 . [Pipeline] withDockerContainer 18:36:25 prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container 18:36:25 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:36:26 $ docker top b86b1f8bdc30c776216ddf959311b3ced68f23277d5be1d032194d3c94d9cc03 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:27 + docker-compose -f ./docker-compose-build.yml build --parallel 18:36:27 Building docker-core-command-go ... 18:36:27 Building docker-core-data-go ... 18:36:27 Building docker-core-metadata-go ... 18:36:27 Building docker-security-bootstrap-redis-go ... 18:36:27 Building docker-security-proxy-setup-go ... 18:36:27 Building docker-security-secretstore-setup-go ... 18:36:27 Building docker-support-notifications-go ... 18:36:27 Building docker-support-scheduler-go ... 18:36:27 Building docker-sys-mgmt-agent-go ... 18:36:27 Building docker-core-data-go 18:36:27 Building docker-support-scheduler-go 18:36:27 Building docker-security-bootstrap-redis-go 18:36:27 Building docker-support-notifications-go 18:36:27 Building docker-security-proxy-setup-go 18:37:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:37:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:37:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 18:37:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:37:00 ---> 280829b05110 18:37:00 Step 3/23 : WORKDIR /edgex-go 18:37:00 ---> 280829b05110 18:37:00 Step 3/24 : WORKDIR /edgex-go 18:37:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:37:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:37:00 ---> 280829b05110 18:37:00 Step 3/21 : WORKDIR /edgex-go 18:37:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:37:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:37:00 ---> 280829b05110 18:37:00 Step 3/21 : WORKDIR /edgex-go 18:37:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:37:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:37:00 ---> 280829b05110 18:37:00 Step 3/22 : WORKDIR /edgex-go 18:37:00 ---> Running in 618742c89fc7 18:37:00 ---> Running in 3b6e84b9a247 18:37:00 ---> Running in dedd8660d84b 18:37:00 ---> Running in aa762e03824e 18:37:00 ---> Running in a76b65309f6e 18:37:00 Removing intermediate container dedd8660d84b 18:37:00 ---> bbeba09e0f93 18:37:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:00 Removing intermediate container a76b65309f6e 18:37:00 ---> 7574b7629f58 18:37:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:00 Removing intermediate container aa762e03824e 18:37:00 ---> 80682c5e249e 18:37:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:00 Removing intermediate container 3b6e84b9a247 18:37:00 ---> d76c7884154f 18:37:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:00 Removing intermediate container 618742c89fc7 18:37:00 ---> 0af82bb68176 18:37:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:37:00 ---> Running in f5a491ec1371 18:37:00 ---> Running in c134b5126b99 18:37:00 ---> Running in d812eba095a9 18:37:00 ---> Running in 1ad8da51fca3 18:37:00 ---> Running in 17c5d899a58b 18:37:00 Removing intermediate container f5a491ec1371 18:37:00 ---> f4b5b74d991d 18:37:00 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:37:00 Removing intermediate container 17c5d899a58b 18:37:00 ---> 4618e4c8432a 18:37:00 Step 5/22 : RUN apk update && apk add make git 18:37:00 Removing intermediate container 1ad8da51fca3 18:37:00 ---> 6c437bab2f1b 18:37:00 Step 5/21 : RUN apk update && apk add make git 18:37:00 Removing intermediate container c134b5126b99 18:37:00 ---> e1489eb2ef14 18:37:00 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:37:00 Removing intermediate container d812eba095a9 18:37:00 ---> 62416412c196 18:37:00 Step 5/21 : RUN apk update && apk add make git 18:37:00 ---> Running in da129e76db9e 18:37:00 ---> Running in 5473a7c99f25 18:37:00 ---> Running in 4cc71c2b694c 18:37:01 ---> Running in 997511f9f9c7 18:37:01 ---> Running in 7453dbcaadfb 18:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:37:03 OK: 12750 distinct packages available 18:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:37:03 OK: 12750 distinct packages available 18:37:03 OK: 233 MiB in 51 packages 18:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:37:03 OK: 233 MiB in 51 packages 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:37:03 OK: 12750 distinct packages available 18:37:03 OK: 233 MiB in 51 packages 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:37:03 OK: 12750 distinct packages available 18:37:03 Removing intermediate container 5473a7c99f25 18:37:03 ---> 69128c6219f1 18:37:03 Step 6/23 : COPY go.mod . 18:37:03 Removing intermediate container 4cc71c2b694c 18:37:03 ---> 929003904a84 18:37:03 Step 6/21 : COPY go.mod . 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:37:03 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:37:03 OK: 12750 distinct packages available 18:37:04 OK: 233 MiB in 51 packages 18:37:04 ---> 2af5ffb743a0 18:37:04 Step 7/23 : RUN go mod download 18:37:04 ---> Running in 950690e76273 18:37:04 OK: 233 MiB in 51 packages 18:37:04 ---> 028399edfa91 18:37:04 Step 7/21 : RUN go mod download 18:37:04 Removing intermediate container da129e76db9e 18:37:04 ---> f46f184ff2bd 18:37:04 Step 6/22 : COPY go.mod . 18:37:04 ---> Running in f7c2185822e3 18:37:04 ---> b04f4d3cd995 18:37:04 Step 7/22 : RUN go mod download 18:37:05 Removing intermediate container 997511f9f9c7 18:37:05 ---> 67ad57113293 18:37:05 Step 6/24 : COPY go.mod . 18:37:05 ---> Running in ea6238fa4563 18:37:05 Removing intermediate container 7453dbcaadfb 18:37:05 ---> caa2f7d4bca2 18:37:05 Step 6/21 : COPY go.mod . 18:37:05 ---> 6163bd4f256e 18:37:05 Step 7/24 : RUN go mod download 18:37:05 ---> Running in 398b94bf8542 18:37:05 ---> 643d73536909 18:37:05 Step 7/21 : RUN go mod download 18:37:06 ---> Running in 4e81c7823a09 18:37:07 Removing intermediate container 950690e76273 18:37:07 ---> 93e4e5214385 18:37:07 Step 8/23 : COPY . . 18:37:07 Removing intermediate container ea6238fa4563 18:37:07 ---> 0554183d3083 18:37:07 Step 8/22 : COPY . . 18:37:07 Removing intermediate container f7c2185822e3 18:37:07 ---> 0474c89fc502 18:37:07 Step 8/21 : COPY . . 18:37:10 Removing intermediate container 398b94bf8542 18:37:10 ---> 49e5a2cd80ee 18:37:10 Step 8/24 : COPY . . 18:37:20 Removing intermediate container 4e81c7823a09 18:37:20 ---> 2ce9dfd1263c 18:37:20 Step 8/21 : COPY . . 18:37:47 ---> 0e40fad2c044 18:37:47 Step 9/23 : RUN make cmd/core-data/core-data 18:37:47 ---> 5ba58f788154 18:37:47 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:37:47 ---> 95ea90862ade 18:37:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:37:47 ---> d8ca5b05a218 18:37:47 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:37:47 ---> Running in 06a6a584a939 18:37:47 ---> Running in 4a3e5b178d84 18:37:47 ---> Running in b07f85f9e0d0 18:37:47 ---> Running in 078c8f727ad1 18:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:37:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:37:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16376 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 18:37:51 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 18:37:52 ---> e9416a06a2ec 18:37:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:37:52 ---> Running in 7de655f6ce4a 18:37:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:37:56 using credential edgex-jenkins-ssh 18:37:56 Cloning the remote Git repository 18:37:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:37:56 > git init /w/workspace/edgex-go/12 # timeout=10 18:37:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:37:56 > git --version # timeout=10 18:37:56 > git --version # 'git version 2.17.1' 18:37:56 using GIT_SSH to set credentials SSH Credentials for GitHub 18:37:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:38:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:38:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:38:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:38:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:38:11 using GIT_SSH to set credentials SSH Credentials for GitHub 18:38:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:38:12 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 29c0f48cb91e711059cd5d4a56f95c145c37e231 18:38:12 Merge succeeded, producing 29c0f48cb91e711059cd5d4a56f95c145c37e231 18:38:12 Checking out Revision 29c0f48cb91e711059cd5d4a56f95c145c37e231 (PR-2913) 18:38:12 > git config core.sparsecheckout # timeout=10 18:38:12 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 18:38:12 > git remote # timeout=10 18:38:12 > git config --get remote.origin.url # timeout=10 18:38:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:38:12 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 18:38:12 > git rev-parse HEAD^{commit} # timeout=10 18:38:12 > git config core.sparsecheckout # timeout=10 18:38:12 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 18:38:17 Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:38:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:38:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:38:19 + + truesudo 18:38:19 service docker restart 18:38:20 Removing intermediate container 4a3e5b178d84 18:38:20 ---> 90b1a83ae1a7 18:38:20 18:38:20 Step 10/22 : FROM alpine:3.10 18:38:20 3.10: Pulling from library/alpine 18:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:38:21 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:38:21 Status: Downloaded newer image for alpine:3.10 18:38:21 ---> be4e4bea2c2e 18:38:21 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:38:22 ---> Running in bcd4085a23a6 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:38:22 provisioning config files... 18:38:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config7443462673879227619tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:38:22 ---> docker-login.sh 18:38:22 nexus3.edgexfoundry.org:10001 18:38:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 18:38:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 18:38:23 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:38:23 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:38:23 OK: 10350 distinct packages available 18:38:23 (1/5) Installing ca-certificates (20191127-r2) 18:38:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:23 Configure a credential helper to remove this warning. See 18:38:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:23 18:38:23 Login Succeeded 18:38:23 nexus3.edgexfoundry.org:10002 18:38:23 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:38:23 (3/5) Installing libcurl (7.66.0-r3) 18:38:23 (4/5) Installing curl (7.66.0-r3) 18:38:23 (5/5) Installing dumb-init (1.2.2-r1) 18:38:23 Executing busybox-1.30.1-r3.trigger 18:38:23 Executing ca-certificates-20191127-r2.trigger 18:38:23 OK: 7 MiB in 19 packages 18:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:24 Configure a credential helper to remove this warning. See 18:38:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:24 18:38:24 Login Succeeded 18:38:24 nexus3.edgexfoundry.org:10003 18:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:24 Configure a credential helper to remove this warning. See 18:38:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:24 18:38:24 Login Succeeded 18:38:24 nexus3.edgexfoundry.org:10004 18:38:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:25 Configure a credential helper to remove this warning. See 18:38:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:25 18:38:25 Login Succeeded 18:38:25 docker.io 18:38:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:38:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:38:26 Configure a credential helper to remove this warning. See 18:38:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:38:26 18:38:26 Login Succeeded 18:38:26 ---> docker-login.sh ends [Pipeline] } 18:38:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:38:26 ========================================================= 18:38:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:38:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:38:27 + 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 . 18:38:27 Removing intermediate container b07f85f9e0d0 18:38:27 ---> 6190cd7c4429 18:38:27 18:38:27 Step 10/24 : FROM scratch 18:38:27 ---> 18:38:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:38:27 Removing intermediate container 078c8f727ad1 18:38:27 ---> 0a157c189190 18:38:27 18:38:27 Step 10/21 : FROM scratch 18:38:27 ---> 18:38:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:38:27 ---> Running in 8b520d15a2d7 18:38:27 ---> Running in 50b94d58436d 18:38:27 Removing intermediate container bcd4085a23a6 18:38:27 ---> f84648ea70d4 18:38:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:38:29 Removing intermediate container 50b94d58436d 18:38:29 ---> 90f0b371bfaa 18:38:29 Step 12/21 : ENV APP_PORT=48085 18:38:29 Removing intermediate container 8b520d15a2d7 18:38:29 ---> 0c056878809c 18:38:29 Step 12/24 : ENV APP_PORT=48060 18:38:29 Sending build context to Docker daemon 165.6MB 18:38:29 Step 1/7 : ARG BASE=golang:1.15-alpine 18:38:29 Step 2/7 : FROM ${BASE} 18:38:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:38:29 5f621e34cdf4: Pulling fs layer 18:38:29 a4357932f1b6: Pulling fs layer 18:38:29 18c013af1878: Pulling fs layer 18:38:29 00ac8860ef70: Pulling fs layer 18:38:29 63d7cb157983: Pulling fs layer 18:38:29 b116817d02f9: Pulling fs layer 18:38:29 745a02a5169b: Pulling fs layer 18:38:29 63d7cb157983: Waiting 18:38:29 b116817d02f9: Waiting 18:38:29 745a02a5169b: Waiting 18:38:29 00ac8860ef70: Waiting 18:38:29 18c013af1878: Verifying Checksum 18:38:29 18c013af1878: Download complete 18:38:29 a4357932f1b6: Verifying Checksum 18:38:29 a4357932f1b6: Download complete 18:38:29 63d7cb157983: Download complete 18:38:29 b116817d02f9: Verifying Checksum 18:38:29 b116817d02f9: Download complete 18:38:29 5f621e34cdf4: Verifying Checksum 18:38:29 5f621e34cdf4: Download complete 18:38:29 ---> Running in 9dff4b539a0a 18:38:29 ---> Running in d4cac10f83da 18:38:29 ---> Running in 289d4a44c7ea 18:38:29 5f621e34cdf4: Pull complete 18:38:30 Removing intermediate container 7de655f6ce4a 18:38:30 ---> f6d04ee40a54 18:38:30 18:38:30 Step 10/21 : FROM alpine 18:38:30 Removing intermediate container d4cac10f83da 18:38:30 ---> 946e9e4b36f7 18:38:30 Step 13/21 : EXPOSE $APP_PORT 18:38:30 Removing intermediate container 9dff4b539a0a 18:38:30 ---> 6b8fc59dc634 18:38:30 Step 13/22 : WORKDIR / 18:38:30 Removing intermediate container 289d4a44c7ea 18:38:30 ---> 1b1e9b893338 18:38:30 Step 13/24 : EXPOSE $APP_PORT 18:38:30 latest: Pulling from library/alpine 18:38:30 a4357932f1b6: Pull complete 18:38:30 ---> Running in 6e0a48c3629a 18:38:30 ---> Running in 157ad0764c3e 18:38:30 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 18:38:30 ---> Running in 3eadbce40955 18:38:30 Status: Downloaded newer image for alpine:latest 18:38:30 ---> b14afc6dfb98 18:38:30 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:38:30 18c013af1878: Pull complete 18:38:32 ---> Running in 02420609911e 18:38:32 Removing intermediate container 6e0a48c3629a 18:38:32 ---> f9f8138df7ce 18:38:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:38:32 745a02a5169b: Verifying Checksum 18:38:32 745a02a5169b: Download complete 18:38:32 Removing intermediate container 157ad0764c3e 18:38:32 ---> 6a172ac3c788 18:38:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:38:32 Removing intermediate container 06a6a584a939 18:38:32 ---> c34a5bb179f5 18:38:32 18:38:32 Step 10/23 : FROM alpine 18:38:32 ---> b14afc6dfb98 18:38:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:38:32 Removing intermediate container 3eadbce40955 18:38:32 ---> ee4d072d4d89 18:38:32 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 18:38:32 ---> Running in 5527a6e135b0 18:38:32 ---> 2450b151073c 18:38:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:38:32 ---> a28297c9e8f5 18:38:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:38:33 ---> 17c020411e7d 18:38:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:38:33 Removing intermediate container 5527a6e135b0 18:38:33 ---> 0fd1d832db66 18:38:33 Step 12/23 : ENV APP_PORT=48080 18:38:33 ---> Running in 386031afa6b8 18:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:33 00ac8860ef70: Verifying Checksum 18:38:33 00ac8860ef70: Download complete 18:38:33 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:38:33 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:38:33 OK: 12747 distinct packages available 18:38:34 Removing intermediate container 386031afa6b8 18:38:34 ---> f355121ce832 18:38:34 Step 13/23 : EXPOSE $APP_PORT 18:38:34 (1/4) Installing ca-certificates (20191127-r4) 18:38:34 ---> ee435c6c01b1 18:38:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:38:34 ---> a0e94d9d73c7 18:38:34 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:38:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:38:34 (3/4) Installing libcurl (7.69.1-r3) 18:38:34 (4/4) Installing curl (7.69.1-r3) 18:38:34 Executing busybox-1.31.1-r19.trigger 18:38:34 Executing ca-certificates-20191127-r4.trigger 18:38:34 OK: 7 MiB in 18 packages 18:38:34 ---> 33f12e2d955e 18:38:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:38:34 ---> Running in 646b2fc67034 18:38:34 ---> 251d61013275 18:38:34 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:38:34 ---> 4c3b4c464629 18:38:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:38:35 ---> Running in 8beeddf9f2b1 18:38:35 Removing intermediate container 646b2fc67034 18:38:35 ---> 724d6af7a722 18:38:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:35 ---> 7ba940708c81 18:38:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:38:36 ---> Running in 1569d13f9340 18:38:36 ---> 5e51c5a15ca4 18:38:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:38:36 Removing intermediate container 02420609911e 18:38:36 ---> c459f138307d 18:38:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:38:36 Removing intermediate container 8beeddf9f2b1 18:38:36 ---> 39be4330c42b 18:38:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:36 ---> 5bc55a370c93 18:38:36 Step 18/22 : RUN chmod +x entrypoint.sh 18:38:36 ---> Running in 8e3df602034d 18:38:36 ---> Running in 92d60f995df3 18:38:36 ---> Running in 85a9a30e4e9e 18:38:36 ---> 0a9faa1549a3 18:38:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:38:37 Removing intermediate container 8e3df602034d 18:38:37 ---> 84d3099be77f 18:38:37 Step 13/21 : WORKDIR /edgex 18:38:37 Removing intermediate container 92d60f995df3 18:38:37 ---> 2e4a5ae2396a 18:38:37 Step 19/21 : LABEL arch=x86_64 18:38:37 ---> Running in c2ee697a3808 18:38:37 ---> Running in d5f66e276ad3 18:38:37 ---> f7afaee93582 18:38:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:38:37 ---> Running in d7e6fcf2f802 18:38:37 Removing intermediate container c2ee697a3808 18:38:37 ---> 122fc3e7475e 18:38:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:38:37 Removing intermediate container d5f66e276ad3 18:38:37 ---> a9f6bfa08542 18:38:37 Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:38:38 ---> Running in 558241b4b9a9 18:38:38 Removing intermediate container d7e6fcf2f802 18:38:38 ---> bbdf35c6d58c 18:38:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:38 Removing intermediate container 1569d13f9340 18:38:38 ---> e8e8debe8f37 18:38:38 Step 15/23 : RUN apk --no-cache add zeromq 18:38:38 ---> Running in 04a358e7338a 18:38:38 ---> 87b96cedf59b 18:38:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:38:38 ---> Running in a50ec2630861 18:38:39 Removing intermediate container 558241b4b9a9 18:38:39 ---> b8020e582769 18:38:39 Step 21/21 : LABEL version=0.0.0 18:38:39 Removing intermediate container a50ec2630861 18:38:39 ---> 127f87172333 18:38:39 Step 22/24 : LABEL arch=x86_64 18:38:39 Removing intermediate container 85a9a30e4e9e 18:38:39 ---> eb87cbbdc028 18:38:39 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:38:39 ---> 6bab74e87868 18:38:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:38:39 ---> Running in fa18cca3bfa4 18:38:39 ---> Running in 639baf2b0c0b 18:38:39 ---> Running in 97b9bf980254 18:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:39 Removing intermediate container fa18cca3bfa4 18:38:39 ---> bd5f844bb5f1 18:38:39 18:38:39 Removing intermediate container 639baf2b0c0b 18:38:39 ---> 53a82ad4da8e 18:38:39 Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:38:39 Removing intermediate container 97b9bf980254 18:38:39 ---> d1b4e5623f08 18:38:39 Step 20/22 : LABEL arch=x86_64 18:38:39 ---> Running in 93e760fe054b 18:38:39 ---> Running in 1086a172f4e0 18:38:39 ---> f69e3265f973 18:38:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:38:39 Successfully built bd5f844bb5f1 18:38:39 Successfully tagged docker-support-scheduler-go:latest 18:38:39  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 18:38:39 ---> Running in cb8fc2675319 18:38:40 Removing intermediate container 93e760fe054b 18:38:40 ---> 31b92695ab24 18:38:40 Step 24/24 : LABEL version=0.0.0 18:38:40 Removing intermediate container 1086a172f4e0 18:38:40 ---> ebc65385a538 18:38:40 Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:38:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:40 ---> Running in 3b0a02415045 18:38:40 ---> Running in 15a25005b660 18:38:40 Removing intermediate container cb8fc2675319 18:38:40 ---> 4d7fcfed30aa 18:38:40 Step 18/21 : CMD ["--init=true"] 18:38:40 ---> Running in 7859229cfdc1 18:38:40 Removing intermediate container 15a25005b660 18:38:40 ---> 674651213536 18:38:40 18:38:40 (1/5) Installing libgcc (9.3.0-r2) 18:38:40 Successfully built 674651213536 18:38:40 (2/5) Installing libsodium (1.0.18-r0) 18:38:40 Removing intermediate container 3b0a02415045 18:38:40 ---> a7452131de91 18:38:40 Step 22/22 : LABEL version=0.0.0 18:38:40 (3/5) Installing libstdc++ (9.3.0-r2) 18:38:41 (4/5) Installing libzmq (4.3.3-r0) 18:38:41 (5/5) Installing zeromq (4.3.3-r0) 18:38:41 Successfully tagged docker-support-notifications-go:latest 18:38:41 Building docker-security-secretstore-setup-go 18:38:41  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger 18:38:41 OK: 8 MiB in 19 packages 18:38:41 Removing intermediate container 7859229cfdc1 18:38:41 ---> 38a143d3a1c5 18:38:41 Step 19/21 : LABEL arch=x86_64 18:38:41 ---> Running in 2fb53da6eb0e 18:38:43 00ac8860ef70: Pull complete 18:38:43 63d7cb157983: Pull complete 18:38:44 b116817d02f9: Pull complete 18:38:45 ---> Running in 5d5283e8e7c8 18:38:48 Removing intermediate container 2fb53da6eb0e 18:38:48 ---> fb45cecf9532 18:38:48 18:38:48 Successfully built fb45cecf9532 18:38:48 745a02a5169b: Pull complete 18:38:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:38:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:38:48 ---> b7e6874047d6 18:38:48 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:38:49 Successfully tagged docker-security-bootstrap-redis-go:latest 18:38:49  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 18:38:51 ---> Running in b8c8ff38cb2e 18:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:53 Removing intermediate container 5d5283e8e7c8 18:38:53 ---> 943f23e091b8 18:38:53 Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:55 (1/12) Installing libmagic (5.38-r0) 18:38:55 (2/12) Installing file (5.38-r0) 18:38:55 (3/12) Installing libc-dev (0.7.2-r3) 18:38:55 Removing intermediate container 04a358e7338a 18:38:55 ---> ac9a419880bf 18:38:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:38:55 (4/12) Installing g++ (9.3.0-r2) 18:38:56 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 18:38:56 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:38:56 ---> 280829b05110 18:38:56 Step 3/27 : WORKDIR /edgex-go 18:38:56 ---> Using cache 18:38:56 ---> 0af82bb68176 18:38:56 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:56 ---> Using cache 18:38:56 ---> 4618e4c8432a 18:38:56 Step 5/27 : RUN apk update && apk add make bash git 18:38:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:38:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:38:58 ---> 280829b05110 18:38:58 Step 3/24 : WORKDIR /edgex-go 18:38:58 ---> Using cache 18:38:58 ---> 0af82bb68176 18:38:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:58 ---> Using cache 18:38:58 ---> 4618e4c8432a 18:38:58 Step 5/24 : RUN apk update && apk add make git 18:38:58 ---> Using cache 18:38:58 ---> f46f184ff2bd 18:38:58 Step 6/24 : COPY go.mod . 18:38:58 ---> Using cache 18:38:58 ---> b04f4d3cd995 18:38:58 Step 7/24 : RUN go mod download 18:38:58 ---> Using cache 18:38:58 ---> 0554183d3083 18:38:58 Step 8/24 : COPY . . 18:38:58 ---> Using cache 18:38:58 ---> 5ba58f788154 18:38:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:38:59 ---> Running in c20b17cf8eda 18:39:00 ---> Running in bc3c76afd014 18:39:00 ---> Running in 30590ee3afc0 18:39:00 ---> 0231f35f489e 18:39:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:39:01 Removing intermediate container c20b17cf8eda 18:39:01 ---> 5b20f79b4641 18:39:01 Step 21/21 : LABEL version=0.0.0 18:39:02 ---> Running in 5d06de171166 18:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:03 ---> 6be28aca212e 18:39:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:39:04 Removing intermediate container 5d06de171166 18:39:04 ---> e90bed9a59ab 18:39:04 18:39:04 Successfully built e90bed9a59ab 18:39:04 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:39:04 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:39:04 OK: 12750 distinct packages available 18:39:04 Successfully tagged docker-security-proxy-setup-go:latest 18:39:04 ---> 755996ff672b 18:39:04 Step 19/23 : ENTRYPOINT ["/core-data"] 18:39:04  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 18:39:04 ---> Running in f3b3e1e238d8 18:39:05 OK: 233 MiB in 51 packages 18:39:06 (5/12) Installing fortify-headers (1.1-r0) 18:39:06 (6/12) Installing patch (2.7.6-r6) 18:39:06 (7/12) Installing build-base (0.5-r2) 18:39:06 (8/12) Installing libsodium (1.0.18-r0) 18:39:06 (9/12) Installing pkgconf (1.7.2-r0) 18:39:06 (10/12) Installing libsodium-dev (1.0.18-r0) 18:39:06 (11/12) Installing libzmq (4.3.3-r0) 18:39:06 (12/12) Installing zeromq-dev (4.3.3-r0) 18:39:06 Executing busybox-1.31.1-r19.trigger 18:39:06 OK: 217 MiB in 51 packages 18:39:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:39:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:39:06 ---> 280829b05110 18:39:06 Step 3/22 : WORKDIR /edgex-go 18:39:06 ---> Using cache 18:39:06 ---> 0af82bb68176 18:39:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:06 ---> Using cache 18:39:06 ---> 4618e4c8432a 18:39:06 Step 5/22 : RUN apk update && apk add make git 18:39:06 ---> Using cache 18:39:06 ---> f46f184ff2bd 18:39:06 Step 6/22 : COPY go.mod . 18:39:06 ---> Using cache 18:39:06 ---> b04f4d3cd995 18:39:06 Step 7/22 : RUN go mod download 18:39:06 ---> Using cache 18:39:06 ---> 0554183d3083 18:39:06 Step 8/22 : COPY . . 18:39:06 ---> Using cache 18:39:06 ---> 5ba58f788154 18:39:06 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:39:07 Removing intermediate container f3b3e1e238d8 18:39:07 ---> 98172fc04fea 18:39:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:09 ---> Running in da2a21d3fed1 18:39:10 Removing intermediate container b8c8ff38cb2e 18:39:10 ---> c5e5e8e9b198 18:39:10 Step 4/7 : WORKDIR /edgex-go 18:39:10 ---> Running in 49a5642c845f 18:39:10 ---> Running in 2da1ede299f4 18:39:10 Removing intermediate container 49a5642c845f 18:39:10 ---> 458d2ebd3535 18:39:10 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 18:39:11 latest: Pulling from library/docker 18:39:11 a3cc7d3b244e: Pulling fs layer 18:39:11 02a3295e0d61: Pulling fs layer 18:39:11 0f4f2e6d8100: Pulling fs layer 18:39:11 065c9533d613: Pulling fs layer 18:39:11 9fce0df16b8b: Pulling fs layer 18:39:11 e3faa53604c1: Pulling fs layer 18:39:11 04b5adaa2053: Pulling fs layer 18:39:11 9fce0df16b8b: Waiting 18:39:11 065c9533d613: Waiting 18:39:11 e3faa53604c1: Waiting 18:39:11 04b5adaa2053: Waiting 18:39:11 Removing intermediate container 2da1ede299f4 18:39:11 ---> fb224d1b11da 18:39:11 Step 21/23 : LABEL arch=x86_64 18:39:11 Removing intermediate container bc3c76afd014 18:39:11 ---> 899a5200e79e 18:39:11 Step 6/27 : COPY go.mod . 18:39:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:39:11 ---> Running in 32587c505e29 18:39:11 0f4f2e6d8100: Verifying Checksum 18:39:11 0f4f2e6d8100: Download complete 18:39:11 a3cc7d3b244e: Download complete 18:39:11 02a3295e0d61: Verifying Checksum 18:39:11 02a3295e0d61: Download complete 18:39:11 9fce0df16b8b: Verifying Checksum 18:39:11 9fce0df16b8b: Download complete 18:39:11 e3faa53604c1: Verifying Checksum 18:39:11 e3faa53604c1: Download complete 18:39:12 04b5adaa2053: Verifying Checksum 18:39:12 04b5adaa2053: Download complete 18:39:12 a3cc7d3b244e: Pull complete 18:39:13 ---> 86f5cc3cc67f 18:39:13 Step 7/27 : RUN go mod download 18:39:13 Removing intermediate container 32587c505e29 18:39:13 ---> 4d20164169bb 18:39:13 Step 22/23 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:39:13 02a3295e0d61: Pull complete 18:39:13 065c9533d613: Verifying Checksum 18:39:13 065c9533d613: Download complete 18:39:13 ---> Running in 1f4ad839af39 18:39:13 ---> Running in e85e9c708ae7 18:39:13 0f4f2e6d8100: Pull complete 18:39:14 Removing intermediate container 1f4ad839af39 18:39:14 ---> 80d163ac8eb5 18:39:14 Step 23/23 : LABEL version=0.0.0 18:39:15 ---> Running in 885145c5dc43 18:39:16 Removing intermediate container 885145c5dc43 18:39:16 ---> 996425329642 18:39:16 18:39:16 Successfully built 996425329642 18:39:16 Successfully tagged docker-core-data-go:latest 18:39:17 065c9533d613: Pull complete 18:39:17 9fce0df16b8b: Pull complete 18:39:17 e3faa53604c1: Pull complete 18:39:18  Building docker-core-data-go ... done Removing intermediate container e85e9c708ae7 18:39:18 ---> 3703ea6b2112 18:39:18 Step 8/27 : COPY . . 18:39:18 04b5adaa2053: Pull complete 18:39:18 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 18:39:18 Status: Downloaded newer image for docker:latest 18:39:21 ---> 2623ab4da7c9 18:39:21 Step 6/7 : COPY go.mod . 18:39:22 ---> 2f23f9f844d6 18:39:22 Step 7/7 : RUN go mod download 18:39:22 ---> Running in ef661980ac0f 18:39:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:39:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:39:25 ---> 280829b05110 18:39:25 Step 3/22 : WORKDIR /edgex-go 18:39:25 ---> Using cache 18:39:25 ---> 0af82bb68176 18:39:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:25 ---> Using cache 18:39:25 ---> 4618e4c8432a 18:39:25 Step 5/22 : RUN apk update && apk add make git 18:39:25 ---> Using cache 18:39:25 ---> f46f184ff2bd 18:39:25 Step 6/22 : COPY go.mod . 18:39:25 ---> Using cache 18:39:25 ---> b04f4d3cd995 18:39:25 Step 7/22 : RUN go mod download 18:39:25 ---> Using cache 18:39:25 ---> 0554183d3083 18:39:25 Step 8/22 : COPY . . 18:39:25 ---> Using cache 18:39:25 ---> 5ba58f788154 18:39:25 Step 9/22 : RUN make cmd/core-command/core-command 18:39:25 ---> Running in c059897d25fd 18:39:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:39: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 18:39:42 Removing intermediate container 30590ee3afc0 18:39:42 ---> c123a416806f 18:39:42 18:39:42 Step 10/24 : FROM alpine:3.10 18:39:42 ---> be4e4bea2c2e 18:39:42 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:39:42 ---> Using cache 18:39:42 ---> f84648ea70d4 18:39:42 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:39:42 ---> Running in cae8756146d6 18:39:42 ---> 642fbbe300d4 18:39:42 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:39:42 ---> Running in bb2e99b994f7 18:39:42 Removing intermediate container cae8756146d6 18:39:42 ---> 92cc593105f2 18:39:42 Step 13/24 : WORKDIR / 18:39:42 ---> Running in a8c69fca6fee 18:39:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:39:42 Removing intermediate container a8c69fca6fee 18:39:42 ---> 9efe5354bc24 18:39:42 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:39:44 ---> fed933243cfc 18:39:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:39:44 Removing intermediate container da2a21d3fed1 18:39:44 ---> 40145079ec8d 18:39:44 18:39:44 Step 10/22 : FROM scratch 18:39:44 ---> 18:39:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:39:45 ---> Using cache 18:39:45 ---> 90f0b371bfaa 18:39:45 Step 12/22 : ENV APP_PORT=48081 18:39:45 ---> efad8316858c 18:39:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:39:45 ---> Running in 5ab25be9975b 18:39:45 Removing intermediate container 5ab25be9975b 18:39:45 ---> f8a89fad7e0f 18:39:45 Step 13/22 : EXPOSE $APP_PORT 18:39:46 ---> a74581038263 18:39:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:39:46 ---> Running in e3752d356185 18:39:46 Removing intermediate container e3752d356185 18:39:46 ---> 16892a02d7df 18:39:46 Step 14/22 : WORKDIR / 18:39:47 ---> Running in db1128a9c272 18:39:47 ---> 86402424e694 18:39:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:39:47 Removing intermediate container db1128a9c272 18:39:47 ---> bfc4b9b8525a 18:39:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:39:48 ---> 47aac9317b4e 18:39:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:39:49 Removing intermediate container ef661980ac0f 18:39:49 ---> ceddd2cd57ff 18:39:49 Successfully built ceddd2cd57ff 18:39:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:39:49 + docker inspect -f . ci-base-image-arm64 18:39:49 . [Pipeline] withDockerContainer 18:39:49 ---> fa4f8ba22230 18:39:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:39:49 ---> 6db3a1ee0566 18:39:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:39:49 prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container 18:39:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:39:51 $ docker top 271a6d721de2735949e7dd13eba0d3869ebdc9eea81b3dc8a3e86e022f012830 -eo pid,comm 18:39:51 Removing intermediate container c059897d25fd 18:39:51 ---> 94e9a1214e69 18:39:51 18:39:51 Step 10/22 : FROM scratch 18:39:51 ---> 18:39:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:39:51 ---> Using cache 18:39:51 ---> 90f0b371bfaa 18:39:51 Step 12/22 : ENV APP_PORT=48082 18:39:51 ---> 5b6f81201fcc 18:39:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:39:51 ---> Running in 322ca63cf65a 18:39:51 ---> 6fdf87af17ec 18:39:51 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:39:51 ---> Running in c0abe4149ecf [Pipeline] { [Pipeline] sh 18:39:52 ---> Running in 417a8ec1b2a6 18:39:52 Removing intermediate container 322ca63cf65a 18:39:52 ---> bc5833bec948 18:39:52 Step 13/22 : EXPOSE $APP_PORT 18:39:52 ---> Running in 4707e51fca35 18:39:52 + go version 18:39:52 go version go1.15.5 linux/arm64 [Pipeline] } 18:39:52 $ docker stop --time=1 271a6d721de2735949e7dd13eba0d3869ebdc9eea81b3dc8a3e86e022f012830 18:39:52 Removing intermediate container 417a8ec1b2a6 18:39:52 ---> a0a46bd73ba0 18:39:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:53 Removing intermediate container 4707e51fca35 18:39:53 ---> 9315a72896e4 18:39:53 Step 14/22 : WORKDIR / 18:39:53 ---> Running in 0957a722a12d 18:39:53 ---> Running in 1f62267579e8 18:39:53 Removing intermediate container 0957a722a12d 18:39:53 ---> 9d91dd609934 18:39:53 Step 20/22 : LABEL arch=x86_64 18:39:53 Removing intermediate container 1f62267579e8 18:39:53 ---> e4ebef8e5c73 18:39:53 ---> Running in 02f2816cbb91 18:39:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:39:53 Removing intermediate container c0abe4149ecf 18:39:53 ---> 0bf0abe63869 18:39:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:39:53 Removing intermediate container 02f2816cbb91 18:39:53 ---> 3178fcfdd176 18:39:53 Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:39:53 ---> Running in 6f43a0c02cae 18:39:54 ---> ea8bdb29f93e 18:39:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:39:54 ---> Running in 0efc4f3a9128 18:39:54 Removing intermediate container 6f43a0c02cae 18:39:54 ---> 2d320140a9b1 18:39:54 Step 22/24 : LABEL arch=x86_64 18:39:54 Removing intermediate container 0efc4f3a9128 18:39:54 ---> 644a598669c2 18:39:54 Step 22/22 : LABEL version=0.0.0 18:39:54 $ docker rm -f 271a6d721de2735949e7dd13eba0d3869ebdc9eea81b3dc8a3e86e022f012830 18:39:54 ---> Running in 328f1d93e319 18:39:54 ---> Running in e3d63ae8e2aa 18:39:54 ---> ecffede95aac 18:39:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] // withDockerContainer 18:39:54 Removing intermediate container 328f1d93e319 18:39:54 ---> e9fa74e52c4d 18:39:54 Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:39:54 Removing intermediate container e3d63ae8e2aa 18:39:54 ---> 42c14e0b1a17 18:39:54 [Pipeline] } [Pipeline] // script [Pipeline] } 18:39:55 ---> 3e49c9c34195 18:39:55 Step 18/22 : ENTRYPOINT ["/core-command"] 18:39:55 ---> Running in 936d5c440782 18:39:55 Successfully built 42c14e0b1a17 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:39:55 Successfully tagged docker-core-metadata-go:latest 18:39:55  Building docker-core-metadata-go ... done  ---> Running in 7c4be0734dc8 18:39:55 + docker inspect -f . ci-base-image-arm64 18:39:55 . [Pipeline] withDockerContainer 18:39:55 prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container 18:39:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:39:56 Removing intermediate container 936d5c440782 18:39:56 ---> 25518b479bca 18:39:56 Step 24/24 : LABEL version=0.0.0 18:39:56 ---> Running in ca09c7271c00 18:39:56 Removing intermediate container 7c4be0734dc8 18:39:56 ---> 3f1968c60155 18:39:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:39:56 Removing intermediate container bb2e99b994f7 18:39:56 ---> 0c0a2eb3c283 18:39:56 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:39:57 ---> Running in 338cfba93b6b 18:39:57 ---> Running in 3779395591ad 18:39:57 Removing intermediate container ca09c7271c00 18:39:57 ---> f9b115b3d21c 18:39:57 18:39:57 $ docker top ccb88467e929d26601b942088fd280ffe6f4bf632748b1b431b703bfae59b0a7 -eo pid,comm 18:39:57 Successfully built f9b115b3d21c 18:39:57 Successfully tagged docker-security-secretstore-setup-go:latest 18:39:57  Building docker-security-secretstore-setup-go ... done Removing intermediate container 338cfba93b6b 18:39:57 ---> 643e466bde9d 18:39:57 Step 20/22 : LABEL arch=x86_64 18:39:57 ---> Running in 74a702ce4072 [Pipeline] { [Pipeline] echo 18:39:57 ========================================================= 18:39:57 [edgeXBuildGoParallel] Running Tests and Build... 18:39:57 ========================================================= [Pipeline] sh 18:39:57 Removing intermediate container 74a702ce4072 18:39:57 ---> 830d38d6eb2e 18:39:57 Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:39:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:39:57 ---> Running in f17ef27353f3 18:39:58 Removing intermediate container f17ef27353f3 18:39:58 ---> 8e0f6c078d1b 18:39:58 Step 22/22 : LABEL version=0.0.0 18:39:58 ---> Running in 02020ed514eb 18:39:58 Removing intermediate container 02020ed514eb 18:39:58 ---> d4675114efc3 18:39:58 18:39:58 Successfully built d4675114efc3 18:39:58 Successfully tagged docker-core-command-go:latest 18:39:58 + make test 18:39:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:39:58  Building docker-core-command-go ... done Removing intermediate container 3779395591ad 18:39:58 ---> 7183eb1fca7a 18:39:58 18:39:58 Step 11/27 : FROM docker:latest 18:39:58 ---> 0c995d0d3006 18:39:58 Step 12/27 : RUN apk add --no-cache bash 18:39:58 ---> Running in d72ec3747b82 18:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:59 (1/2) Installing readline (8.0.4-r0) 18:39:59 (2/2) Installing bash (5.0.17-r0) 18:39:59 Executing bash-5.0.17-r0.post-install 18:39:59 Executing busybox-1.31.1-r19.trigger 18:39:59 OK: 12 MiB in 22 packages 18:40:00 Removing intermediate container d72ec3747b82 18:40:00 ---> ae73bb6c2b28 18:40:00 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:40:00 ---> Running in b9676929667e 18:40:01 Removing intermediate container b9676929667e 18:40:01 ---> 7c2168408810 18:40:01 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:40:01 ---> Running in 517433f656e7 18:40:01 Removing intermediate container 517433f656e7 18:40:01 ---> 905fb3499c87 18:40:01 Step 15/27 : ENV APP_PORT=48090 18:40:01 ---> Running in b8489c4666a6 18:40:01 Removing intermediate container b8489c4666a6 18:40:01 ---> 378d48b4f67e 18:40:01 Step 16/27 : EXPOSE $APP_PORT 18:40:02 ---> Running in 5ccbeab49720 18:40:02 Removing intermediate container 5ccbeab49720 18:40:02 ---> ddb75c939a15 18:40:02 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:40:02 ---> a96b73907035 18:40:02 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:40:02 ---> 1d3233c70ea7 18:40:02 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:40:03 ---> 2fdb7def52da 18:40:03 Step 20/27 : RUN apk --no-cache add py3-pip 18:40:03 ---> Running in b6660327f700 18:40:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:04 (1/33) Installing libbz2 (1.0.8-r1) 18:40:04 (2/33) Installing expat (2.2.9-r1) 18:40:04 (3/33) Installing libffi (3.3-r2) 18:40:04 (4/33) Installing gdbm (1.13-r1) 18:40:04 (5/33) Installing xz-libs (5.2.5-r0) 18:40:04 (6/33) Installing sqlite-libs (3.32.1-r0) 18:40:04 (7/33) Installing python3 (3.8.5-r0) 18:40:05 (8/33) Installing py3-appdirs (1.4.4-r1) 18:40:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:40:05 (10/33) Installing py3-parsing (2.4.7-r0) 18:40:05 (11/33) Installing py3-six (1.15.0-r0) 18:40:05 (12/33) Installing py3-packaging (20.4-r0) 18:40:05 (13/33) Installing py3-setuptools (47.0.0-r0) 18:40:05 (14/33) Installing py3-chardet (3.0.4-r4) 18:40:05 (15/33) Installing py3-idna (2.9-r0) 18:40:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:40:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:40:05 (18/33) Installing py3-requests (2.23.0-r0) 18:40:05 (19/33) Installing py3-msgpack (1.0.0-r0) 18:40:05 (20/33) Installing py3-lockfile (0.12.2-r3) 18:40:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:40:05 (22/33) Installing py3-colorama (0.4.3-r0) 18:40:05 (23/33) Installing py3-distlib (0.3.0-r0) 18:40:05 (24/33) Installing py3-distro (1.5.0-r1) 18:40:05 (25/33) Installing py3-webencodings (0.5.1-r3) 18:40:05 (26/33) Installing py3-html5lib (1.0.1-r4) 18:40:05 (27/33) Installing py3-pytoml (0.1.21-r0) 18:40:05 (28/33) Installing py3-pep517 (0.8.2-r0) 18:40:05 (29/33) Installing py3-progress (1.5-r0) 18:40:05 (30/33) Installing py3-toml (0.10.1-r0) 18:40:05 (31/33) Installing py3-retrying (1.3.3-r0) 18:40:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:40:05 (33/33) Installing py3-pip (20.1.1-r0) 18:40:05 Executing busybox-1.31.1-r19.trigger 18:40:05 OK: 71 MiB in 55 packages 18:40:15 Removing intermediate container b6660327f700 18:40:15 ---> 4436e54801f8 18:40:15 Step 21/27 : RUN pip install docker-compose==1.23.2 18:40:15 ---> Running in c77110865469 18:40:15 Collecting docker-compose==1.23.2 18:40:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:40:16 Collecting texttable<0.10,>=0.9.0 18:40:16 Downloading texttable-0.9.1.tar.gz (11 kB) 18:40:16 Collecting PyYAML<4,>=3.10 18:40:16 Downloading PyYAML-3.13.tar.gz (270 kB) 18:40:17 Collecting cached-property<2,>=1.2.0 18:40:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:40:17 Collecting docker<4.0,>=3.6.0 18:40:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:40:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:40:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:40:17 Collecting jsonschema<3,>=2.5.1 18:40:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:40:18 Collecting dockerpty<0.5,>=0.4.1 18:40:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:40:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:40:18 Collecting websocket-client<1.0,>=0.32.0 18:40:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:40:18 Collecting docopt<0.7,>=0.6.1 18:40:19 Downloading docopt-0.6.2.tar.gz (25 kB) 18:40:19 Collecting docker-pycreds>=0.4.0 18:40:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:40:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:40:19 Collecting idna<2.8,>=2.5 18:40:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:40:19 Collecting urllib3<1.25,>=1.21.1 18:40:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:40:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:40:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:40:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:40:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:40:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:40:19 Installing collected packages: texttable, PyYAML, cached-property, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, dockerpty, docopt, docker-compose 18:40:19 Running setup.py install for texttable: started 18:40:20 ? github.com/edgexfoundry/edgex-go [no test files] 18:40:21 Running setup.py install for texttable: finished with status 'done' 18:40:21 Running setup.py install for PyYAML: started 18:40:21 Running setup.py install for PyYAML: finished with status 'done' 18:40:22 Attempting uninstall: idna 18:40:22 Found existing installation: idna 2.9 18:40:22 Uninstalling idna-2.9: 18:40:22 Successfully uninstalled idna-2.9 18:40:22 Attempting uninstall: urllib3 18:40:22 Found existing installation: urllib3 1.25.9 18:40:22 Uninstalling urllib3-1.25.9: 18:40:22 Successfully uninstalled urllib3-1.25.9 18:40:22 Attempting uninstall: requests 18:40:22 Found existing installation: requests 2.23.0 18:40:22 Uninstalling requests-2.23.0: 18:40:22 Successfully uninstalled requests-2.23.0 18:40:22 Running setup.py install for dockerpty: started 18:40:23 Running setup.py install for dockerpty: finished with status 'done' 18:40:23 Running setup.py install for docopt: started 18:40:23 Running setup.py install for docopt: finished with status 'done' 18:40:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:40:27 Removing intermediate container c77110865469 18:40:27 ---> f6cc4e880be1 18:40:27 Step 22/27 : RUN apk --no-cache add curl 18:40:27 ---> Running in 5bfb4637e6dd 18:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:40:27 (2/3) Installing libcurl (7.69.1-r3) 18:40:27 (3/3) Installing curl (7.69.1-r3) 18:40:27 Executing busybox-1.31.1-r19.trigger 18:40:27 OK: 72 MiB in 58 packages 18:40:27 Removing intermediate container 5bfb4637e6dd 18:40:27 ---> 2db884d0be94 18:40:27 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:40:28 ---> Running in ea80a82dae6c 18:40:28 Removing intermediate container ea80a82dae6c 18:40:28 ---> b4bf9b8aff82 18:40:28 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:28 ---> Running in d3840300a846 18:40:28 Removing intermediate container d3840300a846 18:40:28 ---> 8467055d1388 18:40:28 Step 25/27 : LABEL arch=x86_64 18:40:28 ---> Running in 68c14cc4d843 18:40:28 Removing intermediate container 68c14cc4d843 18:40:28 ---> 531aa59715cd 18:40:28 Step 26/27 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:40:28 ---> Running in 785ef72ba674 18:40:28 Removing intermediate container 785ef72ba674 18:40:28 ---> 890f1cc44966 18:40:28 Step 27/27 : LABEL version=0.0.0 18:40:28 ---> Running in 84328a9bfdef 18:40:29 Removing intermediate container 84328a9bfdef 18:40:29 ---> db588e337ab4 18:40:29 18:40:29 Successfully built db588e337ab4 18:40:29 Successfully tagged docker-sys-mgmt-agent-go:latest 18:40:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:40:29 $ docker stop --time=1 b86b1f8bdc30c776216ddf959311b3ced68f23277d5be1d032194d3c94d9cc03 18:40:31 $ docker rm -f b86b1f8bdc30c776216ddf959311b3ced68f23277d5be1d032194d3c94d9cc03 [Pipeline] // withDockerContainer [Pipeline] sh 18:40:31 + docker images 18:40:31 + grep docker 18:40:31 docker-sys-mgmt-agent-go latest db588e337ab4 3 seconds ago 313MB 18:40:31 docker-core-command-go latest d4675114efc3 33 seconds ago 12.2MB 18:40:31 docker-security-secretstore-setup-go latest f9b115b3d21c 35 seconds ago 24.7MB 18:40:31 docker-core-metadata-go latest 42c14e0b1a17 37 seconds ago 14.5MB 18:40:31 docker-core-data-go latest 996425329642 About a minute ago 23.7MB 18:40:31 docker-security-proxy-setup-go latest e90bed9a59ab About a minute ago 24.6MB 18:40:31 docker-security-bootstrap-redis-go latest fb45cecf9532 About a minute ago 15.8MB 18:40:31 docker-support-notifications-go latest 674651213536 About a minute ago 13.6MB 18:40:31 docker-support-scheduler-go latest bd5f844bb5f1 About a minute ago 12.3MB 18:40:31 docker latest 0c995d0d3006 20 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:40:47 Still waiting to schedule task 18:40:47 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:41:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:41:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:41:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:41:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:41:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:41:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:41:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.250s coverage: 46.6% of statements 18:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:41:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:41:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.514s coverage: 27.1% of statements 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:41:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:41:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:41:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.581s coverage: 71.3% of statements 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:41:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.633s coverage: 83.7% of statements 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:41:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:41:43 Running on prd-ubuntu18.04-docker-8c-8g-16377 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 18:41:43 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 18:41:45 using credential edgex-jenkins-ssh 18:41:46 Cloning the remote Git repository 18:41:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:41:46 > git init /w/workspace/edgex-go/12 # timeout=10 18:41:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:41:46 > git --version # timeout=10 18:41:46 > git --version # 'git version 2.17.1' 18:41:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.345s coverage: 86.7% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:41:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.207s coverage: 78.3% of statements 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:41:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:41:52 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 29c0f48cb91e711059cd5d4a56f95c145c37e231 18:41:53 Merge succeeded, producing 29c0f48cb91e711059cd5d4a56f95c145c37e231 18:41:53 Checking out Revision 29c0f48cb91e711059cd5d4a56f95c145c37e231 (PR-2913) 18:41:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:41:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:41:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:41:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:41:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:41:52 > git config core.sparsecheckout # timeout=10 18:41:52 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 18:41:53 > git remote # timeout=10 18:41:53 > git config --get remote.origin.url # timeout=10 18:41:53 using GIT_SSH to set credentials SSH Credentials for GitHub 18:41:53 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 18:41:53 > git rev-parse HEAD^{commit} # timeout=10 18:41:53 > git config core.sparsecheckout # timeout=10 18:41:53 > git checkout -f 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 18:41:56 Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:41:57 + echo snap-build.sh 18:41:57 snap-build.sh 18:41:57 + SNAP_BASE_DIR=. 18:41:57 + '[' '!' -z /w/workspace/edgex-go/12 ']' 18:41:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/12 18:41:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' 18:41:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/12] 18:41:57 + cd /w/workspace/edgex-go/12 18:41:57 + sudo apt-get remove -qy --purge lxd lxd-client 18:41:57 Reading package lists... 18:41:58 Building dependency tree... 18:41:58 Reading state information... 18:41:58 The following packages were automatically installed and are no longer required: 18:41:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:41:58 uidmap xdelta3 18:41:58 Use 'sudo apt autoremove' to remove them. 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.971s coverage: 93.8% of statements 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.117s coverage: 75.5% of statements 18:41:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements 18:41:58 The following packages will be REMOVED: 18:41:58 lxd* lxd-client* 18:41:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.2% of statements 18:41:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:41:59 After this operation, 31.7 MB disk space will be freed. 18:42:00 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 18:42:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements 18:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:42:01 Removing lxd dnsmasq configuration 18:42:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:42:01 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:42:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 63.5% of statements 18:42:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:42:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:42:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.102s coverage: 100.0% of statements 18:42:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements 18:42:02 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:42:02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 18:42:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:42:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 18:42:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 18:42:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 18:42:04 Processing triggers for systemd (237-3ubuntu10.42) ... 18:42:04 Processing triggers for ureadahead (0.100.0-21) ... 18:42:06 + sudo snap remove --purge lxd 18:42:06 snap "lxd" is not installed 18:42:06 + sudo groupadd --force --system lxd 18:42:06 ++ whoami 18:42:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:42:06 + newgrp - lxd 18:42:06 + sudo snap install lxd 18:42:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.898s coverage: 55.9% of statements 18:42:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:42:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:42:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:42:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:42:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements 18:42:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:42:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements 18:42:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements 18:42:16 2020-12-16T18:42:14Z INFO Waiting for automatic snapd restart... 18:42:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.1% of statements 18:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:42:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements 18:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:42:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 18:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:42:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 18:42:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:42:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.882s coverage: 29.1% of statements 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:42:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:42:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:42:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:42:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:42:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:42:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 18:42:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:42:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:42:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 18:42:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 18:42:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:42:24 GO111MODULE=on go vet ./... 18:42:35 lxd 4.9 from Canonical* installed 18:42:35 + sudo lxd init --auto 18:42:43 + sudo snap install --classic snapcraft 18:42:51 snapcraft 4.4.4 from Canonical* installed 18:42:51 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:42:51 + patch --verbose -p1 18:42:51 Hmm... Looks like a unified diff to me... 18:42:51 The text leading up to this was: 18:42:51 -------------------------- 18:42:51 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 18:42:51 |From: Tony Espy 18:42:51 |Date: Wed, 2 Dec 2020 17:38:31 -0500 18:42:51 |Subject: [PATCH] optimize snap build for pipeline CI check 18:42:51 | 18:42:51 |This patch is used by the EdgeX CI pipeline builds to 18:42:51 |optimize the snap CI check run for pull requests. When 18:42:51 |applied, it essentially strips out everything (apps and 18:42:51 |parts) from the snapcraft.yaml file except those required 18:42:51 |to build edgex-go, as the whole idea of the CI check is to 18:42:51 |catch changes to edgex-go that break the snap build. 18:42:51 | 18:42:51 |In general, anyone updating snapcraft.yaml will also need 18:42:51 |to update this patch file, otherwise it may fail to apply, 18:42:51 |resulting in a failed snap build CI check in the associated 18:42:51 |pull request. 18:42:51 | 18:42:51 |Note - in addition to applying this patch, the pipeline also 18:42:51 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:42:51 |need to build the finally binary .snap file (and it won't 18:42:51 |work with the patch applied). This further reduces the build 18:42:51 |time. 18:42:51 |--- 18:42:51 | snap/snapcraft.yaml | 466 +------------------------------------------- 18:42:51 | 1 file changed, 2 insertions(+), 464 deletions(-) 18:42:51 | 18:42:51 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:42:51 |index b265277c..d7e1de37 100644 18:42:51 |--- a/snap/snapcraft.yaml 18:42:51 |+++ b/snap/snapcraft.yaml 18:42:51 -------------------------- 18:42:51 patching file snap/snapcraft.yaml 18:42:51 Using Plan A... 18:42:51 Hunk #1 FAILED at 75. 18:42:51 Hunk #2 FAILED at 136. 18:42:51 Hunk #3 succeeded at 271 (offset -21 lines). 18:42:51 Hunk #4 succeeded at 283 with fuzz 2 (offset -24 lines). 18:42:51 Hunk #5 succeeded at 291 (offset -24 lines). 18:42:51 Hunk #6 succeeded at 298 (offset -24 lines). 18:42:51 Hunk #7 succeeded at 325 (offset -24 lines). 18:42:51 Hunk #8 succeeded at 359 (offset -24 lines). 18:42:51 Hunk #9 succeeded at 410 (offset -29 lines). 18:42:51 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 18:42:51 Hmm... Ignoring the trailing garbage. 18:42:51 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:42:52 Failed in branch amd64 18:43:32 gofmt -l . 18:43:32 [ "`gofmt -l .`" = "" ] 18:43:34 ./bin/test-go-mod-tidy.sh 18:43:35 ./bin/test-attribution-txt.sh [Pipeline] sh 18:43:40 + ls -al . 18:43:40 total 660 18:43:40 drwxrwxr-x 9 1001 1001 4096 Dec 16 18:43 . 18:43:40 drwxr-xr-x 4 root root 4096 Dec 16 18:39 .. 18:43:40 -rw-rw-r-- 1 1001 1001 11 Dec 16 18:38 .dockerignore 18:43:40 drwxrwxr-x 8 1001 1001 4096 Dec 16 18:38 .git 18:43:40 drwxrwxr-x 3 1001 1001 4096 Dec 16 18:38 .github 18:43:40 -rw-rw-r-- 1 1001 1001 848 Dec 16 18:38 .gitignore 18:43:40 -rw-rw-r-- 1 1001 1001 166 Dec 16 18:38 .sonarcloud.properties 18:43:40 -rw-rw-r-- 1 1001 1001 3804 Dec 16 18:38 CONTRIBUTING.md 18:43:40 -rw-rw-r-- 1 1001 1001 1035 Dec 16 18:38 Dockerfile.build 18:43:40 -rw-rw-r-- 1 1001 1001 863 Dec 16 18:38 Jenkinsfile 18:43:40 -rw-rw-r-- 1 1001 1001 10775 Dec 16 18:38 LICENSE 18:43:40 -rw-rw-r-- 1 1001 1001 5750 Dec 16 18:38 Makefile 18:43:40 -rw-rw-r-- 1 1001 1001 6596 Dec 16 18:38 README.md 18:43:40 -rw-rw-r-- 1 1001 1001 6744 Dec 16 18:38 SECURITY.md 18:43:40 -rw-rw-r-- 1 1001 1001 5 Dec 16 18:33 VERSION 18:43:40 -rw-rw-r-- 1 1001 1001 4131 Dec 16 18:38 ZMQWindows.md 18:43:40 drwxrwxr-x 2 1001 1001 4096 Dec 16 18:38 bin 18:43:40 drwxrwxr-x 14 1001 1001 4096 Dec 16 18:38 cmd 18:43:40 -rw-r--r-- 1 root root 535934 Dec 16 18:42 coverage.out 18:43:40 -rw-r--r-- 1 root root 1041 Dec 16 18:43 go.mod 18:43:40 -rw-r--r-- 1 root root 18856 Dec 16 18:43 go.sum 18:43:40 drwxrwxr-x 8 1001 1001 4096 Dec 16 18:38 internal 18:43:40 drwxrwxr-x 4 1001 1001 4096 Dec 16 18:38 openapi 18:43:40 drwxrwxr-x 4 1001 1001 4096 Dec 16 18:38 snap 18:43:40 -rw-rw-r-- 1 1001 1001 168 Dec 16 18:38 version.go [Pipeline] sh 18:43:40 + '[' -e coverage.out ] 18:43:40 + chown 1001:1001 coverage.out [Pipeline] stash 18:43:40 Warning: overwriting stash ‘coverage-report’ 18:43:42 Stashed 1 file(s) [Pipeline] sh 18:43:42 + make build 18:43:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:43:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:44:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:44:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:44:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:44:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:44:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:44:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 18:44:57 $ docker stop --time=1 ccb88467e929d26601b942088fd280ffe6f4bf632748b1b431b703bfae59b0a7 18:45:00 $ docker rm -f ccb88467e929d26601b942088fd280ffe6f4bf632748b1b431b703bfae59b0a7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:02 18:45:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:45:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:03 latest: Pulling from edgex-devops/edgex-compose-arm64 18:45:03 29e5d40040c1: Pulling fs layer 18:45:03 1ce36da41761: Pulling fs layer 18:45:03 25b303627fd3: Pulling fs layer 18:45:03 29e5d40040c1: Download complete 18:45:03 29e5d40040c1: Pull complete 18:45:04 1ce36da41761: Verifying Checksum 18:45:04 1ce36da41761: Download complete 18:45:05 1ce36da41761: Pull complete 18:45:05 25b303627fd3: Verifying Checksum 18:45:05 25b303627fd3: Download complete 18:45:15 25b303627fd3: Pull complete 18:45:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:45:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:45:15 prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container 18:45:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:45:18 $ docker top 0ed1ec2f1458d02605cd40868090a7209c763ca4c88b4af36efc42acaeb20f53 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:20 + grep parallel 18:45:20 + docker-compose build --help 18:45:23 --parallel Build images in parallel. [Pipeline] } 18:45:23 $ docker stop --time=1 0ed1ec2f1458d02605cd40868090a7209c763ca4c88b4af36efc42acaeb20f53 18:45:25 $ docker rm -f 0ed1ec2f1458d02605cd40868090a7209c763ca4c88b4af36efc42acaeb20f53 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:45:26 . [Pipeline] withDockerContainer 18:45:26 prd-ubuntu18.04-docker-arm64-4c-16g-16376 does not seem to be running inside a container 18:45:26 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:45:27 $ docker top 0c197c490e9c4b7da6f1f44fc2a18d59dc27b7f6b2f0ee785db6f15060987644 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:28 + docker-compose -f ./docker-compose-build.yml build --parallel 18:45:32 Building docker-core-command-go ... 18:45:32 Building docker-core-data-go ... 18:45:32 Building docker-core-metadata-go ... 18:45:32 Building docker-security-bootstrap-redis-go ... 18:45:32 Building docker-security-proxy-setup-go ... 18:45:32 Building docker-security-secretstore-setup-go ... 18:45:32 Building docker-support-notifications-go ... 18:45:32 Building docker-support-scheduler-go ... 18:45:32 Building docker-sys-mgmt-agent-go ... 18:45:32 Building docker-support-notifications-go 18:45:32 Building docker-core-metadata-go 18:45:32 Building docker-security-proxy-setup-go 18:45:32 Building docker-sys-mgmt-agent-go 18:45:32 Building docker-core-command-go 18:46:54 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 18:46:54 Step 2/27 : FROM ${BUILDER_BASE} AS builder 18:46:54 ---> ceddd2cd57ff 18:46:54 Step 3/27 : WORKDIR /edgex-go 18:46:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:46:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:46:54 ---> ceddd2cd57ff 18:46:54 Step 3/24 : WORKDIR /edgex-go 18:46:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:46:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:46:54 ---> ceddd2cd57ff 18:46:54 Step 3/21 : WORKDIR /edgex-go 18:46:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:46:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:54 ---> ceddd2cd57ff 18:46:54 Step 3/22 : WORKDIR /edgex-go 18:46:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:46:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:46:54 ---> ceddd2cd57ff 18:46:54 Step 3/22 : WORKDIR /edgex-go 18:46:54 ---> Running in 4360c2035395 18:46:54 ---> Running in 289eef6238c8 18:46:54 ---> Running in 8ccba910a995 18:46:54 ---> Running in 374720a07c94 18:46:54 ---> Running in 93989331f887 18:46:54 Removing intermediate container 4360c2035395 18:46:54 ---> 8c98418af1c7 18:46:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:54 Removing intermediate container 289eef6238c8 18:46:54 ---> 2bfa33c84338 18:46:54 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:54 Removing intermediate container 93989331f887 18:46:54 ---> 2269d4209f5c 18:46:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:54 Removing intermediate container 8ccba910a995 18:46:54 ---> 7aa13ec4dcb3 18:46:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:54 Removing intermediate container 374720a07c94 18:46:54 ---> ca41f4d737e1 18:46:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:54 ---> Running in 321c8be99b66 18:46:54 ---> Running in 41efb08eba7b 18:46:54 ---> Running in 8998378098d2 18:46:54 ---> Running in 700c50749cb2 18:46:54 ---> Running in d0fd71b4b7d1 18:46:54 Removing intermediate container 321c8be99b66 18:46:54 ---> 87e2a4765c29 18:46:54 Step 5/22 : RUN apk update && apk add make git 18:46:54 ---> Running in d0267685e2e9 18:46:54 Removing intermediate container 41efb08eba7b 18:46:54 ---> 72d67498d4e6 18:46:54 Step 5/27 : RUN apk update && apk add make bash git 18:46:54 Removing intermediate container 8998378098d2 18:46:54 ---> 1af9b4ae840e 18:46:54 Step 5/22 : RUN apk update && apk add make git 18:46:54 Removing intermediate container d0fd71b4b7d1 18:46:54 ---> 6e1a58b7df24 18:46:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 18:46:54 Removing intermediate container 700c50749cb2 18:46:54 ---> 7c48e9d5f182 18:46:54 Step 5/21 : RUN apk update && apk add make git 18:46:54 ---> Running in 84905d6c0fbe 18:46:54 ---> Running in 390831a24ced 18:46:54 ---> Running in d000c4e718e8 18:46:54 ---> Running in c6d40e90e860 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:55 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:46:55 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:46:55 OK: 12620 distinct packages available 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:46:56 OK: 12620 distinct packages available 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:46:56 OK: 12620 distinct packages available 18:46:56 OK: 217 MiB in 51 packages 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:46:56 OK: 12620 distinct packages available 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:46:56 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:46:56 OK: 12620 distinct packages available 18:46:57 OK: 217 MiB in 51 packages 18:46:57 OK: 217 MiB in 51 packages 18:46:57 OK: 217 MiB in 51 packages 18:46:57 OK: 217 MiB in 51 packages 18:46:58 Removing intermediate container d0267685e2e9 18:46:58 ---> b26b3f0c2383 18:46:58 Step 6/22 : COPY go.mod . 18:46:58 Removing intermediate container 84905d6c0fbe 18:46:58 ---> 1ce2c657eed4 18:46:58 Step 6/27 : COPY go.mod . 18:46:59 Removing intermediate container 390831a24ced 18:46:59 ---> 8e4f9730d19a 18:46:59 Step 6/22 : COPY go.mod . 18:46:59 Removing intermediate container d000c4e718e8 18:46:59 ---> 1ac14b3a74be 18:46:59 Step 6/24 : COPY go.mod . 18:46:59 ---> c9725efdc52b 18:46:59 Step 7/22 : RUN go mod download 18:46:59 Removing intermediate container c6d40e90e860 18:46:59 ---> 1c283883e4e4 18:46:59 Step 6/21 : COPY go.mod . 18:46:59 ---> Running in d6fc302873f7 18:47:00 ---> 3e0d28d06d36 18:47:00 Step 7/27 : RUN go mod download 18:47:00 ---> Running in 44e2e9113d49 18:47:00 ---> 80933941ad95 18:47:00 Step 7/22 : RUN go mod download 18:47:00 ---> Running in 603aaa48ad56 18:47:00 ---> d5cca31813a8 18:47:00 Step 7/24 : RUN go mod download 18:47:00 ---> a0440b034460 18:47:00 Step 7/21 : RUN go mod download 18:47:01 ---> Running in ea5a09067689 18:47:01 ---> Running in 28d86cc2480a 18:47:03 Removing intermediate container d6fc302873f7 18:47:03 ---> 4be7ade1f402 18:47:03 Step 8/22 : COPY . . 18:47:04 Removing intermediate container 44e2e9113d49 18:47:04 ---> 1a08e2109719 18:47:04 Step 8/27 : COPY . . 18:47:05 Removing intermediate container 603aaa48ad56 18:47:05 ---> d1f76e91a277 18:47:05 Step 8/22 : COPY . . 18:47:06 Removing intermediate container 28d86cc2480a 18:47:06 ---> f7b7553f5249 18:47:06 Step 8/21 : COPY . . 18:47:06 Removing intermediate container ea5a09067689 18:47:06 ---> 7ef8ff5a2120 18:47:06 Step 8/24 : COPY . . 18:47:33 ---> 710c795759e6 18:47:33 Step 9/22 : RUN make cmd/core-command/core-command 18:47:33 ---> 0f2b9cedd92e 18:47:33 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:47:33 ---> 119cc6c300d9 18:47:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:47:33 ---> 6c2e90826bb9 18:47:33 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:47:33 ---> 36831ca38df4 18:47:33 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:47:33 ---> Running in 26f2418063b9 18:47:33 ---> Running in 220bf0fcb392 18:47:33 ---> Running in 047e57bfce10 18:47:33 ---> Running in f759459efcea 18:47:33 ---> Running in be169e289a4f 18:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:47: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 18:48:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:49:10 Removing intermediate container 220bf0fcb392 18:49:10 ---> 2bdd3083a18d 18:49:10 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:49:10 Removing intermediate container f759459efcea 18:49:10 ---> c9b5c9c651cd 18:49:10 18:49:10 Step 10/21 : FROM alpine 18:49:10 latest: Pulling from library/alpine 18:49:10 ---> Running in 77d99fcb0e41 18:49:10 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 18:49:10 Status: Downloaded newer image for alpine:latest 18:49:10 ---> dd36a01c3f31 18:49:10 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 18:49:10 ---> Running in 3f3f98537068 18:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:49:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:11 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 18:49:11 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 18:49:11 OK: 12617 distinct packages available 18:49:12 (1/4) Installing ca-certificates (20191127-r4) 18:49:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:49:12 (3/4) Installing libcurl (7.69.1-r3) 18:49:12 (4/4) Installing curl (7.69.1-r3) 18:49:12 Executing busybox-1.31.1-r19.trigger 18:49:12 Executing ca-certificates-20191127-r4.trigger 18:49:13 OK: 7 MiB in 18 packages 18:49:16 Removing intermediate container 77d99fcb0e41 18:49:16 ---> 8fb7cf120546 18:49:16 18:49:16 Step 11/27 : FROM docker:latest 18:49:16 ---> 0c09fb3ff9b5 18:49:16 Step 12/27 : RUN apk add --no-cache bash 18:49:16 Removing intermediate container 3f3f98537068 18:49:16 ---> be087f48ed46 18:49:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:49:16 ---> Running in d382f6b45247 18:49:16 ---> Running in 5f869257dfb3 18:49:17 Removing intermediate container 5f869257dfb3 18:49:17 ---> cd7122252e3c 18:49:17 Step 13/21 : WORKDIR /edgex 18:49:18 ---> Running in cb3b774211c7 18:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:18 Removing intermediate container cb3b774211c7 18:49:18 ---> 24583451ea4c 18:49:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:49:19 (1/2) Installing readline (8.0.4-r0) 18:49:19 (2/2) Installing bash (5.0.17-r0) 18:49:19 Executing bash-5.0.17-r0.post-install 18:49:19 Executing busybox-1.31.1-r19.trigger 18:49:19 OK: 12 MiB in 22 packages 18:49:20 ---> 79abc269469c 18:49:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:49:23 Removing intermediate container d382f6b45247 18:49:23 ---> a2987ce0b1fd 18:49:23 Step 13/27 : RUN rm -rf /var/cache/apk/* 18:49:23 ---> Running in a3364d78a5af 18:49:27 ---> b7dfed4510a2 18:49:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:49:27 Removing intermediate container be169e289a4f 18:49:27 ---> 8c3466897b5d 18:49:27 18:49:27 Step 10/24 : FROM scratch 18:49:27 ---> 18:49:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:49:28 ---> Running in 7d86f010c40a 18:49:28 Removing intermediate container 26f2418063b9 18:49:28 ---> 231a0f61b6d4 18:49:28 18:49:28 Step 10/22 : FROM scratch 18:49:28 ---> 18:49:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:49:28 ---> 69afbfddca88 18:49:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:49:28 ---> Running in 32cee4126e02 18:49:29 ---> Running in e658c4dfa8bd 18:49:29 Removing intermediate container a3364d78a5af 18:49:29 ---> f4812023b518 18:49:29 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:49:29 Removing intermediate container 7d86f010c40a 18:49:29 ---> c221d7a78b7f 18:49:29 Step 12/24 : ENV APP_PORT=48060 18:49:29 ---> Running in c3f4c0fcae6c 18:49:29 ---> Running in b8a5807e538d 18:49:29 Removing intermediate container 32cee4126e02 18:49:29 ---> 7f9155f6aa74 18:49:29 Step 12/22 : ENV APP_PORT=48082 18:49:29 ---> Running in 3a70d3df6fc7 18:49:29 Removing intermediate container e658c4dfa8bd 18:49:29 ---> 8d4d2dad0263 18:49:29 Step 18/21 : CMD ["--init=true"] 18:49:29 Removing intermediate container c3f4c0fcae6c 18:49:29 ---> c9d71ed8500b 18:49:29 Step 13/24 : EXPOSE $APP_PORT 18:49:30 ---> Running in 413fb7694cc0 18:49:30 Removing intermediate container b8a5807e538d 18:49:30 ---> b22a510615ae 18:49:30 Step 15/27 : ENV APP_PORT=48090 18:49:30 ---> Running in 57cbf4598576 18:49:30 ---> Running in ee8312b85d50 18:49:30 Removing intermediate container 3a70d3df6fc7 18:49:30 ---> 4846296ce641 18:49:30 Step 13/22 : EXPOSE $APP_PORT 18:49:30 ---> Running in 41c21db08ca5 18:49:30 Removing intermediate container 413fb7694cc0 18:49:30 ---> 9683328ad1f6 18:49:30 Step 19/21 : LABEL arch=arm64 18:49:30 Removing intermediate container 57cbf4598576 18:49:30 ---> 74be46ebfed2 18:49:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:49:31 ---> Running in db260e4ffa53 18:49:31 Removing intermediate container ee8312b85d50 18:49:31 ---> 3cccd9dadaf1 18:49:31 Step 16/27 : EXPOSE $APP_PORT 18:49:31 Removing intermediate container 41c21db08ca5 18:49:31 ---> b0607a75a05f 18:49:31 Step 14/22 : WORKDIR / 18:49:31 ---> Running in 0da434a43a60 18:49:31 ---> Running in 8f008d4749f2 18:49:31 Removing intermediate container db260e4ffa53 18:49:31 ---> cebb95719d48 18:49:31 Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:49:31 ---> b107eb1508a6 18:49:31 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:49:31 ---> Running in 71a3202ccf90 18:49:31 Removing intermediate container 0da434a43a60 18:49:31 ---> 68efb9dbac6b 18:49:31 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:49:32 Removing intermediate container 8f008d4749f2 18:49:32 ---> 656ec3804020 18:49:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 18:49:32 Removing intermediate container 71a3202ccf90 18:49:32 ---> 802f76657cb6 18:49:32 Step 21/21 : LABEL version=0.0.0 18:49:33 ---> da48415d9da1 18:49:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:49:33 ---> Running in 4421fc994da4 18:49:33 ---> 760212e4a5ef 18:49:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:49:33 ---> 64d579018803 18:49:33 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:49:34 Removing intermediate container 4421fc994da4 18:49:34 ---> 4d6d3f6abcb2 18:49:34 18:49:34 Successfully built 4d6d3f6abcb2 18:49:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:49:35  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 18:49:35 ---> 5ba1781559f8 18:49:35 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:49:35 ---> 09a8edac10c1 18:49:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:49:35 ---> 3f7a1c1dd0ba 18:49:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 18:49:38 ---> 424d4b151c18 18:49:38 Step 18/22 : ENTRYPOINT ["/core-command"] 18:49:38 ---> 2f55118c9850 18:49:38 Step 20/27 : RUN apk --no-cache add py3-pip 18:49:38 ---> Running in 706d071e29a0 18:49:38 ---> 7f221fbc872c 18:49:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:49:39 ---> Running in 89c2f121a9f0 18:49:39 Removing intermediate container 047e57bfce10 18:49:39 ---> 05b0f1ec5c92 18:49:39 18:49:39 Step 10/22 : FROM scratch 18:49:39 ---> 18:49:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:49:39 ---> Using cache 18:49:39 ---> 7f9155f6aa74 18:49:39 Step 12/22 : ENV APP_PORT=48081 18:49:40 ---> Running in 800fa24c5fa6 18:49:40 Removing intermediate container 706d071e29a0 18:49:40 ---> 51d1caf9007f 18:49:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:40 ---> 689d99e5085a 18:49:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:40 ---> Running in d094014f32d7 18:49:40 Removing intermediate container 800fa24c5fa6 18:49:40 ---> 90e82aa72537 18:49:40 Step 13/22 : EXPOSE $APP_PORT 18:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:41 ---> Running in a44a0227a388 18:49:41 Removing intermediate container d094014f32d7 18:49:41 ---> 4b3c982856b3 18:49:41 Step 20/22 : LABEL arch=arm64 18:49:41 ---> Running in bef34b1c0b84 18:49:41 ---> a8d1ca741942 18:49:41 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:49:41 (1/33) Installing libbz2 (1.0.8-r1) 18:49:41 (2/33) Installing expat (2.2.9-r1) 18:49:41 Removing intermediate container a44a0227a388 18:49:41 ---> 119ec299046f 18:49:41 Step 14/22 : WORKDIR / 18:49:41 (3/33) Installing libffi (3.3-r2) 18:49:41 (4/33) Installing gdbm (1.13-r1) 18:49:41 (5/33) Installing xz-libs (5.2.5-r0) 18:49:41 (6/33) Installing sqlite-libs (3.32.1-r0) 18:49:42 (7/33) Installing python3 (3.8.5-r0) 18:49:42 ---> Running in ae06f932976a 18:49:42 ---> Running in 8bb176a7c7f2 18:49:42 Removing intermediate container bef34b1c0b84 18:49:42 ---> b6235ee80d03 18:49:42 Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:49:43 ---> Running in ec34b744a9f8 18:49:43 Removing intermediate container ae06f932976a 18:49:43 ---> 72819e153480 18:49:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:43 Removing intermediate container 8bb176a7c7f2 18:49:43 ---> f60ec548c5a9 18:49:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 18:49:44 (8/33) Installing py3-appdirs (1.4.4-r1) 18:49:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:49:44 (10/33) Installing py3-parsing (2.4.7-r0) 18:49:44 (11/33) Installing py3-six (1.15.0-r0) 18:49:44 (12/33) Installing py3-packaging (20.4-r0) 18:49:44 (13/33) Installing py3-setuptools (47.0.0-r0) 18:49:44 (14/33) Installing py3-chardet (3.0.4-r4) 18:49:44 ---> Running in 1f2b95c92283 18:49:44 (15/33) Installing py3-idna (2.9-r0) 18:49:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:49:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:49:44 Removing intermediate container ec34b744a9f8 18:49:44 ---> 97cdca5ce6e8 18:49:44 Step 22/22 : LABEL version=0.0.0 18:49:44 (18/33) Installing py3-requests (2.23.0-r0) 18:49:44 (19/33) Installing py3-msgpack (1.0.0-r0) 18:49:44 (20/33) Installing py3-lockfile (0.12.2-r3) 18:49:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:49:44 (22/33) Installing py3-colorama (0.4.3-r0) 18:49:44 (23/33) Installing py3-distlib (0.3.0-r0) 18:49:44 ---> 850f04d7bf68 18:49:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:49:44 (24/33) Installing py3-distro (1.5.0-r1) 18:49:44 (25/33) Installing py3-webencodings (0.5.1-r3) 18:49:44 (26/33) Installing py3-html5lib (1.0.1-r4) 18:49:44 (27/33) Installing py3-pytoml (0.1.21-r0) 18:49:44 (28/33) Installing py3-pep517 (0.8.2-r0) 18:49:44 (29/33) Installing py3-progress (1.5-r0) 18:49:44 ---> Running in 98e1b155f762 18:49:44 (30/33) Installing py3-toml (0.10.1-r0) 18:49:44 (31/33) Installing py3-retrying (1.3.3-r0) 18:49:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:49:44 (33/33) Installing py3-pip (20.1.1-r0) 18:49:45 Removing intermediate container 1f2b95c92283 18:49:45 ---> 2af37479c057 18:49:45 Step 22/24 : LABEL arch=arm64 18:49:45 Executing busybox-1.31.1-r19.trigger 18:49:45 OK: 71 MiB in 55 packages 18:49:45 ---> Running in a193c2c85348 18:49:45 Removing intermediate container 98e1b155f762 18:49:45 ---> 9e7ba4a0453f 18:49:45 18:49:46 Successfully built 9e7ba4a0453f 18:49:46 Successfully tagged docker-core-command-go-arm64:latest 18:49:46 Building docker-support-scheduler-go 18:49:46  Building docker-core-command-go ... done Removing intermediate container a193c2c85348 18:49:46 ---> d22692187d97 18:49:46 Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:49:46 ---> ebd2f823602b 18:49:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:49:47 ---> Running in 0f2b9de85e94 18:49:48 ---> 586b48494d40 18:49:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:49:48 Removing intermediate container 0f2b9de85e94 18:49:48 ---> 9a6e0c462c26 18:49:48 Step 24/24 : LABEL version=0.0.0 18:49:48 ---> Running in 1a35c53c5704 18:49:48 ---> Running in 9bf391b4ef50 18:49:50 Removing intermediate container 9bf391b4ef50 18:49:50 ---> 113ee45764d3 18:49:50 18:49:50 Removing intermediate container 1a35c53c5704 18:49:50 ---> 2f07a5729f24 18:49:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:51 Successfully built 113ee45764d3 18:49:51 Successfully tagged docker-support-notifications-go-arm64:latest 18:49:51  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 18:49:51 ---> Running in b146d7b20e36 18:49:52 Removing intermediate container b146d7b20e36 18:49:52 ---> 9c63be88a003 18:49:52 Step 20/22 : LABEL arch=arm64 18:49:52 ---> Running in 7cdeadb8dcee 18:49:53 Removing intermediate container 7cdeadb8dcee 18:49:53 ---> 9b4ce3d090c1 18:49:53 Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:49:53 Removing intermediate container 89c2f121a9f0 18:49:53 ---> 24cb66d4c440 18:49:53 Step 21/27 : RUN pip install docker-compose==1.23.2 18:49:53 ---> Running in ecb3fe542fbf 18:49:53 ---> Running in 726d40e843d5 18:49:54 Removing intermediate container ecb3fe542fbf 18:49:54 ---> a827445f9f6c 18:49:54 Step 22/22 : LABEL version=0.0.0 18:49:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 18:49:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:49:55 ---> ceddd2cd57ff 18:49:55 Step 3/23 : WORKDIR /edgex-go 18:49:55 ---> Using cache 18:49:55 ---> ca41f4d737e1 18:49:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:55 ---> Using cache 18:49:55 ---> 6e1a58b7df24 18:49:55 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 18:49:55 ---> Running in 8cfc84616847 18:49:56 ---> Running in a8d843e4ed76 18:49:57 Removing intermediate container 8cfc84616847 18:49:57 ---> 0a5bbc347b10 18:49:57 18:49:57 Successfully built 0a5bbc347b10 18:49:57 Successfully tagged docker-core-metadata-go-arm64:latest 18:49:57 Building docker-security-bootstrap-redis-go 18:49:58  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:59 Collecting docker-compose==1.23.2 18:49:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:50:00 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:50:00 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:50:00 OK: 12620 distinct packages available 18:50:00 Collecting texttable<0.10,>=0.9.0 18:50:00 Downloading texttable-0.9.1.tar.gz (11 kB) 18:50:01 OK: 217 MiB in 51 packages 18:50:03 Collecting dockerpty<0.5,>=0.4.1 18:50:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:50:04 Removing intermediate container a8d843e4ed76 18:50:04 ---> 71da8200d511 18:50:04 Step 6/23 : COPY go.mod . 18:50:05 ---> b5a0e568e421 18:50:05 Step 7/23 : RUN go mod download 18:50:05 ---> Running in 5d5ebad04bca 18:50:05 Collecting jsonschema<3,>=2.5.1 18:50:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:50:06 Collecting docopt<0.7,>=0.6.1 18:50:06 Downloading docopt-0.6.2.tar.gz (25 kB) 18:50:09 Removing intermediate container 5d5ebad04bca 18:50:09 ---> e0dc9599c52a 18:50:09 Step 8/23 : COPY . . 18:50:09 Collecting PyYAML<4,>=3.10 18:50:09 Downloading PyYAML-3.13.tar.gz (270 kB) 18:50:13 Collecting docker<4.0,>=3.6.0 18:50:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:50:14 Collecting cached-property<2,>=1.2.0 18:50:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:50:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:50:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:50:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:50:17 Collecting websocket-client<1.0,>=0.32.0 18:50:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:50:17 Collecting docker-pycreds>=0.4.0 18:50:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:50:18 Collecting urllib3<1.25,>=1.21.1 18:50:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:50:19 Collecting idna<2.8,>=2.5 18:50:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:50:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:50:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:50:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:50:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:50:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:50:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:50:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 18:50:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:50:20 ---> ceddd2cd57ff 18:50:20 Step 3/21 : WORKDIR /edgex-go 18:50:20 ---> Using cache 18:50:20 ---> ca41f4d737e1 18:50:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:20 ---> Using cache 18:50:20 ---> 6e1a58b7df24 18:50:20 Step 5/21 : RUN apk update && apk add make git 18:50:20 Installing collected packages: texttable, dockerpty, jsonschema, docopt, PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, docker-compose 18:50:20 Running setup.py install for texttable: started 18:50:23 Running setup.py install for texttable: finished with status 'done' 18:50:23 Running setup.py install for dockerpty: started 18:50:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 18:50:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:50:25 ---> ceddd2cd57ff 18:50:25 Step 3/24 : WORKDIR /edgex-go 18:50:25 ---> Using cache 18:50:25 ---> ca41f4d737e1 18:50:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:25 ---> Using cache 18:50:25 ---> 6e1a58b7df24 18:50:25 Step 5/24 : RUN apk update && apk add make git 18:50:25 Running setup.py install for dockerpty: finished with status 'done' 18:50:25 ---> Running in 53c3b9b0e783 18:50:26 ---> Running in be965071c796 18:50:26 Running setup.py install for docopt: started 18:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:29 Running setup.py install for docopt: finished with status 'done' 18:50:29 Running setup.py install for PyYAML: started 18:50:30 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:50:30 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:50:30 OK: 12620 distinct packages available 18:50:30 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:50:30 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:50:30 OK: 12620 distinct packages available 18:50:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 18:50:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:50:30 ---> ceddd2cd57ff 18:50:30 Step 3/22 : WORKDIR /edgex-go 18:50:30 ---> Using cache 18:50:30 ---> ca41f4d737e1 18:50:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:50:30 ---> Using cache 18:50:30 ---> 6e1a58b7df24 18:50:30 Step 5/22 : RUN apk update && apk add make git 18:50:30 ---> Running in 78dae29d8d48 18:50:30 OK: 217 MiB in 51 packages 18:50:30 ---> fee63c920d7d 18:50:30 Step 9/23 : RUN make cmd/core-data/core-data 18:50:30 ---> Running in a3c5240d8761 18:50:31 OK: 217 MiB in 51 packages 18:50:32 Running setup.py install for PyYAML: finished with status 'done' 18:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:32 Removing intermediate container 53c3b9b0e783 18:50:32 ---> aed556138859 18:50:32 Step 6/21 : COPY go.mod . 18:50:32 Attempting uninstall: urllib3 18:50:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:50:32 Found existing installation: urllib3 1.25.9 18:50:32 Removing intermediate container be965071c796 18:50:32 ---> 257934dcf62a 18:50:32 Step 6/24 : COPY go.mod . 18:50:32 Uninstalling urllib3-1.25.9: 18:50:33 Successfully uninstalled urllib3-1.25.9 18:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:33 ---> 0105d6cea08d 18:50:33 Step 7/21 : RUN go mod download 18:50:33 ---> Running in a14bd200fa68 18:50:34 ---> 24e2657b6ff2 18:50:34 Step 7/24 : RUN go mod download 18:50:34 Attempting uninstall: idna 18:50:34 Found existing installation: idna 2.9 18:50:34 Uninstalling idna-2.9: 18:50:34 ---> Running in d381b74d2f2c 18:50:34 Successfully uninstalled idna-2.9 18:50:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 18:50:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 18:50:34 OK: 12620 distinct packages available 18:50:35 Attempting uninstall: requests 18:50:35 Found existing installation: requests 2.23.0 18:50:35 Uninstalling requests-2.23.0: 18:50:35 Successfully uninstalled requests-2.23.0 18:50:35 OK: 217 MiB in 51 packages 18:50:37 Removing intermediate container 78dae29d8d48 18:50:37 ---> e905d4901a6f 18:50:37 Step 6/22 : COPY go.mod . 18:50:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:50:38 Removing intermediate container a14bd200fa68 18:50:38 ---> 7389011254f6 18:50:38 Step 8/21 : COPY . . 18:50:39 Removing intermediate container d381b74d2f2c 18:50:39 ---> 787accc7305a 18:50:39 Step 8/24 : COPY . . 18:50:39 ---> 180e9f92dc52 18:50:39 Step 7/22 : RUN go mod download 18:50:39 ---> Running in f23a9becc3a9 18:50:46 Removing intermediate container f23a9becc3a9 18:50:46 ---> eb12b1803c18 18:50:46 Step 8/22 : COPY . . 18:50:46 Removing intermediate container 726d40e843d5 18:50:46 ---> 57a9aeeaaf3f 18:50:46 Step 22/27 : RUN apk --no-cache add curl 18:50:47 ---> Running in 1545e16027ed 18:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:50:51 (2/3) Installing libcurl (7.69.1-r3) 18:50:51 (3/3) Installing curl (7.69.1-r3) 18:50:51 Executing busybox-1.31.1-r19.trigger 18:50:51 OK: 71 MiB in 58 packages 18:50:56 Removing intermediate container 1545e16027ed 18:50:56 ---> 11a2a148b038 18:50:56 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 18:50:56 ---> Running in 9f359dcc4bc3 18:50:57 Removing intermediate container 9f359dcc4bc3 18:50:57 ---> b1dc9a15068e 18:50:57 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:50:58 ---> Running in 6c2ee58650d8 18:50:59 Removing intermediate container 6c2ee58650d8 18:50:59 ---> 057c500dc184 18:50:59 Step 25/27 : LABEL arch=arm64 18:51:00 ---> Running in 7c1f17f04713 18:51:01 Removing intermediate container 7c1f17f04713 18:51:01 ---> b918db572cb2 18:51:01 Step 26/27 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:51:01 ---> Running in 05d11fedc529 18:51:03 Removing intermediate container 05d11fedc529 18:51:03 ---> aef064bace4d 18:51:03 Step 27/27 : LABEL version=0.0.0 18:51:03 ---> Running in 22ab994b9eac 18:51:04 Removing intermediate container 22ab994b9eac 18:51:04 ---> 5dc06e9d1979 18:51:04 18:51:06 Successfully built 5dc06e9d1979 18:51:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:51:21  Building docker-sys-mgmt-agent-go ... done  ---> e407a3965349 18:51:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:51:21 ---> 5f46bf18051d 18:51:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:51:21 ---> Running in e85cab9fb018 18:51:21 ---> Running in 1c3bbd9da015 18:51:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:51:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:51:23 ---> a7521c51c19a 18:51:23 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:51:23 ---> Running in cf6f143b6745 18:51: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 18:51:52 Removing intermediate container a3c5240d8761 18:51:52 ---> 63087c29d9ee 18:51:52 18:51:52 Step 10/23 : FROM alpine 18:51:52 ---> dd36a01c3f31 18:51:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:51:52 ---> Running in 6fa9190d5e72 18:51:52 Removing intermediate container 6fa9190d5e72 18:51:52 ---> 86d6c87b3607 18:51:52 Step 12/23 : ENV APP_PORT=48080 18:51:52 ---> Running in e2d5cb5bb279 18:51:52 Removing intermediate container e2d5cb5bb279 18:51:52 ---> 3a809f8da73a 18:51:52 Step 13/23 : EXPOSE $APP_PORT 18:51:53 ---> Running in ce0ae9827cf4 18:51:53 Removing intermediate container ce0ae9827cf4 18:51:53 ---> bf0dc5c1183e 18:51:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:51:53 ---> Running in 7fceacb72930 18:51:57 Removing intermediate container 7fceacb72930 18:51:57 ---> b13e429fdd38 18:51:57 Step 15/23 : RUN apk --no-cache add zeromq 18:51:57 ---> Running in 79cdb18d8f95 18:51:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:00 (1/5) Installing libgcc (9.3.0-r2) 18:52:00 (2/5) Installing libsodium (1.0.18-r0) 18:52:01 (3/5) Installing libstdc++ (9.3.0-r2) 18:52:01 (4/5) Installing libzmq (4.3.3-r0) 18:52:01 (5/5) Installing zeromq (4.3.3-r0) 18:52:01 Executing busybox-1.31.1-r19.trigger 18:52:01 OK: 8 MiB in 19 packages 18:52:03 Removing intermediate container 79cdb18d8f95 18:52:03 ---> 938fe32f533e 18:52:03 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 18:52:04 ---> bc701f8dcf23 18:52:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:52:07 ---> 80c12823e41e 18:52:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:52:07 ---> fbd02cd8597e 18:52:07 Step 19/23 : ENTRYPOINT ["/core-data"] 18:52:08 ---> Running in 7e5b57d2a907 18:52:08 Removing intermediate container 7e5b57d2a907 18:52:08 ---> 44a5c9f68b4b 18:52:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:08 ---> Running in 0829563d549e 18:52:09 Removing intermediate container 0829563d549e 18:52:09 ---> bc1b58821299 18:52:09 Step 21/23 : LABEL arch=arm64 18:52:09 ---> Running in 63c421b113bc 18:52:10 Removing intermediate container 63c421b113bc 18:52:10 ---> 96ffec79b113 18:52:10 Step 22/23 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:52:10 ---> Running in 6a10a36dc78d 18:52:11 Removing intermediate container 6a10a36dc78d 18:52:11 ---> 3fcad31fc8e3 18:52:11 Step 23/23 : LABEL version=0.0.0 18:52:11 ---> Running in 2ddff8d44d86 18:52:12 Removing intermediate container 2ddff8d44d86 18:52:12 ---> 42b6d744b0f7 18:52:12 18:52:12 Successfully built 42b6d744b0f7 18:52:12 Successfully tagged docker-core-data-go-arm64:latest 18:52:20  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:52:30 Removing intermediate container cf6f143b6745 18:52:30 ---> 12476f87e395 18:52:30 18:52:30 Step 10/22 : FROM alpine:3.10 18:52:30 3.10: Pulling from library/alpine 18:52:30 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 18:52:30 Status: Downloaded newer image for alpine:3.10 18:52:30 ---> 536a684cf733 18:52:30 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:52:31 Removing intermediate container e85cab9fb018 18:52:31 ---> 63c3bab459b4 18:52:31 18:52:31 Step 10/24 : FROM alpine:3.10 18:52:31 ---> 536a684cf733 18:52:31 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 18:52:31 ---> Running in 54314c774998 18:52:31 ---> Running in dc77d2b3af32 18:52:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:52:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 18:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 18:52:33 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:52:33 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:52:33 OK: 10171 distinct packages available 18:52:33 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 18:52:33 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 18:52:33 OK: 10171 distinct packages available 18:52:34 (1/5) Installing ca-certificates (20191127-r2) 18:52:34 (1/5) Installing ca-certificates (20191127-r2) 18:52:34 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:52:34 (3/5) Installing libcurl (7.66.0-r3) 18:52:34 (2/5) Installing nghttp2-libs (1.39.2-r1) 18:52:34 (4/5) Installing curl (7.66.0-r3) 18:52:34 (3/5) Installing libcurl (7.66.0-r3) 18:52:34 (5/5) Installing dumb-init (1.2.2-r1) 18:52:34 Executing busybox-1.30.1-r3.trigger 18:52:34 (4/5) Installing curl (7.66.0-r3) 18:52:34 Executing ca-certificates-20191127-r2.trigger 18:52:34 (5/5) Installing dumb-init (1.2.2-r1) 18:52:34 Executing busybox-1.30.1-r3.trigger 18:52:34 Executing ca-certificates-20191127-r2.trigger 18:52:34 OK: 7 MiB in 19 packages 18:52:34 OK: 7 MiB in 19 packages 18:52:36 Removing intermediate container 1c3bbd9da015 18:52:36 ---> 98fb7f169f22 18:52:36 18:52:36 Step 10/21 : FROM scratch 18:52:36 ---> 18:52:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:52:36 ---> Using cache 18:52:36 ---> 7f9155f6aa74 18:52:36 Step 12/21 : ENV APP_PORT=48085 18:52:36 ---> Running in 9b15ba0c8f18 18:52:37 Removing intermediate container 54314c774998 18:52:37 ---> d19a52ebe589 18:52:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:52:37 Removing intermediate container dc77d2b3af32 18:52:37 ---> e30f3dc73fae 18:52:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:52:37 ---> Running in 6728f41585d6 18:52:37 ---> Running in 9ff551fc3fa5 18:52:37 Removing intermediate container 9b15ba0c8f18 18:52:37 ---> 737c8fbf0523 18:52:37 Step 13/21 : EXPOSE $APP_PORT 18:52:37 ---> Running in 265db7cda0aa 18:52:38 Removing intermediate container 9ff551fc3fa5 18:52:38 Removing intermediate container 6728f41585d6 18:52:38 ---> f7a02c4ccc45 18:52:38 Step 13/22 : WORKDIR / 18:52:38 ---> 50ec3731ccde 18:52:38 Step 13/24 : WORKDIR / 18:52:38 ---> Running in 0330f3b5050f 18:52:38 ---> Running in 32749bc445cf 18:52:38 Removing intermediate container 265db7cda0aa 18:52:38 ---> afff45f46329 18:52:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 18:52:38 Removing intermediate container 0330f3b5050f 18:52:38 ---> 530cc815b895 18:52:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 18:52:38 Removing intermediate container 32749bc445cf 18:52:38 ---> 0c0b22055c63 18:52:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:52:38 ---> a08b0b94da1a 18:52:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:52:39 ---> fa2b3ca555a3 18:52:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:52:39 ---> d600848aebe4 18:52:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:52:40 ---> 54d35c7481dc 18:52:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:52:40 ---> dda721e009fe 18:52:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:52:40 ---> e930391909ec 18:52:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:52:41 ---> 4e59b0797b68 18:52:41 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:52:41 ---> Running in 938b0b3c57bd 18:52:41 ---> 07afecb1ce3c 18:52:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:52:41 ---> 77da3ef0d61f 18:52:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:52:41 Removing intermediate container 938b0b3c57bd 18:52:41 ---> 805863f2112a 18:52:41 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:42 ---> Running in 0a89e084eb7d 18:52:42 ---> ed305ee74d7e 18:52:42 Step 18/22 : RUN chmod +x entrypoint.sh 18:52:42 ---> 4c9ae0d4fca4 18:52:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:52:42 Removing intermediate container 0a89e084eb7d 18:52:42 ---> 44fd93504dfb 18:52:42 Step 19/21 : LABEL arch=arm64 18:52:42 ---> Running in 18da710195bf 18:52:43 ---> Running in 5863efbe85da 18:52:43 Removing intermediate container 5863efbe85da 18:52:43 ---> b0bbd2300eee 18:52:43 Step 20/21 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:52:43 ---> Running in a8bfd9dcadbf 18:52:43 ---> f6c60614280c 18:52:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:52:44 Removing intermediate container a8bfd9dcadbf 18:52:44 ---> fec344290476 18:52:44 Step 21/21 : LABEL version=0.0.0 18:52:44 ---> Running in 7a2ebd124fa6 18:52:44 ---> afa52fc97c90 18:52:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 18:52:45 ---> Running in fe28afe523ac 18:52:45 Removing intermediate container 7a2ebd124fa6 18:52:45 ---> ed5d67266400 18:52:45 18:52:45 Successfully built ed5d67266400 18:52:45 Successfully tagged docker-support-scheduler-go-arm64:latest 18:52:45  Building docker-support-scheduler-go ... done Removing intermediate container 18da710195bf 18:52:45 ---> 2d7bcce29d12 18:52:45 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:52:45 ---> Running in b1c9875c9440 18:52:46 Removing intermediate container b1c9875c9440 18:52:46 ---> b8a5516f87e5 18:52:46 Step 20/22 : LABEL arch=arm64 18:52:46 ---> Running in e114b2d58ecb 18:52:46 Removing intermediate container e114b2d58ecb 18:52:46 ---> b64711e5692b 18:52:46 Step 21/22 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:52:46 ---> Running in cced137a9735 18:52:47 Removing intermediate container cced137a9735 18:52:47 ---> 15d73bdee01e 18:52:47 Step 22/22 : LABEL version=0.0.0 18:52:47 Removing intermediate container fe28afe523ac 18:52:47 ---> 4d9f0f4c781e 18:52:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:52:47 ---> Running in 51380aaee48a 18:52:47 ---> Running in 3feaf62aece6 18:52:48 Removing intermediate container 3feaf62aece6 18:52:48 ---> 81b1bd876943 18:52:48 Step 22/24 : LABEL arch=arm64 18:52:48 Removing intermediate container 51380aaee48a 18:52:48 ---> 08342011ef80 18:52:48 18:52:48 Successfully built 08342011ef80 18:52:48 ---> Running in 7f39d02f2f6c 18:52:48 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:52:48  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7f39d02f2f6c 18:52:48 ---> e71de6fa430f 18:52:48 Step 23/24 : LABEL git_sha=29c0f48cb91e711059cd5d4a56f95c145c37e231 18:52:49 ---> Running in c7215d8d16be 18:52:49 Removing intermediate container c7215d8d16be 18:52:49 ---> 1832264abcbd 18:52:49 Step 24/24 : LABEL version=0.0.0 18:52:49 ---> Running in bc4072c1f0e4 18:52:50 Removing intermediate container bc4072c1f0e4 18:52:50 ---> c7ee1e9001c9 18:52:50 18:52:50 Successfully built c7ee1e9001c9 18:52:50 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:52:50  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 18:52:50 $ docker stop --time=1 0c197c490e9c4b7da6f1f44fc2a18d59dc27b7f6b2f0ee785db6f15060987644 18:52:52 $ docker rm -f 0c197c490e9c4b7da6f1f44fc2a18d59dc27b7f6b2f0ee785db6f15060987644 [Pipeline] // withDockerContainer [Pipeline] sh 18:52:53 + + grep docker 18:52:53 docker images 18:52:53 docker-security-secretstore-setup-go-arm64 latest c7ee1e9001c9 4 seconds ago 23.5MB 18:52:53 docker-security-bootstrap-redis-go-arm64 latest 08342011ef80 6 seconds ago 15.2MB 18:52:53 docker-support-scheduler-go-arm64 latest ed5d67266400 9 seconds ago 11.5MB 18:52:53 docker-core-data-go-arm64 latest 42b6d744b0f7 42 seconds ago 22.3MB 18:52:53 docker-sys-mgmt-agent-go-arm64 latest 5dc06e9d1979 About a minute ago 300MB 18:52:53 docker-core-metadata-go-arm64 latest 0a5bbc347b10 2 minutes ago 13.6MB 18:52:53 docker-support-notifications-go-arm64 latest 113ee45764d3 3 minutes ago 12.9MB 18:52:53 docker-core-command-go-arm64 latest 9e7ba4a0453f 3 minutes ago 11.4MB 18:52:53 docker-security-proxy-setup-go-arm64 latest 4d6d3f6abcb2 3 minutes ago 23.4MB 18:52:53 docker latest 0c09fb3ff9b5 21 hours 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 18:52:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:52:58 ---> package-listing.sh 18:52:58 ++ facter osfamily 18:52:58 ++ tr '[:upper:]' '[:lower:]' 18:52:58 + OS_FAMILY=redhat 18:52:58 + workspace=/w/workspace/edgex-go/12 18:52:58 + START_PACKAGES=/tmp/packages_start.txt 18:52:58 + END_PACKAGES=/tmp/packages_end.txt 18:52:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:52:58 + PACKAGES=/tmp/packages_start.txt 18:52:58 + '[' /w/workspace/edgex-go/12 ']' 18:52:58 + PACKAGES=/tmp/packages_end.txt 18:52:58 + case "${OS_FAMILY}" in 18:52:58 + rpm -qa 18:52:58 + sort 18:53:04 + '[' -f /tmp/packages_start.txt ']' 18:53:04 + '[' -f /tmp/packages_end.txt ']' 18:53:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:53:04 + '[' /w/workspace/edgex-go/12 ']' 18:53:04 + mkdir -p /w/workspace/edgex-go/12/archives/ 18:53:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 18:53:04 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:53:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:53:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:04 18:53:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:53:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:05 alpine: Pulling from edgex-lftools-log-publisher 18:53:05 df20fa9351a1: Pulling fs layer 18:53:05 36b3adc4ff6f: Pulling fs layer 18:53:05 8ad3a11d3b57: Pulling fs layer 18:53:05 46f8f816bc3b: Pulling fs layer 18:53:05 93b61091891f: Pulling fs layer 18:53:05 93b9cdb0e59b: Pulling fs layer 18:53:05 5e14af77c1be: Pulling fs layer 18:53:05 01666e4c0597: Pulling fs layer 18:53:05 aa168da1d23b: Pulling fs layer 18:53:05 46f8f816bc3b: Waiting 18:53:05 93b61091891f: Waiting 18:53:05 93b9cdb0e59b: Waiting 18:53:05 36b3adc4ff6f: Verifying Checksum 18:53:05 36b3adc4ff6f: Download complete 18:53:05 46f8f816bc3b: Verifying Checksum 18:53:05 46f8f816bc3b: Download complete 18:53:05 df20fa9351a1: Verifying Checksum 18:53:05 df20fa9351a1: Download complete 18:53:05 93b9cdb0e59b: Verifying Checksum 18:53:05 93b9cdb0e59b: Download complete 18:53:05 93b61091891f: Download complete 18:53:05 5e14af77c1be: Verifying Checksum 18:53:05 5e14af77c1be: Download complete 18:53:05 01666e4c0597: Verifying Checksum 18:53:05 01666e4c0597: Download complete 18:53:05 df20fa9351a1: Pull complete 18:53:06 36b3adc4ff6f: Pull complete 18:53:06 8ad3a11d3b57: Verifying Checksum 18:53:06 8ad3a11d3b57: Download complete 18:53:07 8ad3a11d3b57: Pull complete 18:53:07 46f8f816bc3b: Pull complete 18:53:08 aa168da1d23b: Verifying Checksum 18:53:08 aa168da1d23b: Download complete 18:53:10 93b61091891f: Pull complete 18:53:10 93b9cdb0e59b: Pull complete 18:53:10 5e14af77c1be: Pull complete 18:53:10 01666e4c0597: Pull complete 18:53:18 aa168da1d23b: Pull complete 18:53:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:53:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:53:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:53:18 prd-centos7-docker-4c-2g-16375 does not seem to be running inside a container 18:53:18 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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 18:53:26 $ docker top 26b654f1a46f5bc995688c4be53a11cf7d63ea6de193a1b5b3164e2e19182396 -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:26 + touch /tmp/pre-build-complete [Pipeline] sh 18:53:27 + mkdir -p /var/log/sa [Pipeline] sh 18:53:27 + ls /var/log/sa-host 18:53:27 + sadf -c /var/log/sa-host/sa16 18:53:27 file_magic: OK 18:53:27 HZ: Using current value: 100 18:53:27 file_header: OK 18:53:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:53:27 Statistics: 18:53:27 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... 18:53:27 File successfully converted to sysstat format version 12.2.1 18:53:27 + sadf -c /var/log/sa-host/sa23 18:53:27 file_magic: OK 18:53:27 HZ: Using current value: 100 18:53:27 file_header: OK 18:53:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:53:27 Statistics: 18:53:27 Hnuu...uuuununununu... 18:53:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:53:27 provisioning config files... 18:53:27 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config368440814532881948tmp [Pipeline] { [Pipeline] echo 18:53:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:53:28 ---> create-netrc.sh [Pipeline] } 18:53:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:53:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:53:28 ---> python-tools-install.sh [Pipeline] echo 18:53:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:53:28 ---> sudo-logs.sh 18:53:28 Archiving 'sudo' log.. [Pipeline] echo 18:53:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:53:29 ---> job-cost.sh 18:53:29 lf-activate-venv: SKIPPING 18:53:29 INFO: No Stack... 18:53:31 INFO: Retrieving Pricing Info for: v1-standard-2 18:53:31 INFO: Archiving Costs [Pipeline] echo 18:53:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:53:31 ---> logs-deploy.sh 18:53:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/12 18:53:31 INFO: archiving workspace using pattern(s): 18:53:33 Archives upload complete. 18:53:33 INFO: archiving logs to Nexus