Pull request #3115 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from f6488ce3fa4db70bcc85873cdb1055f3a197a9f7+74c372326013f994c98436bf4455b6fe21c08430 (a088f7e8562ca09e3142c8a77278f1536717f09a) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24721 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 Merge succeeded, producing f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 Checking out Revision f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 (PR-3115) > git config core.sparsecheckout # timeout=10 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 Commit message: "feat(security): Address PR feedback" > git rev-list --no-walk 81e9efdcccb5f166fe2149ef91226e89df21d494 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:49:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:49:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:49:43 ========================================================= 15:49:43 EdgeX Global Pipelines Version Info 15:49:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:49:44 ------------------- 15:49:44 stable info: 15:49:44 ------------------- 15:49:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:49:44 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:49:44 Message: update stable to v1.0.179 15:49:45 ------------------- 15:49:45 experimental info: 15:49:45 ------------------- 15:49:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:49:45 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:49:45 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:49:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:49:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:49:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:49:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:49:47 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:49:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:49:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo 15:49:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo 15:49:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo 15:49:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 [Pipeline] echo 15:49:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6488ce [Pipeline] echo 15:49:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:49:48 provisioning config files... 15:49:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4690126107620151961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:49:49 ---> docker-login.sh 15:49:49 nexus3.edgexfoundry.org:10001 15:49:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:49 Configure a credential helper to remove this warning. See 15:49:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:49 15:49:49 Login Succeeded 15:49:49 nexus3.edgexfoundry.org:10002 15:49:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:50 Configure a credential helper to remove this warning. See 15:49:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:50 15:49:50 Login Succeeded 15:49:50 nexus3.edgexfoundry.org:10003 15:49:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:50 Configure a credential helper to remove this warning. See 15:49:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:50 15:49:50 Login Succeeded 15:49:50 nexus3.edgexfoundry.org:10004 15:49:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:50 Configure a credential helper to remove this warning. See 15:49:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:50 15:49:50 Login Succeeded 15:49:50 docker.io 15:49:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:50 Configure a credential helper to remove this warning. See 15:49:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:50 15:49:50 Login Succeeded 15:49:50 ---> docker-login.sh ends [Pipeline] } 15:49:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:49:51 ++ 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 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/core-command/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo core-command,cmd/core-command/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/core-data/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo core-data,cmd/core-data/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/core-metadata/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo core-metadata,cmd/core-metadata/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/security-bootstrapper/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/security-proxy-setup/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/support-notifications/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo support-notifications,cmd/support-notifications/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/support-scheduler/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:49:51 + for file in '`ls cmd/**/Dockerfile`' 15:49:51 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:49:51 ++ cut -d/ -f2 15:49:51 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:49:51 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 15:49:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:53 15:49:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:49:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:53 latest: Pulling from edgex-devops/git-semver 15:49:53 31603596830f: Pulling fs layer 15:49:53 2a8b12db71e7: Pulling fs layer 15:49:53 6ca5941a6612: Pulling fs layer 15:49:53 ecc8261a40a4: Pulling fs layer 15:49:53 ecc8261a40a4: Waiting 15:49:53 2a8b12db71e7: Verifying Checksum 15:49:53 2a8b12db71e7: Download complete 15:49:53 31603596830f: Verifying Checksum 15:49:53 31603596830f: Download complete 15:49:53 ecc8261a40a4: Verifying Checksum 15:49:53 ecc8261a40a4: Download complete 15:49:53 6ca5941a6612: Verifying Checksum 15:49:53 6ca5941a6612: Download complete 15:49:53 31603596830f: Pull complete 15:49:54 2a8b12db71e7: Pull complete 15:49:55 6ca5941a6612: Pull complete 15:49:55 ecc8261a40a4: Pull complete 15:49:55 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:49:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:49:55 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:49:55 prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container 15:49:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:49:58 $ docker top cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:49:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:58 [ssh-agent] Looking for ssh-agent implementation... 15:49:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:49:58 $ docker exec cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent 15:49:59 SSH_AUTH_SOCK=/tmp/ssh-mnnpk2jsO4o9/agent.12 15:49:59 SSH_AGENT_PID=17 15:49:59 Running ssh-add (command line suppressed) 15:49:59 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4321460964624935004.key (/w/workspace/edgex-go/3@tmp/private_key_4321460964624935004.key) 15:49:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:49:59 + git tag --points-at HEAD [Pipeline] } 15:49:59 $ docker exec --env ******** --env ******** cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent -k 15:49:59 unset SSH_AUTH_SOCK; 15:49:59 unset SSH_AGENT_PID; 15:49:59 echo Agent pid 17 killed; 15:49:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:49:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:49:59 [ssh-agent] Looking for ssh-agent implementation... 15:50:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:50:00 $ docker exec cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent 15:50:00 SSH_AUTH_SOCK=/tmp/ssh-fZUkq5YWNveO/agent.46 15:50:00 SSH_AGENT_PID=51 15:50:00 Running ssh-add (command line suppressed) 15:50:00 Identity added: /w/workspace/edgex-go/3@tmp/private_key_320730057072894394.key (/w/workspace/edgex-go/3@tmp/private_key_320730057072894394.key) 15:50:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:50:00 + git semver init 15:50:00 # -> Open(): unable to determine branch for HEAD 15:50:00 # $GIT_DIR = /w/workspace/edgex-go/3/.git 15:50:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 15:50:00 # $SEMVER_REMOTE_NAME = origin 15:50:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:50:00 # $SEMVER_USER_NAME = edgex-jenkins 15:50:00 # $SEMVER_BRANCH = PR-3115 15:50:00 # $SEMVER_TEMP = /tmp/semver-050315828 15:50:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:50:22 # '/tmp/semver-050315828' -> '/w/workspace/edgex-go/3/.semver' 15:50:22 # -> Force: false 15:50:22 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 15:50:22 $ docker exec --env ******** --env ******** cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 ssh-agent -k 15:50:23 unset SSH_AUTH_SOCK; 15:50:23 unset SSH_AGENT_PID; 15:50:23 echo Agent pid 51 killed; 15:50:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:50:23 + git semver [Pipeline] } 15:50:23 $ docker stop --time=1 cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 15:50:25 $ docker rm -f cf5121030a27c47e31f092304c38d1cf929fbcc1925329b06e60d677eb871d02 [Pipeline] // withDockerContainer [Pipeline] sh 15:50:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:50:26 Stashed 1 file(s) [Pipeline] echo 15:50:26 [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 15:50:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:50:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:50:28 + sudo service docker restart 15:50:28 + true 15:50:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:50:28 ========================================================= 15:50:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:50:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:50:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:50:33 Sending build context to Docker daemon 327.6MB 15:50:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:50:33 Step 2/6 : FROM ${BASE} 15:50:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:50:33 188c0c94c7c5: Pulling fs layer 15:50:33 0ef7d3d256c8: Pulling fs layer 15:50:33 de9db76c5a1d: Pulling fs layer 15:50:33 bca2f99d35d6: Pulling fs layer 15:50:33 93359f2a8cfa: Pulling fs layer 15:50:33 7c6f9722023f: Pulling fs layer 15:50:33 a35cf1a2eb13: Pulling fs layer 15:50:33 7c6f9722023f: Waiting 15:50:33 bca2f99d35d6: Waiting 15:50:33 a35cf1a2eb13: Waiting 15:50:33 93359f2a8cfa: Waiting 15:50:33 de9db76c5a1d: Verifying Checksum 15:50:33 de9db76c5a1d: Download complete 15:50:33 0ef7d3d256c8: Verifying Checksum 15:50:33 0ef7d3d256c8: Download complete 15:50:33 93359f2a8cfa: Verifying Checksum 15:50:33 93359f2a8cfa: Download complete 15:50:33 188c0c94c7c5: Verifying Checksum 15:50:33 188c0c94c7c5: Download complete 15:50:33 7c6f9722023f: Verifying Checksum 15:50:33 7c6f9722023f: Download complete 15:50:33 188c0c94c7c5: Pull complete 15:50:33 0ef7d3d256c8: Pull complete 15:50:33 de9db76c5a1d: Pull complete 15:50:35 a35cf1a2eb13: Verifying Checksum 15:50:35 a35cf1a2eb13: Download complete 15:50:35 bca2f99d35d6: Verifying Checksum 15:50:35 bca2f99d35d6: Download complete 15:50:40 bca2f99d35d6: Pull complete 15:50:41 93359f2a8cfa: Pull complete 15:50:41 7c6f9722023f: Pull complete 15:50:42 Still waiting to schedule task 15:50:42 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:50:46 a35cf1a2eb13: Pull complete 15:50:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:50:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:50:46 ---> a62c8e92a672 15:50:46 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 15:50:46 ---> Running in 331d3ce70721 15:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:48 (1/12) Installing libmagic (5.38-r0) 15:50:48 (2/12) Installing file (5.38-r0) 15:50:48 (3/12) Installing libc-dev (0.7.2-r3) 15:50:49 (4/12) Installing g++ (9.3.0-r2) 15:50:54 (5/12) Installing fortify-headers (1.1-r0) 15:50:54 (6/12) Installing patch (2.7.6-r6) 15:50:54 (7/12) Installing build-base (0.5-r2) 15:50:54 (8/12) Installing libsodium (1.0.18-r0) 15:50:54 (9/12) Installing pkgconf (1.7.2-r0) 15:50:54 (10/12) Installing libsodium-dev (1.0.18-r0) 15:50:55 (11/12) Installing libzmq (4.3.3-r0) 15:50:55 (12/12) Installing zeromq-dev (4.3.3-r0) 15:50:55 Executing busybox-1.31.1-r19.trigger 15:50:55 OK: 233 MiB in 51 packages 15:50:58 Removing intermediate container 331d3ce70721 15:50:58 ---> 44d7c49b91f8 15:50:58 Step 4/6 : WORKDIR /edgex-go 15:50:58 ---> Running in 9fde9093e259 15:50:58 Removing intermediate container 9fde9093e259 15:50:58 ---> f89322778d5f 15:50:58 Step 5/6 : COPY go.mod . 15:50:59 ---> 64c105a97d02 15:50:59 Step 6/6 : RUN go mod download 15:50:59 ---> Running in 6accfa5f4beb 15:51:21 Removing intermediate container 6accfa5f4beb 15:51:21 ---> 8366487757b8 15:51:21 Successfully built 8366487757b8 15:51:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:51:21 + docker inspect -f . ci-base-image-x86_64 15:51:21 . [Pipeline] withDockerContainer 15:51:21 prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container 15:51:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:51:22 $ docker top 049e2bc25adc320334489b0784aab9a43015fd171f78c1b5d3b1be935d49e2f6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:51:23 + go version 15:51:23 go version go1.15.5 linux/amd64 [Pipeline] } 15:51:23 $ docker stop --time=1 049e2bc25adc320334489b0784aab9a43015fd171f78c1b5d3b1be935d49e2f6 15:51:24 $ docker rm -f 049e2bc25adc320334489b0784aab9a43015fd171f78c1b5d3b1be935d49e2f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:51:25 + docker inspect -f . ci-base-image-x86_64 15:51:25 . [Pipeline] withDockerContainer 15:51:25 prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container 15:51:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:51:26 $ docker top 75b5d0c615301851ffbf1d986d0f88b48377dfc85d68d342df9d5f22ab4e4cd9 -eo pid,comm [Pipeline] { [Pipeline] echo 15:51:26 ========================================================= 15:51:26 [edgeXBuildGoParallel] Running Tests and Build... 15:51:26 ========================================================= [Pipeline] sh 15:51:26 + make test 15:51:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:51:36 ? github.com/edgexfoundry/edgex-go [no test files] 15:51:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:51:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:51:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:51:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:52:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:52:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:52:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:52:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:52:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:52:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:52:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:52:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:52:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:52:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 46.0% of statements 15:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:52:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.055s coverage: 100.0% of statements 15:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 65.8% of statements 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:52:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.454s coverage: 82.3% of statements 15:52:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:52:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:52:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:52:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements 15:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 15:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.415s coverage: 92.8% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 45.5% of statements 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 15:52:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements 15:52:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 15:52:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24722 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 15:52:31 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:52:36 using credential edgex-jenkins-ssh 15:52:36 Cloning the remote Git repository 15:52:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:52:37 > git init /w/workspace/edgex-go/3 # timeout=10 15:52:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:52:37 > git --version # timeout=10 15:52:37 > git --version # 'git version 2.17.1' 15:52:37 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.0% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.067s coverage: 100.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.683s coverage: 29.1% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:52:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 15:52:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:52:39 GO111MODULE=on go vet ./... 15:52:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:52:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:52:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:52:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:52:54 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:52:54 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:52:55 Merge succeeded, producing f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:52:55 Checking out Revision f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 (PR-3115) 15:52:54 > git config core.sparsecheckout # timeout=10 15:52:54 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 15:52:55 > git remote # timeout=10 15:52:55 > git config --get remote.origin.url # timeout=10 15:52:55 using GIT_SSH to set credentials SSH Credentials for GitHub 15:52:55 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 15:52:55 > git rev-parse HEAD^{commit} # timeout=10 15:52:55 > git config core.sparsecheckout # timeout=10 15:52:55 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 15:52:59 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:53:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:53:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:53:02 + true 15:53:02 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:53:05 provisioning config files... 15:53:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1580789803197510290tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:53:05 ---> docker-login.sh 15:53:05 nexus3.edgexfoundry.org:10001 15:53:06 gofmt -l . 15:53:06 [ "`gofmt -l .`" = "" ] 15:53:06 ./bin/test-go-mod-tidy.sh 15:53:06 ./bin/test-attribution-txt.sh [Pipeline] sh 15:53:06 + ls -al . 15:53:06 total 684 15:53:06 drwxrwxr-x 10 1001 1001 4096 Feb 3 15:53 . 15:53:06 drwxr-xr-x 4 root root 28 Feb 3 15:51 .. 15:53:06 -rw-rw-r-- 1 1001 1001 11 Feb 3 15:49 .dockerignore 15:53:06 drwxrwxr-x 8 1001 1001 179 Feb 3 15:49 .git 15:53:06 drwxrwxr-x 3 1001 1001 125 Feb 3 15:49 .github 15:53:06 -rw-rw-r-- 1 1001 1001 818 Feb 3 15:49 .gitignore 15:53:06 drwx------ 3 1001 1001 60 Feb 3 15:50 .semver 15:53:06 -rw-rw-r-- 1 1001 1001 166 Feb 3 15:49 .sonarcloud.properties 15:53:06 -rw-rw-r-- 1 1001 1001 7859 Feb 3 15:49 Attribution.txt 15:53:06 -rw-rw-r-- 1 1001 1001 3804 Feb 3 15:49 CONTRIBUTING.md 15:53:06 -rw-rw-r-- 1 1001 1001 931 Feb 3 15:49 Dockerfile.build 15:53:06 -rw-rw-r-- 1 1001 1001 863 Feb 3 15:49 Jenkinsfile 15:53:06 -rw-rw-r-- 1 1001 1001 10775 Feb 3 15:49 LICENSE 15:53:06 -rw-rw-r-- 1 1001 1001 5774 Feb 3 15:49 Makefile 15:53:06 -rw-rw-r-- 1 1001 1001 6524 Feb 3 15:49 README.md 15:53:06 -rw-rw-r-- 1 1001 1001 6755 Feb 3 15:49 SECURITY.md 15:53:06 -rw-rw-r-- 1 1001 1001 5 Feb 3 15:50 VERSION 15:53:06 -rw-rw-r-- 1 1001 1001 4131 Feb 3 15:49 ZMQWindows.md 15:53:06 drwxrwxr-x 2 1001 1001 117 Feb 3 15:49 bin 15:53:06 drwxrwxr-x 14 1001 1001 4096 Feb 3 15:49 cmd 15:53:06 -rw-r--r-- 1 root root 580844 Feb 3 15:52 coverage.out 15:53:06 -rw-r--r-- 1 root root 1054 Feb 3 15:53 go.mod 15:53:06 -rw-r--r-- 1 root root 19399 Feb 3 15:53 go.sum 15:53:06 drwxrwxr-x 8 1001 1001 127 Feb 3 15:49 internal 15:53:06 drwxrwxr-x 4 1001 1001 26 Feb 3 15:49 openapi 15:53:06 drwxrwxr-x 4 1001 1001 71 Feb 3 15:49 snap 15:53:06 -rw-rw-r-- 1 1001 1001 168 Feb 3 15:49 version.go [Pipeline] sh 15:53:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:06 + '[' -e coverage.out ] 15:53:06 + chown 1001:1001 coverage.out [Pipeline] stash 15:53:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:06 Configure a credential helper to remove this warning. See 15:53:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:06 15:53:06 Login Succeeded 15:53:06 nexus3.edgexfoundry.org:10002 15:53:06 Stashed 1 file(s) [Pipeline] sh 15:53:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:07 + make build 15:53:07 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 15:53:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:07 Configure a credential helper to remove this warning. See 15:53:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:07 15:53:07 Login Succeeded 15:53:07 nexus3.edgexfoundry.org:10003 15:53:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:08 Configure a credential helper to remove this warning. See 15:53:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:08 15:53:08 Login Succeeded 15:53:08 nexus3.edgexfoundry.org:10004 15:53:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:08 Configure a credential helper to remove this warning. See 15:53:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:08 15:53:08 Login Succeeded 15:53:08 docker.io 15:53:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:53:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:53:09 Configure a credential helper to remove this warning. See 15:53:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:53:09 15:53:09 Login Succeeded 15:53:09 ---> docker-login.sh ends [Pipeline] } 15:53:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:53:09 ========================================================= 15:53:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:53:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:53:10 + 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 . 15:53:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:53:12 Sending build context to Docker daemon 166.2MB 15:53:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:53:12 Step 2/6 : FROM ${BASE} 15:53:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:53:12 5f621e34cdf4: Pulling fs layer 15:53:12 a4357932f1b6: Pulling fs layer 15:53:12 18c013af1878: Pulling fs layer 15:53:12 00ac8860ef70: Pulling fs layer 15:53:12 63d7cb157983: Pulling fs layer 15:53:12 b116817d02f9: Pulling fs layer 15:53:12 745a02a5169b: Pulling fs layer 15:53:12 00ac8860ef70: Waiting 15:53:12 63d7cb157983: Waiting 15:53:12 745a02a5169b: Waiting 15:53:12 b116817d02f9: Waiting 15:53:12 18c013af1878: Verifying Checksum 15:53:12 a4357932f1b6: Verifying Checksum 15:53:12 b116817d02f9: Download complete 15:53:12 5f621e34cdf4: Verifying Checksum 15:53:12 5f621e34cdf4: Download complete 15:53:13 5f621e34cdf4: Pull complete 15:53:14 a4357932f1b6: Pull complete 15:53:14 18c013af1878: Pull complete 15:53:15 745a02a5169b: Verifying Checksum 15:53:15 745a02a5169b: Download complete 15:53:16 00ac8860ef70: Verifying Checksum 15:53:16 00ac8860ef70: Download complete 15:53:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:53:20 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 15:53:22 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 15:53:22 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 15:53:24 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 15:53:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:53:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:53:27 00ac8860ef70: Pull complete 15:53:27 63d7cb157983: Pull complete 15:53:27 b116817d02f9: Pull complete 15:53:27 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 15:53:29 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 15:53:30 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 15:53:31 745a02a5169b: Pull complete 15:53:31 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:53:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:53:31 ---> b7e6874047d6 15:53: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 [Pipeline] } 15:53:32 $ docker stop --time=1 75b5d0c615301851ffbf1d986d0f88b48377dfc85d68d342df9d5f22ab4e4cd9 15:53:33 $ docker rm -f 75b5d0c615301851ffbf1d986d0f88b48377dfc85d68d342df9d5f22ab4e4cd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 15:53:34 ---> Running in 7f4b8abac661 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:53:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:53:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:53:37 (1/12) Installing libmagic (5.38-r0) 15:53:37 (2/12) Installing file (5.38-r0) 15:53:37 (3/12) Installing libc-dev (0.7.2-r3) [Pipeline] isUnix [Pipeline] sh 15:53:37 (4/12) Installing g++ (9.3.0-r2) 15:53:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:37 15:53:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:53:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:37 latest: Pulling from edgex-devops/edgex-compose 15:53:37 cbdbe7a5bc2a: Pulling fs layer 15:53:37 ca9280d653b3: Pulling fs layer 15:53:37 7e9c9ca2126c: Pulling fs layer 15:53:38 cbdbe7a5bc2a: Verifying Checksum 15:53:38 cbdbe7a5bc2a: Download complete 15:53:38 cbdbe7a5bc2a: Pull complete 15:53:38 ca9280d653b3: Verifying Checksum 15:53:38 ca9280d653b3: Download complete 15:53:39 7e9c9ca2126c: Verifying Checksum 15:53:39 7e9c9ca2126c: Download complete 15:53:39 ca9280d653b3: Pull complete 15:53:46 7e9c9ca2126c: Pull complete 15:53:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:53:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:53:46 prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container 15:53:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:53:47 $ docker top d2e06e20f927e7ed9fc39d33ef8f406565dcd3028c73d728bb99dee2c26c70f5 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:48 + docker-compose build --help 15:53:48 + grep parallel 15:53:49 --parallel Build images in parallel. [Pipeline] } 15:53:49 $ docker stop --time=1 d2e06e20f927e7ed9fc39d33ef8f406565dcd3028c73d728bb99dee2c26c70f5 15:53:50 $ docker rm -f d2e06e20f927e7ed9fc39d33ef8f406565dcd3028c73d728bb99dee2c26c70f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:53:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:53:51 . [Pipeline] withDockerContainer 15:53:51 prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container 15:53:51 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:53:52 $ docker top 6bf525bb0e46e58724339048eaee4354354b5ef62d8d9ba234ff578449bff0c9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:52 (5/12) Installing fortify-headers (1.1-r0) 15:53:52 (6/12) Installing patch (2.7.6-r6) 15:53:52 (7/12) Installing build-base (0.5-r2) 15:53:52 (8/12) Installing libsodium (1.0.18-r0) 15:53:52 + docker-compose -f ./docker-compose-build.yml build --parallel 15:53:52 (9/12) Installing pkgconf (1.7.2-r0) 15:53:52 (10/12) Installing libsodium-dev (1.0.18-r0) 15:53:52 (11/12) Installing libzmq (4.3.3-r0) 15:53:53 (12/12) Installing zeromq-dev (4.3.3-r0) 15:53:53 Executing busybox-1.31.1-r19.trigger 15:53:53 OK: 217 MiB in 51 packages 15:53:53 Building docker-core-command-go ... 15:53:53 Building docker-core-data-go ... 15:53:53 Building docker-core-metadata-go ... 15:53:53 Building docker-security-bootstrapper-go ... 15:53:53 Building docker-security-proxy-setup-go ... 15:53:53 Building docker-security-secretstore-setup-go ... 15:53:53 Building docker-support-notifications-go ... 15:53:53 Building docker-support-scheduler-go ... 15:53:53 Building docker-sys-mgmt-agent-go ... 15:53:53 Building docker-security-proxy-setup-go 15:53:53 Building docker-support-scheduler-go 15:53:53 Building docker-core-metadata-go 15:53:53 Building docker-core-data-go 15:53:53 Building docker-core-command-go 15:53:57 Removing intermediate container 7f4b8abac661 15:53:57 ---> ebd3b9230d71 15:53:57 Step 4/6 : WORKDIR /edgex-go 15:53:57 ---> Running in 023bedb8c759 15:53:58 Removing intermediate container 023bedb8c759 15:53:58 ---> 33613156b7b3 15:53:58 Step 5/6 : COPY go.mod . 15:53:58 ---> 6a69c646716e 15:53:58 Step 6/6 : RUN go mod download 15:53:58 ---> Running in 6cb0bd42d597 15:54:25 Removing intermediate container 6cb0bd42d597 15:54:25 ---> e96f9ae6e072 15:54:25 Successfully built e96f9ae6e072 15:54:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:54:25 + docker inspect -f . ci-base-image-arm64 15:54:25 . 15:54:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:25 15:54:25 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:25 ---> 8366487757b8 15:54:25 Step 3/22 : WORKDIR /edgex-go 15:54:25 15:54:25 ---> 8366487757b8 15:54:25 Step 3/23 : WORKDIR /edgex-go 15:54:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:25 ---> 8366487757b8 15:54:25 Step 3/23 : WORKDIR /edgex-go [Pipeline] withDockerContainer 15:54:26 prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container 15:54:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:54:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:54:26 ---> 8366487757b8 15:54:26 Step 3/21 : WORKDIR /edgex-go 15:54:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:54:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:54:26 ---> 8366487757b8 15:54:26 Step 3/23 : WORKDIR /edgex-go 15:54:26 ---> Running in 6fb8f66dad06 15:54:26 ---> Running in 18144d6afb70 15:54:26 ---> Running in d6d910e81db8 15:54:26 ---> Running in 15e4ed6653c4 15:54:26 ---> Running in a1af5c27752c 15:54:27 Removing intermediate container d6d910e81db8 15:54:27 ---> 15931441b994 15:54:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:27 Removing intermediate container a1af5c27752c 15:54:27 ---> b9662e3faf50 15:54:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:27 Removing intermediate container 15e4ed6653c4 15:54:27 ---> 53460d6a87b1 15:54:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:27 Removing intermediate container 18144d6afb70 15:54:27 ---> bed450e2b7d5 15:54:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:27 Removing intermediate container 6fb8f66dad06 15:54:27 ---> d6037defcee4 15:54:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:27 ---> Running in 4e0e7c83b4bd 15:54:27 ---> Running in b11e6add3396 15:54:27 ---> Running in 29dc12c71585 15:54:27 ---> Running in 0a204f2abdcb 15:54:27 ---> Running in 8b8c4e8567ce 15:54:27 $ docker top 1865f59edaa6fea3662947e5f8a3ab4cda168b48bcdde7d3c7e8420aad44d772 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:28 + go version 15:54:28 go version go1.15.5 linux/arm64 [Pipeline] } 15:54:28 $ docker stop --time=1 1865f59edaa6fea3662947e5f8a3ab4cda168b48bcdde7d3c7e8420aad44d772 15:54:29 Removing intermediate container 4e0e7c83b4bd 15:54:29 ---> 8d22afe69404 15:54:29 Step 5/21 : RUN apk add --update --no-cache make git 15:54:29 Removing intermediate container b11e6add3396 15:54:29 ---> 1f0ae01003a0 15:54:29 Step 5/22 : RUN apk add --update --no-cache make git 15:54:29 Removing intermediate container 8b8c4e8567ce 15:54:29 ---> f3664c533f9b 15:54:29 Step 5/23 : RUN apk add --update --no-cache make git 15:54:29 ---> Running in 50199e3fb82e 15:54:29 Removing intermediate container 29dc12c71585 15:54:29 ---> afbb1004fb6e 15:54:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:54:29 Removing intermediate container 0a204f2abdcb 15:54:29 ---> d663e5824cfb 15:54:29 Step 5/23 : RUN apk add --update --no-cache make git 15:54:29 ---> Running in 81a225510fd0 15:54:30 ---> Running in 367fc0923b89 15:54:30 ---> Running in 6a94ab947167 15:54:30 ---> Running in 65c01ba72c37 15:54:30 $ docker rm -f 1865f59edaa6fea3662947e5f8a3ab4cda168b48bcdde7d3c7e8420aad44d772 15:54:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 15:54:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 15:54:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:54:31 + docker inspect -f . ci-base-image-arm64 15:54:31 . [Pipeline] withDockerContainer 15:54:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:31 prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container 15:54:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:32 OK: 233 MiB in 51 packages 15:54:33 OK: 233 MiB in 51 packages 15:54:33 OK: 233 MiB in 51 packages 15:54:33 OK: 233 MiB in 51 packages 15:54:33 $ docker top 230d5e09feebf919f9e51a51a12a459615bac64a9946a55c05410efa2f0a570a -eo pid,comm [Pipeline] { 15:54:33 Removing intermediate container 50199e3fb82e 15:54:33 ---> d187a953dddf 15:54:33 Step 6/21 : COPY go.mod . 15:54:33 OK: 233 MiB in 51 packages [Pipeline] echo 15:54:33 ========================================================= 15:54:33 [edgeXBuildGoParallel] Running Tests and Build... 15:54:33 ========================================================= [Pipeline] sh 15:54:34 Removing intermediate container 367fc0923b89 15:54:34 ---> 6d4dff56c0bc 15:54:34 Step 6/23 : COPY go.mod . 15:54:34 Removing intermediate container 81a225510fd0 15:54:34 ---> f788b20baf88 15:54:34 Step 6/22 : COPY go.mod . 15:54:34 ---> c612be57afb5 15:54:34 Step 7/21 : RUN go mod download 15:54:34 Removing intermediate container 65c01ba72c37 15:54:34 ---> 90e2ec02ad65 15:54:34 Step 6/23 : COPY go.mod . 15:54:34 ---> Running in 3ff10d811f6f 15:54:34 + make test 15:54:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:54:34 ---> fc4339d76e39 15:54:34 Step 7/23 : RUN go mod download 15:54:34 ---> 034c7e0fb029 15:54:34 Step 7/22 : RUN go mod download 15:54:34 ---> Running in c69a3af9570d 15:54:34 ---> Running in 91d7444fd6e5 15:54:35 ---> 00df637e4ff2 15:54:35 Step 7/23 : RUN go mod download 15:54:35 Removing intermediate container 6a94ab947167 15:54:35 ---> e9e5357bde9c 15:54:35 Step 6/23 : COPY go.mod . 15:54:35 ---> Running in 897238fc71ee 15:54:35 ---> 09aeef006eb5 15:54:35 Step 7/23 : RUN go mod download 15:54:35 ---> Running in 0e8eb43a9014 15:54:37 Removing intermediate container 3ff10d811f6f 15:54:37 ---> cca73c751e0d 15:54:37 Step 8/21 : COPY . . 15:54:37 Removing intermediate container c69a3af9570d 15:54:37 ---> fcf035d93236 15:54:37 Step 8/23 : COPY . . 15:54:38 Removing intermediate container 897238fc71ee 15:54:38 ---> 2978f713a728 15:54:38 Step 8/23 : COPY . . 15:54:39 Removing intermediate container 91d7444fd6e5 15:54:39 ---> 04ab7e6c8f24 15:54:39 Step 8/22 : COPY . . 15:54:41 Removing intermediate container 0e8eb43a9014 15:54:41 ---> 2db15b9fc88f 15:54:41 Step 8/23 : COPY . . 15:54:56 ? github.com/edgexfoundry/edgex-go [no test files] 15:55:19 ---> 0805e7f5a500 15:55:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:55:19 ---> 8e6abb4a2ac6 15:55:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:55:19 ---> 76904846fd35 15:55:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:55:19 ---> e15657eb2b72 15:55:19 Step 9/23 : RUN make cmd/core-command/core-command 15:55:19 ---> aac6734ccc8a 15:55:19 Step 9/23 : RUN make cmd/core-data/core-data 15:55:19 ---> Running in e75c87958344 15:55:19 ---> Running in 0ccd2ac74265 15:55:19 ---> Running in 7299e62b83a4 15:55:19 ---> Running in e9689fc4e7ed 15:55:19 ---> Running in 1009522197f0 15:55:19 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 15:55:19 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 15:55:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:55:20 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 15:55:20 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 15:55:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:55:46 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 15:55:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:55:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:55:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:55:59 Removing intermediate container e75c87958344 15:55:59 ---> 2388b0791ff8 15:55:59 15:55:59 Step 10/21 : FROM alpine:3.12 15:55:59 Removing intermediate container 1009522197f0 15:55:59 ---> 8c9c59763804 15:55:59 15:55:59 Step 10/23 : FROM alpine:3.12 15:55:59 3.12: Pulling from library/alpine 15:55:59 3.12: Pulling from library/alpine 15:55:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:55:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:55:59 Status: Downloaded newer image for alpine:3.12 15:55:59 ---> 389fef711851 15:55:59 Step 11/21 : RUN apk add --update --no-cache curl 15:55:59 Status: Downloaded newer image for alpine:3.12 15:55:59 ---> 389fef711851 15:55:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:56:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:56:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:56:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:56:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:56:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:56:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:56:05 ---> Running in f7b8bbf5ddf0 15:56:05 ---> Running in b0b16876e2b7 15:56:05 Removing intermediate container 7299e62b83a4 15:56:05 ---> ec9883ac877a 15:56:05 15:56:05 Step 10/22 : FROM alpine:3.12 15:56:05 ---> 389fef711851 15:56:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:56:05 Removing intermediate container 0ccd2ac74265 15:56:05 ---> d5514ebaae23 15:56:05 15:56:05 Step 10/23 : FROM alpine:3.12 15:56:05 ---> 389fef711851 15:56:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:56:05 Removing intermediate container e9689fc4e7ed 15:56:05 ---> 957f7d81cb33 15:56:05 15:56:05 Step 10/23 : FROM alpine:3.12 15:56:05 ---> 389fef711851 15:56:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:56:05 ---> Running in baa55aa8fb3e 15:56:05 ---> Running in 59f12c879241 15:56:05 ---> Running in 39a25bfa8b4f 15:56:05 Removing intermediate container 59f12c879241 15:56:05 ---> 2f873bd5784f 15:56:05 Step 12/23 : ENV APP_PORT=48080 15:56:05 ---> Running in cdd5565c402f 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:05 Removing intermediate container cdd5565c402f 15:56:05 ---> ddfff9dfdde0 15:56:05 Step 13/23 : EXPOSE $APP_PORT 15:56:05 ---> Running in 9a3920ba1359 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:06 Removing intermediate container 9a3920ba1359 15:56:06 ---> d2d926e0fecf 15:56:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:56:06 (1/4) Installing ca-certificates (20191127-r4) 15:56:06 (1/1) Installing dumb-init (1.2.2-r1) 15:56:06 (1/1) Installing dumb-init (1.2.2-r1) 15:56:06 Executing busybox-1.31.1-r19.trigger 15:56:06 (1/1) Installing dumb-init (1.2.2-r1) 15:56:06 OK: 6 MiB in 15 packages 15:56:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:56:06 Executing busybox-1.31.1-r19.trigger 15:56:06 Executing busybox-1.31.1-r19.trigger 15:56:06 OK: 6 MiB in 15 packages 15:56:06 OK: 6 MiB in 15 packages 15:56:06 (3/4) Installing libcurl (7.69.1-r3) 15:56:06 (4/4) Installing curl (7.69.1-r3) 15:56:06 ---> Running in a9072495ff8d 15:56:06 Executing busybox-1.31.1-r19.trigger 15:56:06 Executing ca-certificates-20191127-r4.trigger 15:56:06 OK: 7 MiB in 18 packages 15:56:07 Removing intermediate container 39a25bfa8b4f 15:56:07 ---> b00c97f1c9d6 15:56:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:56:08 ---> Running in 0ed7e33768d0 15:56:08 Removing intermediate container baa55aa8fb3e 15:56:08 ---> e7471ccabbfa 15:56:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:56:09 Removing intermediate container f7b8bbf5ddf0 15:56:09 ---> 739fb4869b21 15:56:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:56:09 Removing intermediate container b0b16876e2b7 15:56:09 ---> f7a5e756d66f 15:56:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:56:09 ---> Running in 6a87eb078093 15:56:09 ---> Running in 533199044af9 15:56:09 ---> Running in b4f7f9a13826 15:56:09 Removing intermediate container a9072495ff8d 15:56:09 ---> 9ea77a3e7f05 15:56:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:56:09 Removing intermediate container 0ed7e33768d0 15:56:09 ---> f7331d0c7c4d 15:56:09 Step 13/23 : ENV APP_PORT=48081 15:56:09 ---> Running in 87f817cdf69a 15:56:09 ---> Running in a5d7e2b652a5 15:56:09 Removing intermediate container 6a87eb078093 15:56:09 ---> d9f1bc35fd2b 15:56:09 Step 13/22 : ENV APP_PORT=48085 15:56:09 Removing intermediate container b4f7f9a13826 15:56:09 ---> e085b6913ee5 15:56:09 Step 13/21 : WORKDIR /edgex 15:56:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:56:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:56:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:56:09 Removing intermediate container 533199044af9 15:56:09 ---> b2f407cad70a 15:56:09 Step 13/23 : ENV APP_PORT=48082 15:56:09 ---> Running in dc4131c8fb2d 15:56:09 ---> Running in 119aa05023ae 15:56:09 ---> Running in ca37c2e9849e 15:56:09 Removing intermediate container a5d7e2b652a5 15:56:09 ---> 1f80cc606a9c 15:56:09 Step 14/23 : EXPOSE $APP_PORT 15:56:10 ---> Running in 94139ecb7130 15:56:10 Removing intermediate container dc4131c8fb2d 15:56:10 ---> ea551123acfe 15:56:10 Step 14/22 : EXPOSE $APP_PORT 15:56:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:10 Removing intermediate container ca37c2e9849e 15:56:10 ---> 5604018a61f3 15:56:10 Step 14/23 : EXPOSE $APP_PORT 15:56:10 Removing intermediate container 119aa05023ae 15:56:10 ---> 1e9ec4393764 15:56:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:56:10 ---> Running in 09c4e3df164f 15:56:10 ---> Running in aeef36936236 15:56:10 Removing intermediate container 94139ecb7130 15:56:10 ---> 72acec77e0c9 15:56:10 Step 15/23 : WORKDIR / 15:56:10 ---> Running in 7fc3cd67d4d8 15:56:10 Removing intermediate container 09c4e3df164f 15:56:10 ---> 1356b9c31cb0 15:56:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:56:11 Removing intermediate container aeef36936236 15:56:11 ---> 7be3467125ae 15:56:11 Step 15/23 : WORKDIR / 15:56:11 ---> 0d1920e2d88b 15:56:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:56:11 Removing intermediate container 7fc3cd67d4d8 15:56:11 ---> e6b333cfbb84 15:56:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:56:11 ---> Running in bcbdbde2f656 15:56:11 ---> fe0eeee5d6f9 15:56:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:56:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:12 ---> e8e616b79c61 15:56:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:56:12 Removing intermediate container bcbdbde2f656 15:56:12 ---> 8b0718056827 15:56:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:56:12 ---> 4ebafb7017e0 15:56:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:56:12 ---> 3e2efaff49aa 15:56:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:56:12 (1/6) Installing dumb-init (1.2.2-r1) 15:56:12 (2/6) Installing libgcc (9.3.0-r2) 15:56:12 (3/6) Installing libsodium (1.0.18-r0) 15:56:12 ---> 17bf47dc3ac2 15:56:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:56:12 (4/6) Installing libstdc++ (9.3.0-r2) 15:56:12 ---> 59be6f16f4c7 15:56:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:56:12 ---> ed9fd6bb8822 15:56:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:56:12 ---> 049b3041364b 15:56:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:56:12 ---> Running in a741322c61e6 15:56:13 ---> Running in f91393045440 15:56:13 (5/6) Installing libzmq (4.3.3-r0) 15:56:13 Removing intermediate container a741322c61e6 15:56:13 ---> 40376a5483c5 15:56:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:13 (6/6) Installing zeromq (4.3.3-r0) 15:56:13 ---> 872447bb47dc 15:56:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:56:13 Removing intermediate container f91393045440 15:56:13 ---> e88efd581812 15:56:13 Step 18/21 : CMD ["--init=true"] 15:56:13 Executing busybox-1.31.1-r19.trigger 15:56:13 OK: 8 MiB in 20 packages 15:56:13 ---> 7ec1a4565122 15:56:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:56:13 ---> Running in c758ff2c00f2 15:56:13 ---> Running in d54839fab559 15:56:13 ---> Running in 8775a4133bfd 15:56:13 Removing intermediate container c758ff2c00f2 15:56:13 ---> 182cbed6c408 15:56:13 Step 20/22 : LABEL arch=x86_64 15:56:13 ---> Running in cb9f36cde163 15:56:14 Removing intermediate container 8775a4133bfd 15:56:14 ---> 57764e4b600d 15:56:14 Step 19/21 : LABEL arch=x86_64 15:56:14 ---> d5b5956231e2 15:56:14 Step 19/23 : ENTRYPOINT ["/core-command"] 15:56:14 Removing intermediate container d54839fab559 15:56:14 ---> f6260100b050 15:56:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:14 ---> Running in 6b14c912a63f 15:56:14 ---> Running in d8dd909142b6 15:56:14 ---> Running in c3d249118b73 15:56:14 Removing intermediate container cb9f36cde163 15:56:14 ---> bcc9f4b5ff07 15:56:14 Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:56:14 Removing intermediate container 87f817cdf69a 15:56:14 ---> 7fddfd1259fd 15:56:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:56:14 ---> Running in cc8770c788dc 15:56:14 Removing intermediate container 6b14c912a63f 15:56:14 ---> 4c01bf51362d 15:56:14 Step 20/21 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:56:14 Removing intermediate container c3d249118b73 15:56:14 ---> 4512c5467662 15:56:14 Step 21/23 : LABEL arch=x86_64 15:56:14 Removing intermediate container d8dd909142b6 15:56:14 ---> a06a154c50cf 15:56:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:14 ---> Running in 2b7e0098766e 15:56:14 ---> Running in da9e95d2a767 15:56:14 ---> Running in b60037bcf992 15:56:14 Removing intermediate container cc8770c788dc 15:56:14 ---> 5747674643fa 15:56:14 Step 22/22 : LABEL version=0.0.0 15:56:15 ---> 5e291fa69c54 15:56:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:56:15 ---> Running in 9ce5681b50c2 15:56:15 Removing intermediate container 2b7e0098766e 15:56:15 ---> 24e5d0712e7d 15:56:15 Step 21/21 : LABEL version=0.0.0 15:56:15 Removing intermediate container b60037bcf992 15:56:15 ---> 28aa8d44ff5e 15:56:15 Step 21/23 : LABEL arch=x86_64 15:56:15 Removing intermediate container da9e95d2a767 15:56:15 ---> ed2a28c2974d 15:56:15 Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:56:15 Removing intermediate container 9ce5681b50c2 15:56:15 ---> 9c2245dc36f5 15:56:15 15:56:15 ---> Running in b5957becb33d 15:56:15 ---> Running in 20b8d0478f69 15:56:15 ---> Running in 615e298ad578 15:56:15 ---> 5d86201d53f7 15:56:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:56:15 Successfully built 9c2245dc36f5 15:56:15 Removing intermediate container b5957becb33d 15:56:15 ---> dbae9b006b2d 15:56:15 15:56:16 Successfully tagged docker-support-scheduler-go:latest 15:56:16 Removing intermediate container 20b8d0478f69 15:56:16 ---> daa6cec72575 15:56:16 Step 23/23 : LABEL version=0.0.0 15:56:16  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 15:56:16 Removing intermediate container 615e298ad578 15:56:16 ---> d81d3f8439cb 15:56:16 Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:56:16 Successfully built dbae9b006b2d 15:56:16 ---> 304795a4da51 15:56:16 Step 19/23 : ENTRYPOINT ["/core-data"] 15:56:16 ---> Running in 35aee85555bf 15:56:16 Successfully tagged docker-security-proxy-setup-go:latest 15:56:16  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 15:56:16 ---> Running in f960f59d2ff9 15:56:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.466s coverage: 46.0% of statements 15:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:56:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:56:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.183s coverage: 100.0% of statements 15:56:16 ---> Running in 9fea933a47d8 15:56:16 Removing intermediate container 35aee85555bf 15:56:16 ---> 2f01ac255423 15:56:16 15:56:16 Successfully built 2f01ac255423 15:56:16 Successfully tagged docker-core-metadata-go:latest 15:56:16 Building docker-sys-mgmt-agent-go 15:56:16  Building docker-core-metadata-go ... done Removing intermediate container f960f59d2ff9 15:56:16 ---> fe7c232d8c4c 15:56:16 Step 23/23 : LABEL version=0.0.0 15:56:16 Removing intermediate container 9fea933a47d8 15:56:16 ---> 7eadcf9dc729 15:56:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:56:17 ---> Running in ab4770dcf80f 15:56:17 ---> Running in 01e1080bb9c7 15:56:17 Removing intermediate container 01e1080bb9c7 15:56:17 ---> 7fe7337f9154 15:56:17 Step 21/23 : LABEL arch=x86_64 15:56:17 Removing intermediate container ab4770dcf80f 15:56:17 ---> c3216246536c 15:56:17 15:56:17 ---> Running in 194d5fde0ab5 15:56:17 Successfully built c3216246536c 15:56:17 Successfully tagged docker-core-command-go:latest 15:56:17  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 15:56:17 Removing intermediate container 194d5fde0ab5 15:56:17 ---> d44fb967cdc0 15:56:17 Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:56:17 ---> Running in ae6904a6afa5 15:56:18 Removing intermediate container ae6904a6afa5 15:56:18 ---> 0fc62aeb308d 15:56:18 Step 23/23 : LABEL version=0.0.0 15:56:18 ---> Running in 2ea3973d9b2c 15:56:19 Removing intermediate container 2ea3973d9b2c 15:56:19 ---> cdf44788b65c 15:56:19 15:56:19 Successfully built cdf44788b65c 15:56:20 Successfully tagged docker-core-data-go:latest 15:56:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.542s coverage: 27.1% of statements 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:56:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:56:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:56:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:56:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.238s coverage: 65.8% of statements 15:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:56:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:56:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.3% of statements 15:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.312s coverage: 28.6% of statements 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.290s coverage: 86.7% of statements 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.369s coverage: 97.5% of statements 15:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:56:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements 15:56:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:56:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:56:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:56:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.231s coverage: 92.8% of statements 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:56:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.099s coverage: 45.5% of statements 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.103s coverage: 79.5% of statements 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 15:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 15:56:42  Building docker-core-data-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:56:42 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:56:42 ---> 8366487757b8 15:56:42 Step 3/30 : WORKDIR /edgex-go 15:56:42 ---> Using cache 15:56:42 ---> bed450e2b7d5 15:56:42 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:56:42 ---> Using cache 15:56:42 ---> f3664c533f9b 15:56:42 Step 5/30 : RUN apk add --update --no-cache make git 15:56:42 ---> Using cache 15:56:42 ---> 6d4dff56c0bc 15:56:42 Step 6/30 : COPY go.mod . 15:56:42 ---> Using cache 15:56:42 ---> fc4339d76e39 15:56:42 Step 7/30 : RUN go mod download 15:56:42 ---> Using cache 15:56:42 ---> fcf035d93236 15:56:42 Step 8/30 : COPY . . 15:56:42 ---> Using cache 15:56:42 ---> e15657eb2b72 15:56:42 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:56:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:56:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:56:42 ---> 8366487757b8 15:56:42 Step 3/24 : WORKDIR /edgex-go 15:56:42 ---> Using cache 15:56:42 ---> bed450e2b7d5 15:56:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:56:42 ---> Using cache 15:56:42 ---> f3664c533f9b 15:56:42 Step 5/24 : RUN apk add --update --no-cache make git 15:56:42 ---> Using cache 15:56:42 ---> 6d4dff56c0bc 15:56:42 Step 6/24 : COPY go.mod . 15:56:42 ---> Using cache 15:56:42 ---> fc4339d76e39 15:56:42 Step 7/24 : RUN go mod download 15:56:42 ---> Using cache 15:56:42 ---> fcf035d93236 15:56:42 Step 8/24 : COPY . . 15:56:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:56:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:56:42 ---> 8366487757b8 15:56:42 Step 3/22 : WORKDIR /edgex-go 15:56:42 ---> Using cache 15:56:42 ---> bed450e2b7d5 15:56:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:56:42 ---> Using cache 15:56:42 ---> f3664c533f9b 15:56:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:56:42 ---> Using cache 15:56:42 ---> e15657eb2b72 15:56:42 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:56:42 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:56:42 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:56:42 ---> 8366487757b8 15:56:42 Step 3/26 : WORKDIR /edgex-go 15:56:42 ---> Using cache 15:56:42 ---> bed450e2b7d5 15:56:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:56:42 ---> Using cache 15:56:42 ---> f3664c533f9b 15:56:42 Step 5/26 : RUN apk add --update --no-cache make bash git 15:56:43 ---> Running in 0da99900bdd5 15:56:43 ---> Running in 0d9cb4863cd1 15:56:43 ---> Running in 11ecd85b1d3f 15:56:43 ---> Running in 644d86836d64 15:56:44 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 15:56:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:47 OK: 233 MiB in 51 packages 15:56:47 OK: 233 MiB in 51 packages 15:56:50 Removing intermediate container 0da99900bdd5 15:56:50 ---> a7343d69a0e2 15:56:50 Step 6/26 : COPY go.mod . 15:56:50 Removing intermediate container 11ecd85b1d3f 15:56:50 ---> 0c386becdaac 15:56:50 Step 6/22 : COPY go.mod . 15:56:50 ---> 8fc39a0817d8 15:56:50 Step 7/22 : RUN go mod download 15:56:50 ---> 7dbdf3695bfd 15:56:50 Step 7/26 : RUN go mod download 15:56:50 ---> Running in 3935d4e336c1 15:56:50 ---> Running in b042a10822b6 15:56:53 Removing intermediate container 3935d4e336c1 15:56:53 ---> 4879d02efafd 15:56:53 Step 8/22 : COPY . . 15:56:53 Removing intermediate container b042a10822b6 15:56:53 ---> 7586eb352fc0 15:56:53 Step 8/26 : COPY . . 15:56:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements 15:56:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.068s coverage: 87.2% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.4% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.553s coverage: 63.5% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 68.9% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.314s coverage: 37.0% of statements 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:57:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:57:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.593s coverage: 84.0% of statements 15:57:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements 15:57:16 Removing intermediate container 0d9cb4863cd1 15:57:16 ---> d08ec5918c76 15:57:16 15:57:16 Step 10/30 : FROM alpine:3.12 15:57:16 ---> 389fef711851 15:57:16 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:57:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.0% of statements 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:57:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:57:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:57:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.238s coverage: 100.0% of statements 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:57:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:57:17 ---> Running in ed467c0d4acf 15:57:21 Removing intermediate container ed467c0d4acf 15:57:21 ---> 72561b2d288c 15:57:21 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:57:21 ---> 70b6b83c2c90 15:57:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:57:21 Removing intermediate container 644d86836d64 15:57:21 ---> 500debde0af2 15:57:21 15:57:21 Step 10/24 : FROM alpine:3.12 15:57:21 ---> 389fef711851 15:57:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:57:21 ---> Running in d39ae4074859 15:57:21 ---> 71480ec559e0 15:57:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:57:21 ---> Running in 56c77a604783 15:57:21 ---> Running in 682a7d407077 15:57:21 ---> Running in 149b78627f07 15:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:22 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 15:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:22 (1/2) Installing dumb-init (1.2.2-r1) 15:57:22 (2/2) Installing su-exec (0.2-r1) 15:57:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:22 Executing busybox-1.31.1-r19.trigger 15:57:22 OK: 6 MiB in 16 packages 15:57:23 (1/5) Installing ca-certificates (20191127-r4) 15:57:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:57:23 (3/5) Installing libcurl (7.69.1-r3) 15:57:23 (4/5) Installing curl (7.69.1-r3) 15:57:23 (5/5) Installing dumb-init (1.2.2-r1) 15:57:23 Executing busybox-1.31.1-r19.trigger 15:57:23 Executing ca-certificates-20191127-r4.trigger 15:57:23 OK: 7 MiB in 19 packages 15:57:24 Removing intermediate container d39ae4074859 15:57:24 ---> e1f600c4a50c 15:57:24 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:57:24 ---> Running in e292f9e3e2dd 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.986s coverage: 29.1% of statements 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.215s coverage: 99.0% of statements 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 100.0% of statements 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:57:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 15:57:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 15:57:25 Removing intermediate container 682a7d407077 15:57:25 ---> a216e75320c5 15:57:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:57:25 Removing intermediate container e292f9e3e2dd 15:57:25 ---> 122a47aacd0d 15:57:25 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:57:25 ---> Running in 624ed7d0fa7c 15:57:25 ---> Running in e78e8f111912 15:57:25 GO111MODULE=on go vet ./... 15:57:25 Removing intermediate container 624ed7d0fa7c 15:57:25 ---> fe2793b4fd63 15:57:25 Step 13/24 : WORKDIR / 15:57:25 Removing intermediate container e78e8f111912 15:57:25 ---> e2de12e8502e 15:57:25 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:57:25 ---> Running in dc9ef1d82d99 15:57:25 ---> Running in 5471929ebb9b 15:57:26 Removing intermediate container dc9ef1d82d99 15:57:26 ---> 55b38a5b7da9 15:57:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:57:27 ---> ab56559e3a39 15:57:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:57:27 ---> 3eed4a7aa1ee 15:57:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:57:28 ---> 250918ca5dae 15:57:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:57:28 Removing intermediate container 5471929ebb9b 15:57:28 ---> a583a47f708b 15:57:28 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:57:28 ---> Running in 75a3f7a8cfb6 15:57:28 Removing intermediate container 75a3f7a8cfb6 15:57:28 ---> 21387d40f6f4 15:57:28 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:57:29 ---> cc41bb89a6bb 15:57:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:57:29 ---> dd3427dba06a 15:57:29 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:57:29 ---> Running in f7b2b52ec58a 15:57:30 ---> d98e046a17f1 15:57:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:57:30 ---> 85e0669fee4d 15:57:30 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/ 15:57:31 ---> Running in 2282dc533af6 15:57:31 Removing intermediate container f7b2b52ec58a 15:57:31 ---> 86f6b3af0bc6 15:57:31 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:57:31 ---> 6e9f5067a5c1 15:57:31 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:57:32 Removing intermediate container 2282dc533af6 15:57:32 ---> 03b244e1f116 15:57:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:57:32 ---> Running in 2a5dd0c67f4e 15:57:32 ---> 7c10d355dc48 15:57:32 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:57:33 Removing intermediate container 2a5dd0c67f4e 15:57:33 ---> 1857f9d66d04 15:57:33 Step 22/24 : LABEL arch=x86_64 15:57:33 ---> 51fadc509208 15:57:33 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:57:33 ---> Running in 38f6c39754c1 15:57:33 ---> 43e59a850149 15:57:33 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:57:34 Removing intermediate container 38f6c39754c1 15:57:34 ---> b3aee60c5668 15:57:34 Step 23/24 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:57:34 ---> Running in d752eeaa5593 15:57:34 ---> Running in 9b09684078f0 15:57:34 Removing intermediate container d752eeaa5593 15:57:34 ---> 30d7ee2a5df9 15:57:34 Step 24/24 : LABEL version=0.0.0 15:57:35 Removing intermediate container 9b09684078f0 15:57:35 ---> 15f2b1b61d9a 15:57:35 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:57:35 ---> Running in ab84b817fc83 15:57:35 ---> 5b73af501a61 15:57:35 Step 25/30 : RUN chmod +x /entrypoint.sh 15:57:36 Removing intermediate container ab84b817fc83 15:57:36 ---> 0e8e9402add6 15:57:36 15:57:36 ---> Running in 9d0357d4b79a 15:57:36 Successfully built 0e8e9402add6 15:57:36 Successfully tagged docker-security-secretstore-setup-go:latest 15:57:38  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9d0357d4b79a 15:57:38 ---> 6ea1faea194e 15:57:38 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:57:38 ---> Running in 08afa1b92d19 15:57:38 Removing intermediate container 08afa1b92d19 15:57:38 ---> 28731a386c9b 15:57:38 Step 27/30 : CMD ["gate"] 15:57:39 ---> Running in ddfc058700e2 15:57:40 Removing intermediate container ddfc058700e2 15:57:40 ---> aaa6619db4b2 15:57:40 Step 28/30 : LABEL arch=x86_64 15:57:40 ---> Running in c0eea24776fb 15:57:40 Removing intermediate container 56c77a604783 15:57:40 ---> 2f1f22f4c16a 15:57:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:57:40 ---> Running in f41bba7385d4 15:57:41 Removing intermediate container c0eea24776fb 15:57:41 ---> 833ca5b86776 15:57:41 Step 29/30 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:57:42 ---> Running in f3681f5eae27 15:57:42 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 15:57:43 Removing intermediate container 149b78627f07 15:57:43 ---> 7f12f796bb44 15:57:43 15:57:43 Step 10/22 : FROM alpine:3.12 15:57:43 ---> 389fef711851 15:57:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:57:43 Removing intermediate container f3681f5eae27 15:57:43 ---> 66e9fb334353 15:57:43 Step 30/30 : LABEL version=0.0.0 15:57:43 ---> Running in 2358d7598825 15:57:43 ---> Running in 114d5a1b3d86 15:57:44 Removing intermediate container 114d5a1b3d86 15:57:44 ---> 5e416f393072 15:57:44 15:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:44 Successfully built 5e416f393072 15:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:44 Successfully tagged docker-security-bootstrapper-go:latest 15:57:44  Building docker-security-bootstrapper-go ... done Removing intermediate container f41bba7385d4 15:57:44 ---> 3a9f9961071d 15:57:44 15:57:44 Step 11/26 : FROM docker:20.10.0 15:57:44 20.10.0: Pulling from library/docker 15:57:44 (1/2) Installing ca-certificates (20191127-r4) 15:57:44 (2/2) Installing dumb-init (1.2.2-r1) 15:57:44 Executing busybox-1.31.1-r19.trigger 15:57:44 Executing ca-certificates-20191127-r4.trigger 15:57:44 OK: 6 MiB in 16 packages 15:57:46 Removing intermediate container 2358d7598825 15:57:46 ---> 3b417dd1ec11 15:57:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:57:47 ---> Running in 765c75aa807a 15:57:47 Removing intermediate container 765c75aa807a 15:57:47 ---> 56d833ba968e 15:57:47 Step 13/22 : ENV APP_PORT=48060 15:57:47 ---> Running in e3980807a5dd 15:57:47 Removing intermediate container e3980807a5dd 15:57:47 ---> 41295cd6720b 15:57:47 Step 14/22 : EXPOSE $APP_PORT 15:57:47 ---> Running in f0c79a20d486 15:57:48 Removing intermediate container f0c79a20d486 15:57:48 ---> 27b904f9a339 15:57:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:57:48 ---> 362f64d8680b 15:57:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:57:49 ---> 81411d223e4d 15:57:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:57:50 ---> 24b9633f4c1f 15:57:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:57:50 ---> Running in 9021b22c4cef 15:57:50 Removing intermediate container 9021b22c4cef 15:57:50 ---> 6ca15bc634c5 15:57:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:57:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:57:50 ---> Running in 579d0a5acc05 15:57:50 Status: Downloaded newer image for docker:20.10.0 15:57:50 ---> aefe523efa57 15:57:50 Step 12/26 : RUN apk add --no-cache bash 15:57:50 ---> Running in bce652e82abe 15:57:50 Removing intermediate container 579d0a5acc05 15:57:50 ---> 0bfb34b70ffd 15:57:50 Step 20/22 : LABEL arch=x86_64 15:57:51 ---> Running in a2a6d19db2ba 15:57:51 Removing intermediate container a2a6d19db2ba 15:57:51 ---> 1720f544fc5b 15:57:51 Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:57:51 ---> Running in cf1bbfea13cd 15:57:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:51 Removing intermediate container cf1bbfea13cd 15:57:51 ---> 3f9b1a5f2f01 15:57:51 Step 22/22 : LABEL version=0.0.0 15:57:51 ---> Running in 23f137a0bca2 15:57:51 (1/2) Installing readline (8.0.4-r0) 15:57:51 (2/2) Installing bash (5.0.17-r0) 15:57:51 Executing bash-5.0.17-r0.post-install 15:57:51 Executing busybox-1.31.1-r19.trigger 15:57:51 OK: 12 MiB in 22 packages 15:57:52 Removing intermediate container 23f137a0bca2 15:57:52 ---> 3b6c84951443 15:57:52 15:57:52 Successfully built 3b6c84951443 15:57:52 Successfully tagged docker-support-notifications-go:latest 15:57:52  Building docker-support-notifications-go ... done Removing intermediate container bce652e82abe 15:57:52 ---> 957232e68e74 15:57:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:57:52 ---> Running in 3a877b559420 15:57:52 Removing intermediate container 3a877b559420 15:57:52 ---> 7c9620feff41 15:57:52 Step 14/26 : ENV APP_PORT=48090 15:57:52 ---> Running in 5d03c1de75b5 15:57:52 Removing intermediate container 5d03c1de75b5 15:57:52 ---> 9a84e0483c9f 15:57:52 Step 15/26 : EXPOSE $APP_PORT 15:57:52 ---> Running in f5451d8ef657 15:57:53 Removing intermediate container f5451d8ef657 15:57:53 ---> 6e62ea012246 15:57:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:57:53 ---> 0d0cd2946246 15:57:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:57:53 ---> 2db390684862 15:57:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:57:54 ---> 945797c81fc4 15:57:54 Step 19/26 : RUN apk --no-cache add py3-pip 15:57:54 ---> Running in 234e6deba144 15:57:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:54 (1/33) Installing libbz2 (1.0.8-r1) 15:57:54 (2/33) Installing expat (2.2.9-r1) 15:57:54 (3/33) Installing libffi (3.3-r2) 15:57:54 (4/33) Installing gdbm (1.13-r1) 15:57:54 (5/33) Installing xz-libs (5.2.5-r0) 15:57:54 (6/33) Installing sqlite-libs (3.32.1-r0) 15:57:54 (7/33) Installing python3 (3.8.5-r0) 15:57:56 (8/33) Installing py3-appdirs (1.4.4-r1) 15:57:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:57:56 (10/33) Installing py3-parsing (2.4.7-r0) 15:57:56 (11/33) Installing py3-six (1.15.0-r0) 15:57:56 (12/33) Installing py3-packaging (20.4-r0) 15:57:56 (13/33) Installing py3-setuptools (47.0.0-r0) 15:57:56 (14/33) Installing py3-chardet (3.0.4-r4) 15:57:56 (15/33) Installing py3-idna (2.9-r0) 15:57:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:57:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:57:56 (18/33) Installing py3-requests (2.23.0-r0) 15:57:56 (19/33) Installing py3-msgpack (1.0.0-r0) 15:57:56 (20/33) Installing py3-lockfile (0.12.2-r3) 15:57:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:57:56 (22/33) Installing py3-colorama (0.4.3-r0) 15:57:56 (23/33) Installing py3-distlib (0.3.0-r0) 15:57:56 (24/33) Installing py3-distro (1.5.0-r1) 15:57:56 (25/33) Installing py3-webencodings (0.5.1-r3) 15:57:56 (26/33) Installing py3-html5lib (1.0.1-r4) 15:57:56 (27/33) Installing py3-pytoml (0.1.21-r0) 15:57:56 (28/33) Installing py3-pep517 (0.8.2-r0) 15:57:56 (29/33) Installing py3-progress (1.5-r0) 15:57:56 (30/33) Installing py3-toml (0.10.1-r0) 15:57:56 (31/33) Installing py3-retrying (1.3.3-r0) 15:57:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:57:56 (33/33) Installing py3-pip (20.1.1-r0) 15:57:56 Executing busybox-1.31.1-r19.trigger 15:57:56 OK: 71 MiB in 55 packages 15:58:05 Removing intermediate container 234e6deba144 15:58:05 ---> 151b28fe379e 15:58:05 Step 20/26 : RUN pip install docker-compose==1.23.2 15:58:05 ---> Running in da5f32327923 15:58:06 Collecting docker-compose==1.23.2 15:58:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:58:06 Collecting dockerpty<0.5,>=0.4.1 15:58:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:58:07 Collecting texttable<0.10,>=0.9.0 15:58:07 Downloading texttable-0.9.1.tar.gz (11 kB) 15:58:07 Collecting websocket-client<1.0,>=0.32.0 15:58:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:58:08 Collecting PyYAML<4,>=3.10 15:58:08 Downloading PyYAML-3.13.tar.gz (270 kB) 15:58:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:58:09 Collecting docker<4.0,>=3.6.0 15:58:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:58:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:58:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:58:09 Collecting jsonschema<3,>=2.5.1 15:58:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:58:09 Collecting cached-property<2,>=1.2.0 15:58:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:58:09 Collecting docopt<0.7,>=0.6.1 15:58:09 Downloading docopt-0.6.2.tar.gz (25 kB) 15:58:10 Collecting docker-pycreds>=0.4.0 15:58:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:58:10 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) 15:58:10 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) 15:58:10 Collecting idna<2.8,>=2.5 15:58:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:58:10 Collecting urllib3<1.25,>=1.21.1 15:58:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:58:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:58:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:58:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:58:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:58:10 Installing collected packages: dockerpty, texttable, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, docopt, docker-compose 15:58:10 Running setup.py install for dockerpty: started 15:58:11 Running setup.py install for dockerpty: finished with status 'done' 15:58:11 Running setup.py install for texttable: started 15:58:11 Running setup.py install for texttable: finished with status 'done' 15:58:11 Running setup.py install for PyYAML: started 15:58:12 Running setup.py install for PyYAML: finished with status 'done' 15:58:12 Attempting uninstall: idna 15:58:12 Found existing installation: idna 2.9 15:58:12 Uninstalling idna-2.9: 15:58:12 Successfully uninstalled idna-2.9 15:58:12 Attempting uninstall: urllib3 15:58:12 Found existing installation: urllib3 1.25.9 15:58:12 Uninstalling urllib3-1.25.9: 15:58:12 Successfully uninstalled urllib3-1.25.9 15:58:12 Attempting uninstall: requests 15:58:12 Found existing installation: requests 2.23.0 15:58:12 Uninstalling requests-2.23.0: 15:58:12 Successfully uninstalled requests-2.23.0 15:58:13 Running setup.py install for docopt: started 15:58:13 Running setup.py install for docopt: finished with status 'done' 15:58:13 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 15:58:17 Removing intermediate container da5f32327923 15:58:17 ---> 56b417494368 15:58:17 Step 21/26 : RUN apk --no-cache add curl 15:58:17 ---> Running in 4ee0fc45d04c 15:58:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:58:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:58:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:58:18 (2/3) Installing libcurl (7.69.1-r3) 15:58:18 (3/3) Installing curl (7.69.1-r3) 15:58:18 Executing busybox-1.31.1-r19.trigger 15:58:18 OK: 72 MiB in 58 packages 15:58:18 Removing intermediate container 4ee0fc45d04c 15:58:18 ---> 623638820cbe 15:58:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:58:18 ---> Running in 7446570e3c48 15:58:19 Removing intermediate container 7446570e3c48 15:58:19 ---> 098a0fc10803 15:58:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:58:19 ---> Running in 491d00f088d0 15:58:19 Removing intermediate container 491d00f088d0 15:58:19 ---> b69ddf63bfad 15:58:19 Step 24/26 : LABEL arch=x86_64 15:58:19 ---> Running in 89265d5817da 15:58:19 Removing intermediate container 89265d5817da 15:58:19 ---> 98276e92ac28 15:58:19 Step 25/26 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:58:19 ---> Running in 32a5a51771ee 15:58:20 Removing intermediate container 32a5a51771ee 15:58:20 ---> 89ff42e6c5bc 15:58:20 Step 26/26 : LABEL version=0.0.0 15:58:20 ---> Running in 989b83d2a554 15:58:20 Removing intermediate container 989b83d2a554 15:58:20 ---> f87a1ee4e969 15:58:20 15:58:20 Successfully built f87a1ee4e969 15:58:20 Successfully tagged docker-sys-mgmt-agent-go:latest 15:58:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:58:20 $ docker stop --time=1 6bf525bb0e46e58724339048eaee4354354b5ef62d8d9ba234ff578449bff0c9 15:58:22 $ docker rm -f 6bf525bb0e46e58724339048eaee4354354b5ef62d8d9ba234ff578449bff0c9 [Pipeline] // withDockerContainer [Pipeline] sh 15:58:23 + docker images 15:58:23 + grep docker 15:58:23 docker-sys-mgmt-agent-go latest f87a1ee4e969 3 seconds ago 313MB 15:58:23 docker-support-notifications-go latest 3b6c84951443 32 seconds ago 17.5MB 15:58:23 docker-security-bootstrapper-go latest 5e416f393072 40 seconds ago 17.9MB 15:58:23 docker-security-secretstore-setup-go latest 0e8e9402add6 48 seconds ago 24.6MB 15:58:23 docker-core-data-go latest cdf44788b65c 2 minutes ago 22.3MB 15:58:23 docker-core-command-go latest c3216246536c 2 minutes ago 16.9MB 15:58:23 docker-core-metadata-go latest 2f01ac255423 2 minutes ago 18.8MB 15:58:23 docker-security-proxy-setup-go latest dbae9b006b2d 2 minutes ago 24.4MB 15:58:23 docker-support-scheduler-go latest 9c2245dc36f5 2 minutes ago 17MB 15:58:23 docker 20.10.0 aefe523efa57 7 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 15:58:39 Still waiting to schedule task 15:58:39 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:58:47 gofmt -l . 15:58:47 [ "`gofmt -l .`" = "" ] 15:58:47 ./bin/test-go-mod-tidy.sh 15:58:47 ./bin/test-attribution-txt.sh [Pipeline] sh 15:58:48 + ls -al . 15:58:48 total 712 15:58:48 drwxrwxr-x 9 1001 1001 4096 Feb 3 15:58 . 15:58:48 drwxr-xr-x 4 root root 4096 Feb 3 15:54 .. 15:58:48 -rw-rw-r-- 1 1001 1001 11 Feb 3 15:52 .dockerignore 15:58:48 drwxrwxr-x 8 1001 1001 4096 Feb 3 15:52 .git 15:58:48 drwxrwxr-x 3 1001 1001 4096 Feb 3 15:52 .github 15:58:48 -rw-rw-r-- 1 1001 1001 818 Feb 3 15:52 .gitignore 15:58:48 -rw-rw-r-- 1 1001 1001 166 Feb 3 15:52 .sonarcloud.properties 15:58:48 -rw-rw-r-- 1 1001 1001 7859 Feb 3 15:52 Attribution.txt 15:58:48 -rw-rw-r-- 1 1001 1001 3804 Feb 3 15:52 CONTRIBUTING.md 15:58:48 -rw-rw-r-- 1 1001 1001 931 Feb 3 15:52 Dockerfile.build 15:58:48 -rw-rw-r-- 1 1001 1001 863 Feb 3 15:52 Jenkinsfile 15:58:48 -rw-rw-r-- 1 1001 1001 10775 Feb 3 15:52 LICENSE 15:58:48 -rw-rw-r-- 1 1001 1001 5774 Feb 3 15:52 Makefile 15:58:48 -rw-rw-r-- 1 1001 1001 6524 Feb 3 15:52 README.md 15:58:48 -rw-rw-r-- 1 1001 1001 6755 Feb 3 15:52 SECURITY.md 15:58:48 -rw-rw-r-- 1 1001 1001 5 Feb 3 15:50 VERSION 15:58:48 -rw-rw-r-- 1 1001 1001 4131 Feb 3 15:52 ZMQWindows.md 15:58:48 drwxrwxr-x 2 1001 1001 4096 Feb 3 15:52 bin 15:58:48 drwxrwxr-x 14 1001 1001 4096 Feb 3 15:52 cmd 15:58:48 -rw-r--r-- 1 root root 580844 Feb 3 15:57 coverage.out 15:58:48 -rw-r--r-- 1 root root 1054 Feb 3 15:58 go.mod 15:58:48 -rw-r--r-- 1 root root 19399 Feb 3 15:58 go.sum 15:58:48 drwxrwxr-x 8 1001 1001 4096 Feb 3 15:52 internal 15:58:48 drwxrwxr-x 4 1001 1001 4096 Feb 3 15:52 openapi 15:58:48 drwxrwxr-x 4 1001 1001 4096 Feb 3 15:52 snap 15:58:48 -rw-rw-r-- 1 1001 1001 168 Feb 3 15:52 version.go [Pipeline] sh 15:58:48 + '[' -e coverage.out ] 15:58:48 + chown 1001:1001 coverage.out [Pipeline] stash 15:58:48 Warning: overwriting stash ‘coverage-report’ 15:58:49 Stashed 1 file(s) [Pipeline] sh 15:58:50 + make build 15:58:50 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 15:59:00 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 15:59:22 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 15:59:26 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 15:59:30 Running on prd-ubuntu18.04-docker-8c-8g-24723 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 15:59:30 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:59:31 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 15:59:33 using credential edgex-jenkins-ssh 15:59:33 Cloning the remote Git repository 15:59:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:59:33 > git init /w/workspace/edgex-go/3 # timeout=10 15:59:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:59:33 > git --version # timeout=10 15:59:33 > git --version # 'git version 2.17.1' 15:59:33 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:59:39 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 15:59:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:59:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:59:44 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 15:59:44 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:59:44 Merge succeeded, producing f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 15:59:44 Checking out Revision f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 (PR-3115) 15:59:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:59:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:44 > git config core.sparsecheckout # timeout=10 15:59:44 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 15:59:44 > git remote # timeout=10 15:59:44 > git config --get remote.origin.url # timeout=10 15:59:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:44 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 15:59:44 > git rev-parse HEAD^{commit} # timeout=10 15:59:44 > git config core.sparsecheckout # timeout=10 15:59:44 > git checkout -f f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 # timeout=10 15:59:47 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 15:59:48 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:59:49 + echo snap-build.sh 15:59:49 snap-build.sh 15:59:49 + SNAP_BASE_DIR=. 15:59:49 + '[' '!' -z /w/workspace/edgex-go/3 ']' 15:59:49 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 15:59:49 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 15:59:49 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 15:59:49 + cd /w/workspace/edgex-go/3 15:59:49 + sudo apt-get remove -qy --purge lxd lxd-client 15:59:49 Reading package lists... 15:59:49 Building dependency tree... 15:59:49 Reading state information... 15:59:50 The following packages were automatically installed and are no longer required: 15:59:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:59:50 uidmap xdelta3 15:59:50 Use 'sudo apt autoremove' to remove them. 15:59:50 The following packages will be REMOVED: 15:59:50 lxd* lxd-client* 15:59:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:59:50 After this operation, 31.7 MB disk space will be freed. 15:59:51 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 15:59:51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 15:59:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:59:52 Removing lxd dnsmasq configuration 15:59:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:59:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:59:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:59:54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 15:59:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:59:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:59:55 Processing triggers for systemd (237-3ubuntu10.42) ... 15:59:55 Processing triggers for ureadahead (0.100.0-21) ... 15:59:57 + sudo snap remove --purge lxd 15:59:57 snap "lxd" is not installed 15:59:57 + sudo groupadd --force --system lxd 15:59:57 ++ whoami 15:59:57 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:59:57 + newgrp - lxd 15:59:57 + sudo snap install lxd 15:59:58 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] } 16:00:05 $ docker stop --time=1 230d5e09feebf919f9e51a51a12a459615bac64a9946a55c05410efa2f0a570a 16:00:05 2021-02-03T16:00:02Z INFO Waiting for automatic snapd restart... 16:00:07 $ docker rm -f 230d5e09feebf919f9e51a51a12a459615bac64a9946a55c05410efa2f0a570a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:00:09 16:00:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:00:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:00:09 latest: Pulling from edgex-devops/edgex-compose-arm64 16:00:09 29e5d40040c1: Pulling fs layer 16:00:09 1ce36da41761: Pulling fs layer 16:00:09 25b303627fd3: Pulling fs layer 16:00:10 29e5d40040c1: Verifying Checksum 16:00:10 29e5d40040c1: Download complete 16:00:10 1ce36da41761: Verifying Checksum 16:00:10 1ce36da41761: Download complete 16:00:11 29e5d40040c1: Pull complete 16:00:12 1ce36da41761: Pull complete 16:00:12 25b303627fd3: Verifying Checksum 16:00:12 25b303627fd3: Download complete 16:00:22 25b303627fd3: Pull complete 16:00:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:00:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:00:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:00:22 prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container 16:00:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:00:23 lxd 4.10 from Canonical* installed 16:00:23 + sudo lxd init --auto 16:00:25 $ docker top eedd0711e76f722b69ef4d365012e3a8b5a38428d3e58e6d6b4895268f822e36 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:26 + docker-compose+ build --help 16:00:26 grep parallel 16:00:30 --parallel Build images in parallel. 16:00:30 + sudo snap install --classic snapcraft [Pipeline] } 16:00:30 $ docker stop --time=1 eedd0711e76f722b69ef4d365012e3a8b5a38428d3e58e6d6b4895268f822e36 16:00:32 $ docker rm -f eedd0711e76f722b69ef4d365012e3a8b5a38428d3e58e6d6b4895268f822e36 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:00:33 . [Pipeline] withDockerContainer 16:00:33 prd-ubuntu18.04-docker-arm64-4c-16g-24722 does not seem to be running inside a container 16:00:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:00:35 $ docker top 7f271aaee733b302e601dd99d995f9c35324c74088508c69d74af42770dce2ef -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:36 + docker-compose -f ./docker-compose-build.yml build --parallel 16:00:38 snapcraft 4.4.4 from Canonical* installed 16:00:38 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:00:38 + patch --verbose -p1 16:00:38 Hmm... Looks like a unified diff to me... 16:00:38 The text leading up to this was: 16:00:38 -------------------------- 16:00:38 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:00:38 |From: Tony Espy 16:00:38 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:00:38 |Subject: [PATCH] optimize snap build for pipeline CI check 16:00:38 | 16:00:38 |This patch is used by the EdgeX CI pipeline builds to 16:00:38 |optimize the snap CI check run for pull requests. When 16:00:38 |applied, it essentially strips out everything (apps and 16:00:38 |parts) from the snapcraft.yaml file except those required 16:00:38 |to build edgex-go, as the whole idea of the CI check is to 16:00:38 |catch changes to edgex-go that break the snap build. 16:00:38 | 16:00:38 |In general, anyone updating snapcraft.yaml will also need 16:00:38 |to update this patch file, otherwise it may fail to apply, 16:00:38 |resulting in a failed snap build CI check in the associated 16:00:38 |pull request. 16:00:38 | 16:00:38 |Note - in addition to applying this patch, the pipeline also 16:00:38 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:00:38 |need to build the finally binary .snap file (and it won't 16:00:38 |work with the patch applied). This further reduces the build 16:00:38 |time. 16:00:38 |--- 16:00:38 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:00:38 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:00:38 | 16:00:38 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:00:38 |index 1e537489..faf42425 100644 16:00:38 |--- a/snap/snapcraft.yaml 16:00:38 |+++ b/snap/snapcraft.yaml 16:00:38 -------------------------- 16:00:38 patching file snap/snapcraft.yaml 16:00:38 Using Plan A... 16:00:38 Hunk #1 FAILED at 73. 16:00:38 Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). 16:00:38 Hunk #3 succeeded at 289 (offset 3 lines). 16:00:38 Hunk #4 succeeded at 297 (offset 3 lines). 16:00:38 Hunk #5 succeeded at 304 (offset 3 lines). 16:00:38 Hunk #6 succeeded at 331 (offset 3 lines). 16:00:38 Hunk #7 succeeded at 365 (offset 3 lines). 16:00:38 Hunk #8 succeeded at 424 (offset 11 lines). 16:00:38 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 16:00:38 Hmm... Ignoring the trailing garbage. 16:00:38 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:00:39 Failed in branch amd64 16:00:40 Building docker-core-command-go ... 16:00:40 Building docker-core-data-go ... 16:00:40 Building docker-core-metadata-go ... 16:00:40 Building docker-security-bootstrapper-go ... 16:00:40 Building docker-security-proxy-setup-go ... 16:00:40 Building docker-security-secretstore-setup-go ... 16:00:40 Building docker-support-notifications-go ... 16:00:40 Building docker-support-scheduler-go ... 16:00:40 Building docker-sys-mgmt-agent-go ... 16:00:40 Building docker-support-notifications-go 16:00:40 Building docker-security-bootstrapper-go 16:00:40 Building docker-security-proxy-setup-go 16:00:40 Building docker-core-command-go 16:00:40 Building docker-sys-mgmt-agent-go 16:02:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:02:02 ---> e96f9ae6e072 16:02:02 Step 3/26 : WORKDIR /edgex-go 16:02:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:02:02 ---> e96f9ae6e072 16:02:02 Step 3/23 : WORKDIR /edgex-go 16:02:02 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:02 Step 2/30 : FROM ${BUILDER_BASE} AS builder 16:02:02 ---> e96f9ae6e072 16:02:02 Step 3/30 : WORKDIR /edgex-go 16:02:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:02:02 ---> e96f9ae6e072 16:02:02 Step 3/22 : WORKDIR /edgex-go 16:02:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:02:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:02:02 ---> e96f9ae6e072 16:02:02 Step 3/21 : WORKDIR /edgex-go 16:02:02 ---> Running in 18683ea64d39 16:02:02 ---> Running in 93ccfeae0ebe 16:02:02 ---> Running in 439780e4bde7 16:02:02 ---> Running in 1d1a5d779ce9 16:02:02 ---> Running in e211c463ad98 16:02:02 Removing intermediate container 18683ea64d39 16:02:02 ---> 2a6ce75c600d 16:02:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:02 Removing intermediate container 93ccfeae0ebe 16:02:02 ---> bc8c06d86e83 16:02:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:02 Removing intermediate container 1d1a5d779ce9 16:02:02 ---> 5a481092ada3 16:02:02 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:02 Removing intermediate container e211c463ad98 16:02:02 ---> b2d57b31a457 16:02:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:02 Removing intermediate container 439780e4bde7 16:02:02 ---> dcf17fb5a789 16:02:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:02:02 ---> Running in b6b391fe4388 16:02:02 ---> Running in 05ec0af06988 16:02:02 ---> Running in c8e11006aede 16:02:02 ---> Running in 64f90d107436 16:02:02 ---> Running in 5464915fd18d 16:02:02 Removing intermediate container b6b391fe4388 16:02:02 ---> 63a08501cb9c 16:02:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:02:02 Removing intermediate container 05ec0af06988 16:02:02 ---> 1cc164f8ed00 16:02:02 Step 5/26 : RUN apk add --update --no-cache make bash git 16:02:02 ---> Running in 1de224742083 16:02:02 Removing intermediate container c8e11006aede 16:02:02 ---> a5b95c308179 16:02:02 Step 5/30 : RUN apk add --update --no-cache make git 16:02:02 ---> Running in b5de0d527d91 16:02:02 ---> Running in 0026005b5146 16:02:02 Removing intermediate container 64f90d107436 16:02:02 ---> 76bd7626e309 16:02:02 Step 5/23 : RUN apk add --update --no-cache make git 16:02:02 Removing intermediate container 5464915fd18d 16:02:02 ---> 1ec0c4c60bf2 16:02:02 Step 5/21 : RUN apk add --update --no-cache make git 16:02:02 ---> Running in df822aee5efa 16:02:02 ---> Running in 7fcffd40fce1 16:02:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:02:04 OK: 217 MiB in 51 packages 16:02:05 OK: 217 MiB in 51 packages 16:02:05 OK: 217 MiB in 51 packages 16:02:06 OK: 217 MiB in 51 packages 16:02:06 Removing intermediate container 1de224742083 16:02:06 ---> d06737270dd5 16:02:06 Step 6/22 : COPY go.mod . 16:02:06 OK: 217 MiB in 51 packages 16:02:07 Removing intermediate container b5de0d527d91 16:02:07 ---> 1024298ede95 16:02:07 Step 6/26 : COPY go.mod . 16:02:07 ---> 230aeb76172e 16:02:07 Step 7/22 : RUN go mod download 16:02:07 Removing intermediate container 7fcffd40fce1 16:02:07 ---> 5582bcf8f36d 16:02:07 Step 6/21 : COPY go.mod . 16:02:07 Removing intermediate container 0026005b5146 16:02:07 ---> 79ea969d0d4c 16:02:07 Step 6/30 : COPY go.mod . 16:02:07 ---> Running in 121f16370537 16:02:08 Removing intermediate container df822aee5efa 16:02:08 ---> be8afc9dc52b 16:02:08 Step 6/23 : COPY go.mod . 16:02:08 ---> 755979c1e165 16:02:08 Step 7/26 : RUN go mod download 16:02:08 ---> Running in cdb0f2784cad 16:02:08 ---> 80c3ade3bacd 16:02:08 Step 7/21 : RUN go mod download 16:02:08 ---> cda36b2ced2a 16:02:08 Step 7/30 : RUN go mod download 16:02:08 ---> Running in c033a416d6ba 16:02:09 ---> Running in e61ce925788f 16:02:09 ---> 849d498e7144 16:02:09 Step 7/23 : RUN go mod download 16:02:09 ---> Running in 9effbdd3621b 16:02:12 Removing intermediate container 121f16370537 16:02:12 ---> 84dbcecf3def 16:02:12 Step 8/22 : COPY . . 16:02:13 Removing intermediate container cdb0f2784cad 16:02:13 ---> eed08d694475 16:02:13 Step 8/26 : COPY . . 16:02:13 Removing intermediate container c033a416d6ba 16:02:13 ---> 1c7f70e9ad08 16:02:13 Step 8/21 : COPY . . 16:02:13 Removing intermediate container e61ce925788f 16:02:13 ---> 6a0e60457c94 16:02:13 Step 8/30 : COPY . . 16:02:14 Removing intermediate container 9effbdd3621b 16:02:14 ---> 62c56613ca1a 16:02:14 Step 8/23 : COPY . . 16:02:41 ---> 466ec87bc986 16:02:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:02:41 ---> 2b6c9ef59f6f 16:02:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:02:41 ---> 7a69db7fc37b 16:02:41 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:02:41 ---> 5bca726f327c 16:02:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:02:41 ---> Running in c96a9eca05d6 16:02:41 ---> 208db0b38b23 16:02:41 Step 9/23 : RUN make cmd/core-command/core-command 16:02:41 ---> Running in 0018502e2500 16:02:41 ---> Running in a911cea187ab 16:02:41 ---> Running in f2e590c6a71b 16:02:41 ---> Running in e8aa83e998ea 16:02:41 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 16:02:41 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 16:02:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:02:41 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 16:02:41 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 16:04:03 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 16:04:13 Removing intermediate container a911cea187ab 16:04:13 ---> 3e088ab31b4a 16:04:13 16:04:13 Step 10/30 : FROM alpine:3.12 16:04:13 3.12: Pulling from library/alpine 16:04:15 Removing intermediate container f2e590c6a71b 16:04:15 ---> 02636c64d908 16:04:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:04:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:04:15 Status: Downloaded newer image for alpine:3.12 16:04:15 ---> afeebe901d6b 16:04:15 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:04:15 Removing intermediate container 0018502e2500 16:04:15 ---> 00bf06ff1502 16:04:15 16:04:15 Step 10/21 : FROM alpine:3.12 16:04:15 ---> afeebe901d6b 16:04:15 Step 11/21 : RUN apk add --update --no-cache curl 16:04:15 ---> Running in b3920cdce9c7 16:04:16 ---> Running in b4081f31fd77 16:04:16 ---> Running in 4f13e215fbf0 16:04:17 Removing intermediate container b4081f31fd77 16:04:17 ---> bb3b217206b7 16:04:17 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 16:04:17 ---> Running in 2e733b72eae6 16:04:18 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 16:04:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:19 (1/4) Installing ca-certificates (20191127-r4) 16:04:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:04:19 (3/4) Installing libcurl (7.69.1-r3) 16:04:19 (4/4) Installing curl (7.69.1-r3) 16:04:19 Executing busybox-1.31.1-r19.trigger 16:04:19 Executing ca-certificates-20191127-r4.trigger 16:04:20 OK: 7 MiB in 18 packages 16:04:20 (1/2) Installing dumb-init (1.2.2-r1) 16:04:20 (2/2) Installing su-exec (0.2-r1) 16:04:20 Executing busybox-1.31.1-r19.trigger 16:04:20 OK: 5 MiB in 16 packages 16:04:23 Removing intermediate container 2e733b72eae6 16:04:23 ---> 5d81ed182403 16:04:23 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 16:04:23 Removing intermediate container 4f13e215fbf0 16:04:23 ---> d9988383e746 16:04:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:04:23 Removing intermediate container b3920cdce9c7 16:04:23 ---> 0d3b06b12537 16:04:23 16:04:23 Step 11/26 : FROM docker:20.10.0 16:04:23 20.10.0: Pulling from library/docker 16:04:23 ---> Running in b77700be66fd 16:04:23 ---> Running in 9b9500fcfa26 16:04:24 Removing intermediate container b77700be66fd 16:04:24 ---> 7c5ecca40da3 16:04:24 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:04:24 Removing intermediate container 9b9500fcfa26 16:04:24 ---> 43eb98d92260 16:04:24 Step 13/21 : WORKDIR /edgex 16:04:25 ---> Running in 00c5f43ab1e7 16:04:26 ---> Running in b03eee3916b0 16:04:27 Removing intermediate container 00c5f43ab1e7 16:04:27 ---> b4799bdb0cd7 16:04:27 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:04:27 ---> Running in a02d303038fe 16:04:27 Removing intermediate container b03eee3916b0 16:04:27 ---> bae960b17e5e 16:04:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:04:27 Removing intermediate container e8aa83e998ea 16:04:27 ---> 94010a696222 16:04:27 16:04:27 Step 10/23 : FROM alpine:3.12 16:04:27 ---> afeebe901d6b 16:04:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:04:28 Removing intermediate container c96a9eca05d6 16:04:28 ---> 4692ed476c20 16:04:28 16:04:28 Step 10/22 : FROM alpine:3.12 16:04:28 ---> afeebe901d6b 16:04:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:04:28 ---> Running in 6c7790d745f2 16:04:28 ---> Running in 2d5452a9ba68 16:04:28 ---> 66164b5af46c 16:04:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:04:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:31 ---> a97363b6de9f 16:04:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:04:32 (1/2) Installing ca-certificates (20191127-r4) 16:04:32 (1/1) Installing dumb-init (1.2.2-r1) 16:04:32 Executing busybox-1.31.1-r19.trigger 16:04:32 (2/2) Installing dumb-init (1.2.2-r1) 16:04:32 Removing intermediate container a02d303038fe 16:04:32 ---> b27f957382f0 16:04:32 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 16:04:32 OK: 5 MiB in 15 packages 16:04:32 Executing busybox-1.31.1-r19.trigger 16:04:32 Executing ca-certificates-20191127-r4.trigger 16:04:32 OK: 6 MiB in 16 packages 16:04:32 ---> Running in 5ccfdc186192 16:04:34 Removing intermediate container 5ccfdc186192 16:04:34 ---> 19a62c53068a 16:04:34 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:04:34 Removing intermediate container 6c7790d745f2 16:04:34 ---> 1889d3352959 16:04:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:04:34 ---> 4415c0372b9e 16:04:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:04:34 ---> Running in e96eff533755 16:04:34 ---> Running in 2371c7fccc0c 16:04:34 Removing intermediate container 2d5452a9ba68 16:04:34 ---> e17f93653722 16:04:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:04:35 ---> e0eb1fb75a9d 16:04:35 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:04:35 ---> Running in 64744d18555d 16:04:35 ---> Running in 7b001370bf2f 16:04:35 Removing intermediate container e96eff533755 16:04:35 ---> 62e612c3cf51 16:04:35 Step 13/23 : ENV APP_PORT=48082 16:04:35 Removing intermediate container 2371c7fccc0c 16:04:35 ---> 54cdb137bd8a 16:04:35 Step 18/21 : CMD ["--init=true"] 16:04:36 ---> Running in d0b44aa262bc 16:04:36 ---> Running in 1b82538552ba 16:04:36 Removing intermediate container 64744d18555d 16:04:36 ---> b4de2f89d15d 16:04:36 Step 13/22 : ENV APP_PORT=48060 16:04:37 ---> Running in 75c59ed51718 16:04:37 Removing intermediate container 1b82538552ba 16:04:37 Removing intermediate container d0b44aa262bc 16:04:37 ---> 6de58eb6d99c 16:04:37 Step 19/21 : LABEL arch=arm64 ---> 9aadf1969555 16:04:37 Step 14/23 : EXPOSE $APP_PORT 16:04:37 16:04:37 ---> Running in f4242c1d5567 16:04:37 ---> Running in e895f5e64868 16:04:37 Removing intermediate container 75c59ed51718 16:04:37 ---> 7d568a97a532 16:04:37 Step 14/22 : EXPOSE $APP_PORT 16:04:38 ---> Running in 4ec68fc21eba 16:04:38 Removing intermediate container e895f5e64868 16:04:38 ---> 147523fceb9a 16:04:38 Step 20/21 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:04:38 Removing intermediate container f4242c1d5567 16:04:38 ---> 0b03e33ba5e4 16:04:38 Step 15/23 : WORKDIR / 16:04:38 ---> Running in 488306399d4b 16:04:38 ---> Running in 6e527a6506bb 16:04:38 Removing intermediate container 4ec68fc21eba 16:04:38 ---> c688288345ec 16:04:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:38 Removing intermediate container 7b001370bf2f 16:04:38 ---> 00114674dfe9 16:04:38 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:04:38 Status: Downloaded newer image for docker:20.10.0 16:04:38 ---> eeaf43b92773 16:04:38 Step 12/26 : RUN apk add --no-cache bash 16:04:39 Removing intermediate container 488306399d4b 16:04:39 ---> e924dbf0cd93 16:04:39 Step 21/21 : LABEL version=0.0.0 16:04:39 ---> Running in 8be59f314e49 16:04:39 ---> Running in f3a1922dd32e 16:04:39 Removing intermediate container 6e527a6506bb 16:04:39 ---> 9c42b83c663b 16:04:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:39 ---> 75cd1d9aa336 16:04:39 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:04:39 ---> 072bad9a3ef6 16:04:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:04:40 Removing intermediate container f3a1922dd32e 16:04:40 ---> 514a6811d618 16:04:40 16:04:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:41 Successfully built 514a6811d618 16:04:41 ---> 789eb914a228 16:04:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:04:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:04:41  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 16:04:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:41 (1/2) Installing readline (8.0.4-r0) 16:04:41 (2/2) Installing bash (5.0.17-r0) 16:04:42 Executing bash-5.0.17-r0.post-install 16:04:42 Executing busybox-1.31.1-r19.trigger 16:04:42 OK: 12 MiB in 22 packages 16:04:42 ---> 1e770dc8b6c6 16:04:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:04:42 ---> 91d6be197b6c 16:04:42 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:04:43 ---> 2106f66f402c 16:04:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:04:44 ---> 029aa79d593f 16:04:44 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ ---> caf6a32c3bc3 16:04:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:04:44 16:04:44 Removing intermediate container 8be59f314e49 16:04:44 ---> 9b41070b93e8 16:04:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:04:44 ---> Running in 91c470f787f1 16:04:44 ---> 3403cece60b0 16:04:44 Step 19/23 : ENTRYPOINT ["/core-command"] 16:04:45 ---> Running in 39c658bff5c6 16:04:45 ---> Running in 6fe244ef4d78 16:04:45 ---> 8959a52fa551 16:04:45 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 16:04:46 Removing intermediate container 91c470f787f1 16:04:46 ---> 39b338617b73 16:04:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:46 Removing intermediate container 39c658bff5c6 16:04:46 ---> 156e58920ea9 16:04:46 Step 14/26 : ENV APP_PORT=48090 16:04:46 Removing intermediate container 6fe244ef4d78 16:04:46 ---> 3f67146e78b1 16:04:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:46 ---> Running in 8f0fb56e32de 16:04:46 ---> Running in 6ae500ad8103 16:04:47 ---> Running in ed6b252d79c7 16:04:47 ---> Running in fdc97aa85dcf 16:04:47 Removing intermediate container 6ae500ad8103 16:04:47 ---> b841280e3344 16:04:47 Step 20/22 : LABEL arch=arm64 16:04:48 ---> Running in 9595119b197e 16:04:48 Removing intermediate container ed6b252d79c7 16:04:48 ---> b78cea144bd4 16:04:48 Step 15/26 : EXPOSE $APP_PORT 16:04:48 Removing intermediate container fdc97aa85dcf 16:04:48 ---> 25d2c476846c 16:04:48 Step 21/23 : LABEL arch=arm64 16:04:48 Removing intermediate container 8f0fb56e32de 16:04:48 ---> be0145b3ca2f 16:04:48 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:04:48 ---> Running in 5c9d7df92372 16:04:48 ---> Running in 23a6fbe4e900 16:04:48 Removing intermediate container 9595119b197e 16:04:48 ---> 7d700454ce4e 16:04:48 Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:04:48 ---> Running in aae6cc15bdb7 16:04:48 Removing intermediate container 5c9d7df92372 16:04:48 ---> 43baa68ca60a 16:04:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:04:48 Removing intermediate container 23a6fbe4e900 16:04:48 ---> 6f648cb75585 16:04:48 Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:04:49 ---> ebff23cb09a7 16:04:49 Step 25/30 : RUN chmod +x /entrypoint.sh 16:04:49 ---> Running in 6377ace7a323 16:04:50 ---> Running in 6778b363ae6e 16:04:50 Removing intermediate container aae6cc15bdb7 16:04:50 ---> 2b26980bbfac 16:04:50 Step 22/22 : LABEL version=0.0.0 16:04:50 Removing intermediate container 6377ace7a323 16:04:50 ---> 9792161868e1 16:04:50 Step 23/23 : LABEL version=0.0.0 16:04:51 ---> Running in ce704d5aa25d 16:04:51 ---> 68a7fef512df 16:04:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:04:51 ---> Running in 737bf9894145 16:04:51 Removing intermediate container ce704d5aa25d 16:04:51 ---> 1e9902f850e5 16:04:51 16:04:52 Removing intermediate container 737bf9894145 16:04:52 ---> 89c2b27a7454 16:04:52 16:04:52 Successfully built 1e9902f850e5 16:04:52 Successfully tagged docker-support-notifications-go-arm64:latest 16:04:52  Building docker-support-notifications-go ... done Building docker-core-data-go 16:04:52 ---> 9eff601da3a3 16:04:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:04:52 Successfully built 89c2b27a7454 16:04:52 Successfully tagged docker-core-command-go-arm64:latest 16:04:52  Building docker-core-command-go ... done Building docker-core-metadata-go 16:04:53 Removing intermediate container 6778b363ae6e 16:04:53 ---> 74c048a9f09e 16:04:53 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 16:04:53 ---> ba6a3ef20925 16:04:53 Step 19/26 : RUN apk --no-cache add py3-pip 16:04:54 ---> Running in f3751a7dc50f 16:04:54 ---> Running in b4de60c5f5cf 16:04:55 Removing intermediate container b4de60c5f5cf 16:04:55 ---> da863b7f35ed 16:04:55 Step 27/30 : CMD ["gate"] 16:04:55 ---> Running in 98c326e6c49e 16:04:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:55 Removing intermediate container 98c326e6c49e 16:04:55 ---> dfb66bece05e 16:04:55 Step 28/30 : LABEL arch=arm64 16:04:56 ---> Running in d646fa0231e9 16:04:56 (1/33) Installing libbz2 (1.0.8-r1) 16:04:56 (2/33) Installing expat (2.2.9-r1) 16:04:56 (3/33) Installing libffi (3.3-r2) 16:04:56 (4/33) Installing gdbm (1.13-r1) 16:04:56 (5/33) Installing xz-libs (5.2.5-r0) 16:04:56 (6/33) Installing sqlite-libs (3.32.1-r0) 16:04:56 (7/33) Installing python3 (3.8.5-r0) 16:04:57 Removing intermediate container d646fa0231e9 16:04:57 ---> 48af3a12e71f 16:04:57 Step 29/30 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:04:58 (8/33) Installing py3-appdirs (1.4.4-r1) 16:04:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:04:58 (10/33) Installing py3-parsing (2.4.7-r0) 16:04:58 (11/33) Installing py3-six (1.15.0-r0) 16:04:58 (12/33) Installing py3-packaging (20.4-r0) 16:04:58 (13/33) Installing py3-setuptools (47.0.0-r0) 16:04:58 (14/33) Installing py3-chardet (3.0.4-r4) 16:04:58 ---> Running in 4b5839afa4fd 16:04:59 (15/33) Installing py3-idna (2.9-r0) 16:04:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:04:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:04:59 (18/33) Installing py3-requests (2.23.0-r0) 16:04:59 (19/33) Installing py3-msgpack (1.0.0-r0) 16:04:59 (20/33) Installing py3-lockfile (0.12.2-r3) 16:04:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:04:59 (22/33) Installing py3-colorama (0.4.3-r0) 16:04:59 (23/33) Installing py3-distlib (0.3.0-r0) 16:04:59 (24/33) Installing py3-distro (1.5.0-r1) 16:04:59 (25/33) Installing py3-webencodings (0.5.1-r3) 16:04:59 (26/33) Installing py3-html5lib (1.0.1-r4) 16:04:59 (27/33) Installing py3-pytoml (0.1.21-r0) 16:04:59 (28/33) Installing py3-pep517 (0.8.2-r0) 16:04:59 (29/33) Installing py3-progress (1.5-r0) 16:04:59 (30/33) Installing py3-toml (0.10.1-r0) 16:04:59 (31/33) Installing py3-retrying (1.3.3-r0) 16:04:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:04:59 (33/33) Installing py3-pip (20.1.1-r0) 16:04:59 Executing busybox-1.31.1-r19.trigger 16:04:59 OK: 71 MiB in 55 packages 16:05:00 Removing intermediate container 4b5839afa4fd 16:05:00 ---> 16723771778d 16:05:00 Step 30/30 : LABEL version=0.0.0 16:05:01 ---> Running in 62ac17dfc19b 16:05:02 Removing intermediate container 62ac17dfc19b 16:05:02 ---> c0a1ed721433 16:05:02 16:05:03 Successfully built c0a1ed721433 16:05:03 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:05:03  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 16:05:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:05:07 ---> e96f9ae6e072 16:05:07 Step 3/24 : WORKDIR /edgex-go 16:05:07 ---> Using cache 16:05:07 ---> b2d57b31a457 16:05:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:07 ---> Using cache 16:05:07 ---> 76bd7626e309 16:05:07 Step 5/24 : RUN apk add --update --no-cache make git 16:05:07 ---> Using cache 16:05:07 ---> be8afc9dc52b 16:05:07 Step 6/24 : COPY go.mod . 16:05:07 ---> Using cache 16:05:07 ---> 849d498e7144 16:05:07 Step 7/24 : RUN go mod download 16:05:07 ---> Using cache 16:05:07 ---> 62c56613ca1a 16:05:07 Step 8/24 : COPY . . 16:05:07 ---> Using cache 16:05:07 ---> 208db0b38b23 16:05:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:05:07 Removing intermediate container f3751a7dc50f 16:05:07 ---> 83bf42aba8c3 16:05:07 Step 20/26 : RUN pip install docker-compose==1.23.2 16:05:08 ---> Running in 13ce2a7fd53c 16:05:09 ---> Running in cd8ced86249e 16:05:10 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 16:05:14 Collecting docker-compose==1.23.2 16:05:14 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:05:16 Collecting cached-property<2,>=1.2.0 16:05:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:05:17 Collecting websocket-client<1.0,>=0.32.0 16:05:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:05:17 Collecting jsonschema<3,>=2.5.1 16:05:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:05:18 Collecting docker<4.0,>=3.6.0 16:05:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:05:19 Collecting texttable<0.10,>=0.9.0 16:05:19 Downloading texttable-0.9.1.tar.gz (11 kB) 16:05:22 Collecting dockerpty<0.5,>=0.4.1 16:05:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:05:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:05:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:05:26 Collecting docopt<0.7,>=0.6.1 16:05:26 Downloading docopt-0.6.2.tar.gz (25 kB) 16:05:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:05:29 Collecting PyYAML<4,>=3.10 16:05:29 Downloading PyYAML-3.13.tar.gz (270 kB) 16:05:33 Collecting docker-pycreds>=0.4.0 16:05:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:05:33 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) 16:05:34 Collecting urllib3<1.25,>=1.21.1 16:05:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:05:34 Collecting idna<2.8,>=2.5 16:05:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:05:34 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) 16:05:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:05:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:05:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:05:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:05:36 Installing collected packages: cached-property, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, docopt, PyYAML, docker-compose 16:05:36 Attempting uninstall: urllib3 16:05:36 Found existing installation: urllib3 1.25.9 16:05:36 Uninstalling urllib3-1.25.9: 16:05:37 Successfully uninstalled urllib3-1.25.9 16:05:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:05:38 ---> e96f9ae6e072 16:05:38 Step 3/23 : WORKDIR /edgex-go 16:05:38 ---> Using cache 16:05:38 ---> b2d57b31a457 16:05:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:38 ---> Using cache 16:05:38 ---> 76bd7626e309 16:05:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:05:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:05:38 ---> e96f9ae6e072 16:05:38 Step 3/23 : WORKDIR /edgex-go 16:05:38 ---> Using cache 16:05:38 ---> b2d57b31a457 16:05:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:38 ---> Using cache 16:05:38 ---> 76bd7626e309 16:05:38 Step 5/23 : RUN apk add --update --no-cache make git 16:05:38 ---> Using cache 16:05:38 ---> be8afc9dc52b 16:05:38 Step 6/23 : COPY go.mod . 16:05:38 ---> Using cache 16:05:38 ---> 849d498e7144 16:05:38 Step 7/23 : RUN go mod download 16:05:38 ---> Using cache 16:05:38 ---> 62c56613ca1a 16:05:38 Step 8/23 : COPY . . 16:05:39 ---> Using cache 16:05:39 ---> 208db0b38b23 16:05:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:05:39 Attempting uninstall: idna 16:05:39 Found existing installation: idna 2.9 16:05:39 Uninstalling idna-2.9: 16:05:39 Successfully uninstalled idna-2.9 16:05:42 Attempting uninstall: requests 16:05:42 Found existing installation: requests 2.23.0 16:05:42 Uninstalling requests-2.23.0: 16:05:42 Successfully uninstalled requests-2.23.0 16:05:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:05:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:05:44 ---> e96f9ae6e072 16:05:44 Step 3/22 : WORKDIR /edgex-go 16:05:44 ---> Using cache 16:05:44 ---> b2d57b31a457 16:05:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:44 ---> Using cache 16:05:44 ---> Running in 91c4814cadc1 16:05:44 ---> 76bd7626e309 16:05:44 Step 5/22 : RUN apk add --update --no-cache make git 16:05:44 ---> Using cache 16:05:44 ---> be8afc9dc52b 16:05:44 Step 6/22 : COPY go.mod . 16:05:44 ---> Using cache 16:05:44 ---> 849d498e7144 16:05:44 Step 7/22 : RUN go mod download 16:05:44 ---> Using cache 16:05:44 ---> 62c56613ca1a 16:05:44 Step 8/22 : COPY . . 16:05:44 ---> Running in d98214b72ce4 16:05:44 ---> Using cache 16:05:44 ---> 208db0b38b23 16:05:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:05:44 ---> Running in ca7ad5c50f9e 16:05:44 Running setup.py install for texttable: started 16:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:05:46 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 16:05:46 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 16:05:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:05:47 Running setup.py install for texttable: finished with status 'done' 16:05:47 Running setup.py install for dockerpty: started 16:05:47 OK: 217 MiB in 51 packages 16:05:49 Removing intermediate container 91c4814cadc1 16:05:49 ---> c1148c4f4912 16:05:49 Step 6/23 : COPY go.mod . 16:05:50 Running setup.py install for dockerpty: finished with status 'done' 16:05:50 Running setup.py install for docopt: started 16:05:50 ---> 6b0c27ff5605 16:05:50 Step 7/23 : RUN go mod download 16:05:51 ---> Running in 831404dbcc77 16:05:53 Running setup.py install for docopt: finished with status 'done' 16:05:53 Running setup.py install for PyYAML: started 16:05:55 Removing intermediate container 831404dbcc77 16:05:55 ---> ac7296793291 16:05:55 Step 8/23 : COPY . . 16:05:57 Running setup.py install for PyYAML: finished with status 'done' 16:05:58 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 16:05:58 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 16:06:06 Removing intermediate container 13ce2a7fd53c 16:06:06 ---> 134b48f47e33 16:06:06 Step 21/26 : RUN apk --no-cache add curl 16:06:07 ---> Running in 8274b53f0068 16:06:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:06:11 (2/3) Installing libcurl (7.69.1-r3) 16:06:11 (3/3) Installing curl (7.69.1-r3) 16:06:11 Executing busybox-1.31.1-r19.trigger 16:06:11 OK: 71 MiB in 58 packages 16:06:15 Removing intermediate container 8274b53f0068 16:06:15 ---> 2f9d82ca3f1b 16:06:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:06:15 ---> Running in 22744fc5c882 16:06:16 Removing intermediate container 22744fc5c882 16:06:16 ---> ef0d599b1eaa 16:06:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:16 ---> Running in 841c9a24892b 16:06:17 ---> 52407fa2e78a 16:06:17 Step 9/23 : RUN make cmd/core-data/core-data 16:06:17 ---> Running in a31d33ca506a 16:06:17 Removing intermediate container 841c9a24892b 16:06:17 ---> ecbf8d1a2aa4 16:06:17 Step 24/26 : LABEL arch=arm64 16:06:17 Removing intermediate container cd8ced86249e 16:06:17 ---> a91d3adadfdd 16:06:17 16:06:17 Step 10/24 : FROM alpine:3.12 16:06:17 ---> afeebe901d6b 16:06:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:06:18 ---> Running in e71feb73738e 16:06:18 ---> Running in 7760f53013ff 16:06:19 Removing intermediate container 7760f53013ff 16:06:19 ---> fc3a1544cbc4 16:06:19 Step 25/26 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:06:19 ---> Running in 2a22fe6478df 16:06:19 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 16:06:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:20 Removing intermediate container 2a22fe6478df 16:06:20 ---> 9f1f1adc81cf 16:06:20 Step 26/26 : LABEL version=0.0.0 16:06:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:20 ---> Running in 4670a446b968 16:06:21 Removing intermediate container 4670a446b968 16:06:21 ---> a4c00d9747d6 16:06:21 16:06:21 (1/5) Installing ca-certificates (20191127-r4) 16:06:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:06:21 (3/5) Installing libcurl (7.69.1-r3) 16:06:21 (4/5) Installing curl (7.69.1-r3) 16:06:21 (5/5) Installing dumb-init (1.2.2-r1) 16:06:21 Executing busybox-1.31.1-r19.trigger 16:06:21 Executing ca-certificates-20191127-r4.trigger 16:06:21 Successfully built a4c00d9747d6 16:06:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:06:22  Building docker-sys-mgmt-agent-go ... done OK: 7 MiB in 19 packages 16:06:24 Removing intermediate container e71feb73738e 16:06:24 ---> 14579789e114 16:06:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:06:25 ---> Running in f1f5d4bfb109 16:06:25 Removing intermediate container f1f5d4bfb109 16:06:25 ---> e8797066e066 16:06:25 Step 13/24 : WORKDIR / 16:06:25 ---> Running in 362d371d1513 16:06:26 Removing intermediate container 362d371d1513 16:06:26 ---> cca3f8b356c7 16:06:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:06:27 ---> 08d744282088 16:06:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:06:28 ---> 0932f26a2b73 16:06:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:06:30 ---> 60c46520eee5 16:06:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:06:32 ---> b043f593f976 16:06:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:06:33 ---> 4bc23352beaa 16:06:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:06:35 ---> d9325db07933 16:06:35 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/ 16:06:35 ---> Running in 28a2aa440359 16:06:38 Removing intermediate container 28a2aa440359 16:06:38 ---> 4375480ee1de 16:06:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:06:38 ---> Running in 9ab05615cac0 16:06:39 Removing intermediate container 9ab05615cac0 16:06:39 ---> 1604b61cacad 16:06:39 Step 22/24 : LABEL arch=arm64 16:06:39 ---> Running in dd65fde7a54b 16:06:40 Removing intermediate container dd65fde7a54b 16:06:40 ---> 714907547593 16:06:40 Step 23/24 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:06:40 ---> Running in b406feeff7e4 16:06:41 Removing intermediate container b406feeff7e4 16:06:41 ---> b0c55d43c23c 16:06:41 Step 24/24 : LABEL version=0.0.0 16:06:41 ---> Running in de9e0dff3cab 16:06:42 Removing intermediate container de9e0dff3cab 16:06:42 ---> 5a64f8e83ad1 16:06:42 16:06:42 Successfully built 5a64f8e83ad1 16:06:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:07:15  Building docker-security-secretstore-setup-go ... done Removing intermediate container ca7ad5c50f9e 16:07:15 ---> 55c3e32532a6 16:07:15 16:07:15 Step 10/22 : FROM alpine:3.12 16:07:15 ---> afeebe901d6b 16:07:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:07:15 ---> Using cache 16:07:15 ---> 1889d3352959 16:07:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:07:15 ---> Using cache 16:07:15 ---> 62e612c3cf51 16:07:15 Step 13/22 : ENV APP_PORT=48085 16:07:15 ---> Running in c75e151dccac 16:07:16 Removing intermediate container c75e151dccac 16:07:16 ---> 17474facfcba 16:07:16 Step 14/22 : EXPOSE $APP_PORT 16:07:17 ---> Running in a45db24e4f96 16:07:18 Removing intermediate container a45db24e4f96 16:07:18 ---> 8443879d3ea0 16:07:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:07:20 ---> 48939f17339e 16:07:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:07:22 Removing intermediate container d98214b72ce4 16:07:22 ---> 7f79127b73f7 16:07:22 16:07:22 Step 10/23 : FROM alpine:3.12 16:07:22 ---> afeebe901d6b 16:07:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:07:22 ---> Using cache 16:07:22 ---> 1889d3352959 16:07:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:07:22 ---> Using cache 16:07:22 ---> 62e612c3cf51 16:07:22 Step 13/23 : ENV APP_PORT=48081 16:07:22 ---> 0b5fbf6cd0a5 16:07:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:07:22 ---> Running in 6462d5f40f07 16:07:23 Removing intermediate container 6462d5f40f07 16:07:23 ---> c393edba71a7 16:07:23 Step 14/23 : EXPOSE $APP_PORT 16:07:23 ---> 1fd7d192e119 16:07:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:07:23 ---> Running in bd1e5a086618 16:07:24 ---> Running in ea6d34c24d5b 16:07:24 Removing intermediate container bd1e5a086618 16:07:24 ---> 25c3a64c0064 16:07:24 Step 15/23 : WORKDIR / 16:07:24 ---> Running in 4db7a5cde73f 16:07:24 Removing intermediate container ea6d34c24d5b 16:07:24 ---> 49cdc25d73ea 16:07:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:07:25 ---> Running in e775ccec897a 16:07:25 Removing intermediate container 4db7a5cde73f 16:07:25 ---> 30e037464ebc 16:07:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:07:25 Removing intermediate container e775ccec897a 16:07:25 ---> 68527b6d9fc7 16:07:25 Step 20/22 : LABEL arch=arm64 16:07:25 ---> Running in e0d09b933fba 16:07:26 ---> 6019339d989f 16:07:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:07:26 Removing intermediate container e0d09b933fba 16:07:26 ---> 1134cf129a4a 16:07:26 Step 21/22 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:07:27 ---> Running in 530583af0148 16:07:27 ---> 2f4dff824771 16:07:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:07:27 Removing intermediate container 530583af0148 16:07:27 ---> 1e5910051efc 16:07:27 Step 22/22 : LABEL version=0.0.0 16:07:27 ---> Running in 8fe56e43bf07 16:07:28 ---> d606ebb89be9 16:07:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:07:28 Removing intermediate container 8fe56e43bf07 16:07:28 ---> 45d863849424 16:07:28 16:07:29 ---> Running in c6db95e6fc75 16:07:29 Successfully built 45d863849424 16:07:29 Successfully tagged docker-support-scheduler-go-arm64:latest 16:07:29  Building docker-support-scheduler-go ... done Removing intermediate container c6db95e6fc75 16:07:29 ---> 81fb6e96c25f 16:07:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:07:30 ---> Running in fc304b144bcb 16:07:30 Removing intermediate container fc304b144bcb 16:07:30 ---> 672f142cd316 16:07:30 Step 21/23 : LABEL arch=arm64 16:07:31 ---> Running in 2609514a92e7 16:07:31 Removing intermediate container 2609514a92e7 16:07:31 ---> c2f2dbf4bd52 16:07:31 Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:07:31 ---> Running in 314467bb4afd 16:07:32 Removing intermediate container 314467bb4afd 16:07:32 ---> 92c47a24204f 16:07:32 Step 23/23 : LABEL version=0.0.0 16:07:32 ---> Running in 86531606f340 16:07:33 Removing intermediate container 86531606f340 16:07:33 ---> 33b220afc306 16:07:33 16:07:33 Successfully built 33b220afc306 16:07:33 Successfully tagged docker-core-metadata-go-arm64:latest 16:07:37  Building docker-core-metadata-go ... done Removing intermediate container a31d33ca506a 16:07:37 ---> f1edd75d8d36 16:07:37 16:07:37 Step 10/23 : FROM alpine:3.12 16:07:37 ---> afeebe901d6b 16:07:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:07:37 ---> Running in bc98391e8c3f 16:07:37 Removing intermediate container bc98391e8c3f 16:07:37 ---> 62e381837653 16:07:37 Step 12/23 : ENV APP_PORT=48080 16:07:37 ---> Running in 5af952bd41a1 16:07:38 Removing intermediate container 5af952bd41a1 16:07:38 ---> de30fb19cd20 16:07:38 Step 13/23 : EXPOSE $APP_PORT 16:07:38 ---> Running in be9640f67169 16:07:39 Removing intermediate container be9640f67169 16:07:39 ---> 93fd9aec9cf5 16:07:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:39 ---> Running in 71eb63308ce1 16:07:42 Removing intermediate container 71eb63308ce1 16:07:42 ---> 5629361843ce 16:07:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:07:42 ---> Running in 08bd1298f2fb 16:07:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:07:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:07:44 (1/6) Installing dumb-init (1.2.2-r1) 16:07:44 (2/6) Installing libgcc (9.3.0-r2) 16:07:44 (3/6) Installing libsodium (1.0.18-r0) 16:07:45 (4/6) Installing libstdc++ (9.3.0-r2) 16:07:45 (5/6) Installing libzmq (4.3.3-r0) 16:07:45 (6/6) Installing zeromq (4.3.3-r0) 16:07:45 Executing busybox-1.31.1-r19.trigger 16:07:45 OK: 8 MiB in 20 packages 16:07:47 Removing intermediate container 08bd1298f2fb 16:07:47 ---> b3e7003158a5 16:07:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:07:47 ---> 5d2ffe375b5d 16:07:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:07:49 ---> 37fc5b352bd9 16:07:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:07:49 ---> d754841188d5 16:07:49 Step 19/23 : ENTRYPOINT ["/core-data"] 16:07:49 ---> Running in a3e10303dd4b 16:07:50 Removing intermediate container a3e10303dd4b 16:07:50 ---> 4dec17150706 16:07:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:07:50 ---> Running in baf27108a5fe 16:07:50 Removing intermediate container baf27108a5fe 16:07:50 ---> 8dc4508c95ff 16:07:50 Step 21/23 : LABEL arch=arm64 16:07:51 ---> Running in a8296e86b138 16:07:51 Removing intermediate container a8296e86b138 16:07:51 ---> dff17bca5429 16:07:51 Step 22/23 : LABEL git_sha=f6488ce3fa4db70bcc85873cdb1055f3a197a9f7 16:07:51 ---> Running in 93563100c7a3 16:07:51 Removing intermediate container 93563100c7a3 16:07:51 ---> b6ab7a2e2a21 16:07:51 Step 23/23 : LABEL version=0.0.0 16:07:52 ---> Running in 91d540d401f2 16:07:52 Removing intermediate container 91d540d401f2 16:07:52 ---> 2de9ee5ed2bb 16:07:52 16:07:53 Successfully built 2de9ee5ed2bb 16:07:53 Successfully tagged docker-core-data-go-arm64:latest 16:07:53  Building docker-core-data-go ... done  [Pipeline] } 16:07:53 $ docker stop --time=1 7f271aaee733b302e601dd99d995f9c35324c74088508c69d74af42770dce2ef 16:07:55 $ docker rm -f 7f271aaee733b302e601dd99d995f9c35324c74088508c69d74af42770dce2ef [Pipeline] // withDockerContainer [Pipeline] sh 16:07:55 + docker images 16:07:55 + grep docker 16:07:56 docker-core-data-go-arm64 latest 2de9ee5ed2bb 4 seconds ago 21MB 16:07:56 docker-core-metadata-go-arm64 latest 33b220afc306 24 seconds ago 17.7MB 16:07:56 docker-support-scheduler-go-arm64 latest 45d863849424 28 seconds ago 16.1MB 16:07:56 docker-security-secretstore-setup-go-arm64 latest 5a64f8e83ad1 About a minute ago 23.4MB 16:07:56 docker-sys-mgmt-agent-go-arm64 latest a4c00d9747d6 About a minute ago 300MB 16:07:56 docker-security-bootstrapper-go-arm64 latest c0a1ed721433 2 minutes ago 17MB 16:07:56 docker-support-notifications-go-arm64 latest 1e9902f850e5 3 minutes ago 16.6MB 16:07:56 docker-core-command-go-arm64 latest 89c2b27a7454 3 minutes ago 16MB 16:07:56 docker-security-proxy-setup-go-arm64 latest 514a6811d618 3 minutes ago 23.2MB 16:07:56 docker 20.10.0 eeaf43b92773 7 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 16:07:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:08:01 ---> package-listing.sh 16:08:01 ++ facter osfamily 16:08:01 ++ tr '[:upper:]' '[:lower:]' 16:08:01 + OS_FAMILY=redhat 16:08:01 + workspace=/w/workspace/edgex-go/3 16:08:01 + START_PACKAGES=/tmp/packages_start.txt 16:08:01 + END_PACKAGES=/tmp/packages_end.txt 16:08:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:08:01 + PACKAGES=/tmp/packages_start.txt 16:08:01 + '[' /w/workspace/edgex-go/3 ']' 16:08:01 + PACKAGES=/tmp/packages_end.txt 16:08:01 + case "${OS_FAMILY}" in 16:08:01 + rpm -qa 16:08:01 + sort 16:08:06 + '[' -f /tmp/packages_start.txt ']' 16:08:06 + '[' -f /tmp/packages_end.txt ']' 16:08:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:08:06 + '[' /w/workspace/edgex-go/3 ']' 16:08:06 + mkdir -p /w/workspace/edgex-go/3/archives/ 16:08:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 16:08:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:08:06 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:08:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:08:07 16:08:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:08:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:08:07 alpine: Pulling from edgex-lftools-log-publisher 16:08:07 df20fa9351a1: Pulling fs layer 16:08:07 36b3adc4ff6f: Pulling fs layer 16:08:07 8ad3a11d3b57: Pulling fs layer 16:08:07 46f8f816bc3b: Pulling fs layer 16:08:07 93b61091891f: Pulling fs layer 16:08:07 93b9cdb0e59b: Pulling fs layer 16:08:07 5e14af77c1be: Pulling fs layer 16:08:07 01666e4c0597: Pulling fs layer 16:08:07 aa168da1d23b: Pulling fs layer 16:08:07 46f8f816bc3b: Waiting 16:08:07 93b61091891f: Waiting 16:08:07 93b9cdb0e59b: Waiting 16:08:07 5e14af77c1be: Waiting 16:08:07 01666e4c0597: Waiting 16:08:07 aa168da1d23b: Waiting 16:08:07 36b3adc4ff6f: Verifying Checksum 16:08:07 36b3adc4ff6f: Download complete 16:08:07 46f8f816bc3b: Verifying Checksum 16:08:07 46f8f816bc3b: Download complete 16:08:07 df20fa9351a1: Verifying Checksum 16:08:07 df20fa9351a1: Download complete 16:08:07 93b9cdb0e59b: Verifying Checksum 16:08:07 93b9cdb0e59b: Download complete 16:08:07 5e14af77c1be: Verifying Checksum 16:08:07 5e14af77c1be: Download complete 16:08:07 01666e4c0597: Verifying Checksum 16:08:07 01666e4c0597: Download complete 16:08:07 93b61091891f: Verifying Checksum 16:08:07 93b61091891f: Download complete 16:08:08 df20fa9351a1: Pull complete 16:08:08 36b3adc4ff6f: Pull complete 16:08:08 8ad3a11d3b57: Verifying Checksum 16:08:08 8ad3a11d3b57: Download complete 16:08:09 8ad3a11d3b57: Pull complete 16:08:09 46f8f816bc3b: Pull complete 16:08:10 aa168da1d23b: Verifying Checksum 16:08:10 aa168da1d23b: Download complete 16:08:11 93b61091891f: Pull complete 16:08:11 93b9cdb0e59b: Pull complete 16:08:12 5e14af77c1be: Pull complete 16:08:12 01666e4c0597: Pull complete 16:08:18 aa168da1d23b: Pull complete 16:08:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:08:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:08:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:08:19 prd-centos7-docker-4c-2g-24721 does not seem to be running inside a container 16:08:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:08:24 $ docker top 5509e680ee2dda1b949498d0bb69cfa1cfcec521a59fe9c901c7d77f1674db93 -eo pid,comm [Pipeline] { [Pipeline] sh 16:08:24 + touch /tmp/pre-build-complete [Pipeline] sh 16:08:25 + mkdir -p /var/log/sa [Pipeline] sh 16:08:25 + ls /var/log/sa-host 16:08:25 + sadf -c /var/log/sa-host/sa03 16:08:25 file_magic: OK 16:08:25 HZ: Using current value: 100 16:08:25 file_header: OK 16:08:25 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 16:08:25 Statistics: 16:08:25 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... 16:08:25 File successfully converted to sysstat format version 12.2.1 16:08:25 + sadf -c /var/log/sa-host/sa23 16:08:25 file_magic: OK 16:08:25 HZ: Using current value: 100 16:08:25 file_header: OK 16:08:25 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 16:08:25 Statistics: 16:08:25 Hnuu...uuuununununu... 16:08:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:08:26 provisioning config files... 16:08:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4202437660036827704tmp [Pipeline] { [Pipeline] echo 16:08:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:08:26 ---> create-netrc.sh [Pipeline] } 16:08:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:08:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:08:26 ---> python-tools-install.sh [Pipeline] echo 16:08:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:08:27 ---> sudo-logs.sh 16:08:27 Archiving 'sudo' log.. [Pipeline] echo 16:08:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:08:27 ---> job-cost.sh 16:08:27 lf-activate-venv: SKIPPING 16:08:27 INFO: No Stack... 16:08:28 INFO: Retrieving Pricing Info for: v1-standard-2 16:08:28 INFO: Archiving Costs [Pipeline] echo 16:08:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:08:29 ---> logs-deploy.sh 16:08:29 lf-activate-venv: SKIPPING 16:08:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/3 16:08:29 INFO: archiving workspace using pattern(s): 16:08:30 Archives upload complete. 16:08:30 INFO: archiving logs to Nexus