Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b rather than 55bb715e87ef85505d9d8f79728c37d2663f7295 Obtained Jenkinsfile from 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22220 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 55bb715e87ef85505d9d8f79728c37d2663f7295 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 55bb715e87ef85505d9d8f79728c37d2663f7295 # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 Merge succeeded, producing 8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee Checking out Revision 8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee (PR-3030) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee # timeout=10 Commit message: "Merge commit '5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:22:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 3231ce5aee4ca4243abf079d4e54439008b156c1 # timeout=10 07:22:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:22:41 ========================================================= 07:22:41 EdgeX Global Pipelines Version Info 07:22:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:22:43 ------------------- 07:22:43 stable info: 07:22:43 ------------------- 07:22:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:22:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:22:43 Message: update stable to v1.0.179 07:22:44 ------------------- 07:22:44 experimental info: 07:22:44 ------------------- 07:22:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:22:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 07:22:44 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:22:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 07:22:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 07:22:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:22:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:22:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:22:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:22:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee [Pipeline] echo 07:22:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d7fe37 [Pipeline] echo 07:22:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:22:47 provisioning config files... 07:22:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config5142338460038121935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:22:47 ---> docker-login.sh 07:22:47 nexus3.edgexfoundry.org:10001 07:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:48 07:22:48 Login Succeeded 07:22:48 nexus3.edgexfoundry.org:10002 07:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:48 07:22:48 Login Succeeded 07:22:48 nexus3.edgexfoundry.org:10003 07:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:48 07:22:48 Login Succeeded 07:22:48 nexus3.edgexfoundry.org:10004 07:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:48 07:22:48 Login Succeeded 07:22:48 docker.io 07:22:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:22:48 Configure a credential helper to remove this warning. See 07:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:22:48 07:22:48 Login Succeeded 07:22:48 ---> docker-login.sh ends [Pipeline] } 07:22:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:22:49 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/core-command/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo core-command,cmd/core-command/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/core-data/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo core-data,cmd/core-data/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/core-metadata/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo core-metadata,cmd/core-metadata/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/security-bootstrapper/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/security-proxy-setup/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/support-notifications/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo support-notifications,cmd/support-notifications/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/support-scheduler/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 07:22:49 + for file in '`ls cmd/**/Dockerfile`' 07:22:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 07:22:49 ++ cut -d/ -f2 07:22:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 07:22:49 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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 07:22:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:50 07:22:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:22:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:50 latest: Pulling from edgex-devops/git-semver 07:22:50 31603596830f: Pulling fs layer 07:22:50 2a8b12db71e7: Pulling fs layer 07:22:50 6ca5941a6612: Pulling fs layer 07:22:50 ecc8261a40a4: Pulling fs layer 07:22:50 ecc8261a40a4: Waiting 07:22:50 2a8b12db71e7: Verifying Checksum 07:22:50 2a8b12db71e7: Download complete 07:22:50 31603596830f: Verifying Checksum 07:22:50 31603596830f: Download complete 07:22:50 ecc8261a40a4: Verifying Checksum 07:22:50 ecc8261a40a4: Download complete 07:22:50 6ca5941a6612: Verifying Checksum 07:22:50 6ca5941a6612: Download complete 07:22:51 31603596830f: Pull complete 07:22:51 2a8b12db71e7: Pull complete 07:22:52 6ca5941a6612: Pull complete 07:22:52 ecc8261a40a4: Pull complete 07:22:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:22:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:22:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:22:52 prd-centos7-docker-4c-2g-22220 does not seem to be running inside a container 07:22:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:22:55 $ docker top 39079af9e319020ae6c890f56fb0e315dfeffd2d8f0e92d4c371821921a2a639 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:22:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:55 [ssh-agent] Looking for ssh-agent implementation... 07:22:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:55 $ docker exec 39079af9e319020ae6c890f56fb0e315dfeffd2d8f0e92d4c371821921a2a639 ssh-agent 07:22:55 SSH_AUTH_SOCK=/tmp/ssh-9zSXF8xjNveh/agent.12 07:22:55 SSH_AGENT_PID=17 07:22:55 Running ssh-add (command line suppressed) 07:22:56 Identity added: /w/workspace/edgex-go/13@tmp/private_key_4993788446593875968.key (/w/workspace/edgex-go/13@tmp/private_key_4993788446593875968.key) 07:22:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:56 + git tag --points-at HEAD [Pipeline] } 07:22:56 $ docker exec --env ******** --env ******** 39079af9e319020ae6c890f56fb0e315dfeffd2d8f0e92d4c371821921a2a639 ssh-agent -k 07:22:56 unset SSH_AUTH_SOCK; 07:22:56 unset SSH_AGENT_PID; 07:22:56 echo Agent pid 17 killed; 07:22:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:22:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:22:56 [ssh-agent] Looking for ssh-agent implementation... 07:22:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:22:56 $ docker exec 39079af9e319020ae6c890f56fb0e315dfeffd2d8f0e92d4c371821921a2a639 ssh-agent 07:22:57 SSH_AUTH_SOCK=/tmp/ssh-6nJzAP23VkfL/agent.46 07:22:57 SSH_AGENT_PID=51 07:22:57 Running ssh-add (command line suppressed) 07:22:57 Identity added: /w/workspace/edgex-go/13@tmp/private_key_8236756475069215657.key (/w/workspace/edgex-go/13@tmp/private_key_8236756475069215657.key) 07:22:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:22:57 + git semver init 07:22:57 # -> Open(): unable to determine branch for HEAD 07:22:57 # $GIT_DIR = /w/workspace/edgex-go/13/.git 07:22:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 07:22:57 # $SEMVER_REMOTE_NAME = origin 07:22:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:22:57 # $SEMVER_USER_NAME = edgex-jenkins 07:22:57 # $SEMVER_BRANCH = PR-3030 07:22:57 # $SEMVER_TEMP = /tmp/semver-051393715 07:22:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 07:23:15 # '/tmp/semver-051393715' -> '/w/workspace/edgex-go/13/.semver' 07:23:15 # -> Force: false 07:23:15 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 07:23:15 $ docker exec --env ******** --env ******** 39079af9e319020ae6c890f56fb0e315dfeffd2d8f0e92d4c371821921a2a639 ssh-agent -k 07:23:16 unset SSH_AUTH_SOCK; 07:23:16 unset SSH_AGENT_PID; 07:23:16 echo Agent pid 51 killed; 07:23:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:23:16 + git semver [Pipeline] } 07:23:16 $ docker stop --time=1 39079af9e319020ae6c890f56fb0e315dfeffd2d8f0e92d4c371821921a2a639 07:23:18 $ docker rm -f 39079af9e319020ae6c890f56fb0e315dfeffd2d8f0e92d4c371821921a2a639 [Pipeline] // withDockerContainer [Pipeline] sh 07:23:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:23:19 Stashed 1 file(s) [Pipeline] echo 07:23:19 [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 07:23:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:23:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:23:20 + sudo service docker restart 07:23:20 + true 07:23:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 07:23:21 ========================================================= 07:23:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:23:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:23: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 . 07:23:25 Sending build context to Docker daemon 327.1MB 07:23:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:23:25 Step 2/6 : FROM ${BASE} 07:23:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:23:25 188c0c94c7c5: Pulling fs layer 07:23:25 0ef7d3d256c8: Pulling fs layer 07:23:25 de9db76c5a1d: Pulling fs layer 07:23:25 bca2f99d35d6: Pulling fs layer 07:23:25 93359f2a8cfa: Pulling fs layer 07:23:25 7c6f9722023f: Pulling fs layer 07:23:25 a35cf1a2eb13: Pulling fs layer 07:23:25 93359f2a8cfa: Waiting 07:23:25 7c6f9722023f: Waiting 07:23:25 a35cf1a2eb13: Waiting 07:23:25 bca2f99d35d6: Waiting 07:23:25 de9db76c5a1d: Verifying Checksum 07:23:25 de9db76c5a1d: Download complete 07:23:25 0ef7d3d256c8: Verifying Checksum 07:23:25 0ef7d3d256c8: Download complete 07:23:25 93359f2a8cfa: Verifying Checksum 07:23:25 93359f2a8cfa: Download complete 07:23:25 188c0c94c7c5: Verifying Checksum 07:23:25 188c0c94c7c5: Download complete 07:23:25 7c6f9722023f: Download complete 07:23:25 188c0c94c7c5: Pull complete 07:23:25 0ef7d3d256c8: Pull complete 07:23:25 de9db76c5a1d: Pull complete 07:23:26 a35cf1a2eb13: Verifying Checksum 07:23:26 a35cf1a2eb13: Download complete 07:23:27 bca2f99d35d6: Verifying Checksum 07:23:27 bca2f99d35d6: Download complete 07:23:34 bca2f99d35d6: Pull complete 07:23:34 93359f2a8cfa: Pull complete 07:23:34 7c6f9722023f: Pull complete 07:23:34 Still waiting to schedule task 07:23:34 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 07:23:38 a35cf1a2eb13: Pull complete 07:23:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:23:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:23:38 ---> a62c8e92a672 07:23:38 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:23:38 ---> Running in 5a2f6f9c99f0 07:23:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:23:39 (1/12) Installing libmagic (5.38-r0) 07:23:40 (2/12) Installing file (5.38-r0) 07:23:40 (3/12) Installing libc-dev (0.7.2-r3) 07:23:40 (4/12) Installing g++ (9.3.0-r2) 07:23:43 (5/12) Installing fortify-headers (1.1-r0) 07:23:43 (6/12) Installing patch (2.7.6-r6) 07:23:43 (7/12) Installing build-base (0.5-r2) 07:23:43 (8/12) Installing libsodium (1.0.18-r0) 07:23:43 (9/12) Installing pkgconf (1.7.2-r0) 07:23:43 (10/12) Installing libsodium-dev (1.0.18-r0) 07:23:43 (11/12) Installing libzmq (4.3.3-r0) 07:23:43 (12/12) Installing zeromq-dev (4.3.3-r0) 07:23:43 Executing busybox-1.31.1-r19.trigger 07:23:43 OK: 233 MiB in 51 packages 07:23:47 Removing intermediate container 5a2f6f9c99f0 07:23:47 ---> 699c62e6fec4 07:23:47 Step 4/6 : WORKDIR /edgex-go 07:23:47 ---> Running in e407264f72f8 07:23:47 Removing intermediate container e407264f72f8 07:23:47 ---> f93396427173 07:23:47 Step 5/6 : COPY go.mod . 07:23:47 ---> 40e3eab00214 07:23:47 Step 6/6 : RUN go mod download 07:23:47 ---> Running in 1d04cecd7187 07:24:09 Removing intermediate container 1d04cecd7187 07:24:09 ---> b062634c506c 07:24:09 Successfully built b062634c506c 07:24:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:24:10 + docker inspect -f . ci-base-image-x86_64 07:24:10 . [Pipeline] withDockerContainer 07:24:10 prd-centos7-docker-4c-2g-22220 does not seem to be running inside a container 07:24:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:24:11 $ docker top 4af9b8bcb2b41fee5f9e9c0705f444fa760d8000ae9274262bc95cdde9c36646 -eo pid,comm [Pipeline] { [Pipeline] sh 07:24:11 + go version 07:24:11 go version go1.15.5 linux/amd64 [Pipeline] } 07:24:11 $ docker stop --time=1 4af9b8bcb2b41fee5f9e9c0705f444fa760d8000ae9274262bc95cdde9c36646 07:24:12 $ docker rm -f 4af9b8bcb2b41fee5f9e9c0705f444fa760d8000ae9274262bc95cdde9c36646 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:24:13 + docker inspect -f . ci-base-image-x86_64 07:24:13 . [Pipeline] withDockerContainer 07:24:13 prd-centos7-docker-4c-2g-22220 does not seem to be running inside a container 07:24:13 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:24:14 $ docker top 5d791b22f8a869df7cc053adce63215e871b0fd8ee3993d5c93bcc3dcd073473 -eo pid,comm [Pipeline] { [Pipeline] echo 07:24:15 ========================================================= 07:24:15 [edgeXBuildGoParallel] Running Tests and Build... 07:24:15 ========================================================= [Pipeline] sh 07:24:15 + make test 07:24:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:24:23 ? github.com/edgexfoundry/edgex-go [no test files] 07:24:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:24:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:24:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:24:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:24:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:24:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:24:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:24:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:24:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:24:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:24:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:24:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:24:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:24:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.195s coverage: 27.0% of statements 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.029s coverage: 100.0% of statements 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 66.7% of statements 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:24:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.3% of statements 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:24:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:24:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:24:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:24:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:24:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements 07:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:24:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 07:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:24:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 07:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:24:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.401s coverage: 92.8% of statements 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 43.8% of statements 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.066s coverage: 96.3% of statements 07:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.276s coverage: 68.9% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.265s coverage: 84.0% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.100s coverage: 47.1% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.678s coverage: 29.1% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:25:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:25:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:25:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 07:25:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 07:25:15 GO111MODULE=on go vet ./... 07:25:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22225 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 07:25:30 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 07:25:35 using credential edgex-jenkins-ssh 07:25:35 Cloning the remote Git repository 07:25:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:25:35 > git init /w/workspace/edgex-go/13 # timeout=10 07:25:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:25:36 > git --version # timeout=10 07:25:36 > git --version # 'git version 2.17.1' 07:25:36 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:42 gofmt -l . 07:25:42 [ "`gofmt -l .`" = "" ] 07:25:42 ./bin/test-go-mod-tidy.sh 07:25:42 ./bin/test-attribution-txt.sh [Pipeline] sh 07:25:42 + ls -al . 07:25:42 total 668 07:25:42 drwxrwxr-x 10 1001 1001 4096 Jan 22 07:25 . 07:25:42 drwxr-xr-x 4 root root 30 Jan 22 07:24 .. 07:25:42 -rw-rw-r-- 1 1001 1001 11 Jan 22 07:22 .dockerignore 07:25:42 drwxrwxr-x 8 1001 1001 179 Jan 22 07:22 .git 07:25:42 drwxrwxr-x 3 1001 1001 125 Jan 22 07:22 .github 07:25:42 -rw-rw-r-- 1 1001 1001 872 Jan 22 07:22 .gitignore 07:25:42 drwx------ 3 1001 1001 47 Jan 22 07:23 .semver 07:25:42 -rw-rw-r-- 1 1001 1001 166 Jan 22 07:22 .sonarcloud.properties 07:25:42 -rw-rw-r-- 1 1001 1001 7859 Jan 22 07:22 Attribution.txt 07:25:42 -rw-rw-r-- 1 1001 1001 3804 Jan 22 07:22 CONTRIBUTING.md 07:25:42 -rw-rw-r-- 1 1001 1001 931 Jan 22 07:22 Dockerfile.build 07:25:42 -rw-rw-r-- 1 1001 1001 863 Jan 22 07:22 Jenkinsfile 07:25:42 -rw-rw-r-- 1 1001 1001 10775 Jan 22 07:22 LICENSE 07:25:42 -rw-rw-r-- 1 1001 1001 6001 Jan 22 07:22 Makefile 07:25:42 -rw-rw-r-- 1 1001 1001 6524 Jan 22 07:22 README.md 07:25:42 -rw-rw-r-- 1 1001 1001 6755 Jan 22 07:22 SECURITY.md 07:25:42 -rw-rw-r-- 1 1001 1001 5 Jan 22 07:23 VERSION 07:25:42 -rw-rw-r-- 1 1001 1001 4131 Jan 22 07:22 ZMQWindows.md 07:25:42 drwxrwxr-x 2 1001 1001 117 Jan 22 07:22 bin 07:25:42 drwxrwxr-x 15 1001 1001 4096 Jan 22 07:22 cmd 07:25:42 -rw-r--r-- 1 root root 562928 Jan 22 07:25 coverage.out 07:25:42 -rw-r--r-- 1 root root 1053 Jan 22 07:25 go.mod 07:25:42 -rw-r--r-- 1 root root 18878 Jan 22 07:25 go.sum 07:25:42 drwxrwxr-x 8 1001 1001 127 Jan 22 07:22 internal 07:25:42 drwxrwxr-x 4 1001 1001 26 Jan 22 07:22 openapi 07:25:42 drwxrwxr-x 4 1001 1001 71 Jan 22 07:22 snap 07:25:42 -rw-rw-r-- 1 1001 1001 168 Jan 22 07:22 version.go [Pipeline] sh 07:25:42 + '[' -e coverage.out ] 07:25:42 + chown 1001:1001 coverage.out [Pipeline] stash 07:25:42 Stashed 1 file(s) [Pipeline] sh 07:25:43 + make build 07:25:43 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 07:25:47 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 07:25:52 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 55bb715e87ef85505d9d8f79728c37d2663f7295 07:25:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:25:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:25:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:25:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:25:51 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:25:52 > git config core.sparsecheckout # timeout=10 07:25:52 > git checkout -f 55bb715e87ef85505d9d8f79728c37d2663f7295 # timeout=10 07:25:52 > git remote # timeout=10 07:25:52 > git config --get remote.origin.url # timeout=10 07:25:52 using GIT_SSH to set credentials SSH Credentials for GitHub 07:25:52 > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 07:25:53 Merge succeeded, producing 2c04136f6476a1032bd1f3d31b62e78c69e2c609 07:25:53 Checking out Revision 2c04136f6476a1032bd1f3d31b62e78c69e2c609 (PR-3030) 07:25:53 > git rev-parse HEAD^{commit} # timeout=10 07:25:53 > git config core.sparsecheckout # timeout=10 07:25:53 > git checkout -f 2c04136f6476a1032bd1f3d31b62e78c69e2c609 # timeout=10 07:25:55 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 07:25:55 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 07:25: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 07:25:57 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 07:25:57 Commit message: "Merge commit '5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b' into HEAD" 07:25:57 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:25:58 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 07:25:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:25:57 > git rev-list --no-walk 3231ce5aee4ca4243abf079d4e54439008b156c1 # timeout=10 07:25:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:26:00 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 07:26:00 + true 07:26:00 + sudo service docker restart 07:26:01 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 07:26:02 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:26:02 provisioning config files... 07:26:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config1867331246673099773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:26:03 ---> docker-login.sh 07:26:03 nexus3.edgexfoundry.org:10001 07:26:03 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 07:26:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:04 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 07:26:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:04 Configure a credential helper to remove this warning. See 07:26:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:04 07:26:04 Login Succeeded 07:26:04 nexus3.edgexfoundry.org:10002 07:26:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:05 Configure a credential helper to remove this warning. See 07:26:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:05 07:26:05 Login Succeeded 07:26:05 nexus3.edgexfoundry.org:10003 07:26:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:05 Configure a credential helper to remove this warning. See 07:26:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:05 07:26:05 Login Succeeded 07:26:05 nexus3.edgexfoundry.org:10004 07:26:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:26:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:05 Configure a credential helper to remove this warning. See 07:26:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:05 07:26:05 Login Succeeded 07:26:05 docker.io 07:26:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:26:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:26:06 Configure a credential helper to remove this warning. See 07:26:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:26:06 07:26:06 Login Succeeded 07:26:06 ---> docker-login.sh ends [Pipeline] } 07:26:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] } 07:26:07 $ docker stop --time=1 5d791b22f8a869df7cc053adce63215e871b0fd8ee3993d5c93bcc3dcd073473 07:26:08 $ docker rm -f 5d791b22f8a869df7cc053adce63215e871b0fd8ee3993d5c93bcc3dcd073473 [Pipeline] echo 07:26:09 ========================================================= 07:26:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:26:09 ========================================================= [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 07:26:09 + 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 . [Pipeline] isUnix [Pipeline] sh 07:26:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:10 07:26:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 07:26:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:11 latest: Pulling from edgex-devops/edgex-compose 07:26:11 cbdbe7a5bc2a: Pulling fs layer 07:26:11 ca9280d653b3: Pulling fs layer 07:26:11 7e9c9ca2126c: Pulling fs layer 07:26:11 cbdbe7a5bc2a: Download complete 07:26:11 cbdbe7a5bc2a: Pull complete 07:26:11 ca9280d653b3: Verifying Checksum 07:26:11 ca9280d653b3: Download complete 07:26:11 Sending build context to Docker daemon 165.9MB 07:26:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 07:26:12 Step 2/6 : FROM ${BASE} 07:26:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:26:12 5f621e34cdf4: Pulling fs layer 07:26:12 a4357932f1b6: Pulling fs layer 07:26:12 18c013af1878: Pulling fs layer 07:26:12 00ac8860ef70: Pulling fs layer 07:26:12 63d7cb157983: Pulling fs layer 07:26:12 b116817d02f9: Pulling fs layer 07:26:12 745a02a5169b: Pulling fs layer 07:26:12 00ac8860ef70: Waiting 07:26:12 63d7cb157983: Waiting 07:26:12 b116817d02f9: Waiting 07:26:12 745a02a5169b: Waiting 07:26:12 18c013af1878: Download complete 07:26:12 a4357932f1b6: Download complete 07:26:12 63d7cb157983: Verifying Checksum 07:26:12 63d7cb157983: Download complete 07:26:12 5f621e34cdf4: Verifying Checksum 07:26:12 5f621e34cdf4: Download complete 07:26:12 b116817d02f9: Verifying Checksum 07:26:12 b116817d02f9: Download complete 07:26:12 ca9280d653b3: Pull complete 07:26:13 5f621e34cdf4: Pull complete 07:26:13 a4357932f1b6: Pull complete 07:26:13 18c013af1878: Pull complete 07:26:14 7e9c9ca2126c: Verifying Checksum 07:26:14 7e9c9ca2126c: Download complete 07:26:14 745a02a5169b: Verifying Checksum 07:26:14 745a02a5169b: Download complete 07:26:16 00ac8860ef70: Verifying Checksum 07:26:16 00ac8860ef70: Download complete 07:26:22 7e9c9ca2126c: Pull complete 07:26:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 07:26:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 07:26:22 prd-centos7-docker-4c-2g-22220 does not seem to be running inside a container 07:26:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:26:23 $ docker top 3553b37e377f26ab763c8d984a14ead18267f89d5fefb5b602b684bfdd50ab22 -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:24 + docker-compose build --help 07:26:24 + grep parallel 07:26:25 --parallel Build images in parallel. [Pipeline] } 07:26:25 $ docker stop --time=1 3553b37e377f26ab763c8d984a14ead18267f89d5fefb5b602b684bfdd50ab22 07:26:26 00ac8860ef70: Pull complete 07:26:26 63d7cb157983: Pull complete 07:26:26 $ docker rm -f 3553b37e377f26ab763c8d984a14ead18267f89d5fefb5b602b684bfdd50ab22 [Pipeline] // withDockerContainer 07:26:26 b116817d02f9: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:26:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 07:26:27 . [Pipeline] withDockerContainer 07:26:27 prd-centos7-docker-4c-2g-22220 does not seem to be running inside a container 07:26:27 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:26:28 $ docker top 7da534551dcd510df3a578dec0749d96e2a233269adc22765ae72915b450904e -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:28 + docker-compose -f ./docker-compose-build.yml build --parallel 07:26:29 Building docker-core-command-go ... 07:26:29 Building docker-core-data-go ... 07:26:29 Building docker-core-metadata-go ... 07:26:29 Building docker-security-bootstrapper-go ... 07:26:29 Building docker-security-proxy-setup-go ... 07:26:29 Building docker-security-secretstore-setup-go ... 07:26:29 Building docker-support-notifications-go ... 07:26:29 Building docker-support-scheduler-go ... 07:26:29 Building docker-sys-mgmt-agent-go ... 07:26:29 Building docker-core-command-go 07:26:29 Building docker-support-scheduler-go 07:26:29 Building docker-security-proxy-setup-go 07:26:29 Building docker-security-secretstore-setup-go 07:26:29 Building docker-security-bootstrapper-go 07:26:31 745a02a5169b: Pull complete 07:26:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:26:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:26:31 ---> b7e6874047d6 07:26:31 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 07:26:33 ---> Running in cf41d3e9f2c6 07:26:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:26:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:26:37 (1/12) Installing libmagic (5.38-r0) 07:26:37 (2/12) Installing file (5.38-r0) 07:26:37 (3/12) Installing libc-dev (0.7.2-r3) 07:26:37 (4/12) Installing g++ (9.3.0-r2) 07:26:41 (5/12) Installing fortify-headers (1.1-r0) 07:26:41 (6/12) Installing patch (2.7.6-r6) 07:26:41 (7/12) Installing build-base (0.5-r2) 07:26:41 (8/12) Installing libsodium (1.0.18-r0) 07:26:41 (9/12) Installing pkgconf (1.7.2-r0) 07:26:41 (10/12) Installing libsodium-dev (1.0.18-r0) 07:26:41 (11/12) Installing libzmq (4.3.3-r0) 07:26:41 (12/12) Installing zeromq-dev (4.3.3-r0) 07:26:41 Executing busybox-1.31.1-r19.trigger 07:26:42 OK: 217 MiB in 51 packages 07:26:46 Removing intermediate container cf41d3e9f2c6 07:26:46 ---> c7162aa338ab 07:26:46 Step 4/6 : WORKDIR /edgex-go 07:26:46 ---> Running in 2a4613274792 07:26:46 Removing intermediate container 2a4613274792 07:26:46 ---> 5bc56c4e1810 07:26:46 Step 5/6 : COPY go.mod . 07:26:47 ---> 02d8d97e7913 07:26:47 Step 6/6 : RUN go mod download 07:26:47 ---> Running in 8a3c7833e163 07:27:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:27:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:27:01 ---> b062634c506c 07:27:01 Step 3/24 : WORKDIR /edgex-go 07:27:01 ---> Running in d74c89a97fde 07:27:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:27:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:27:01 ---> b062634c506c 07:27:01 Step 3/22 : WORKDIR /edgex-go 07:27:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:27:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:27:01 ---> b062634c506c 07:27:01 Step 3/23 : WORKDIR /edgex-go 07:27:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:27:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:27:01 ---> b062634c506c 07:27:01 Step 3/21 : WORKDIR /edgex-go 07:27:01 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:27:01 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:27:01 ---> b062634c506c 07:27:01 Step 3/33 : WORKDIR /edgex-go 07:27:02 ---> Running in 0e1b7aa2d4c7 07:27:02 ---> Running in 91809538b852 07:27:02 ---> Running in cb04a7b0ad65 07:27:02 Removing intermediate container d74c89a97fde 07:27:02 ---> de93f24361cd 07:27:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:02 ---> Running in 32a8693a6180 07:27:02 ---> Running in e861aa2770a8 07:27:03 Removing intermediate container cb04a7b0ad65 07:27:03 ---> 53bdcad62652 07:27:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:03 Removing intermediate container 32a8693a6180 07:27:03 ---> d24212dcfded 07:27:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:03 Removing intermediate container 0e1b7aa2d4c7 07:27:03 ---> a0683d52ec9a 07:27:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:03 Removing intermediate container 91809538b852 07:27:03 ---> baa15832287d 07:27:03 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:27:03 ---> Running in 7531340af593 07:27:03 ---> Running in bfccf0685c4d 07:27:03 ---> Running in ccd19c5467db 07:27:03 ---> Running in c421310dc7b8 07:27:04 Removing intermediate container e861aa2770a8 07:27:04 ---> 30b23b1540e0 07:27:04 Step 5/24 : RUN apk add --update --no-cache make git 07:27:04 ---> Running in e948516ba612 07:27:05 Removing intermediate container 7531340af593 07:27:05 ---> fb8cec6021cc 07:27:05 Step 5/22 : RUN apk add --update --no-cache make git 07:27:05 Removing intermediate container bfccf0685c4d 07:27:05 ---> a1643f1c3b41 07:27:05 Step 5/23 : RUN apk add --update --no-cache make git 07:27:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:05 ---> Running in f8ee94056d2f 07:27:05 ---> Running in e6ea518effdb 07:27:05 Removing intermediate container ccd19c5467db 07:27:05 ---> 1bb1a0a4dfbf 07:27:05 Step 5/21 : RUN apk add --update --no-cache make git 07:27:05 Removing intermediate container c421310dc7b8 07:27:05 ---> a9d22373c70f 07:27:05 Step 5/33 : RUN apk add --update --no-cache make git 07:27:05 ---> Running in 6c77d2f79edc 07:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:06 ---> Running in c6b99e81a8a7 07:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:27:06 OK: 233 MiB in 51 packages 07:27:07 Removing intermediate container e948516ba612 07:27:07 ---> 686d0fb62f58 07:27:07 Step 6/24 : COPY go.mod . 07:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:07 ---> 2f68a0e6f02b 07:27:07 Step 7/24 : RUN go mod download 07:27:07 ---> Running in 4f3e8c4863de 07:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:27:07 OK: 233 MiB in 51 packages 07:27:08 Removing intermediate container 6c77d2f79edc 07:27:08 ---> 8ea9d7cae497 07:27:08 Step 6/21 : COPY go.mod . 07:27:08 ---> 280d850b17b8 07:27:08 Step 7/21 : RUN go mod download 07:27:08 OK: 233 MiB in 51 packages 07:27:08 ---> Running in 70c8dde8c95b 07:27:09 Removing intermediate container 4f3e8c4863de 07:27:09 ---> 45f2a8116d22 07:27:09 Step 8/24 : COPY . . 07:27:09 OK: 233 MiB in 51 packages 07:27:10 Removing intermediate container f8ee94056d2f 07:27:10 ---> 88386e913785 07:27:10 Step 6/22 : COPY go.mod . 07:27:11 OK: 233 MiB in 51 packages 07:27:11 ---> 894026fc3680 07:27:11 Step 7/22 : RUN go mod download 07:27:12 ---> Running in e1469363675a 07:27:13 Removing intermediate container c6b99e81a8a7 07:27:13 ---> fbb755bab8a4 07:27:13 Step 6/33 : COPY go.mod . 07:27:13 Removing intermediate container 70c8dde8c95b 07:27:13 ---> 44e6a31e96a9 07:27:13 Step 8/21 : COPY . . 07:27:14 Removing intermediate container 8a3c7833e163 07:27:14 ---> 7b7a52d304ca 07:27:14 Successfully built 7b7a52d304ca 07:27:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:27:14 + docker inspect -f . ci-base-image-arm64 07:27:14 . [Pipeline] withDockerContainer 07:27:14 prd-ubuntu18.04-docker-arm64-4c-16g-22225 does not seem to be running inside a container 07:27:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:27:16 Removing intermediate container e6ea518effdb 07:27:16 ---> f864f7f293d6 07:27:16 Step 6/23 : COPY go.mod . 07:27:16 $ docker top ac751312767d24c42fee9821b5a88e6afc84b24baafdbc203e7478e139ea533a -eo pid,comm [Pipeline] { [Pipeline] sh 07:27:17 ---> 2eb6ab11ba23 07:27:17 Step 7/33 : RUN go mod download 07:27:17 + go version 07:27:17 go version go1.15.5 linux/arm64 [Pipeline] } 07:27:17 $ docker stop --time=1 ac751312767d24c42fee9821b5a88e6afc84b24baafdbc203e7478e139ea533a 07:27:19 $ docker rm -f ac751312767d24c42fee9821b5a88e6afc84b24baafdbc203e7478e139ea533a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 07:27:19 ---> 3a0315e0f7f0 07:27:19 Step 7/23 : RUN go mod download [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:27:20 + docker inspect -f . ci-base-image-arm64 07:27:20 . [Pipeline] withDockerContainer 07:27:20 ---> Running in 1f3e3628813e 07:27:20 prd-ubuntu18.04-docker-arm64-4c-16g-22225 does not seem to be running inside a container 07:27:20 ---> Running in 03f3a94da19f 07:27:20 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:27:21 Removing intermediate container e1469363675a 07:27:21 ---> a3d68e9c242c 07:27:21 Step 8/22 : COPY . . 07:27:22 $ docker top 7e5dc74a01f4009fc296acf878b6b7e47c0326e8971d4a277943195f949e8608 -eo pid,comm [Pipeline] { [Pipeline] echo 07:27:22 ========================================================= 07:27:22 [edgeXBuildGoParallel] Running Tests and Build... 07:27:22 ========================================================= [Pipeline] sh 07:27:23 + make test 07:27:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:27:33 Removing intermediate container 1f3e3628813e 07:27:33 ---> d21f7913bcb0 07:27:33 Step 8/33 : COPY . . 07:27:33 Removing intermediate container 03f3a94da19f 07:27:33 ---> 0010c775fe38 07:27:33 Step 8/23 : COPY . . 07:27:36 ---> 784d1efdcfe6 07:27:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:27:39 ---> Running in 8dbc9628b27f 07:27:45 ? github.com/edgexfoundry/edgex-go [no test files] 07:27:49 ---> dcffacc8bee5 07:27:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:27:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 07:27:51 ---> Running in e8bb5991bc42 07:27:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:27:54 ---> 626575b70454 07:27:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:27:54 ---> Running in 56caac765cd1 07:27:57 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 07:28:04 ---> 841424159b9f 07:28:04 Step 9/23 : RUN make cmd/core-command/core-command 07:28:04 ---> Running in 425d6900698a 07:28:04 ---> c25bc199856c 07:28:04 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:28:05 ---> Running in dcd4bc6b8106 07:28:05 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 07:28:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:28:08 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 07:28:16 Removing intermediate container 8dbc9628b27f 07:28:16 ---> fecb20a6eb58 07:28:16 07:28:16 Step 10/24 : FROM alpine:3.12 07:28:16 3.12: Pulling from library/alpine 07:28:17 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:28:17 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 07:28:17 Status: Downloaded newer image for alpine:3.12 07:28:17 ---> 389fef711851 07:28:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:28:18 ---> Running in 80ccbcd731d1 07:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:19 (1/5) Installing ca-certificates (20191127-r4) 07:28:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:28:19 (3/5) Installing libcurl (7.69.1-r3) 07:28:19 (4/5) Installing curl (7.69.1-r3) 07:28:19 (5/5) Installing dumb-init (1.2.2-r1) 07:28:19 Executing busybox-1.31.1-r19.trigger 07:28:19 Executing ca-certificates-20191127-r4.trigger 07:28:19 OK: 7 MiB in 19 packages 07:28:23 Removing intermediate container 80ccbcd731d1 07:28:23 ---> aa92497a365c 07:28:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 07:28:24 ---> Running in 706c89fa66b6 07:28:25 Removing intermediate container 706c89fa66b6 07:28:25 ---> d6dca35292c3 07:28:25 Step 13/24 : WORKDIR / 07:28:27 ---> Running in 88f42476b511 07:28:27 Removing intermediate container 56caac765cd1 07:28:27 ---> 4fc73a8f7858 07:28:27 07:28:27 Step 10/22 : FROM alpine:3.12 07:28:27 ---> 389fef711851 07:28:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:28:27 Removing intermediate container e8bb5991bc42 07:28:27 ---> 4b1de25733e0 07:28:27 07:28:27 Step 10/21 : FROM alpine:3.12 07:28:27 ---> 389fef711851 07:28:27 Step 11/21 : RUN apk add --update --no-cache curl 07:28:27 ---> Running in 0eafb5e6a642 07:28:27 ---> Running in 5913259c134c 07:28:27 Removing intermediate container 88f42476b511 07:28:27 ---> 4af72a58128e 07:28:27 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:28:28 ---> b661786b9736 07:28:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:28:28 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 07:28:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:28 ---> 9c24f1b2fe70 07:28:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:28:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:29 (1/4) Installing ca-certificates (20191127-r4) 07:28:29 (1/1) Installing dumb-init (1.2.2-r1) 07:28:29 Executing busybox-1.31.1-r19.trigger 07:28:29 OK: 6 MiB in 15 packages 07:28:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:28:29 (3/4) Installing libcurl (7.69.1-r3) 07:28:29 (4/4) Installing curl (7.69.1-r3) 07:28:29 Executing busybox-1.31.1-r19.trigger 07:28:29 Executing ca-certificates-20191127-r4.trigger 07:28:29 OK: 7 MiB in 18 packages 07:28:29 ---> fb84834702ac 07:28:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:28:30 ---> e7648927e477 07:28:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:28:30 Removing intermediate container 5913259c134c 07:28:30 ---> c3c13ef7732c 07:28:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:28:31 ---> Running in 887d9c631e84 07:28:32 Removing intermediate container 0eafb5e6a642 07:28:32 ---> 1303754545ed 07:28:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:28:33 Removing intermediate container 887d9c631e84 07:28:33 ---> 6f331d73378d 07:28:33 Step 13/22 : ENV APP_PORT=48085 07:28:33 ---> 4e8914833bdc 07:28:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:28:33 ---> Running in 5777a8b36de8 07:28:33 ---> Running in f95d762dac21 07:28:33 Removing intermediate container 425d6900698a 07:28:33 ---> 5abded55a43c 07:28:33 07:28:33 Step 10/23 : FROM alpine:3.12 07:28:33 ---> 389fef711851 07:28:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:28:33 ---> Using cache 07:28:33 ---> c3c13ef7732c 07:28:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:28:33 ---> Using cache 07:28:33 ---> 6f331d73378d 07:28:33 Step 13/23 : ENV APP_PORT=48082 07:28:33 ---> Running in 57c99a171258 07:28:33 Removing intermediate container 5777a8b36de8 07:28:33 ---> 954c14c8ecc8 07:28:33 Step 13/21 : WORKDIR /edgex 07:28:33 Removing intermediate container f95d762dac21 07:28:33 ---> 6ce6c8828dba 07:28:33 Step 14/22 : EXPOSE $APP_PORT 07:28:33 ---> 9acdffae0f60 07:28:33 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:28:34 ---> Running in d6d2e812bd63 07:28:34 ---> Running in f4851ce5fdd7 07:28:36 ---> Running in 4114e42abb4f 07:28:36 Removing intermediate container 57c99a171258 07:28:36 ---> a2aec85b44a4 07:28:36 Step 14/23 : EXPOSE $APP_PORT 07:28:36 ---> Running in ff9af90aabee 07:28:36 Removing intermediate container dcd4bc6b8106 07:28:36 ---> fad6765b4d01 07:28:36 07:28:36 Step 10/33 : FROM alpine:3.12 07:28:36 Removing intermediate container f4851ce5fdd7 07:28:36 ---> aca74432042f 07:28:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:36 ---> 389fef711851 07:28:36 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 07:28:36 Removing intermediate container d6d2e812bd63 07:28:36 ---> f1224c949ce5 07:28:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:28:36 ---> Running in b23e9b4a8ad2 07:28:36 ---> afbeea968039 07:28:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:28:36 Removing intermediate container ff9af90aabee 07:28:36 ---> 7610bc9d74b2 07:28:36 Step 15/23 : WORKDIR / 07:28:36 ---> Running in 1390a68b48f0 07:28:36 ---> 981c3aef8e5d 07:28:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:28:37 ---> ed4268ff26c3 07:28:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:28:37 Removing intermediate container 1390a68b48f0 07:28:37 ---> 4d59b559d2cc 07:28:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:28:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:28:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:28:37 Removing intermediate container 4114e42abb4f 07:28:37 ---> 1e840d3258c0 07:28:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:28:37 (1/3) Installing dumb-init (1.2.2-r1) 07:28:37 (2/3) Installing openssl (1.1.1i-r0) 07:28:37 ---> 65409ae95776 07:28:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:28:37 (3/3) Installing su-exec (0.2-r1) 07:28:37 Executing busybox-1.31.1-r19.trigger 07:28:37 OK: 6 MiB in 17 packages 07:28:37 ---> Running in 1e47ba7374c2 07:28:37 ---> 177814914a57 07:28:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:28:37 ---> 3d1a6de8a145 07:28:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:28:38 ---> Running in 5ed88fdbd27f 07:28:38 ---> fe40351b68be 07:28:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:28:38 ---> 0c479aa93e82 07:28:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:28:38 Removing intermediate container 1e47ba7374c2 07:28:38 ---> b71da8a9be7f 07:28:38 Step 22/24 : LABEL arch=x86_64 07:28:38 Removing intermediate container 5ed88fdbd27f 07:28:38 ---> 23bb7c053028 07:28:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:39 ---> Running in f13b46e806ad 07:28:39 ---> Running in 9cd2430445cf 07:28:39 ---> Running in 41b957241449 07:28:39 Removing intermediate container b23e9b4a8ad2 07:28:39 ---> 8ef9645f1205 07:28:39 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:28:39 ---> a3449903eb60 07:28:39 Step 19/23 : ENTRYPOINT ["/core-command"] 07:28:39 Removing intermediate container 9cd2430445cf 07:28:39 ---> d43c047bee1b 07:28:39 Step 18/21 : CMD ["--init=true"] 07:28:39 Removing intermediate container f13b46e806ad 07:28:39 ---> 2f8d86138fd9 07:28:39 Step 23/24 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:28:39 ---> Running in d332d78dc17c 07:28:39 ---> Running in 99fc6cd33e5c 07:28:39 ---> Running in abb2bef33cc9 07:28:39 Removing intermediate container 41b957241449 07:28:39 ---> 6382210d95f3 07:28:39 Step 20/22 : LABEL arch=x86_64 07:28:39 ---> Running in 0156521aa1a7 07:28:39 ---> Running in 06c983d394d0 07:28:39 Removing intermediate container d332d78dc17c 07:28:39 ---> 0b4dcc851cf4 07:28:39 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 07:28:39 Removing intermediate container 99fc6cd33e5c 07:28:39 ---> 1e0f925d9b5b 07:28:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:28:39 Removing intermediate container abb2bef33cc9 07:28:39 ---> a816d33667b4 07:28:39 Step 19/21 : LABEL arch=x86_64 07:28:40 Removing intermediate container 0156521aa1a7 07:28:40 ---> bae47d5ccc39 07:28:40 Step 24/24 : LABEL version=0.0.0 07:28:40 ---> Running in 699f201c1bac 07:28:40 ---> Running in 6c12954d7faf 07:28:40 ---> Running in 398dcc22f461 07:28:40 Removing intermediate container 06c983d394d0 07:28:40 ---> f99ade85b89b 07:28:40 Step 21/22 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:28:40 ---> Running in 43281c975951 07:28:41 ---> Running in d2326e9c0acb 07:28:41 Removing intermediate container 699f201c1bac 07:28:41 ---> 73456669ecc7 07:28:41 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 07:28:41 Removing intermediate container 398dcc22f461 07:28:41 ---> 693f6e5151ef 07:28:41 Step 20/21 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:28:41 Removing intermediate container 6c12954d7faf 07:28:41 ---> 4c52e57e9bc5 07:28:41 Step 21/23 : LABEL arch=x86_64 07:28:41 Removing intermediate container 43281c975951 07:28:41 ---> 54a84c009184 07:28:41 07:28:41 ---> Running in 8cca6626406d 07:28:41 ---> Running in 561d890c52e8 07:28:41 ---> Running in ed060a2b2289 07:28:41 Removing intermediate container d2326e9c0acb 07:28:41 ---> b7b6f68b6783 07:28:41 Step 22/22 : LABEL version=0.0.0 07:28:41 Successfully built 54a84c009184 07:28:41 Successfully tagged docker-security-secretstore-setup-go:latest 07:28:41 ---> Running in 30c5662c7e87 07:28:41 Building docker-core-data-go 07:28:41  Building docker-security-secretstore-setup-go ... done Removing intermediate container ed060a2b2289 07:28:41 ---> 41cdc1c28510 07:28:41 Step 22/23 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:28:41 Removing intermediate container 561d890c52e8 07:28:41 ---> be5cae2cd579 07:28:41 Step 21/21 : LABEL version=0.0.0 07:28:41 ---> Running in c32ca889aec4 07:28:41 ---> Running in 20180cd67a7e 07:28:42 Removing intermediate container 30c5662c7e87 07:28:42 ---> 9f4f887a420c 07:28:42 07:28:42 Connecting to github.com (140.82.112.3:443) 07:28:42 Removing intermediate container c32ca889aec4 07:28:42 ---> 57b3ea42a8c5 07:28:42 Step 23/23 : LABEL version=0.0.0 07:28:42 Successfully built 9f4f887a420c 07:28:42 Removing intermediate container 20180cd67a7e 07:28:42 ---> 22708c66175c 07:28:42 07:28:42 Successfully tagged docker-support-scheduler-go:latest 07:28:42 Building docker-sys-mgmt-agent-go 07:28:42  Building docker-support-scheduler-go ... done Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.78.164:443) 07:28:42  ---> Running in 95b47369c718 07:28:42 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 07:28:42 Successfully built 22708c66175c 07:28:42 Successfully tagged docker-security-proxy-setup-go:latest 07:28:42 Building docker-core-metadata-go 07:28:42  Building docker-security-proxy-setup-go ... done dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 07:28:42 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 07:28:42 dockerize 07:28:42 Removing intermediate container 95b47369c718 07:28:42 ---> 7772bc87c5d2 07:28:42 07:28:42 Successfully built 7772bc87c5d2 07:28:42 Successfully tagged docker-core-command-go:latest 07:28:42  Building docker-core-command-go ... done Building docker-support-notifications-go 07:28:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 07:28:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 07:28:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 07:28:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 07:28:43 Removing intermediate container 8cca6626406d 07:28:43 ---> 3b873894b37e 07:28:43 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 07:28:43 ---> Running in 88c0afb255da 07:28:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 07:28:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 07:28:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 07:28:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 07:28:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 07:28:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 07:28:47 Removing intermediate container 88c0afb255da 07:28:47 ---> 8ac72a0bc253 07:28:47 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:28:50 ---> Running in ec9a8fce6e3d 07:28:51 Removing intermediate container ec9a8fce6e3d 07:28:51 ---> 7ab116a7d753 07:28:51 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 07:28:51 ---> Running in d3c3d2e7a722 07:28:53 Move dockerize executable 07:28:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 07:28:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 07:28:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 07:28:54 Removing intermediate container d3c3d2e7a722 07:28:54 ---> e41f1d514c18 07:28:54 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 07:28:54 ---> Running in 40a77a2210e9 07:28:54 Removing intermediate container 40a77a2210e9 07:28:54 ---> 8eae57754f8a 07:28:54 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:28:58 ---> de41f9957599 07:28:58 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:29:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements 07:29:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 07:29:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 07:29:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 07:29:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 07:29:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 07:29:02 ---> Running in 3935e571010a 07:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.535s coverage: 27.0% of statements 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 07:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 07:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 07:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.363s coverage: 66.7% of statements 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 07:29:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.349s coverage: 82.3% of statements 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 07:29:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 07:29:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:29:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:29:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:29:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:29:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:29:11 ---> b062634c506c 07:29:11 ---> b062634c506c 07:29:11 Step 3/22 : WORKDIR /edgex-goStep 3/23 : WORKDIR /edgex-go ---> b062634c506c 07:29:11 Step 3/23 : WORKDIR /edgex-go 07:29:11 07:29:11 ---> b062634c506c 07:29:11 Step 3/26 : WORKDIR /edgex-go 07:29:11 07:29:11 ---> Using cache 07:29:11 ---> baa15832287d 07:29:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 ---> Using cache 07:29:11 ---> baa15832287d 07:29:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 ---> Using cache 07:29:11 ---> baa15832287d 07:29:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 ---> Using cache 07:29:11 ---> baa15832287d 07:29:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:29:11 ---> Using cache 07:29:11 ---> a9d22373c70f 07:29:11 Step 5/23 : RUN apk add --update --no-cache make git 07:29:11 ---> Using cache 07:29:11 ---> a9d22373c70f 07:29:11 Step 5/26 : RUN apk add --update --no-cache make bash git 07:29:11 ---> Using cache 07:29:11 ---> a9d22373c70f 07:29:11 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:29:11 ---> Using cache 07:29:11 ---> a9d22373c70f 07:29:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:29:11 ---> Using cache 07:29:11 ---> fbb755bab8a4 07:29:11 Step 6/23 : COPY go.mod . 07:29:11 ---> Using cache 07:29:11 ---> 2eb6ab11ba23 07:29:11 Step 7/23 : RUN go mod download 07:29:11 ---> Using cache 07:29:11 ---> d21f7913bcb0 07:29:11 Step 8/23 : COPY . . 07:29:11 ---> Using cache 07:29:11 ---> c25bc199856c 07:29:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:29:11 Removing intermediate container 3935e571010a 07:29:11 ---> b13c8a92b217 07:29:11 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:11 ---> Running in 94d3767d27e1 07:29:11 ---> Running in 6e76a2692eea 07:29:11 ---> Running in 28d4c54a675e 07:29:11 ---> Running in 63ae029c4e5d 07:29:11 ---> 347d73ce8a5f 07:29:11 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:29:12 ---> 169ddb7c55dc 07:29:12 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:12 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 07:29:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:29:12 ---> 0fec2e95f68f 07:29:12 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:29:13 ---> b072f1706405 07:29:13 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:29:13 ---> 2423efa8fcec 07:29:13 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 07:29:13 OK: 233 MiB in 51 packages 07:29:14 OK: 233 MiB in 51 packages 07:29:14 OK: 233 MiB in 51 packages 07:29:14 ---> Running in ff0df48d6a5a 07:29:14 Removing intermediate container ff0df48d6a5a 07:29:14 ---> ebc55c5c58b6 07:29:14 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:29:14 Removing intermediate container 94d3767d27e1 07:29:14 ---> bb5fc5ae17ce 07:29:14 Step 6/22 : COPY go.mod . 07:29:15 ---> 190c13d6808e 07:29:15 Step 28/33 : RUN chmod +x /entrypoint.sh 07:29:15 Removing intermediate container 28d4c54a675e 07:29:15 ---> 03750c1a94b1 07:29:15 Step 6/23 : COPY go.mod . 07:29:15 ---> Running in a80f317d1cb5 07:29:15 Removing intermediate container 6e76a2692eea 07:29:15 ---> 9a960d354387 07:29:15 Step 6/26 : COPY go.mod . 07:29:15 ---> 743668598531 07:29:15 Step 7/22 : RUN go mod download 07:29:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.140s coverage: 28.6% of statements 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 07:29:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 07:29:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 07:29:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 07:29:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.359s coverage: 97.5% of statements 07:29:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 07:29:16 ---> Running in ce573bfa9bd5 07:29:16 ---> 9f6231ccd867 07:29:16 Step 7/23 : RUN go mod download 07:29:16 ---> 63e8d2ad2cb5 07:29:16 Step 7/26 : RUN go mod download 07:29:16 ---> Running in a225f5b84316 07:29:16 ---> Running in b2d567c6cde4 07:29:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.185s coverage: 78.3% of statements 07:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 07:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 07:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 07:29:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 07:29:17 Removing intermediate container a80f317d1cb5 07:29:17 ---> 53dc426d0149 07:29:17 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:29:17 ---> Running in 1dd04f7a428f 07:29:18 Removing intermediate container 1dd04f7a428f 07:29:18 ---> a556c17d0a8f 07:29:18 Step 30/33 : CMD ["gate"] 07:29:18 ---> Running in c8e298daead2 07:29:18 Removing intermediate container ce573bfa9bd5 07:29:18 ---> 2ba6a0083a86 07:29:18 Step 8/22 : COPY . . 07:29:18 Removing intermediate container c8e298daead2 07:29:18 ---> d8a2f03604fe 07:29:18 Step 31/33 : LABEL arch=x86_64 07:29:19 ---> Running in 65c22bac38ac 07:29:19 Removing intermediate container b2d567c6cde4 07:29:19 ---> 212b9a2e6d83 07:29:19 Step 8/26 : COPY . . 07:29:20 Removing intermediate container a225f5b84316 07:29:20 ---> d81494d4487c 07:29:20 Step 8/23 : COPY . . 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.278s coverage: 92.8% of statements 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.259s coverage: 0.1% of statements 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 07:29:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 43.8% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.127s coverage: 96.3% of statements 07:29:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements 07:29:25 Removing intermediate container 65c22bac38ac 07:29:25 ---> 742338dccc20 07:29:25 Step 32/33 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:29:32 ---> Running in c6319f6c4119 07:29:34 Removing intermediate container c6319f6c4119 07:29:34 ---> 7da96e939792 07:29:34 Step 33/33 : LABEL version=0.0.0 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.059s coverage: 80.8% of statements 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.118s coverage: 84.2% of statements 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.4% of statements 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.451s coverage: 63.5% of statements 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 07:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 07:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 07:29:40 ---> Running in 155d9c4ac7e3 07:29:40 Removing intermediate container 155d9c4ac7e3 07:29:40 ---> d348b631e856 07:29:40 07:29:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 07:29:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 07:29:40 Successfully built d348b631e856 07:29:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 07:29:42 Successfully tagged docker-security-bootstrapper-go:latest 07:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 68.9% of statements 07:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 07:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 07:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 07:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 07:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 07:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 37.0% of statements 07:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 07:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 07:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.610s coverage: 84.0% of statements 07:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 07:29:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.406s coverage: 47.1% of statements 07:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 07:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 07:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 07:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 07:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 07:29:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 07:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 07:29:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.143s coverage: 100.0% of statements 07:29:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 07:29:54  Building docker-security-bootstrapper-go ... done  ---> 953ee5a6f939 07:29:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:29:54 Removing intermediate container 63ae029c4e5d 07:29:54 ---> 4fb340b0a372 07:29:54 07:29:54 Step 10/23 : FROM alpine:3.12 07:29:54 ---> 389fef711851 07:29:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:29:54 ---> Running in 967ad341451e 07:29:54 ---> Using cache 07:29:54 ---> c3c13ef7732c 07:29:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:29:54 ---> Using cache 07:29:54 ---> 6f331d73378d 07:29:54 Step 13/23 : ENV APP_PORT=48081 07:29:54 ---> 49dff5b9d929 07:29:54 Step 9/23 : RUN make cmd/core-data/core-data 07:29:54 ---> ed44c2940abe 07:29:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:29:55 ---> Running in 807484205a6e 07:29:55 ---> Running in ba34a330a2ec 07:29:55 ---> Running in 2bcd4e3f5fe8 07:29:55 Removing intermediate container 807484205a6e 07:29:55 ---> 98f1b663e583 07:29:55 Step 14/23 : EXPOSE $APP_PORT 07:29:55 ---> Running in 40ea10c09000 07:29:55 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 07:29:55 Removing intermediate container 40ea10c09000 07:29:55 ---> ce0fb1fab171 07:29:55 Step 15/23 : WORKDIR / 07:29:55 ---> Running in f05c34c0f7ac 07:29:55 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 07:29:55 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 07:29:56 Removing intermediate container f05c34c0f7ac 07:29:56 ---> eb1baff2466d 07:29:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:29:56 ---> 5fe7c0bcf5f5 07:29:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:29:57 ---> 12f11edee2c9 07:29:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:29:58 ---> 10d64ebaf7c9 07:29:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:29:58 ---> Running in 0fa0b096d8f0 07:29:58 Removing intermediate container 0fa0b096d8f0 07:29:58 ---> 8faf99eebd35 07:29:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:29:58 ---> Running in 2512dfad3c02 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.002s coverage: 29.1% of statements 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.241s coverage: 99.0% of statements 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 07:29:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 07:29:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 07:29:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 07:29:59 Removing intermediate container 2512dfad3c02 07:29:59 ---> 2cd9fc8039cc 07:29:59 Step 21/23 : LABEL arch=x86_64 07:30:00 ---> Running in 11a583f8186a 07:30:00 GO111MODULE=on go vet ./... 07:30:00 Removing intermediate container 11a583f8186a 07:30:00 ---> 81eea8c3e9ea 07:30:00 Step 22/23 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:30:00 ---> Running in 639b7d96012d 07:30:01 Removing intermediate container 639b7d96012d 07:30:01 ---> 80992fcd836c 07:30:01 Step 23/23 : LABEL version=0.0.0 07:30:01 ---> Running in 19bf93cc682c 07:30:01 Removing intermediate container 19bf93cc682c 07:30:01 ---> 8908dd084831 07:30:01 07:30:02 Successfully built 8908dd084831 07:30:02 Successfully tagged docker-core-metadata-go:latest 07:30:20  Building docker-core-metadata-go ... done Removing intermediate container 2bcd4e3f5fe8 07:30:20 ---> 78cdce58d9df 07:30:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:30:20 Removing intermediate container 967ad341451e 07:30:20 ---> ab073d994513 07:30:20 07:30:20 Step 10/22 : FROM alpine:3.12 07:30:20 ---> 389fef711851 07:30:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:30:20 ---> Running in b70d1cb569db 07:30:20 ---> Running in ce32cc82ef3c 07:30:20 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 07:30:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:20 (1/2) Installing ca-certificates (20191127-r4) 07:30:20 (2/2) Installing dumb-init (1.2.2-r1) 07:30:20 Executing busybox-1.31.1-r19.trigger 07:30:21 Executing ca-certificates-20191127-r4.trigger 07:30:21 OK: 6 MiB in 16 packages 07:30:24 Removing intermediate container ba34a330a2ec 07:30:24 ---> 9df540d1ba12 07:30:24 07:30:24 Step 10/23 : FROM alpine:3.12 07:30:24 ---> 389fef711851 07:30:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:30:24 ---> Running in 06bdec9313e5 07:30:24 Removing intermediate container b70d1cb569db 07:30:24 ---> d2ae8edcc32f 07:30:24 07:30:24 Step 11/26 : FROM docker:20.10.0 07:30:24 Removing intermediate container ce32cc82ef3c 07:30:24 ---> 9a343679000b 07:30:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:30:24 20.10.0: Pulling from library/docker 07:30:24 ---> Running in 6bbc08ef507f 07:30:25 Removing intermediate container 06bdec9313e5 07:30:25 ---> 2f88b4300a07 07:30:25 Step 12/23 : ENV APP_PORT=48080 07:30:25 ---> Running in 5c5fceb61132 07:30:25 Removing intermediate container 6bbc08ef507f 07:30:25 ---> 0d5825f88e5a 07:30:25 Step 13/22 : ENV APP_PORT=48060 07:30:25 ---> Running in f35c18a1a214 07:30:25 Removing intermediate container 5c5fceb61132 07:30:25 ---> 774a1dc4c9eb 07:30:25 Step 13/23 : EXPOSE $APP_PORT 07:30:25 ---> Running in 9bc696d2c2d3 07:30:26 Removing intermediate container f35c18a1a214 07:30:26 ---> be19958e4d54 07:30:26 Step 14/22 : EXPOSE $APP_PORT 07:30:26 Removing intermediate container 9bc696d2c2d3 07:30:26 ---> 6d7510cd8e36 07:30:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:30:26 ---> Running in 1001cbd2c201 07:30:26 ---> Running in 9d10549147c9 07:30:26 Removing intermediate container 1001cbd2c201 07:30:26 ---> 2fed1df5b1d9 07:30:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:27 ---> 8d137502ff2f 07:30:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:30:28 ---> 752bc70f9856 07:30:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:30:28 Removing intermediate container 9d10549147c9 07:30:28 ---> 0fb2bf35a8e1 07:30:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:30:28 ---> Running in cfcaabab9a11 07:30:28 ---> 457d05794607 07:30:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:30:28 ---> Running in bcdae5c41b83 07:30:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:29 Removing intermediate container bcdae5c41b83 07:30:29 ---> 31914844435c 07:30:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:29 ---> Running in 1e084bb8d4e4 07:30:29 Removing intermediate container 1e084bb8d4e4 07:30:29 ---> 7c7ac49524e2 07:30:29 Step 20/22 : LABEL arch=x86_64 07:30:29 ---> Running in a0f0443df952 07:30:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:29 Removing intermediate container a0f0443df952 07:30:29 ---> a9ae71a4f867 07:30:29 Step 21/22 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:30:30 ---> Running in 8389ebe90173 07:30:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:30:30 Status: Downloaded newer image for docker:20.10.0 07:30:30 ---> aefe523efa57 07:30:30 Step 12/26 : RUN apk add --no-cache bash 07:30:30 ---> Running in 31d5d397ce41 07:30:30 Removing intermediate container 8389ebe90173 07:30:30 ---> 158a2c7e3dc0 07:30:30 Step 22/22 : LABEL version=0.0.0 07:30:30 ---> Running in db7a9852b8bf 07:30:30 (1/6) Installing dumb-init (1.2.2-r1) 07:30:30 (2/6) Installing libgcc (9.3.0-r2) 07:30:30 (3/6) Installing libsodium (1.0.18-r0) 07:30:30 Removing intermediate container db7a9852b8bf 07:30:30 ---> dd10e9a891da 07:30:30 07:30:30 (4/6) Installing libstdc++ (9.3.0-r2) 07:30:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:31 Successfully built dd10e9a891da 07:30:31 Successfully tagged docker-support-notifications-go:latest 07:30:31  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:31 (5/6) Installing libzmq (4.3.3-r0) 07:30:31 (1/2) Installing readline (8.0.4-r0) 07:30:31 (2/2) Installing bash (5.0.17-r0) 07:30:31 Executing bash-5.0.17-r0.post-install 07:30:31 Executing busybox-1.31.1-r19.trigger 07:30:31 OK: 12 MiB in 22 packages 07:30:31 (6/6) Installing zeromq (4.3.3-r0) 07:30:31 Executing busybox-1.31.1-r19.trigger 07:30:31 OK: 8 MiB in 20 packages 07:30:31 Removing intermediate container 31d5d397ce41 07:30:31 ---> e95e9fe590d1 07:30:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:30:32 ---> Running in 84f09ff18197 07:30:32 Removing intermediate container cfcaabab9a11 07:30:32 ---> f9505daa2a11 07:30:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:30:32 Removing intermediate container 84f09ff18197 07:30:32 ---> 4bb0e1da39eb 07:30:32 Step 14/26 : ENV APP_PORT=48090 07:30:32 ---> Running in 698d2dc47a8d 07:30:32 ---> 0f467fb2f6d0 07:30:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:30:32 Removing intermediate container 698d2dc47a8d 07:30:32 ---> 7213638831d0 07:30:32 Step 15/26 : EXPOSE $APP_PORT 07:30:32 ---> Running in bd464f1a97fc 07:30:32 Removing intermediate container bd464f1a97fc 07:30:32 ---> 47dfd7825777 07:30:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:30:32 ---> 74238de2fa98 07:30:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:30:33 ---> 6d145f974e2a 07:30:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:30:33 ---> dedeac6c88f9 07:30:33 Step 19/23 : ENTRYPOINT ["/core-data"] 07:30:33 ---> Running in 9ff5c542baaa 07:30:33 Removing intermediate container 9ff5c542baaa 07:30:33 ---> 05a5217fb5cd 07:30:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:33 ---> d62930630661 07:30:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:30:33 ---> Running in 3b25e0d29a44 07:30:34 Removing intermediate container 3b25e0d29a44 07:30:34 ---> eb8d4c319331 07:30:34 Step 21/23 : LABEL arch=x86_64 07:30:34 ---> Running in 92cb43fd9ca6 07:30:34 ---> ec848f4926fa 07:30:34 Step 19/26 : RUN apk --no-cache add py3-pip 07:30:34 ---> Running in bf855ce2be8c 07:30:34 Removing intermediate container 92cb43fd9ca6 07:30:34 ---> ae61454b7456 07:30:34 Step 22/23 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:30:34 ---> Running in 36341317bc4a 07:30:34 Removing intermediate container 36341317bc4a 07:30:34 ---> 79f7e692117c 07:30:34 Step 23/23 : LABEL version=0.0.0 07:30:34 ---> Running in cf074a4f86a5 07:30:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:34 Removing intermediate container cf074a4f86a5 07:30:34 ---> 4417001600b4 07:30:34 07:30:35 (1/33) Installing libbz2 (1.0.8-r1) 07:30:35 (2/33) Installing expat (2.2.9-r1) 07:30:35 (3/33) Installing libffi (3.3-r2) 07:30:35 Successfully built 4417001600b4 07:30:35 (4/33) Installing gdbm (1.13-r1) 07:30:35 (5/33) Installing xz-libs (5.2.5-r0) 07:30:35 Successfully tagged docker-core-data-go:latest 07:30:35  Building docker-core-data-go ... done (6/33) Installing sqlite-libs (3.32.1-r0) 07:30:35 (7/33) Installing python3 (3.8.5-r0) 07:30:36 (8/33) Installing py3-appdirs (1.4.4-r1) 07:30:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:30:36 (10/33) Installing py3-parsing (2.4.7-r0) 07:30:36 (11/33) Installing py3-six (1.15.0-r0) 07:30:36 (12/33) Installing py3-packaging (20.4-r0) 07:30:36 (13/33) Installing py3-setuptools (47.0.0-r0) 07:30:36 (14/33) Installing py3-chardet (3.0.4-r4) 07:30:36 (15/33) Installing py3-idna (2.9-r0) 07:30:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:30:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:30:36 (18/33) Installing py3-requests (2.23.0-r0) 07:30:36 (19/33) Installing py3-msgpack (1.0.0-r0) 07:30:36 (20/33) Installing py3-lockfile (0.12.2-r3) 07:30:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:30:36 (22/33) Installing py3-colorama (0.4.3-r0) 07:30:36 (23/33) Installing py3-distlib (0.3.0-r0) 07:30:36 (24/33) Installing py3-distro (1.5.0-r1) 07:30:36 (25/33) Installing py3-webencodings (0.5.1-r3) 07:30:36 (26/33) Installing py3-html5lib (1.0.1-r4) 07:30:36 (27/33) Installing py3-pytoml (0.1.21-r0) 07:30:36 (28/33) Installing py3-pep517 (0.8.2-r0) 07:30:36 (29/33) Installing py3-progress (1.5-r0) 07:30:36 (30/33) Installing py3-toml (0.10.1-r0) 07:30:37 (31/33) Installing py3-retrying (1.3.3-r0) 07:30:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:30:37 (33/33) Installing py3-pip (20.1.1-r0) 07:30:37 Executing busybox-1.31.1-r19.trigger 07:30:37 OK: 71 MiB in 55 packages 07:30:45 Removing intermediate container bf855ce2be8c 07:30:45 ---> aa5b8089f4c7 07:30:45 Step 20/26 : RUN pip install docker-compose==1.23.2 07:30:45 ---> Running in 81a2a152c1a7 07:30:46 Collecting docker-compose==1.23.2 07:30:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:30:47 Collecting cached-property<2,>=1.2.0 07:30:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:30:47 Collecting docopt<0.7,>=0.6.1 07:30:47 Downloading docopt-0.6.2.tar.gz (25 kB) 07:30:47 Collecting docker<4.0,>=3.6.0 07:30:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:30:48 Collecting texttable<0.10,>=0.9.0 07:30:48 Downloading texttable-0.9.1.tar.gz (11 kB) 07:30:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:30:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:30:48 Collecting dockerpty<0.5,>=0.4.1 07:30:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:30:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:30:49 Collecting jsonschema<3,>=2.5.1 07:30:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:30:49 Collecting PyYAML<4,>=3.10 07:30:49 Downloading PyYAML-3.13.tar.gz (270 kB) 07:30:50 Collecting websocket-client<1.0,>=0.32.0 07:30:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:30:50 Collecting docker-pycreds>=0.4.0 07:30:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:30:50 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) 07:30:50 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) 07:30:50 Collecting idna<2.8,>=2.5 07:30:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:30:50 Collecting urllib3<1.25,>=1.21.1 07:30:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:30:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:30:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:30:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:30:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:30:50 Installing collected packages: cached-property, docopt, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, dockerpty, jsonschema, PyYAML, docker-compose 07:30:51 Running setup.py install for docopt: started 07:30:51 Running setup.py install for docopt: finished with status 'done' 07:30:51 Attempting uninstall: idna 07:30:51 Found existing installation: idna 2.9 07:30:51 Uninstalling idna-2.9: 07:30:51 Successfully uninstalled idna-2.9 07:30:51 Attempting uninstall: urllib3 07:30:51 Found existing installation: urllib3 1.25.9 07:30:51 Uninstalling urllib3-1.25.9: 07:30:51 Successfully uninstalled urllib3-1.25.9 07:30:51 Attempting uninstall: requests 07:30:51 Found existing installation: requests 2.23.0 07:30:51 Uninstalling requests-2.23.0: 07:30:51 Successfully uninstalled requests-2.23.0 07:30:52 Running setup.py install for texttable: started 07:30:52 Running setup.py install for texttable: finished with status 'done' 07:30:52 Running setup.py install for dockerpty: started 07:30:53 Running setup.py install for dockerpty: finished with status 'done' 07:30:54 Running setup.py install for PyYAML: started 07:30:54 Running setup.py install for PyYAML: finished with status 'done' 07:30:54 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 07:30:58 Removing intermediate container 81a2a152c1a7 07:30:58 ---> 4f7704837db2 07:30:58 Step 21/26 : RUN apk --no-cache add curl 07:30:58 ---> Running in 7eb758da9e47 07:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:30:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:30:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:30:59 (2/3) Installing libcurl (7.69.1-r3) 07:30:59 (3/3) Installing curl (7.69.1-r3) 07:30:59 Executing busybox-1.31.1-r19.trigger 07:30:59 OK: 72 MiB in 58 packages 07:30:59 Removing intermediate container 7eb758da9e47 07:30:59 ---> 78cd0734cac5 07:30:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:30:59 ---> Running in 9d0cb28f27d8 07:30:59 Removing intermediate container 9d0cb28f27d8 07:30:59 ---> 4ef7bb273a05 07:30:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:30:59 ---> Running in 42b7676afc9e 07:30:59 Removing intermediate container 42b7676afc9e 07:30:59 ---> 3ce53cce9a92 07:30:59 Step 24/26 : LABEL arch=x86_64 07:30:59 ---> Running in c7c5d7fc7cd7 07:31:00 Removing intermediate container c7c5d7fc7cd7 07:31:00 ---> 46d78dcb57cf 07:31:00 Step 25/26 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:31:00 ---> Running in bbde8c6763c5 07:31:00 Removing intermediate container bbde8c6763c5 07:31:00 ---> fac7a3f99972 07:31:00 Step 26/26 : LABEL version=0.0.0 07:31:00 ---> Running in 63c3d3438ebb 07:31:00 Removing intermediate container 63c3d3438ebb 07:31:00 ---> 684870cbe376 07:31:00 07:31:00 Successfully built 684870cbe376 07:31:00 Successfully tagged docker-sys-mgmt-agent-go:latest 07:31:01  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:31:01 $ docker stop --time=1 7da534551dcd510df3a578dec0749d96e2a233269adc22765ae72915b450904e 07:31:03 $ docker rm -f 7da534551dcd510df3a578dec0749d96e2a233269adc22765ae72915b450904e [Pipeline] // withDockerContainer [Pipeline] sh 07:31:03 + docker images 07:31:03 + grep docker 07:31:04 docker-sys-mgmt-agent-go latest 684870cbe376 4 seconds ago 313MB 07:31:04 docker-core-data-go latest 4417001600b4 30 seconds ago 22.3MB 07:31:04 docker-support-notifications-go latest dd10e9a891da 34 seconds ago 16.9MB 07:31:04 docker-core-metadata-go latest 8908dd084831 About a minute ago 18.8MB 07:31:04 docker-security-bootstrapper-go latest d348b631e856 About a minute ago 41.5MB 07:31:04 docker-core-command-go latest 7772bc87c5d2 2 minutes ago 16.3MB 07:31:04 docker-security-proxy-setup-go latest 22708c66175c 2 minutes ago 24.4MB 07:31:04 docker-support-scheduler-go latest 9f4f887a420c 2 minutes ago 16.4MB 07:31:04 docker-security-secretstore-setup-go latest 54a84c009184 2 minutes ago 24.6MB 07:31:04 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 07:31:08 gofmt -l . 07:31:11 [ "`gofmt -l .`" = "" ] 07:31:13 ./bin/test-go-mod-tidy.sh 07:31:14 ./bin/test-attribution-txt.sh [Pipeline] sh 07:31:16 + ls -al . 07:31:16 total 696 07:31:16 drwxrwxr-x 9 1001 1001 4096 Jan 22 07:31 . 07:31:16 drwxr-xr-x 4 root root 4096 Jan 22 07:27 .. 07:31:16 -rw-rw-r-- 1 1001 1001 11 Jan 22 07:25 .dockerignore 07:31:16 drwxrwxr-x 8 1001 1001 4096 Jan 22 07:25 .git 07:31:16 drwxrwxr-x 3 1001 1001 4096 Jan 22 07:25 .github 07:31:16 -rw-rw-r-- 1 1001 1001 872 Jan 22 07:25 .gitignore 07:31:16 -rw-rw-r-- 1 1001 1001 166 Jan 22 07:25 .sonarcloud.properties 07:31:16 -rw-rw-r-- 1 1001 1001 7859 Jan 22 07:25 Attribution.txt 07:31:16 -rw-rw-r-- 1 1001 1001 3804 Jan 22 07:25 CONTRIBUTING.md 07:31:16 -rw-rw-r-- 1 1001 1001 931 Jan 22 07:25 Dockerfile.build 07:31:16 -rw-rw-r-- 1 1001 1001 863 Jan 22 07:25 Jenkinsfile 07:31:16 -rw-rw-r-- 1 1001 1001 10775 Jan 22 07:25 LICENSE 07:31:16 -rw-rw-r-- 1 1001 1001 6001 Jan 22 07:25 Makefile 07:31:16 -rw-rw-r-- 1 1001 1001 6524 Jan 22 07:25 README.md 07:31:16 -rw-rw-r-- 1 1001 1001 6755 Jan 22 07:25 SECURITY.md 07:31:16 -rw-rw-r-- 1 1001 1001 5 Jan 22 07:23 VERSION 07:31:16 -rw-rw-r-- 1 1001 1001 4131 Jan 22 07:25 ZMQWindows.md 07:31:16 drwxrwxr-x 2 1001 1001 4096 Jan 22 07:25 bin 07:31:16 drwxrwxr-x 15 1001 1001 4096 Jan 22 07:25 cmd 07:31:16 -rw-r--r-- 1 root root 562928 Jan 22 07:29 coverage.out 07:31:16 -rw-r--r-- 1 root root 1053 Jan 22 07:31 go.mod 07:31:16 -rw-r--r-- 1 root root 18878 Jan 22 07:31 go.sum 07:31:16 drwxrwxr-x 8 1001 1001 4096 Jan 22 07:25 internal 07:31:16 drwxrwxr-x 4 1001 1001 4096 Jan 22 07:25 openapi 07:31:16 drwxrwxr-x 4 1001 1001 4096 Jan 22 07:25 snap 07:31:16 -rw-rw-r-- 1 1001 1001 168 Jan 22 07:25 version.go [Pipeline] sh 07:31:16 + '[' -e coverage.out ] 07:31:16 + chown 1001:1001 coverage.out [Pipeline] stash 07:31:16 Warning: overwriting stash ‘coverage-report’ 07:31:18 Stashed 1 file(s) [Pipeline] sh 07:31:18 + make build 07:31:18 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 07:31:20 Still waiting to schedule task 07:31:20 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 07:31:28 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 07:31:51 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 07:31:55 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 07:32:00 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 07:32:01 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 07:32:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 07:32:11 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 07:32:15 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 07:32:20 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 07:32:23 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 07:32:27 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 07:32:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 07:32:35 $ docker stop --time=1 7e5dc74a01f4009fc296acf878b6b7e47c0326e8971d4a277943195f949e8608 07:32:37 $ docker rm -f 7e5dc74a01f4009fc296acf878b6b7e47c0326e8971d4a277943195f949e8608 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:32:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:39 07:32:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:32:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:40 latest: Pulling from edgex-devops/edgex-compose-arm64 07:32:40 29e5d40040c1: Pulling fs layer 07:32:40 1ce36da41761: Pulling fs layer 07:32:40 25b303627fd3: Pulling fs layer 07:32:40 29e5d40040c1: Verifying Checksum 07:32:40 29e5d40040c1: Download complete 07:32:41 1ce36da41761: Verifying Checksum 07:32:41 1ce36da41761: Download complete 07:32:41 29e5d40040c1: Pull complete 07:32:42 1ce36da41761: Pull complete 07:32:42 25b303627fd3: Verifying Checksum 07:32:42 25b303627fd3: Download complete 07:32:52 25b303627fd3: Pull complete 07:32:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 07:32:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:32:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 07:32:52 prd-ubuntu18.04-docker-arm64-4c-16g-22225 does not seem to be running inside a container 07:32:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:32:56 $ docker top 023cfb524e0ccdf3ea0e7cb3f4850a65e686b1c5e03b1f7e29a05dc0b09c7490 -eo pid,comm [Pipeline] { [Pipeline] sh 07:32:57 + docker-compose build --help 07:32:57 + grep parallel 07:33:01 --parallel Build images in parallel. [Pipeline] } 07:33:01 $ docker stop --time=1 023cfb524e0ccdf3ea0e7cb3f4850a65e686b1c5e03b1f7e29a05dc0b09c7490 07:33:03 $ docker rm -f 023cfb524e0ccdf3ea0e7cb3f4850a65e686b1c5e03b1f7e29a05dc0b09c7490 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 07:33:04 . [Pipeline] withDockerContainer 07:33:05 prd-ubuntu18.04-docker-arm64-4c-16g-22225 does not seem to be running inside a container 07:33:05 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:33:06 Running on prd-ubuntu18.04-docker-8c-8g-22230 in /w/workspace/edgexfoundry_edgex-go_PR-3030 07:33:06 $ docker top 7ff2a3b7dac9efd65807e806136cb16dc69ac29abaef5071cb379132dd064ae7 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 07:33:07 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 07:33:07 + docker-compose -f ./docker-compose-build.yml build --parallel 07:33:09 using credential edgex-jenkins-ssh 07:33:09 Cloning the remote Git repository 07:33:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:33:09 > git init /w/workspace/edgex-go/13 # timeout=10 07:33:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:33:09 > git --version # timeout=10 07:33:09 > git --version # 'git version 2.17.1' 07:33:09 using GIT_SSH to set credentials SSH Credentials for GitHub 07:33:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:33:12 Building docker-core-command-go ... 07:33:12 Building docker-core-data-go ... 07:33:12 Building docker-core-metadata-go ... 07:33:12 Building docker-security-bootstrapper-go ... 07:33:12 Building docker-security-proxy-setup-go ... 07:33:12 Building docker-security-secretstore-setup-go ... 07:33:12 Building docker-support-notifications-go ... 07:33:12 Building docker-support-scheduler-go ... 07:33:12 Building docker-sys-mgmt-agent-go ... 07:33:12 Building docker-sys-mgmt-agent-go 07:33:12 Building docker-core-command-go 07:33:12 Building docker-core-data-go 07:33:12 Building docker-security-secretstore-setup-go 07:33:12 Building docker-security-proxy-setup-go 07:33:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:33:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:33:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:33:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:33:15 using GIT_SSH to set credentials SSH Credentials for GitHub 07:33:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:33:15 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 55bb715e87ef85505d9d8f79728c37d2663f7295 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:33:16 Failed in branch amd64 07:34:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:34:33 ---> 7b7a52d304ca 07:34:33 Step 3/23 : WORKDIR /edgex-go 07:34:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:34:33 ---> 7b7a52d304ca 07:34:33 Step 3/21 : WORKDIR /edgex-go 07:34:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:34:33 ---> 7b7a52d304ca 07:34:33 Step 3/23 : WORKDIR /edgex-go 07:34:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:34:33 ---> 7b7a52d304ca 07:34:33 Step 3/26 : WORKDIR /edgex-go 07:34:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:34:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:34:33 ---> 7b7a52d304ca 07:34:33 Step 3/24 : WORKDIR /edgex-go 07:34:33 ---> Running in ce6a1b66675e 07:34:33 ---> Running in d775b16f66a6 07:34:33 ---> Running in 08f2388f9926 07:34:33 ---> Running in 432a03525b4d 07:34:33 ---> Running in db0703989235 07:34:33 Removing intermediate container 432a03525b4d 07:34:33 ---> cf43c81aec04 07:34:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:33 Removing intermediate container d775b16f66a6 07:34:33 ---> 3532ec168e0c 07:34:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:33 Removing intermediate container 08f2388f9926 07:34:33 ---> 4c2b6305da2b 07:34:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:33 Removing intermediate container db0703989235 07:34:33 ---> a5f1cde440fb 07:34:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:33 Removing intermediate container ce6a1b66675e 07:34:33 ---> 831111cba103 07:34:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:34:33 ---> Running in 5cebf74076c7 07:34:33 ---> Running in 41e9d89857de 07:34:33 ---> Running in 90eca2ebfa45 07:34:33 ---> Running in 4129e3fc7ae1 07:34:33 ---> Running in 83a94bb89a24 07:34:33 Removing intermediate container 5cebf74076c7 07:34:33 ---> f8894a8a98c5 07:34:33 Step 5/24 : RUN apk add --update --no-cache make git 07:34:33 Removing intermediate container 41e9d89857de 07:34:33 ---> 1adbbe42fdf9 07:34:33 Step 5/21 : RUN apk add --update --no-cache make git 07:34:33 Removing intermediate container 90eca2ebfa45 07:34:33 ---> 568f85549ed3 07:34:33 Step 5/26 : RUN apk add --update --no-cache make bash git 07:34:33 ---> Running in a24b5dad473d 07:34:33 ---> Running in 8fa530141867 07:34:33 Removing intermediate container 83a94bb89a24 07:34:33 ---> fbe81f95a9de 07:34:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 07:34:33 Removing intermediate container 4129e3fc7ae1 07:34:33 ---> f7cc1967738d 07:34:33 Step 5/23 : RUN apk add --update --no-cache make git 07:34:33 ---> Running in 5e9bd0b09c5e 07:34:33 ---> Running in 83ed72223d6f 07:34:33 ---> Running in 4d4456c07cf4 07:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:35 OK: 217 MiB in 51 packages 07:34:35 OK: 217 MiB in 51 packages 07:34:35 OK: 217 MiB in 51 packages 07:34:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:34:36 OK: 217 MiB in 51 packages 07:34:36 Removing intermediate container a24b5dad473d 07:34:36 ---> 21c6de9c5a4e 07:34:36 Step 6/24 : COPY go.mod . 07:34:36 Removing intermediate container 83ed72223d6f 07:34:36 ---> 711885dbd6df 07:34:36 Step 6/23 : COPY go.mod . 07:34:37 Removing intermediate container 8fa530141867 07:34:37 ---> bdf4e8a9d2de 07:34:37 Step 6/21 : COPY go.mod . 07:34:37 ---> 85fac9577d23 07:34:37 Step 7/24 : RUN go mod download 07:34:37 Removing intermediate container 4d4456c07cf4 07:34:37 ---> f3169b6ac813 07:34:37 Step 6/23 : COPY go.mod . 07:34:37 ---> Running in c878631cf668 07:34:38 ---> 3338dd70bafa 07:34:38 Step 7/23 : RUN go mod download 07:34:38 ---> f2abdf42f002 07:34:38 Step 7/21 : RUN go mod download 07:34:38 ---> Running in a67b92228f2f 07:34:38 OK: 217 MiB in 51 packages 07:34:38 ---> Running in a9d365742b5e 07:34:38 ---> 9f996af2d772 07:34:38 Step 7/23 : RUN go mod download 07:34:38 ---> Running in b1e9fc693d06 07:34:40 Removing intermediate container 5e9bd0b09c5e 07:34:40 ---> a253ce6eb894 07:34:40 Step 6/26 : COPY go.mod . 07:34:41 ---> 938b90a4e0eb 07:34:41 Step 7/26 : RUN go mod download 07:34:41 Removing intermediate container c878631cf668 07:34:41 ---> 15d9dc597bfc 07:34:41 Step 8/24 : COPY . . 07:34:42 ---> Running in 101b68d3ceb8 07:34:42 Removing intermediate container a67b92228f2f 07:34:42 ---> d17251c4b63a 07:34:42 Step 8/23 : COPY . . 07:34:43 Removing intermediate container a9d365742b5e 07:34:43 ---> 705bd2470a9c 07:34:43 Step 8/21 : COPY . . 07:34:43 Removing intermediate container b1e9fc693d06 07:34:43 ---> 1d817d309267 07:34:43 Step 8/23 : COPY . . 07:34:47 Removing intermediate container 101b68d3ceb8 07:34:47 ---> 4efd3d666381 07:34:47 Step 8/26 : COPY . . 07:35:14 ---> 1216f7968256 07:35:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 07:35:14 ---> 8e28f13c1e11 07:35:14 Step 9/23 : RUN make cmd/core-data/core-data 07:35:14 ---> 49da8f577912 07:35:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:35:14 ---> 0a7028601ddd 07:35:14 Step 9/23 : RUN make cmd/core-command/core-command 07:35:14 ---> 321e2f84b1f4 07:35:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 07:35:14 ---> Running in 16b04812e078 07:35:14 ---> Running in b9b02f8f26b0 07:35:14 ---> Running in abf35fe5b6ba 07:35:14 ---> Running in 6b8c19845f12 07:35:14 ---> Running in 51ffc89de59c 07:35:14 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 07:35:14 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 07:35:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 07:35:14 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 07:35:14 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 07:36:37 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 07:36:37 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 07:36:55 Removing intermediate container 16b04812e078 07:36:55 ---> 61b115ec33e4 07:36:55 07:36:55 Step 10/24 : FROM alpine:3.12 07:36:55 3.12: Pulling from library/alpine 07:36:58 Removing intermediate container 6b8c19845f12 07:36:58 ---> c6c26f7f0baf 07:36:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:36:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 07:36:58 ---> Running in 903a20c77d1a 07:36:58 Status: Downloaded newer image for alpine:3.12 07:36:58 ---> afeebe901d6b 07:36:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 07:36:59 Removing intermediate container b9b02f8f26b0 07:36:59 ---> 249d5c9eda4b 07:36:59 07:36:59 Step 10/21 : FROM alpine:3.12 07:36:59 ---> afeebe901d6b 07:36:59 Step 11/21 : RUN apk add --update --no-cache curl 07:36:59 ---> Running in 2afb3e0db92a 07:36:59 ---> Running in a6589e10ecd3 07:36:59 Removing intermediate container abf35fe5b6ba 07:36:59 ---> 4cc369ec8365 07:36:59 07:36:59 Step 10/23 : FROM alpine:3.12 07:36:59 ---> afeebe901d6b 07:36:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:37:00 ---> Running in 0f0bf68b33aa 07:37:01 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 07:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:03 (1/4) Installing ca-certificates (20191127-r4) 07:37:03 (1/5) Installing ca-certificates (20191127-r4) 07:37:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:37:03 (3/4) Installing libcurl (7.69.1-r3) 07:37:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 07:37:03 (4/4) Installing curl (7.69.1-r3) 07:37:03 (3/5) Installing libcurl (7.69.1-r3) 07:37:03 Executing busybox-1.31.1-r19.trigger 07:37:03 (4/5) Installing curl (7.69.1-r3) 07:37:03 Executing ca-certificates-20191127-r4.trigger 07:37:03 (5/5) Installing dumb-init (1.2.2-r1) 07:37:03 Executing busybox-1.31.1-r19.trigger 07:37:03 Executing ca-certificates-20191127-r4.trigger 07:37:03 (1/1) Installing dumb-init (1.2.2-r1) 07:37:03 OK: 7 MiB in 18 packages 07:37:03 Executing busybox-1.31.1-r19.trigger 07:37:03 OK: 5 MiB in 15 packages 07:37:03 OK: 7 MiB in 19 packages 07:37:07 Removing intermediate container 0f0bf68b33aa 07:37:07 ---> 338ff3eb08a9 07:37:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:37:07 Removing intermediate container a6589e10ecd3 07:37:07 ---> 6df9e3b99ae5 07:37:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:37:07 ---> Running in 6fc4174dd9ee 07:37:07 Removing intermediate container 2afb3e0db92a 07:37:07 ---> 0749665694b5 07:37:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:37:07 ---> Running in 01a0f32a9c95 07:37:07 Removing intermediate container 903a20c77d1a 07:37:07 ---> 7668bd02a29a 07:37:07 07:37:07 Step 11/26 : FROM docker:20.10.0 07:37:07 ---> Running in e8fc7c6e1b81 07:37:07 20.10.0: Pulling from library/docker 07:37:07 Removing intermediate container 6fc4174dd9ee 07:37:07 ---> 816f0e726194 07:37:07 Step 13/23 : ENV APP_PORT=48082 07:37:08 Removing intermediate container 01a0f32a9c95 07:37:08 ---> 890035583f8d 07:37:08 Step 13/21 : WORKDIR /edgex 07:37:08 Removing intermediate container e8fc7c6e1b81 07:37:08 ---> 3e7eceff8791 07:37:08 Step 13/24 : WORKDIR / 07:37:08 ---> Running in 6f9c4ea1b2ff 07:37:08 ---> Running in 5ea8dd14e75a 07:37:08 ---> Running in 0f8d26fdfae9 07:37:09 Removing intermediate container 6f9c4ea1b2ff 07:37:09 ---> 72fd0d291d37 07:37:09 Step 14/23 : EXPOSE $APP_PORT 07:37:10 ---> Running in 83d4b1c38d6f 07:37:10 Removing intermediate container 5ea8dd14e75a 07:37:10 ---> 0c549a1ba6ed 07:37:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:37:10 Removing intermediate container 0f8d26fdfae9 07:37:10 ---> ec232d7db2d0 07:37:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:37:11 Removing intermediate container 83d4b1c38d6f 07:37:11 ---> 78ffa0c6629f 07:37:11 Step 15/23 : WORKDIR / 07:37:11 ---> Running in 61016109f41b 07:37:11 ---> d4c1f2cacd69 07:37:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:37:11 ---> 380990aa6fb7 07:37:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:37:12 Removing intermediate container 61016109f41b 07:37:12 ---> bf92ea3cc03f 07:37:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:13 ---> 225438f0ca12 07:37:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:37:14 ---> 750d39ffa542 07:37:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 07:37:14 ---> ee52e0727dbd 07:37:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:37:15 ---> 08c90ab09b69 07:37:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:37:17 ---> e9de4c8a54ad 07:37:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:37:17 ---> 417ef85e0e71 07:37:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:37:18 ---> Running in 591800ce503e 07:37:18 ---> a1b37f26f929 07:37:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:37:19 ---> 07d362802366 07:37:19 Step 19/23 : ENTRYPOINT ["/core-command"] 07:37:19 ---> Running in d77f8dd31f83 07:37:19 Removing intermediate container 591800ce503e 07:37:19 ---> 4b5efbe66257 07:37:19 Step 18/21 : CMD ["--init=true"] 07:37:20 Removing intermediate container 51ffc89de59c 07:37:20 ---> 9a88c8f5ca7b 07:37:20 07:37:20 Step 10/23 : FROM alpine:3.12 07:37:20 ---> afeebe901d6b 07:37:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:37:20 ---> eb3af95ec32e 07:37:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:37:20 ---> Running in 16ed30e98c94 07:37:20 ---> Running in 3806a48facc6 07:37:21 Removing intermediate container d77f8dd31f83 07:37:21 ---> 9def4956f638 07:37:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:21 ---> Running in 24752ced66f4 07:37:21 Removing intermediate container 3806a48facc6 07:37:21 ---> 20068bc0894b 07:37:21 Step 19/21 : LABEL arch=arm64 07:37:22 Removing intermediate container 16ed30e98c94 07:37:22 ---> c44928d36838 07:37:22 Step 12/23 : ENV APP_PORT=48080 07:37:22 ---> 5ba3da47edf8 07:37:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 07:37:22 ---> Running in 1154c810811f 07:37:22 Removing intermediate container 24752ced66f4 07:37:22 ---> c1fdb452f80e 07:37:22 Step 21/23 : LABEL arch=arm64 07:37:22 ---> Running in 11281576cef4 07:37:22 ---> Running in 9b84352e19c9 07:37:22 ---> Running in 9f7c907bfbf5 07:37:22 Removing intermediate container 1154c810811f 07:37:22 ---> 0ed8fbced9cb 07:37:22 Step 20/21 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:37:23 ---> Running in ca4628a4c67c 07:37:23 Removing intermediate container 11281576cef4 07:37:23 ---> ccd81a4731bf 07:37:23 Step 13/23 : EXPOSE $APP_PORT 07:37:23 Removing intermediate container 9f7c907bfbf5 07:37:23 ---> 2ab35175dcdc 07:37:23 Step 22/23 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:37:23 ---> Running in 3dc75ae35798 07:37:23 ---> Running in 63fb719e86a6 07:37:23 Removing intermediate container ca4628a4c67c 07:37:23 ---> 95b0e81c6e85 07:37:23 Step 21/21 : LABEL version=0.0.0 07:37:23 ---> Running in e8e2996ecced 07:37:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 07:37:24 Status: Downloaded newer image for docker:20.10.0 07:37:24 ---> eeaf43b92773 07:37:24 Step 12/26 : RUN apk add --no-cache bash 07:37:24 Removing intermediate container 3dc75ae35798 07:37:24 ---> c34b1031242c 07:37:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:37:24 ---> Running in c506dc26eacd 07:37:24 Removing intermediate container 63fb719e86a6 07:37:24 ---> 917a5082b048 07:37:24 Step 23/23 : LABEL version=0.0.0 07:37:24 ---> Running in 06ce0f9754d6 07:37:24 ---> Running in 22e0da84736a 07:37:24 Removing intermediate container e8e2996ecced 07:37:24 ---> f5c698226b58 07:37:24 07:37:25 Removing intermediate container 22e0da84736a 07:37:25 ---> 7af26a078f90 07:37:25 07:37:25 Successfully built f5c698226b58 07:37:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:37:25  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 07:37:25 Removing intermediate container 9b84352e19c9 07:37:25 ---> e55da85469f8 07:37:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 07:37:26 ---> Running in c23e0bdc6be0 07:37:26 Successfully built 7af26a078f90 07:37:26 Successfully tagged docker-core-command-go-arm64:latest 07:37:26  Building docker-core-command-go ... done Building docker-support-notifications-go 07:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:26 Removing intermediate container c23e0bdc6be0 07:37:26 ---> 4e1c531f8afe 07:37:26 Step 22/24 : LABEL arch=arm64 07:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:26 ---> Running in b0ce24504ec0 07:37:27 (1/2) Installing readline (8.0.4-r0) 07:37:27 (2/2) Installing bash (5.0.17-r0) 07:37:27 Executing bash-5.0.17-r0.post-install 07:37:27 Executing busybox-1.31.1-r19.trigger 07:37:27 Removing intermediate container b0ce24504ec0 07:37:27 ---> e759c9790a52 07:37:27 Step 23/24 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:37:27 OK: 12 MiB in 22 packages 07:37:27 ---> Running in aa28b8ac594d 07:37:27 Removing intermediate container 06ce0f9754d6 07:37:27 ---> bd7736aec48b 07:37:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 07:37:28 ---> Running in e120fde3063a 07:37:28 Removing intermediate container aa28b8ac594d 07:37:28 ---> 607f4b059304 07:37:28 Step 24/24 : LABEL version=0.0.0 07:37:29 ---> Running in 72d6a9b15f02 07:37:30 Removing intermediate container c506dc26eacd 07:37:30 ---> a605c1b403b4 07:37:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:31 Removing intermediate container 72d6a9b15f02 07:37:31 ---> 015c79cd4ef6 07:37:31 07:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:31 Successfully built 015c79cd4ef6 07:37:31 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:37:31  Building docker-security-secretstore-setup-go ... done  ---> Running in 8426d2e49369 07:37:31 Building docker-security-bootstrapper-go 07:37:32 Removing intermediate container 8426d2e49369 07:37:32 ---> 2e864bfbc193 07:37:32 Step 14/26 : ENV APP_PORT=48090 07:37:32 ---> Running in 9c9ef0621e4c 07:37:32 (1/6) Installing dumb-init (1.2.2-r1) 07:37:32 (2/6) Installing libgcc (9.3.0-r2) 07:37:32 (3/6) Installing libsodium (1.0.18-r0) 07:37:33 Removing intermediate container 9c9ef0621e4c 07:37:33 ---> e338ba362786 07:37:33 Step 15/26 : EXPOSE $APP_PORT 07:37:33 (4/6) Installing libstdc++ (9.3.0-r2) 07:37:33 ---> Running in 768cb2a1ee69 07:37:33 (5/6) Installing libzmq (4.3.3-r0) 07:37:33 (6/6) Installing zeromq (4.3.3-r0) 07:37:33 Removing intermediate container 768cb2a1ee69 07:37:33 ---> 0c323f8df2f8 07:37:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:37:33 Executing busybox-1.31.1-r19.trigger 07:37:33 OK: 8 MiB in 20 packages 07:37:35 ---> 86909923f2f2 07:37:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:37:36 Removing intermediate container e120fde3063a 07:37:36 ---> 8c099aae5421 07:37:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 07:37:36 ---> acbf08f31767 07:37:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:37:37 ---> f141d3a7e2ca 07:37:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:37:38 ---> 2f04dbfeeb57 07:37:38 Step 19/26 : RUN apk --no-cache add py3-pip 07:37:38 ---> Running in 4c6c1397ae44 07:37:38 ---> 73db76950780 07:37:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:37:39 ---> 0fc24459ea8b 07:37:39 Step 19/23 : ENTRYPOINT ["/core-data"] 07:37:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:37:39 ---> Running in 7b2e5ae31936 07:37:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:37:40 Removing intermediate container 7b2e5ae31936 07:37:40 ---> 645fc7f4519c 07:37:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:37:40 ---> Running in d67158232d3a 07:37:40 (1/33) Installing libbz2 (1.0.8-r1) 07:37:40 (2/33) Installing expat (2.2.9-r1) 07:37:40 (3/33) Installing libffi (3.3-r2) 07:37:40 (4/33) Installing gdbm (1.13-r1) 07:37:40 (5/33) Installing xz-libs (5.2.5-r0) 07:37:40 (6/33) Installing sqlite-libs (3.32.1-r0) 07:37:40 (7/33) Installing python3 (3.8.5-r0) 07:37:41 Removing intermediate container d67158232d3a 07:37:41 ---> fa839d6b5d10 07:37:41 Step 21/23 : LABEL arch=arm64 07:37:42 ---> Running in 182cd6c43c72 07:37:42 (8/33) Installing py3-appdirs (1.4.4-r1) 07:37:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:37:42 (10/33) Installing py3-parsing (2.4.7-r0) 07:37:42 (11/33) Installing py3-six (1.15.0-r0) 07:37:42 (12/33) Installing py3-packaging (20.4-r0) 07:37:43 (13/33) Installing py3-setuptools (47.0.0-r0) 07:37:43 (14/33) Installing py3-chardet (3.0.4-r4) 07:37:43 (15/33) Installing py3-idna (2.9-r0) 07:37:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:37:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:37:43 Removing intermediate container 182cd6c43c72 07:37:43 ---> 3e30961786e9 07:37:43 Step 22/23 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:37:43 (18/33) Installing py3-requests (2.23.0-r0) 07:37:43 (19/33) Installing py3-msgpack (1.0.0-r0) 07:37:43 (20/33) Installing py3-lockfile (0.12.2-r3) 07:37:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:37:43 (22/33) Installing py3-colorama (0.4.3-r0) 07:37:43 (23/33) Installing py3-distlib (0.3.0-r0) 07:37:43 (24/33) Installing py3-distro (1.5.0-r1) 07:37:43 (25/33) Installing py3-webencodings (0.5.1-r3) 07:37:43 (26/33) Installing py3-html5lib (1.0.1-r4) 07:37:43 (27/33) Installing py3-pytoml (0.1.21-r0) 07:37:43 (28/33) Installing py3-pep517 (0.8.2-r0) 07:37:43 (29/33) Installing py3-progress (1.5-r0) 07:37:43 (30/33) Installing py3-toml (0.10.1-r0) 07:37:43 (31/33) Installing py3-retrying (1.3.3-r0) 07:37:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:37:43 (33/33) Installing py3-pip (20.1.1-r0) 07:37:43 ---> Running in 7ee50b81fd47 07:37:44 Executing busybox-1.31.1-r19.trigger 07:37:44 OK: 71 MiB in 55 packages 07:37:44 Removing intermediate container 7ee50b81fd47 07:37:44 ---> 618c18aaa1de 07:37:44 Step 23/23 : LABEL version=0.0.0 07:37:45 ---> Running in c344dfe55a96 07:37:46 Removing intermediate container c344dfe55a96 07:37:46 ---> bce672bc57bd 07:37:46 07:37:46 Successfully built bce672bc57bd 07:37:46 Successfully tagged docker-core-data-go-arm64:latest 07:37:46  Building docker-core-data-go ... done Building docker-core-metadata-go 07:37:52 Removing intermediate container 4c6c1397ae44 07:37:52 ---> fda08821393b 07:37:52 Step 20/26 : RUN pip install docker-compose==1.23.2 07:37:52 ---> Running in 22d4832b29eb 07:37:59 Collecting docker-compose==1.23.2 07:37:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:38:00 Collecting docopt<0.7,>=0.6.1 07:38:00 Downloading docopt-0.6.2.tar.gz (25 kB) 07:38:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:38:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:38:04 Collecting websocket-client<1.0,>=0.32.0 07:38:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:38:06 Collecting PyYAML<4,>=3.10 07:38:06 Downloading PyYAML-3.13.tar.gz (270 kB) 07:38:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:38:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:38:07 ---> 7b7a52d304ca 07:38:07 Step 3/22 : WORKDIR /edgex-go 07:38:07 ---> Using cache 07:38:07 ---> 831111cba103 07:38:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:07 ---> Using cache 07:38:07 ---> fbe81f95a9de 07:38:07 Step 5/22 : RUN apk add --update --no-cache make git 07:38:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:38:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:38:08 ---> 7b7a52d304ca 07:38:08 Step 3/22 : WORKDIR /edgex-go 07:38:08 ---> Using cache 07:38:08 ---> 831111cba103 07:38:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:08 ---> Using cache 07:38:08 ---> fbe81f95a9de 07:38:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 07:38:11 ---> Running in aafee3e12cb6 07:38:11 ---> Running in 6901ff05e705 07:38:11 Collecting docker<4.0,>=3.6.0 07:38:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:38:12 Collecting dockerpty<0.5,>=0.4.1 07:38:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:14 OK: 217 MiB in 51 packages 07:38:15 OK: 217 MiB in 51 packages 07:38:16 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12Collecting jsonschema<3,>=2.5.1 07:38:16 07:38:16 Step 2/33 : FROM ${BUILDER_BASE} AS builder 07:38:16 ---> 7b7a52d304ca 07:38:16 Step 3/33 : WORKDIR /edgex-go 07:38:16 ---> Using cache 07:38:16 ---> 831111cba103 07:38:16 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:16 ---> Using cache 07:38:16 ---> fbe81f95a9de 07:38:16 Step 5/33 : RUN apk add --update --no-cache make git 07:38:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:38: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) 07:38:17 Collecting texttable<0.10,>=0.9.0 07:38:17 Downloading texttable-0.9.1.tar.gz (11 kB) 07:38:17 ---> Running in 4bb3d31540d5 07:38:18 Removing intermediate container aafee3e12cb6 07:38:18 ---> 110ba1968aa8 07:38:18 Step 6/22 : COPY go.mod . 07:38:18 Removing intermediate container 6901ff05e705 07:38:18 ---> aa39bf26c0cd 07:38:18 Step 6/22 : COPY go.mod . 07:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:19 Collecting cached-property<2,>=1.2.0 07:38:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:20 ---> 9acda9d7d99c 07:38:20 Step 7/22 : RUN go mod download 07:38:20 ---> 6e99f020c5ee 07:38:20 Step 7/22 : RUN go mod download 07:38:20 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) 07:38:20 ---> Running in 27083b8b6afd 07:38:20 ---> Running in e570b3352eb3 07:38:20 Collecting idna<2.8,>=2.5 07:38:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:38:20 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) 07:38:21 OK: 217 MiB in 51 packages 07:38:21 Collecting urllib3<1.25,>=1.21.1 07:38:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:38:22 Collecting docker-pycreds>=0.4.0 07:38:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:38:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:38:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:38:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:38:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:38:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 07:38:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:38:22 ---> 7b7a52d304ca 07:38:22 Step 3/23 : WORKDIR /edgex-go 07:38:22 ---> Using cache 07:38:22 ---> 831111cba103 07:38:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:22 ---> Using cache 07:38:22 ---> fbe81f95a9de 07:38:22 Step 5/23 : RUN apk add --update --no-cache make git 07:38:22 ---> Using cache 07:38:22 ---> aa39bf26c0cd 07:38:22 Step 6/23 : COPY go.mod . 07:38:22 ---> Using cache 07:38:22 ---> 6e99f020c5ee 07:38:22 Step 7/23 : RUN go mod download 07:38:22 ---> Running in a4fa33c39047 07:38:23 Removing intermediate container 4bb3d31540d5 07:38:23 ---> 7a07ea40673d 07:38:23 Step 6/33 : COPY go.mod . 07:38:24 Installing collected packages: docopt, idna, urllib3, requests, websocket-client, PyYAML, docker-pycreds, docker, dockerpty, jsonschema, texttable, cached-property, docker-compose 07:38:24 Running setup.py install for docopt: started 07:38:24 ---> 63289afabbc9 07:38:24 Step 7/33 : RUN go mod download 07:38:24 ---> Running in 3a550a1ac78a 07:38:25 Removing intermediate container e570b3352eb3 07:38:25 Removing intermediate container 27083b8b6afd 07:38:25 ---> d37779c93915 07:38:25 Step 8/22 : COPY . . 07:38:25 ---> c04b8bbc04c6 07:38:25 Step 8/22 : COPY . . 07:38:26 Running setup.py install for docopt: finished with status 'done' 07:38:26 Attempting uninstall: idna 07:38:26 Found existing installation: idna 2.9 07:38:26 Uninstalling idna-2.9: 07:38:27 Removing intermediate container a4fa33c39047 07:38:27 ---> 0c23b99db546 07:38:27 Successfully uninstalled idna-2.9 07:38:27 Step 8/23 : COPY . . 07:38:28 Attempting uninstall: urllib3 07:38:28 Found existing installation: urllib3 1.25.9 07:38:28 Uninstalling urllib3-1.25.9: 07:38:28 Successfully uninstalled urllib3-1.25.9 07:38:30 Attempting uninstall: requests 07:38:30 Found existing installation: requests 2.23.0 07:38:30 Removing intermediate container 3a550a1ac78a 07:38:30 ---> 20f62413636e 07:38:30 Step 8/33 : COPY . . 07:38:30 Uninstalling requests-2.23.0: 07:38:30 Successfully uninstalled requests-2.23.0 07:38:31 Running setup.py install for PyYAML: started 07:38:34 Running setup.py install for PyYAML: finished with status 'done' 07:38:35 Running setup.py install for dockerpty: started 07:38:37 Running setup.py install for dockerpty: finished with status 'done' 07:38:37 Running setup.py install for texttable: started 07:38:40 Running setup.py install for texttable: finished with status 'done' 07:38:41 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 07:38:53 ---> 3a124c3fa8e0 07:38:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 07:38:53 ---> 1b620e98edc7 07:38:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 07:38:53 ---> b415f0dc5df0 07:38:53 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 07:38:53 ---> 5f6f952028de 07:38:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 07:38:53 ---> Running in 54bccfbebe2e 07:38:53 ---> Running in 5a398e1c2b8f 07:38:53 ---> Running in 02f6c3ff7560 07:38:53 ---> Running in c9bc96286f84 07:38:54 Removing intermediate container 22d4832b29eb 07:38:54 ---> 34aa05a638ec 07:38:54 Step 21/26 : RUN apk --no-cache add curl 07:38:54 ---> Running in d3a237715082 07:38:54 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 07:38:55 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 07:38:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 07:38: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 07:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:38:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:38:57 (2/3) Installing libcurl (7.69.1-r3) 07:38:57 (3/3) Installing curl (7.69.1-r3) 07:38:57 Executing busybox-1.31.1-r19.trigger 07:38:57 OK: 71 MiB in 58 packages 07:38:59 Removing intermediate container d3a237715082 07:38:59 ---> d674564ea774 07:38:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 07:38:59 ---> Running in 723a844a7a3e 07:38:59 Removing intermediate container 723a844a7a3e 07:38:59 ---> 202c20ec5a5d 07:38:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:59 ---> Running in b606399f1372 07:39:00 Removing intermediate container b606399f1372 07:39:00 ---> d3b3371ba0bd 07:39:00 Step 24/26 : LABEL arch=arm64 07:39:00 ---> Running in 12dda7b29372 07:39:01 Removing intermediate container 12dda7b29372 07:39:01 ---> 9011c57a33f5 07:39:01 Step 25/26 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:39:01 ---> Running in e325d9fd3fef 07:39:02 Removing intermediate container e325d9fd3fef 07:39:02 ---> b70e8bdfe9ea 07:39:02 Step 26/26 : LABEL version=0.0.0 07:39:02 ---> Running in 7439fa338845 07:39:03 Removing intermediate container 7439fa338845 07:39:03 ---> b5b66e7a4ab6 07:39:03 07:39:03 Successfully built b5b66e7a4ab6 07:39:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:40:12  Building docker-sys-mgmt-agent-go ... done 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 07:40:17 Removing intermediate container 5a398e1c2b8f 07:40:17 ---> 7f3b564befb3 07:40:17 07:40:17 Step 10/22 : FROM alpine:3.12 07:40:17 ---> afeebe901d6b 07:40:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 07:40:17 ---> Using cache 07:40:17 ---> 338ff3eb08a9 07:40:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:40:17 ---> Using cache 07:40:17 ---> 816f0e726194 07:40:17 Step 13/22 : ENV APP_PORT=48085 07:40:17 ---> Running in 6510c619a2da 07:40:18 Removing intermediate container 54bccfbebe2e 07:40:18 ---> 4114de4595b5 07:40:18 07:40:18 Step 10/22 : FROM alpine:3.12 07:40:18 ---> afeebe901d6b 07:40:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 07:40:18 ---> Running in e8c237262e82 07:40:18 Removing intermediate container 6510c619a2da 07:40:18 ---> 042aaac70ebe 07:40:18 Step 14/22 : EXPOSE $APP_PORT 07:40:18 ---> Running in 93950ddbc7dc 07:40:19 Removing intermediate container 93950ddbc7dc 07:40:19 ---> f13a1e8b4e6f 07:40:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:21 ---> ae017413c8bf 07:40:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:40:21 (1/2) Installing ca-certificates (20191127-r4) 07:40:21 (2/2) Installing dumb-init (1.2.2-r1) 07:40:21 Executing busybox-1.31.1-r19.trigger 07:40:21 Executing ca-certificates-20191127-r4.trigger 07:40:21 OK: 6 MiB in 16 packages 07:40:24 ---> e02826eeb643 07:40:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:40:24 Removing intermediate container e8c237262e82 07:40:24 ---> 6ab7bd543bb6 07:40:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 07:40:24 ---> Running in 5863abaea1f7 07:40:25 ---> ab2985975472 07:40:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 07:40:25 ---> Running in 4a379b2eebfe 07:40:25 Removing intermediate container 5863abaea1f7 07:40:25 ---> aef73252d5ea 07:40:25 Step 13/22 : ENV APP_PORT=48060 07:40:25 Removing intermediate container 02f6c3ff7560 07:40:25 ---> 1369ffd25e2f 07:40:25 07:40:25 Step 10/33 : FROM alpine:3.12 07:40:25 ---> afeebe901d6b 07:40:25 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 07:40:25 ---> Running in b63c4035f6f4 07:40:25 ---> Running in b6e88a512e89 07:40:26 Removing intermediate container 4a379b2eebfe 07:40:26 ---> f4df44719305 07:40:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:26 ---> Running in 9ebd95ecc1c8 07:40:26 Removing intermediate container b63c4035f6f4 07:40:26 ---> c82f8685b66c 07:40:26 Step 14/22 : EXPOSE $APP_PORT 07:40:26 ---> Running in 58c4bae029ee 07:40:27 Removing intermediate container 9ebd95ecc1c8 07:40:27 ---> 2c5c67318f59 07:40:27 Step 20/22 : LABEL arch=arm64 07:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:40:27 ---> Running in e29b77889bf4 07:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:40:27 Removing intermediate container 58c4bae029ee 07:40:27 ---> 06418f7d1168 07:40:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:27 (1/3) Installing dumb-init (1.2.2-r1) 07:40:27 (2/3) Installing openssl (1.1.1i-r0) 07:40:27 (3/3) Installing su-exec (0.2-r1) 07:40:27 Executing busybox-1.31.1-r19.trigger 07:40:27 OK: 6 MiB in 17 packages 07:40:27 Removing intermediate container e29b77889bf4 07:40:27 ---> 645593382f5e 07:40:27 Step 21/22 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:40:28 ---> Running in 7ac1a8f9ac86 07:40:28 ---> 022d897234c6 07:40:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:40:29 Removing intermediate container 7ac1a8f9ac86 07:40:29 ---> 2377f686456f 07:40:29 Step 22/22 : LABEL version=0.0.0 07:40:29 ---> Running in 769c067dca07 07:40:30 Removing intermediate container b6e88a512e89 07:40:30 ---> caad4cefd05f 07:40:30 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 07:40:30 ---> Running in 93feff97fabe 07:40:30 Removing intermediate container 769c067dca07 07:40:30 ---> 5f07575c0468 07:40:30 07:40:30 ---> db9180765064 07:40:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:40:31 Successfully built 5f07575c0468 07:40:31 Successfully tagged docker-support-scheduler-go-arm64:latest 07:40:31  Building docker-support-scheduler-go ... done Removing intermediate container 93feff97fabe 07:40:31 ---> 5b82450f0eee 07:40:31 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 07:40:31 ---> Running in 362bb6bdaee4 07:40:31 Removing intermediate container c9bc96286f84 07:40:31 ---> 79358c77ce9f 07:40:31 07:40:31 Step 10/23 : FROM alpine:3.12 07:40:31 ---> afeebe901d6b 07:40:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 07:40:31 ---> Using cache 07:40:31 ---> 338ff3eb08a9 07:40:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 07:40:31 ---> Using cache 07:40:31 ---> 816f0e726194 07:40:31 Step 13/23 : ENV APP_PORT=48081 07:40:31 ---> 8f933fa4fbef 07:40:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 07:40:32 ---> Running in 717be8af3008 07:40:32 ---> Running in 86db1c206b7d 07:40:32 Removing intermediate container 362bb6bdaee4 07:40:32 ---> 9ab9b5fa1881 07:40:32 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 07:40:32 ---> Running in c17ac0603bb1 07:40:32 Removing intermediate container 717be8af3008 07:40:32 ---> 3d57897042e2 07:40:32 Step 14/23 : EXPOSE $APP_PORT 07:40:32 Removing intermediate container 86db1c206b7d 07:40:32 ---> 7b432144bd3f 07:40:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:32 ---> Running in 490a2f803c5b 07:40:32 ---> Running in b6d6c125559e 07:40:33 Removing intermediate container 490a2f803c5b 07:40:33 ---> a1e23b7136d6 07:40:33 Step 20/22 : LABEL arch=arm64 07:40:33 Removing intermediate container b6d6c125559e 07:40:33 ---> 20935e25ccaf 07:40:33 Step 15/23 : WORKDIR / 07:40:33 Connecting to github.com (140.82.112.4:443) 07:40:33  ---> Running in 7e829d38dd37 07:40:33 ---> Running in 3940ddfe2609 07:40:33 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.108.212:443) 07:40:33 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 07:40:34 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 07:40:34 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 07:40:34 dockerize 07:40:34 Removing intermediate container 3940ddfe2609 07:40:34 Removing intermediate container 7e829d38dd37 07:40:34 ---> dc6adfb5b002 07:40:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 0a922a712381 07:40:34 Step 21/22 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:40:34 07:40:34 ---> Running in d53b46ef498e 07:40:34 ---> 38f76439a8fb 07:40:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:40:35 Removing intermediate container d53b46ef498e 07:40:35 ---> 83980d882041 07:40:35 Step 22/22 : LABEL version=0.0.0 07:40:35 ---> Running in b3e24014f60d 07:40:36 Removing intermediate container b3e24014f60d 07:40:36 ---> 691d23966ad9 07:40:36 07:40:36 Removing intermediate container c17ac0603bb1 07:40:36 ---> e6045f305dda 07:40:36 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 07:40:36 ---> 66a0fe8f429c 07:40:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:40:36 ---> Running in 4121f8d124d1 07:40:36 Successfully built 691d23966ad9 07:40:36 Successfully tagged docker-support-notifications-go-arm64:latest 07:40:37  Building docker-support-notifications-go ... done Removing intermediate container 4121f8d124d1 07:40:37 ---> 9c5f5b724b1c 07:40:37 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 07:40:37 ---> Running in 72fa0dd4aff7 07:40:37 ---> 64a4ab38760b 07:40:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 07:40:37 ---> Running in 45deb2a38f5c 07:40:37 Removing intermediate container 72fa0dd4aff7 07:40:37 ---> 92ed5b00af0c 07:40:37 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 07:40:37 ---> Running in 5b183384e0a7 07:40:37 Removing intermediate container 45deb2a38f5c 07:40:37 ---> 3500cfbf74a0 07:40:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:38 ---> Running in e8b8c6633083 07:40:38 Removing intermediate container e8b8c6633083 07:40:38 ---> 4a8106e318f6 07:40:38 Step 21/23 : LABEL arch=arm64 07:40:38 ---> Running in e7b57ad79e02 07:40:38 Move dockerize executable 07:40:39 Removing intermediate container e7b57ad79e02 07:40:39 ---> 49aaaa86c767 07:40:39 Step 22/23 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:40:39 ---> Running in 8076edf7f412 07:40:39 Removing intermediate container 8076edf7f412 07:40:39 ---> 56055852e4cd 07:40:39 Step 23/23 : LABEL version=0.0.0 07:40:40 ---> Running in 3ea8ffe4fbc3 07:40:40 Removing intermediate container 5b183384e0a7 07:40:40 ---> e7c96608b13b 07:40:40 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 07:40:40 ---> Running in 83f96b7126a3 07:40:40 Removing intermediate container 3ea8ffe4fbc3 07:40:40 ---> a9c837140a83 07:40:40 07:40:40 Successfully built a9c837140a83 07:40:41 Successfully tagged docker-core-metadata-go-arm64:latest 07:40:41  Building docker-core-metadata-go ... done Removing intermediate container 83f96b7126a3 07:40:41 ---> dda086ca58e2 07:40:41 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 07:40:41 ---> 45759b24a4d2 07:40:41 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 07:40:42 ---> Running in 9a97e7e22fd9 07:40:44 Removing intermediate container 9a97e7e22fd9 07:40:44 ---> 285349faa4d4 07:40:44 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 07:40:44 ---> abb38110002e 07:40:44 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 07:40:45 ---> ae5868bb663e 07:40:45 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 07:40:46 ---> ba0413b4578a 07:40:46 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 07:40:48 ---> fbc7dd177eb1 07:40:48 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 07:40:48 ---> e364b1c13937 07:40:48 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 07:40:48 ---> Running in 200f4afccac6 07:40:49 Removing intermediate container 200f4afccac6 07:40:49 ---> 89e3bbeb33fc 07:40:49 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 07:40:50 ---> 7207e4cd6492 07:40:50 Step 28/33 : RUN chmod +x /entrypoint.sh 07:40:50 ---> Running in 58740eecfade 07:40:53 Removing intermediate container 58740eecfade 07:40:53 ---> 81be9672e78a 07:40:53 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 07:40:53 ---> Running in 4f17375c40f1 07:40:53 Removing intermediate container 4f17375c40f1 07:40:53 ---> 8fadacc9e83a 07:40:53 Step 30/33 : CMD ["gate"] 07:40:54 ---> Running in 92c013161461 07:40:54 Removing intermediate container 92c013161461 07:40:54 ---> 3ce939151f66 07:40:54 Step 31/33 : LABEL arch=arm64 07:40:55 ---> Running in 6ae8076507e4 07:40:55 Removing intermediate container 6ae8076507e4 07:40:55 ---> 64a9cb17a836 07:40:55 Step 32/33 : LABEL git_sha=8d7fe37cf955d7a0ff637f8296d71e8357f5b6ee 07:40:56 ---> Running in 345b1f3f703f 07:40:56 Removing intermediate container 345b1f3f703f 07:40:56 ---> 269298a1efbd 07:40:56 Step 33/33 : LABEL version=0.0.0 07:40:57 ---> Running in 31ee87d18043 07:40:57 Removing intermediate container 31ee87d18043 07:40:57 ---> 6990365a7f6e 07:40:57 07:40:58 Successfully built 6990365a7f6e 07:40:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 07:40:58  Building docker-security-bootstrapper-go ... done  [Pipeline] } 07:40:58 $ docker stop --time=1 7ff2a3b7dac9efd65807e806136cb16dc69ac29abaef5071cb379132dd064ae7 07:41:00 $ docker rm -f 7ff2a3b7dac9efd65807e806136cb16dc69ac29abaef5071cb379132dd064ae7 [Pipeline] // withDockerContainer [Pipeline] sh 07:41:01 + + dockergrep images 07:41:01 docker 07:41:01 docker-security-bootstrapper-go-arm64 latest 6990365a7f6e 4 seconds ago 40.3MB 07:41:01 docker-core-metadata-go-arm64 latest a9c837140a83 21 seconds ago 17.7MB 07:41:01 docker-support-notifications-go-arm64 latest 691d23966ad9 26 seconds ago 16MB 07:41:01 docker-support-scheduler-go-arm64 latest 5f07575c0468 32 seconds ago 15.5MB 07:41:01 docker-sys-mgmt-agent-go-arm64 latest b5b66e7a4ab6 About a minute ago 300MB 07:41:01 docker-core-data-go-arm64 latest bce672bc57bd 3 minutes ago 21MB 07:41:01 docker-security-secretstore-setup-go-arm64 latest 015c79cd4ef6 3 minutes ago 23.4MB 07:41:01 docker-core-command-go-arm64 latest 7af26a078f90 3 minutes ago 15.4MB 07:41:01 docker-security-proxy-setup-go-arm64 latest f5c698226b58 3 minutes ago 23.2MB 07:41:01 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:41:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:41:05 ---> package-listing.sh 07:41:05 ++ facter osfamily 07:41:05 ++ tr '[:upper:]' '[:lower:]' 07:41:05 + OS_FAMILY=redhat 07:41:05 + workspace=/w/workspace/edgex-go/13 07:41:05 + START_PACKAGES=/tmp/packages_start.txt 07:41:05 + END_PACKAGES=/tmp/packages_end.txt 07:41:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:41:05 + PACKAGES=/tmp/packages_start.txt 07:41:05 + '[' /w/workspace/edgex-go/13 ']' 07:41:05 + PACKAGES=/tmp/packages_end.txt 07:41:05 + case "${OS_FAMILY}" in 07:41:05 + rpm -qa 07:41:05 + sort 07:41:10 + '[' -f /tmp/packages_start.txt ']' 07:41:10 + '[' -f /tmp/packages_end.txt ']' 07:41:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:41:10 + '[' /w/workspace/edgex-go/13 ']' 07:41:10 + mkdir -p /w/workspace/edgex-go/13/archives/ 07:41:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 07:41:10 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:41:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:41:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:41:11 07:41:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:41:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:41:11 alpine: Pulling from edgex-lftools-log-publisher 07:41:11 df20fa9351a1: Pulling fs layer 07:41:11 36b3adc4ff6f: Pulling fs layer 07:41:11 8ad3a11d3b57: Pulling fs layer 07:41:11 46f8f816bc3b: Pulling fs layer 07:41:11 93b61091891f: Pulling fs layer 07:41:11 93b9cdb0e59b: Pulling fs layer 07:41:11 5e14af77c1be: Pulling fs layer 07:41:11 01666e4c0597: Pulling fs layer 07:41:11 aa168da1d23b: Pulling fs layer 07:41:11 93b9cdb0e59b: Waiting 07:41:11 01666e4c0597: Waiting 07:41:11 5e14af77c1be: Waiting 07:41:11 46f8f816bc3b: Waiting 07:41:11 aa168da1d23b: Waiting 07:41:11 93b61091891f: Waiting 07:41:11 36b3adc4ff6f: Verifying Checksum 07:41:11 36b3adc4ff6f: Download complete 07:41:11 46f8f816bc3b: Download complete 07:41:11 df20fa9351a1: Verifying Checksum 07:41:11 df20fa9351a1: Download complete 07:41:11 93b9cdb0e59b: Verifying Checksum 07:41:11 93b9cdb0e59b: Download complete 07:41:11 93b61091891f: Verifying Checksum 07:41:11 93b61091891f: Download complete 07:41:11 5e14af77c1be: Verifying Checksum 07:41:11 5e14af77c1be: Download complete 07:41:11 01666e4c0597: Verifying Checksum 07:41:11 01666e4c0597: Download complete 07:41:12 df20fa9351a1: Pull complete 07:41:12 36b3adc4ff6f: Pull complete 07:41:12 8ad3a11d3b57: Verifying Checksum 07:41:12 8ad3a11d3b57: Download complete 07:41:13 8ad3a11d3b57: Pull complete 07:41:13 46f8f816bc3b: Pull complete 07:41:14 aa168da1d23b: Download complete 07:41:15 93b61091891f: Pull complete 07:41:15 93b9cdb0e59b: Pull complete 07:41:15 5e14af77c1be: Pull complete 07:41:15 01666e4c0597: Pull complete 07:41:25 aa168da1d23b: Pull complete 07:41:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:41:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:41:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:41:26 prd-centos7-docker-4c-2g-22220 does not seem to be running inside a container 07:41:26 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 07:41:29 $ docker top ea0c1245d47a018e7b04c64a6c053b159551a4e81c7f62045ad551a1ada4731f -eo pid,comm [Pipeline] { [Pipeline] sh 07:41:29 + touch /tmp/pre-build-complete [Pipeline] sh 07:41:29 + mkdir -p /var/log/sa [Pipeline] sh 07:41:30 + ls /var/log/sa-host 07:41:30 + sadf -c /var/log/sa-host/sa22 07:41:30 file_magic: OK 07:41:30 HZ: Using current value: 100 07:41:30 file_header: OK 07:41:30 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 07:41:30 Statistics: 07:41:30 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... 07:41:30 File successfully converted to sysstat format version 12.2.1 07:41:30 + sadf -c /var/log/sa-host/sa23 07:41:30 file_magic: OK 07:41:30 HZ: Using current value: 100 07:41:30 file_header: OK 07:41:30 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 07:41:30 Statistics: 07:41:30 Hnuu...uuuununununu... 07:41:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:41:30 provisioning config files... 07:41:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config4068473635334447778tmp [Pipeline] { [Pipeline] echo 07:41:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:41:30 ---> create-netrc.sh [Pipeline] } 07:41:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:41:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:41:31 ---> python-tools-install.sh [Pipeline] echo 07:41:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:41:31 ---> sudo-logs.sh 07:41:31 Archiving 'sudo' log.. [Pipeline] echo 07:41:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:41:31 ---> job-cost.sh 07:41:31 lf-activate-venv: SKIPPING 07:41:31 INFO: No Stack... 07:41:32 INFO: Retrieving Pricing Info for: v1-standard-2 07:41:33 INFO: Archiving Costs [Pipeline] echo 07:41:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:41:33 ---> logs-deploy.sh 07:41:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/13 07:41:33 INFO: archiving workspace using pattern(s): 07:41:34 Archives upload complete. 07:41:34 INFO: archiving logs to Nexus