Pull request #2913 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 68b4a6397b6cb246c6fab80d371f6d66b94b1622+1cb94389de1e39608b319f278621c386c44601c6 (6e4b266044a5405d531f88588b88fb5e3fef23b0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16398 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 68b4a6397b6cb246c6fab80d371f6d66b94b1622 Merge succeeded, producing 68b4a6397b6cb246c6fab80d371f6d66b94b1622 Checking out Revision 68b4a6397b6cb246c6fab80d371f6d66b94b1622 (PR-2913) > git config core.sparsecheckout # timeout=10 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 Commit message: "build(snap): Update CI patch file for snapcraft.yaml" > git rev-list --no-walk 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:48:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:48:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:48:35 ========================================================= 22:48:35 EdgeX Global Pipelines Version Info 22:48:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:48:38 ------------------- 22:48:38 stable info: 22:48:38 ------------------- 22:48:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:48:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:48:38 Message: update stable to v1.0.173 22:48:39 ------------------- 22:48:39 experimental info: 22:48:39 ------------------- 22:48:39 Commited By: **** collab-it+edgex@linuxfoundation.org 22:48:39 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:48:39 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:48:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:48:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:48:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:48:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:48:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:48:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68b4a6397b6cb246c6fab80d371f6d66b94b1622 [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68b4a63 [Pipeline] echo 22:48:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:48:42 provisioning config files... 22:48:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config16988579118524610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:48:43 ---> docker-login.sh 22:48:43 nexus3.edgexfoundry.org:10001 22:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:44 Configure a credential helper to remove this warning. See 22:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:44 22:48:44 Login Succeeded 22:48:44 nexus3.edgexfoundry.org:10002 22:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:45 Configure a credential helper to remove this warning. See 22:48:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:45 22:48:45 Login Succeeded 22:48:45 nexus3.edgexfoundry.org:10003 22:48:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:46 Configure a credential helper to remove this warning. See 22:48:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:46 22:48:46 Login Succeeded 22:48:46 nexus3.edgexfoundry.org:10004 22:48:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:47 Configure a credential helper to remove this warning. See 22:48:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:47 22:48:47 Login Succeeded 22:48:47 docker.io 22:48:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:48:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:48:47 Configure a credential helper to remove this warning. See 22:48:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:48:47 22:48:47 Login Succeeded 22:48:47 ---> docker-login.sh ends [Pipeline] } 22:48:47 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:48:48 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ dirname cmd/core-command/Dockerfile 22:48:48 ++ cut -d/ -f2 22:48:48 + echo core-command,cmd/core-command/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ cut -d/ -f2 22:48:48 ++ dirname cmd/core-data/Dockerfile 22:48:48 + echo core-data,cmd/core-data/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ dirname cmd/core-metadata/Dockerfile 22:48:48 ++ cut -d/ -f2 22:48:48 + echo core-metadata,cmd/core-metadata/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ dirname cmd/security-bootstrap-redis/Dockerfile 22:48:48 ++ cut -d/ -f2 22:48:48 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ dirname cmd/security-proxy-setup/Dockerfile 22:48:48 ++ cut -d/ -f2 22:48:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ cut -d/ -f2 22:48:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:48:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ dirname cmd/support-notifications/Dockerfile 22:48:48 ++ cut -d/ -f2 22:48:48 + echo support-notifications,cmd/support-notifications/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ dirname cmd/support-scheduler/Dockerfile 22:48:48 ++ cut -d/ -f2 22:48:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:48:48 + for file in '`ls cmd/**/Dockerfile`' 22:48:48 ++ cut -d/ -f2 22:48:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:48:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:48:48 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:48:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:48:50 22:48:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:48:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:48:50 latest: Pulling from edgex-devops/git-semver 22:48:50 31603596830f: Pulling fs layer 22:48:50 2a8b12db71e7: Pulling fs layer 22:48:50 6ca5941a6612: Pulling fs layer 22:48:50 ecc8261a40a4: Pulling fs layer 22:48:50 ecc8261a40a4: Waiting 22:48:50 2a8b12db71e7: Verifying Checksum 22:48:50 2a8b12db71e7: Download complete 22:48:51 31603596830f: Verifying Checksum 22:48:51 31603596830f: Download complete 22:48:51 ecc8261a40a4: Verifying Checksum 22:48:51 ecc8261a40a4: Download complete 22:48:51 6ca5941a6612: Verifying Checksum 22:48:51 6ca5941a6612: Download complete 22:48:52 31603596830f: Pull complete 22:48:52 2a8b12db71e7: Pull complete 22:48:53 6ca5941a6612: Pull complete 22:48:54 ecc8261a40a4: Pull complete 22:48:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:48:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:48:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:48:54 prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container 22:48:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:48:57 $ docker top 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:48:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:48:58 [ssh-agent] Looking for ssh-agent implementation... 22:48:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:48:59 $ docker exec 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent 22:48:59 SSH_AUTH_SOCK=/tmp/ssh-YlIU6Kl2gb72/agent.11 22:48:59 SSH_AGENT_PID=17 22:49:00 Running ssh-add (command line suppressed) 22:49:00 Identity added: /w/workspace/edgex-go/13@tmp/private_key_30171270623630772.key (/w/workspace/edgex-go/13@tmp/private_key_30171270623630772.key) 22:49:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:01 + git tag --points-at HEAD [Pipeline] } 22:49:01 $ docker exec --env ******** --env ******** 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent -k 22:49:02 unset SSH_AUTH_SOCK; 22:49:02 unset SSH_AGENT_PID; 22:49:02 echo Agent pid 17 killed; 22:49:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:49:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:49:02 [ssh-agent] Looking for ssh-agent implementation... 22:49:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:49:03 $ docker exec 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent 22:49:03 SSH_AUTH_SOCK=/tmp/ssh-APXFL7KGtS67/agent.45 22:49:03 SSH_AGENT_PID=50 22:49:03 Running ssh-add (command line suppressed) 22:49:03 Identity added: /w/workspace/edgex-go/13@tmp/private_key_6788246649085772986.key (/w/workspace/edgex-go/13@tmp/private_key_6788246649085772986.key) 22:49:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:49:04 + git semver init 22:49:04 # -> Open(): unable to determine branch for HEAD 22:49:04 # $GIT_DIR = /w/workspace/edgex-go/13/.git 22:49:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 22:49:04 # $SEMVER_REMOTE_NAME = origin 22:49:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:49:04 # $SEMVER_USER_NAME = edgex-jenkins 22:49:04 # $SEMVER_BRANCH = PR-2913 22:49:04 # $SEMVER_TEMP = /tmp/semver-163551539 22:49:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:49:32 # '/tmp/semver-163551539' -> '/w/workspace/edgex-go/13/.semver' 22:49:33 # -> Force: false 22:49:33 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 22:49:33 $ docker exec --env ******** --env ******** 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent -k 22:49:34 unset SSH_AUTH_SOCK; 22:49:34 unset SSH_AGENT_PID; 22:49:34 echo Agent pid 50 killed; 22:49:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:49:34 + git semver [Pipeline] } 22:49:35 $ docker stop --time=1 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 22:49:36 $ docker rm -f 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 [Pipeline] // withDockerContainer [Pipeline] sh 22:49:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:49:38 Stashed 1 file(s) [Pipeline] echo 22:49:38 [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 22:49:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:49:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:49:40 + true 22:49:40 + sudo service docker restart 22:49:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:49:42 ========================================================= 22:49:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:49:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:49:42 + 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 . 22:49:49 Sending build context to Docker daemon 326.4MB 22:49:49 Step 1/7 : ARG BASE=golang:1.15-alpine 22:49:49 Step 2/7 : FROM ${BASE} 22:49:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:49:49 188c0c94c7c5: Pulling fs layer 22:49:49 0ef7d3d256c8: Pulling fs layer 22:49:49 de9db76c5a1d: Pulling fs layer 22:49:49 bca2f99d35d6: Pulling fs layer 22:49:49 93359f2a8cfa: Pulling fs layer 22:49:49 7c6f9722023f: Pulling fs layer 22:49:49 a35cf1a2eb13: Pulling fs layer 22:49:49 93359f2a8cfa: Waiting 22:49:49 7c6f9722023f: Waiting 22:49:49 a35cf1a2eb13: Waiting 22:49:49 bca2f99d35d6: Waiting 22:49:49 de9db76c5a1d: Verifying Checksum 22:49:49 de9db76c5a1d: Download complete 22:49:49 0ef7d3d256c8: Verifying Checksum 22:49:49 0ef7d3d256c8: Download complete 22:49:49 93359f2a8cfa: Download complete 22:49:49 7c6f9722023f: Download complete 22:49:49 188c0c94c7c5: Verifying Checksum 22:49:49 188c0c94c7c5: Download complete 22:49:50 188c0c94c7c5: Pull complete 22:49:51 0ef7d3d256c8: Pull complete 22:49:51 de9db76c5a1d: Pull complete 22:49:54 a35cf1a2eb13: Verifying Checksum 22:49:54 a35cf1a2eb13: Download complete 22:49:54 Still waiting to schedule task 22:49:54 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16399’ 22:49:55 bca2f99d35d6: Verifying Checksum 22:49:55 bca2f99d35d6: Download complete 22:50:13 bca2f99d35d6: Pull complete 22:50:13 93359f2a8cfa: Pull complete 22:50:13 7c6f9722023f: Pull complete 22:50:20 a35cf1a2eb13: Pull complete 22:50:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:50:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:50:20 ---> a62c8e92a672 22:50:20 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:50:20 ---> Running in 7f1c50649eda 22:50:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:23 (1/12) Installing libmagic (5.38-r0) 22:50:24 (2/12) Installing file (5.38-r0) 22:50:24 (3/12) Installing libc-dev (0.7.2-r3) 22:50:24 (4/12) Installing g++ (9.3.0-r2) 22:50:28 (5/12) Installing fortify-headers (1.1-r0) 22:50:28 (6/12) Installing patch (2.7.6-r6) 22:50:28 (7/12) Installing build-base (0.5-r2) 22:50:28 (8/12) Installing libsodium (1.0.18-r0) 22:50:28 (9/12) Installing pkgconf (1.7.2-r0) 22:50:28 (10/12) Installing libsodium-dev (1.0.18-r0) 22:50:28 (11/12) Installing libzmq (4.3.3-r0) 22:50:29 (12/12) Installing zeromq-dev (4.3.3-r0) 22:50:29 Executing busybox-1.31.1-r19.trigger 22:50:29 OK: 233 MiB in 51 packages 22:50:34 Removing intermediate container 7f1c50649eda 22:50:34 ---> 750bb844d8ff 22:50:34 Step 4/7 : WORKDIR /edgex-go 22:50:34 ---> Running in 611470d55fa5 22:50:34 Removing intermediate container 611470d55fa5 22:50:34 ---> 9b092b79cb22 22:50:34 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:50:35 latest: Pulling from library/docker 22:50:35 05e7bc50f07f: Pulling fs layer 22:50:35 6db28d0fdbf6: Pulling fs layer 22:50:35 292df0bc6bf3: Pulling fs layer 22:50:35 a3104fdc50d0: Pulling fs layer 22:50:35 a8e67d69e12c: Pulling fs layer 22:50:35 1ede2b221ee4: Pulling fs layer 22:50:35 fc74c0d5b799: Pulling fs layer 22:50:35 a8e67d69e12c: Waiting 22:50:35 1ede2b221ee4: Waiting 22:50:35 fc74c0d5b799: Waiting 22:50:35 a3104fdc50d0: Waiting 22:50:35 292df0bc6bf3: Download complete 22:50:35 05e7bc50f07f: Download complete 22:50:35 6db28d0fdbf6: Verifying Checksum 22:50:35 6db28d0fdbf6: Download complete 22:50:35 1ede2b221ee4: Download complete 22:50:35 a8e67d69e12c: Verifying Checksum 22:50:35 a8e67d69e12c: Download complete 22:50:35 fc74c0d5b799: Verifying Checksum 22:50:35 fc74c0d5b799: Download complete 22:50:36 05e7bc50f07f: Pull complete 22:50:36 6db28d0fdbf6: Pull complete 22:50:36 292df0bc6bf3: Pull complete 22:50:37 a3104fdc50d0: Verifying Checksum 22:50:37 a3104fdc50d0: Download complete 22:50:44 a3104fdc50d0: Pull complete 22:50:44 a8e67d69e12c: Pull complete 22:50:44 1ede2b221ee4: Pull complete 22:50:44 fc74c0d5b799: Pull complete 22:50:44 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 22:50:44 Status: Downloaded newer image for docker:latest 22:50:47 ---> fd3833c68a81 22:50:47 Step 6/7 : COPY go.mod . 22:50:47 ---> 567c33b24bc8 22:50:47 Step 7/7 : RUN go mod download 22:50:47 ---> Running in 15b8a3062b84 22:51:20 Removing intermediate container 15b8a3062b84 22:51:20 ---> 36da77542586 22:51:20 Successfully built 36da77542586 22:51:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:51:21 + docker inspect -f . ci-base-image-x86_64 22:51:21 . [Pipeline] withDockerContainer 22:51:21 prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container 22:51:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:51:23 $ docker top 65fb47dedf8f3ef31866341a1091c2fd7eb889b39b9c01fe7a571b3967b39ff1 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:25 + go version 22:51:25 go version go1.15.5 linux/amd64 [Pipeline] } 22:51:25 $ docker stop --time=1 65fb47dedf8f3ef31866341a1091c2fd7eb889b39b9c01fe7a571b3967b39ff1 22:51:26 $ docker rm -f 65fb47dedf8f3ef31866341a1091c2fd7eb889b39b9c01fe7a571b3967b39ff1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:51:28 + docker inspect -f . ci-base-image-x86_64 22:51:28 . [Pipeline] withDockerContainer 22:51:28 prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container 22:51:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:51:31 $ docker top f0facfcc6bb6d3c1779ff69336dab983aeea85e458970f5d5c5a75a3999b1f2c -eo pid,comm [Pipeline] { [Pipeline] echo 22:51:31 ========================================================= 22:51:31 [edgeXBuildGoParallel] Running Tests and Build... 22:51:31 ========================================================= [Pipeline] sh 22:51:32 + make test 22:51:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:51:50 ? github.com/edgexfoundry/edgex-go [no test files] 22:52:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:52:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:52:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16403 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 22:52:40 Running in /w/workspace/edgex-go/13 [Pipeline] { 22:52:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [Pipeline] checkout 22:52:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:52:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:52:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:52:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:52:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:52:45 using credential edgex-jenkins-ssh 22:52:45 Cloning the remote Git repository 22:52:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:52:45 > git init /w/workspace/edgex-go/13 # timeout=10 22:52:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:52:45 > git --version # timeout=10 22:52:45 > git --version # 'git version 2.17.1' 22:52:45 using GIT_SSH to set credentials SSH Credentials for GitHub 22:52:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:52:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:52:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:52:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:52:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.209s coverage: 46.6% of statements 22:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:52:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.1% of statements 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.184s coverage: 70.5% of statements 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:52:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.315s coverage: 83.7% of statements 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:52:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.920s coverage: 28.6% of statements 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.204s coverage: 86.7% of statements 22:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.249s coverage: 97.5% of statements 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:53:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.889s coverage: 93.8% of statements 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:53:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:53:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:53:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.104s coverage: 100.0% of statements 22:53:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 22:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.168s coverage: 87.2% of statements 22:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.2% of statements 22:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.4% of statements 22:53:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.603s coverage: 63.5% of statements 22:53:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:53:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 22:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements 22:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 22:53:14 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 68b4a6397b6cb246c6fab80d371f6d66b94b1622 22:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements 22:53:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:53:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:53:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:53:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:53:13 using GIT_SSH to set credentials SSH Credentials for GitHub 22:53:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:53:14 > git config core.sparsecheckout # timeout=10 22:53:14 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 22:53:14 Merge succeeded, producing 68b4a6397b6cb246c6fab80d371f6d66b94b1622 22:53:14 Checking out Revision 68b4a6397b6cb246c6fab80d371f6d66b94b1622 (PR-2913) 22:53:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.169s coverage: 100.0% of statements 22:53:14 > git remote # timeout=10 22:53:14 > git config --get remote.origin.url # timeout=10 22:53:14 using GIT_SSH to set credentials SSH Credentials for GitHub 22:53:14 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 22:53:14 > git rev-parse HEAD^{commit} # timeout=10 22:53:14 > git config core.sparsecheckout # timeout=10 22:53:14 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 22:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 55.9% of statements 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.245s coverage: 37.0% of statements 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.662s coverage: 84.0% of statements 22:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements 22:53:19 Commit message: "build(snap): Update CI patch file for snapcraft.yaml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:53:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:53:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:53:21 + sudo service docker+ restart 22:53:21 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:53:23 provisioning config files... 22:53:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config980158103069089781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:53:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.1% of statements 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:53:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.062s coverage: 100.0% of statements 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:53:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:53:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 22:53:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:53:23 ---> docker-login.sh 22:53:23 nexus3.edgexfoundry.org:10001 22:53:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:25 Configure a credential helper to remove this warning. See 22:53:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:25 22:53:25 Login Succeeded 22:53:25 nexus3.edgexfoundry.org:10002 22:53:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:25 Configure a credential helper to remove this warning. See 22:53:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:25 22:53:25 Login Succeeded 22:53:25 nexus3.edgexfoundry.org:10003 22:53:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.236s coverage: 29.1% of statements 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:53:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.259s coverage: 99.0% of statements 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:53:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:53:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:53:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:53:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:53:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:26 Configure a credential helper to remove this warning. See 22:53:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:26 22:53:26 Login Succeeded 22:53:26 nexus3.edgexfoundry.org:10004 22:53:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:26 Configure a credential helper to remove this warning. See 22:53:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:26 22:53:26 Login Succeeded 22:53:26 docker.io 22:53:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements 22:53:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:53:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:53:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 22:53:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:53:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 22:53:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 22:53:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:53:27 Configure a credential helper to remove this warning. See 22:53:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:53:27 22:53:27 Login Succeeded 22:53:27 ---> docker-login.sh ends [Pipeline] } 22:53:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 22:53:27 GO111MODULE=on go vet ./... [Pipeline] echo 22:53:27 ========================================================= 22:53:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:53:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:53:28 + 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 . 22:53:31 Sending build context to Docker daemon 165.6MB 22:53:31 Step 1/7 : ARG BASE=golang:1.15-alpine 22:53:31 Step 2/7 : FROM ${BASE} 22:53:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:53:31 5f621e34cdf4: Pulling fs layer 22:53:31 a4357932f1b6: Pulling fs layer 22:53:31 18c013af1878: Pulling fs layer 22:53:31 00ac8860ef70: Pulling fs layer 22:53:31 63d7cb157983: Pulling fs layer 22:53:31 b116817d02f9: Pulling fs layer 22:53:31 745a02a5169b: Pulling fs layer 22:53:31 00ac8860ef70: Waiting 22:53:31 63d7cb157983: Waiting 22:53:31 b116817d02f9: Waiting 22:53:31 745a02a5169b: Waiting 22:53:31 18c013af1878: Verifying Checksum 22:53:31 18c013af1878: Download complete 22:53:31 a4357932f1b6: Verifying Checksum 22:53:31 a4357932f1b6: Download complete 22:53:31 63d7cb157983: Download complete 22:53:31 b116817d02f9: Verifying Checksum 22:53:31 b116817d02f9: Download complete 22:53:31 5f621e34cdf4: Verifying Checksum 22:53:31 5f621e34cdf4: Download complete 22:53:31 5f621e34cdf4: Pull complete 22:53:32 a4357932f1b6: Pull complete 22:53:32 18c013af1878: Pull complete 22:53:33 745a02a5169b: Verifying Checksum 22:53:33 745a02a5169b: Download complete 22:53:34 00ac8860ef70: Verifying Checksum 22:53:34 00ac8860ef70: Download complete 22:53:45 00ac8860ef70: Pull complete 22:53:45 63d7cb157983: Pull complete 22:53:45 b116817d02f9: Pull complete 22:53:48 745a02a5169b: Pull complete 22:53:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:53:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:53:48 ---> b7e6874047d6 22:53:48 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:53:51 ---> Running in 3e85ac44449a 22:53:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:53:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:53:54 (1/12) Installing libmagic (5.38-r0) 22:53:54 (2/12) Installing file (5.38-r0) 22:53:54 (3/12) Installing libc-dev (0.7.2-r3) 22:53:55 (4/12) Installing g++ (9.3.0-r2) 22:53:59 (5/12) Installing fortify-headers (1.1-r0) 22:53:59 (6/12) Installing patch (2.7.6-r6) 22:53:59 (7/12) Installing build-base (0.5-r2) 22:53:59 (8/12) Installing libsodium (1.0.18-r0) 22:53:59 (9/12) Installing pkgconf (1.7.2-r0) 22:53:59 (10/12) Installing libsodium-dev (1.0.18-r0) 22:53:59 (11/12) Installing libzmq (4.3.3-r0) 22:53:59 (12/12) Installing zeromq-dev (4.3.3-r0) 22:53:59 Executing busybox-1.31.1-r19.trigger 22:53:59 OK: 217 MiB in 51 packages 22:54:03 Removing intermediate container 3e85ac44449a 22:54:03 ---> 485ef9a4a5dc 22:54:03 Step 4/7 : WORKDIR /edgex-go 22:54:03 ---> Running in 11c00450a525 22:54:03 Removing intermediate container 11c00450a525 22:54:03 ---> df3b366ef155 22:54:03 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 22:54:04 latest: Pulling from library/docker 22:54:04 a3cc7d3b244e: Pulling fs layer 22:54:04 02a3295e0d61: Pulling fs layer 22:54:04 0f4f2e6d8100: Pulling fs layer 22:54:04 065c9533d613: Pulling fs layer 22:54:04 9fce0df16b8b: Pulling fs layer 22:54:04 e3faa53604c1: Pulling fs layer 22:54:04 04b5adaa2053: Pulling fs layer 22:54:04 9fce0df16b8b: Waiting 22:54:04 e3faa53604c1: Waiting 22:54:04 04b5adaa2053: Waiting 22:54:04 065c9533d613: Waiting 22:54:04 0f4f2e6d8100: Verifying Checksum 22:54:04 0f4f2e6d8100: Download complete 22:54:05 a3cc7d3b244e: Verifying Checksum 22:54:05 a3cc7d3b244e: Download complete 22:54:05 9fce0df16b8b: Verifying Checksum 22:54:05 9fce0df16b8b: Download complete 22:54:05 02a3295e0d61: Verifying Checksum 22:54:05 02a3295e0d61: Download complete 22:54:05 e3faa53604c1: Verifying Checksum 22:54:05 e3faa53604c1: Download complete 22:54:05 04b5adaa2053: Verifying Checksum 22:54:05 04b5adaa2053: Download complete 22:54:05 a3cc7d3b244e: Pull complete 22:54:06 02a3295e0d61: Pull complete 22:54:06 065c9533d613: Verifying Checksum 22:54:06 065c9533d613: Download complete 22:54:06 0f4f2e6d8100: Pull complete 22:54:10 065c9533d613: Pull complete 22:54:10 9fce0df16b8b: Pull complete 22:54:10 e3faa53604c1: Pull complete 22:54:10 04b5adaa2053: Pull complete 22:54:10 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 22:54:10 Status: Downloaded newer image for docker:latest 22:54:14 ---> e21384ccb3d6 22:54:14 Step 6/7 : COPY go.mod . 22:54:14 ---> 7221243278e1 22:54:14 Step 7/7 : RUN go mod download 22:54:15 ---> Running in 9ce337119c6c 22:54:36 gofmt -l . 22:54:36 [ "`gofmt -l .`" = "" ] 22:54:36 ./bin/test-go-mod-tidy.sh 22:54:36 ./bin/test-attribution-txt.sh [Pipeline] sh 22:54:37 + ls -al . 22:54:37 total 632 22:54:37 drwxrwxr-x 10 1001 1001 4096 Dec 16 22:54 . 22:54:37 drwxr-xr-x 4 root root 30 Dec 16 22:51 .. 22:54:37 -rw-rw-r-- 1 1001 1001 11 Dec 16 22:48 .dockerignore 22:54:37 drwxrwxr-x 8 1001 1001 179 Dec 16 22:48 .git 22:54:37 drwxrwxr-x 3 1001 1001 125 Dec 16 22:48 .github 22:54:37 -rw-rw-r-- 1 1001 1001 848 Dec 16 22:48 .gitignore 22:54:37 drwx------ 3 1001 1001 47 Dec 16 22:49 .semver 22:54:37 -rw-rw-r-- 1 1001 1001 166 Dec 16 22:48 .sonarcloud.properties 22:54:37 -rw-rw-r-- 1 1001 1001 3804 Dec 16 22:48 CONTRIBUTING.md 22:54:37 -rw-rw-r-- 1 1001 1001 1035 Dec 16 22:48 Dockerfile.build 22:54:37 -rw-rw-r-- 1 1001 1001 863 Dec 16 22:48 Jenkinsfile 22:54:37 -rw-rw-r-- 1 1001 1001 10775 Dec 16 22:48 LICENSE 22:54:37 -rw-rw-r-- 1 1001 1001 5750 Dec 16 22:48 Makefile 22:54:37 -rw-rw-r-- 1 1001 1001 6596 Dec 16 22:48 README.md 22:54:37 -rw-rw-r-- 1 1001 1001 6744 Dec 16 22:48 SECURITY.md 22:54:37 -rw-rw-r-- 1 1001 1001 5 Dec 16 22:49 VERSION 22:54:37 -rw-rw-r-- 1 1001 1001 4131 Dec 16 22:48 ZMQWindows.md 22:54:37 drwxrwxr-x 2 1001 1001 117 Dec 16 22:48 bin 22:54:37 drwxrwxr-x 14 1001 1001 4096 Dec 16 22:48 cmd 22:54:37 -rw-r--r-- 1 root root 535934 Dec 16 22:53 coverage.out 22:54:37 -rw-r--r-- 1 root root 1041 Dec 16 22:54 go.mod 22:54:37 -rw-r--r-- 1 root root 18856 Dec 16 22:54 go.sum 22:54:37 drwxrwxr-x 8 1001 1001 127 Dec 16 22:48 internal 22:54:37 drwxrwxr-x 4 1001 1001 26 Dec 16 22:48 openapi 22:54:37 drwxrwxr-x 4 1001 1001 71 Dec 16 22:48 snap 22:54:37 -rw-rw-r-- 1 1001 1001 168 Dec 16 22:48 version.go [Pipeline] sh 22:54:38 + '[' -e coverage.out ] 22:54:38 + chown 1001:1001 coverage.out [Pipeline] stash 22:54:39 Stashed 1 file(s) [Pipeline] sh 22:54:40 + make build 22:54:40 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 22:54:41 Removing intermediate container 9ce337119c6c 22:54:41 ---> 056f73952fcf 22:54:41 Successfully built 056f73952fcf 22:54:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:54:42 + docker inspect -f . ci-base-image-arm64 22:54:42 . [Pipeline] withDockerContainer 22:54:42 prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container 22:54:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:54:44 $ docker top 5254e1eb619ba9a955ecc19af17415c4fd39babad1e204584c08d0a2549b8ad5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:45 + go version 22:54:45 go version go1.15.5 linux/arm64 [Pipeline] } 22:54:45 $ docker stop --time=1 5254e1eb619ba9a955ecc19af17415c4fd39babad1e204584c08d0a2549b8ad5 22:54:46 $ docker rm -f 5254e1eb619ba9a955ecc19af17415c4fd39babad1e204584c08d0a2549b8ad5 [Pipeline] // withDockerContainer 22:54:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:48 + docker inspect -f . ci-base-image-arm64 22:54:48 . [Pipeline] withDockerContainer 22:54:48 prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container 22:54:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:54:49 $ docker top a2ae40e7a616b144d145eefb5df04cffdcb0c5d372228ecac6a0c3227fcc0a08 -eo pid,comm [Pipeline] { [Pipeline] echo 22:54:50 ========================================================= 22:54:50 [edgeXBuildGoParallel] Running Tests and Build... 22:54:50 ========================================================= [Pipeline] sh 22:54:50 + make test 22:54:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:55:09 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 22:55:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:55:12 ? github.com/edgexfoundry/edgex-go [no test files] 22:55:13 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 22:55:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:55:18 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 22:55:21 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 22:55:24 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 22:55:28 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 22:55:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:55:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 22:55:37 $ docker stop --time=1 f0facfcc6bb6d3c1779ff69336dab983aeea85e458970f5d5c5a75a3999b1f2c 22:55:39 $ docker rm -f f0facfcc6bb6d3c1779ff69336dab983aeea85e458970f5d5c5a75a3999b1f2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:55:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:55:43 22:55:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:55:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:55:44 latest: Pulling from edgex-devops/edgex-compose 22:55:44 cbdbe7a5bc2a: Pulling fs layer 22:55:44 ca9280d653b3: Pulling fs layer 22:55:44 7e9c9ca2126c: Pulling fs layer 22:55:45 cbdbe7a5bc2a: Download complete 22:55:46 cbdbe7a5bc2a: Pull complete 22:55:46 ca9280d653b3: Verifying Checksum 22:55:46 ca9280d653b3: Download complete 22:55:48 ca9280d653b3: Pull complete 22:55:49 7e9c9ca2126c: Download complete 22:55:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:55:59 7e9c9ca2126c: Pull complete 22:55:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:55:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:55:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:56:00 prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container 22:56:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:56:03 $ docker top 20c2ccf6ec39573c0898ff2ef829daa631634b810a97bd19f9f5ca35e6f342a2 -eo pid,comm [Pipeline] { [Pipeline] sh 22:56:04 + docker-compose build --help 22:56:04 + grep parallel 22:56:05 --parallel Build images in parallel. [Pipeline] } 22:56:05 $ docker stop --time=1 20c2ccf6ec39573c0898ff2ef829daa631634b810a97bd19f9f5ca35e6f342a2 22:56:07 $ docker rm -f 20c2ccf6ec39573c0898ff2ef829daa631634b810a97bd19f9f5ca35e6f342a2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:56:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:56:08 . [Pipeline] withDockerContainer 22:56:08 prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container 22:56:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:56:10 $ docker top be1f5063310851383dada4d7cc3e43c4257f771f42e736c94721820d77b3330b -eo pid,comm [Pipeline] { [Pipeline] sh 22:56:11 + docker-compose -f ./docker-compose-build.yml build --parallel 22:56:12 Building docker-core-command-go ... 22:56:12 Building docker-core-data-go ... 22:56:12 Building docker-core-metadata-go ... 22:56:12 Building docker-security-bootstrap-redis-go ... 22:56:12 Building docker-security-proxy-setup-go ... 22:56:12 Building docker-security-secretstore-setup-go ... 22:56:12 Building docker-support-notifications-go ... 22:56:12 Building docker-support-scheduler-go ... 22:56:12 Building docker-sys-mgmt-agent-go ... 22:56:12 Building docker-sys-mgmt-agent-go 22:56:12 Building docker-support-notifications-go 22:56:12 Building docker-core-command-go 22:56:12 Building docker-security-secretstore-setup-go 22:56:12 Building docker-security-bootstrap-redis-go 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:56:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:56:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:56:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:56:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:56:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.225s coverage: 46.6% of statements 22:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:56:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:56:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.453s coverage: 27.1% of statements 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:56:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:56:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:56:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.208s coverage: 70.5% of statements 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:56:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.310s coverage: 83.7% of statements 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:56:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.182s coverage: 100.0% of statements 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.306s coverage: 86.7% of statements 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.325s coverage: 97.5% of statements 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.976s coverage: 93.8% of statements 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements 22:56:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements 22:56:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements 22:56:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.4% of statements 22:56:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:56:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 63.5% of statements 22:56:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:56:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:56:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 22:56:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements 22:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 22:56:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements 22:56:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 22:57:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.998s coverage: 55.9% of statements 22:57:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:57:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:57:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:57:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:57:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:57:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements 22:57:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:57:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:57:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.615s coverage: 84.0% of statements 22:57:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 22:57:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.1% of statements 22:57:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:57:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:57:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.071s coverage: 100.0% of statements 22:57:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:57:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:57:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:57:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 22:57:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:57:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements 22:57:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:57:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:57:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:57:09 ---> 36da77542586 22:57:09 Step 3/24 : WORKDIR /edgex-go 22:57:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:57:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:57:09 ---> 36da77542586 22:57:09 Step 3/22 : WORKDIR /edgex-go 22:57:09 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 22:57:09 Step 2/27 : FROM ${BUILDER_BASE} AS builder 22:57:09 ---> 36da77542586 22:57:09 Step 3/27 : WORKDIR /edgex-go 22:57:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 22:57:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:57:10 ---> 36da77542586 22:57:10 Step 3/22 : WORKDIR /edgex-go 22:57:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 22:57:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:57:10 ---> 36da77542586 22:57:10 Step 3/24 : WORKDIR /edgex-go 22:57:11 ---> Running in e470d100eff6 22:57:11 ---> Running in 562517aaaf97 22:57:11 ---> Running in 95ab7e7bc12b 22:57:11 ---> Running in 3978338a5c65 22:57:11 ---> Running in 9a9a8ad0dc1c 22:57:11 Removing intermediate container 9a9a8ad0dc1c 22:57:11 ---> 9d151cd631e6 22:57:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:57:11 Removing intermediate container 95ab7e7bc12b 22:57:11 ---> 17481b0f9277 22:57:11 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:57:11 Removing intermediate container e470d100eff6 22:57:11 ---> 70fa516bc5d9 22:57:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:57:11 Removing intermediate container 3978338a5c65 22:57:11 ---> f7f9b663e9ae 22:57:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:57:11 ---> Running in 516af711424d 22:57:11 Removing intermediate container 562517aaaf97 22:57:11 ---> cbadddce2877 22:57:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:57:11 ---> Running in ed2658a1ca69 22:57:11 ---> Running in 18b94d93ebd2 22:57:11 ---> Running in 12bd2cefe2fa 22:57:11 ---> Running in 269c1e84e169 22:57:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.928s coverage: 29.1% of statements 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:57:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:57:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:57:13 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:57:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:57:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:57:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:57:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements 22:57:15 Removing intermediate container ed2658a1ca69 22:57:15 ---> 19b8453a3570 22:57:15 Step 5/22 : RUN apk update && apk add make git 22:57:15 Removing intermediate container 516af711424d 22:57:15 ---> 999b5c17b09c 22:57:15 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 22:57:15 Removing intermediate container 269c1e84e169 22:57:15 ---> 96b804c76088 22:57:15 Step 5/24 : RUN apk update && apk add make git 22:57:15 ---> Running in b5c08c1e611b 22:57:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 22:57:16 ---> Running in 4fc02b71bba6 22:57:16 ---> Running in 999f2c6567e0 22:57:16 Removing intermediate container 18b94d93ebd2 22:57:16 ---> b4fba0f84fa9 22:57:16 Step 5/22 : RUN apk update && apk add make git 22:57:16 Removing intermediate container 12bd2cefe2fa 22:57:16 ---> aeac82995987 22:57:16 Step 5/27 : RUN apk update && apk add make bash git 22:57:16 ---> Running in 3e20df13a831 22:57:16 ---> Running in afcbab703246 22:57:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 22:57:17 GO111MODULE=on go vet ./... 22:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:57:19 OK: 12750 distinct packages available 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:57:19 OK: 12750 distinct packages available 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:57:19 OK: 12750 distinct packages available 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:57:19 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:57:19 OK: 12750 distinct packages available 22:57:20 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 22:57:20 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 22:57:20 OK: 12750 distinct packages available 22:57:20 OK: 233 MiB in 51 packages 22:57:20 OK: 233 MiB in 51 packages 22:57:20 OK: 233 MiB in 51 packages 22:57:20 OK: 233 MiB in 51 packages 22:57:20 OK: 233 MiB in 51 packages 22:57:22 Removing intermediate container b5c08c1e611b 22:57:22 ---> b9b66169d9bb 22:57:22 Step 6/22 : COPY go.mod . 22:57:22 Removing intermediate container 4fc02b71bba6 22:57:22 ---> f1ae8cadcdda 22:57:22 Step 6/24 : COPY go.mod . 22:57:22 Removing intermediate container afcbab703246 22:57:22 ---> 3fd7d85c3ce4 22:57:22 Step 6/27 : COPY go.mod . 22:57:22 Removing intermediate container 3e20df13a831 22:57:22 ---> e1df896f9db3 22:57:22 Step 6/22 : COPY go.mod . 22:57:23 Removing intermediate container 999f2c6567e0 22:57:23 ---> efe5eb515796 22:57:23 Step 6/24 : COPY go.mod . 22:57:23 ---> e4863d01ed7f 22:57:23 Step 7/22 : RUN go mod download 22:57:23 ---> e3f80ac23282 22:57:23 Step 7/27 : RUN go mod download 22:57:23 ---> 030f3e750d62 22:57:23 Step 7/24 : RUN go mod download 22:57:23 ---> Running in c69173c2c12b 22:57:23 ---> Running in 10b108c28ad9 22:57:23 ---> Running in c953c98ed77f 22:57:23 ---> 478014609507 22:57:23 Step 7/22 : RUN go mod download 22:57:23 ---> 136d7f9fd438 22:57:23 Step 7/24 : RUN go mod download 22:57:23 ---> Running in ccc12c417a5f 22:57:23 ---> Running in 0866fae31212 22:57:28 Removing intermediate container c953c98ed77f 22:57:28 ---> 82b4bb10d05d 22:57:28 Step 8/24 : COPY . . 22:57:28 Removing intermediate container ccc12c417a5f 22:57:28 ---> dd293fd0468b 22:57:28 Step 8/22 : COPY . . 22:57:29 Removing intermediate container c69173c2c12b 22:57:29 ---> 4da971e1c518 22:57:29 Step 8/22 : COPY . . 22:57:29 Removing intermediate container 10b108c28ad9 22:57:29 ---> bc6e80c2cf13 22:57:29 Step 8/27 : COPY . . 22:57:29 Removing intermediate container 0866fae31212 22:57:29 ---> c2de4260f86a 22:57:29 Step 8/24 : COPY . . 22:58:25 gofmt -l . 22:58:25 [ "`gofmt -l .`" = "" ] 22:58:27 ./bin/test-go-mod-tidy.sh 22:58:28 ./bin/test-attribution-txt.sh [Pipeline] sh 22:58:33 + ls -al . 22:58:33 total 660 22:58:33 drwxrwxr-x 9 1001 1001 4096 Dec 16 22:58 . 22:58:33 drwxr-xr-x 4 root root 4096 Dec 16 22:54 .. 22:58:33 -rw-rw-r-- 1 1001 1001 11 Dec 16 22:53 .dockerignore 22:58:33 drwxrwxr-x 8 1001 1001 4096 Dec 16 22:53 .git 22:58:33 drwxrwxr-x 3 1001 1001 4096 Dec 16 22:53 .github 22:58:33 -rw-rw-r-- 1 1001 1001 848 Dec 16 22:53 .gitignore 22:58:33 -rw-rw-r-- 1 1001 1001 166 Dec 16 22:53 .sonarcloud.properties 22:58:33 -rw-rw-r-- 1 1001 1001 3804 Dec 16 22:53 CONTRIBUTING.md 22:58:33 -rw-rw-r-- 1 1001 1001 1035 Dec 16 22:53 Dockerfile.build 22:58:33 -rw-rw-r-- 1 1001 1001 863 Dec 16 22:53 Jenkinsfile 22:58:33 -rw-rw-r-- 1 1001 1001 10775 Dec 16 22:53 LICENSE 22:58:33 -rw-rw-r-- 1 1001 1001 5750 Dec 16 22:53 Makefile 22:58:33 -rw-rw-r-- 1 1001 1001 6596 Dec 16 22:53 README.md 22:58:33 -rw-rw-r-- 1 1001 1001 6744 Dec 16 22:53 SECURITY.md 22:58:33 -rw-rw-r-- 1 1001 1001 5 Dec 16 22:49 VERSION 22:58:33 -rw-rw-r-- 1 1001 1001 4131 Dec 16 22:53 ZMQWindows.md 22:58:33 drwxrwxr-x 2 1001 1001 4096 Dec 16 22:53 bin 22:58:33 drwxrwxr-x 14 1001 1001 4096 Dec 16 22:53 cmd 22:58:33 -rw-r--r-- 1 root root 535934 Dec 16 22:57 coverage.out 22:58:33 -rw-r--r-- 1 root root 1041 Dec 16 22:58 go.mod 22:58:33 -rw-r--r-- 1 root root 18856 Dec 16 22:58 go.sum 22:58:33 drwxrwxr-x 8 1001 1001 4096 Dec 16 22:53 internal 22:58:33 drwxrwxr-x 4 1001 1001 4096 Dec 16 22:53 openapi 22:58:33 drwxrwxr-x 4 1001 1001 4096 Dec 16 22:53 snap 22:58:33 -rw-rw-r-- 1 1001 1001 168 Dec 16 22:53 version.go [Pipeline] sh 22:58:33 + '[' -e coverage.out ] 22:58:33 + chown 1001:1001 coverage.out [Pipeline] stash 22:58:33 Warning: overwriting stash ‘coverage-report’ 22:58:34 Stashed 1 file(s) [Pipeline] sh 22:58:35 + make build 22:58:35 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 22:58:38 ---> 358f55cf1ab8 22:58:38 Step 9/22 : RUN make cmd/core-command/core-command 22:58:38 ---> Running in 8a21845ee3d9 22:58:38 ---> 81a12acf3273 22:58:38 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:58:38 ---> 9946fb6a2450 22:58:38 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:58:38 ---> 9e8c6af54956 22:58:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:58:38 ---> 2ed94229cc65 22:58:38 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:58:38 ---> Running in bd431dbe87be 22:58:38 ---> Running in f53d88778c61 22:58:38 ---> Running in 6955ef5dbb55 22:58:38 ---> Running in b1aa5035e76d 22:58:38 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 22:58:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:58:38 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 22:58:38 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 22:58:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:58:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:59:10 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 22:59:14 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 22:59:18 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 22:59:21 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 22:59: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 22:59:23 Removing intermediate container b1aa5035e76d 22:59:23 ---> 02f7aff3011b 22:59:23 22:59:23 Step 10/22 : FROM alpine:3.10 22:59:23 3.10: Pulling from library/alpine 22:59:24 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 22:59:24 Status: Downloaded newer image for alpine:3.10 22:59:24 ---> be4e4bea2c2e 22:59:24 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:59:26 ---> Running in 46ee7eb27713 22:59:26 Removing intermediate container 6955ef5dbb55 22:59:26 ---> b1f96105efc1 22:59:26 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:59:26 ---> Running in a3b228f73f47 22:59:26 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 22:59:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 22:59:27 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 22:59:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 22:59:28 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:59:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:59:28 OK: 10350 distinct packages available 22:59:28 (1/5) Installing ca-certificates (20191127-r2) 22:59:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:59:28 (3/5) Installing libcurl (7.66.0-r3) 22:59:28 (4/5) Installing curl (7.66.0-r3) 22:59:28 (5/5) Installing dumb-init (1.2.2-r1) 22:59:28 Executing busybox-1.30.1-r3.trigger 22:59:28 Executing ca-certificates-20191127-r2.trigger 22:59:28 OK: 7 MiB in 19 packages 22:59:31 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 22:59:33 Removing intermediate container f53d88778c61 22:59:33 ---> 5559df86686e 22:59:33 22:59:33 Step 10/24 : FROM alpine:3.10 22:59:33 ---> be4e4bea2c2e 22:59:33 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 22:59:33 ---> Running in 1789c10cbe5b 22:59:33 Removing intermediate container bd431dbe87be 22:59:33 ---> 9b92f386a346 22:59:33 22:59:33 Step 10/24 : FROM scratch 22:59:33 ---> 22:59:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:59:33 Removing intermediate container 8a21845ee3d9 22:59:33 ---> 6e0ab04c211b 22:59:33 22:59:33 Step 10/22 : FROM scratch 22:59:33 ---> 22:59:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:59:34 ---> Running in 65cc9bd8eff6 22:59:34 ---> Running in d400b842ddf1 22:59:34 Removing intermediate container a3b228f73f47 22:59:34 ---> 8d8731078219 22:59:34 22:59:34 Step 11/27 : FROM docker:latest 22:59:34 ---> 0c995d0d3006 22:59:34 Step 12/27 : RUN apk add --no-cache bash 22:59:34 Removing intermediate container 46ee7eb27713 22:59:34 ---> 94f658071570 22:59:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:59:34 ---> Running in 53af64bfb89b 22:59:34 ---> Running in 9b809dfb6c39 22:59:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 22:59:34 Removing intermediate container d400b842ddf1 22:59:34 ---> 7fd4971a3340 22:59:34 Step 12/22 : ENV APP_PORT=48082 22:59:34 Removing intermediate container 65cc9bd8eff6 22:59:34 ---> 146d5ce6475a 22:59:34 Step 12/24 : ENV APP_PORT=48060 22:59:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 22:59:35 ---> Running in 09645f33f97d 22:59:35 ---> Running in 094230c81cd9 22:59:35 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 22:59:35 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 22:59:35 OK: 10350 distinct packages available 22:59:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:59:35 Removing intermediate container 53af64bfb89b 22:59:35 ---> 24a7cb03c269 22:59:35 Step 13/22 : WORKDIR / 22:59:35 Removing intermediate container 09645f33f97d 22:59:35 ---> 4ab7befcf349 22:59:35 Step 13/22 : EXPOSE $APP_PORT 22:59:35 (1/5) Installing ca-certificates (20191127-r2) 22:59:35 (2/5) Installing nghttp2-libs (1.39.2-r1) 22:59:35 (3/5) Installing libcurl (7.66.0-r3) 22:59:35 (4/5) Installing curl (7.66.0-r3) 22:59:35 (5/5) Installing dumb-init (1.2.2-r1) 22:59:35 Executing busybox-1.30.1-r3.trigger 22:59:35 ---> Running in 7475ad18f739 22:59:35 ---> Running in 9cc86d569a66 22:59:35 Executing ca-certificates-20191127-r2.trigger 22:59:36 OK: 7 MiB in 19 packages 22:59:36 Removing intermediate container 094230c81cd9 22:59:36 ---> 29e7af221b00 22:59:36 Step 13/24 : EXPOSE $APP_PORT 22:59:36 ---> Running in 9e991af51cb1 22:59:36 Removing intermediate container 7475ad18f739 22:59:36 ---> e6d12e3567dc 22:59:36 Step 14/22 : WORKDIR / 22:59:36 ---> Running in eddb0ff193b9 22:59:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:36 Removing intermediate container 9cc86d569a66 22:59:36 ---> cdf6c01e71ce 22:59:36 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 22:59:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:36 Removing intermediate container 9e991af51cb1 22:59:36 ---> 8e135c9b8f8e 22:59:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:59:37 (1/2) Installing readline (8.0.4-r0) 22:59:37 Removing intermediate container eddb0ff193b9 22:59:37 ---> c8393fdb9896 22:59:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 22:59:37 (2/2) Installing bash (5.0.17-r0) 22:59:37 Executing bash-5.0.17-r0.post-install 22:59:37 Executing busybox-1.31.1-r19.trigger 22:59:37 OK: 12 MiB in 22 packages 22:59:38 ---> 0d0ee5d05cc2 22:59:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:59:38 ---> 85c0a27ee5d0 22:59:38 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:59:38 ---> aa4782e3830b 22:59:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:59:38 Removing intermediate container 1789c10cbe5b 22:59:38 ---> 3fe7f3cf797b 22:59:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:59:38 ---> Running in b9cd1536b355 22:59:39 Removing intermediate container 9b809dfb6c39 22:59:39 ---> a16f762f5fbe 22:59:39 Step 13/27 : RUN rm -rf /var/cache/apk/* 22:59:39 ---> Running in 9f1c3380eab1 22:59:39 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 22:59:39 ---> ee5196e68997 22:59:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 22:59:39 Removing intermediate container b9cd1536b355 22:59:39 ---> 06477f88e2d6 22:59:39 Step 13/24 : WORKDIR / 22:59:40 ---> Running in 745fb88a8245 22:59:40 ---> e3f4e4d1c076 22:59:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:59:41 ---> 949671b89cd4 22:59:41 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:59:41 ---> 2af72a689ebb 22:59:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:59:41 Removing intermediate container 745fb88a8245 22:59:41 ---> 4d10183b11c9 22:59:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:59:41 ---> 98b492867e3e 22:59:41 Step 18/22 : ENTRYPOINT ["/core-command"] 22:59:41 ---> Running in 5d9fa8a3bfec 22:59:41 ---> 334824533b11 22:59:41 Step 18/22 : RUN chmod +x entrypoint.sh 22:59:42 ---> 07760cc76eca 22:59:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:59:42 ---> Running in 9c8477f25c10 22:59:42 Removing intermediate container 5d9fa8a3bfec 22:59:42 ---> 5b8e73374c0e 22:59:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:59:42 ---> ee04a3ab2f67 22:59:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 22:59:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:59:42 ---> Running in d93300861703 22:59:42 Removing intermediate container 9f1c3380eab1 22:59:42 ---> 2325c0b786cd 22:59:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:59:42 Removing intermediate container d93300861703 22:59:42 ---> 8d7a11e762ea 22:59:42 Step 20/22 : LABEL arch=x86_64 22:59:42 ---> f3b10ee88a2a 22:59:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:59:42 ---> Running in 95faea33a6e8 22:59:42 ---> Running in d76e20d75951 22:59:43 ---> 83502a6505e3 22:59:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:59:43 Removing intermediate container 95faea33a6e8 22:59:43 ---> f8ff815fd11e 22:59:43 Step 15/27 : ENV APP_PORT=48090 22:59:43 ---> Running in c35db28a010e 22:59:43 ---> 85f33a709a39 22:59:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:59:43 Removing intermediate container d76e20d75951 22:59:43 ---> 3520fe4e53ce 22:59:43 Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 22:59:43 ---> Running in e7f1d6225077 22:59:43 Removing intermediate container c35db28a010e 22:59:43 ---> 8d43f15b51d6 22:59:43 Step 16/27 : EXPOSE $APP_PORT 22:59:43 ---> Running in 232e62d37a3a 22:59:44 Removing intermediate container e7f1d6225077 22:59:44 ---> a2443b8e8699 22:59:44 Step 22/22 : LABEL version=0.0.0 22:59:44 ---> b3a4db144cae 22:59:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:59:44 ---> Running in a3238b385b18 22:59:44 ---> d43a4776c590 22:59:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:59:44 Removing intermediate container 232e62d37a3a 22:59:44 ---> 049e8add2f23 22:59:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:59:44 Removing intermediate container 9c8477f25c10 22:59:44 ---> 8c155814f9eb 22:59:44 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 22:59:44 ---> Running in 832b23464155 22:59:44 Removing intermediate container a3238b385b18 22:59:44 ---> 04e380aae744 22:59:44 22:59:45 ---> b2b63736038c 22:59:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:59:45 ---> Running in 87294893e5b3 22:59:45 Removing intermediate container 832b23464155 22:59:45 ---> 1ab4473ae493 22:59:45 Step 20/22 : LABEL arch=x86_64 22:59:45 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 22:59:45 Successfully built 04e380aae744 22:59:45 ---> Running in 1f6d6cfa3b87 22:59:45 Successfully tagged docker-core-command-go:latest 22:59:45 Building docker-core-data-go 22:59:45  Building docker-core-command-go ... done  ---> 0414a96c24cf 22:59:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:59:46 Removing intermediate container 87294893e5b3 22:59:46 ---> 04ecb2f6015d 22:59:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:59:46 ---> fdd71c854dd6 22:59:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:59:46 ---> Running in 43db20e58938 22:59:46 Removing intermediate container 1f6d6cfa3b87 22:59:46 ---> 69e6e7bfb8a2 22:59:46 Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 22:59:46 ---> Running in ab9d9562db6b 22:59:46 ---> 7dc3fce282fd 22:59:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:59:46 ---> 6828c9cabfeb 22:59:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 22:59:46 Removing intermediate container 43db20e58938 22:59:46 ---> 698e24e4e8ba 22:59:46 Step 22/24 : LABEL arch=x86_64 22:59:47 ---> Running in 8f78b9853340 22:59:47 ---> Running in 890f25ebd945 22:59:47 Removing intermediate container ab9d9562db6b 22:59:47 ---> 0867efadbadf 22:59:47 Step 22/22 : LABEL version=0.0.0 22:59:47 ---> Running in bf68e6a5e954 22:59:48 Removing intermediate container 8f78b9853340 22:59:48 ---> 10f81104cac7 22:59:48 Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 22:59:48 ---> 29481a510e48 22:59:48 Step 20/27 : RUN apk --no-cache add py3-pip 22:59:48 Removing intermediate container bf68e6a5e954 22:59:48 ---> 4b8591067a2b 22:59:48 22:59:48 ---> Running in 60f0abf2b9c8 [Pipeline] } 22:59:49 $ docker stop --time=1 a2ae40e7a616b144d145eefb5df04cffdcb0c5d372228ecac6a0c3227fcc0a08 22:59:49 ---> Running in 26d874175c99 22:59:49 Successfully built 4b8591067a2b 22:59:49 Successfully tagged docker-security-bootstrap-redis-go:latest 22:59:49 Building docker-support-scheduler-go 22:59:50  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 60f0abf2b9c8 22:59:50 ---> 3885ba84e94a 22:59:50 Step 24/24 : LABEL version=0.0.0 22:59:50 ---> Running in ee5609f1008b 22:59:51 $ docker rm -f a2ae40e7a616b144d145eefb5df04cffdcb0c5d372228ecac6a0c3227fcc0a08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:59:53 Removing intermediate container ee5609f1008b 22:59:53 ---> dc1561e0b2f4 22:59:53 22:59:53 Removing intermediate container 890f25ebd945 22:59:53 ---> 38cba865d01c 22:59:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:59:53 22:59:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:59:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:59:53 latest: Pulling from edgex-devops/edgex-compose-arm64 22:59:53 29e5d40040c1: Pulling fs layer 22:59:53 1ce36da41761: Pulling fs layer 22:59:53 25b303627fd3: Pulling fs layer 22:59:53 (1/33) Installing libbz2 (1.0.8-r1) 22:59:53 (2/33) Installing expat (2.2.9-r1) 22:59:53 (3/33) Installing libffi (3.3-r2) 22:59:53 (4/33) Installing gdbm (1.13-r1) 22:59:53 (5/33) Installing xz-libs (5.2.5-r0) 22:59:53 Successfully built dc1561e0b2f4 22:59:53 (6/33) Installing sqlite-libs (3.32.1-r0) 22:59:53 (7/33) Installing python3 (3.8.5-r0) 22:59:53 Successfully tagged docker-support-notifications-go:latest 22:59:53 Building docker-security-proxy-setup-go 22:59:54  Building docker-support-notifications-go ... done  ---> Running in d9971428a2c3 22:59:54 29e5d40040c1: Verifying Checksum 22:59:54 29e5d40040c1: Download complete 22:59:55 29e5d40040c1: Pull complete 22:59:55 1ce36da41761: Verifying Checksum 22:59:55 1ce36da41761: Download complete 22:59:56 1ce36da41761: Pull complete 22:59:57 25b303627fd3: Verifying Checksum 22:59:57 25b303627fd3: Download complete 22:59:58 Removing intermediate container d9971428a2c3 22:59:58 ---> 1b7c5f364067 22:59:58 Step 22/24 : LABEL arch=x86_64 23:00:01 (8/33) Installing py3-appdirs (1.4.4-r1) 23:00:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:00:01 (10/33) Installing py3-parsing (2.4.7-r0) 23:00:01 ---> Running in 18bba4d99f0d 23:00:01 (11/33) Installing py3-six (1.15.0-r0) 23:00:01 (12/33) Installing py3-packaging (20.4-r0) 23:00:01 (13/33) Installing py3-setuptools (47.0.0-r0) 23:00:01 (14/33) Installing py3-chardet (3.0.4-r4) 23:00:02 (15/33) Installing py3-idna (2.9-r0) 23:00:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:00:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:00:02 (18/33) Installing py3-requests (2.23.0-r0) 23:00:02 Removing intermediate container 18bba4d99f0d 23:00:02 (19/33) Installing py3-msgpack (1.0.0-r0) 23:00:02 ---> 8a97aea0a066 23:00:02 Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:00:02 (20/33) Installing py3-lockfile (0.12.2-r3) 23:00:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:00:03 (22/33) Installing py3-colorama (0.4.3-r0) 23:00:03 (23/33) Installing py3-distlib (0.3.0-r0) 23:00:03 ---> Running in 6d1d31fc4a82 23:00:03 (24/33) Installing py3-distro (1.5.0-r1) 23:00:03 (25/33) Installing py3-webencodings (0.5.1-r3) 23:00:03 (26/33) Installing py3-html5lib (1.0.1-r4) 23:00:04 (27/33) Installing py3-pytoml (0.1.21-r0) 23:00:04 (28/33) Installing py3-pep517 (0.8.2-r0) 23:00:04 (29/33) Installing py3-progress (1.5-r0) 23:00:04 (30/33) Installing py3-toml (0.10.1-r0) 23:00:04 Removing intermediate container 6d1d31fc4a82 23:00:04 ---> 7367cfa4ffd9 23:00:04 Step 24/24 : LABEL version=0.0.0 23:00:04 (31/33) Installing py3-retrying (1.3.3-r0) 23:00:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:00:05 (33/33) Installing py3-pip (20.1.1-r0) 23:00:05 ---> Running in 925ef969caca 23:00:06 Executing busybox-1.31.1-r19.trigger 23:00:06 OK: 71 MiB in 55 packages 23:00:06 Removing intermediate container 925ef969caca 23:00:06 ---> 57350e494bf4 23:00:06 23:00:07 Successfully built 57350e494bf4 23:00:07 Successfully tagged docker-security-secretstore-setup-go:latest 23:00:07  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 23:00:08 25b303627fd3: Pull complete 23:00:08 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:00:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:00:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:00:08 prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container 23:00:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:00:11 $ docker top 56f2c2798fbd364e85391b366f7095b5a3de6b005892b8447b6565971a17896f -eo pid,comm [Pipeline] { [Pipeline] sh 23:00:12 + docker-compose build --help 23:00:12 + grep parallel 23:00:15 --parallel Build images in parallel. [Pipeline] } 23:00:16 $ docker stop --time=1 56f2c2798fbd364e85391b366f7095b5a3de6b005892b8447b6565971a17896f 23:00:18 $ docker rm -f 56f2c2798fbd364e85391b366f7095b5a3de6b005892b8447b6565971a17896f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:00:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:00:19 . [Pipeline] withDockerContainer 23:00:19 prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container 23:00:19 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:00:21 $ docker top 67a03c33ad06529e5c0ea091b810d46efa3a4d473cfe5a4273e0be2da670d5d4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:00:22 + docker-compose -f ./docker-compose-build.yml build --parallel 23:00:26 Building docker-core-command-go ... 23:00:26 Building docker-core-data-go ... 23:00:26 Building docker-core-metadata-go ... 23:00:26 Building docker-security-bootstrap-redis-go ... 23:00:26 Building docker-security-proxy-setup-go ... 23:00:26 Building docker-security-secretstore-setup-go ... 23:00:26 Building docker-support-notifications-go ... 23:00:26 Building docker-support-scheduler-go ... 23:00:26 Building docker-sys-mgmt-agent-go ... 23:00:26 Building docker-support-notifications-go 23:00:26 Building docker-core-command-go 23:00:26 Building docker-core-data-go 23:00:26 Building docker-support-scheduler-go 23:00:26 Building docker-sys-mgmt-agent-go 23:00:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:00:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:00:40 ---> 36da77542586 23:00:40 Step 3/21 : WORKDIR /edgex-go 23:00:40 ---> Using cache 23:00:40 ---> cbadddce2877 23:00:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:40 ---> Using cache 23:00:40 ---> 96b804c76088 23:00:40 Step 5/21 : RUN apk update && apk add make git 23:00:40 ---> Using cache 23:00:40 ---> efe5eb515796 23:00:40 Step 6/21 : COPY go.mod . 23:00:40 ---> Using cache 23:00:40 ---> 136d7f9fd438 23:00:40 Step 7/21 : RUN go mod download 23:00:40 ---> Using cache 23:00:40 ---> c2de4260f86a 23:00:40 Step 8/21 : COPY . . 23:00:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:00:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:00:40 ---> 36da77542586 23:00:40 Step 3/21 : WORKDIR /edgex-go 23:00:40 ---> Using cache 23:00:40 ---> cbadddce2877 23:00:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:40 ---> Using cache 23:00:40 ---> 96b804c76088 23:00:40 Step 5/21 : RUN apk update && apk add make git 23:00:40 ---> Using cache 23:00:40 ---> efe5eb515796 23:00:40 Step 6/21 : COPY go.mod . 23:00:40 ---> Using cache 23:00:40 ---> 136d7f9fd438 23:00:40 Step 7/21 : RUN go mod download 23:00:40 ---> Using cache 23:00:40 ---> c2de4260f86a 23:00:40 Step 8/21 : COPY . . 23:00:40 ---> Using cache 23:00:40 ---> 9e8c6af54956 23:00:40 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:00:40 ---> Using cache 23:00:40 ---> 9e8c6af54956 23:00:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:00:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:00:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:00:40 ---> 36da77542586 23:00:40 Step 3/23 : WORKDIR /edgex-go 23:00:40 ---> Using cache 23:00:40 ---> cbadddce2877 23:00:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:40 ---> Using cache 23:00:40 ---> 96b804c76088 23:00:40 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:00:40 ---> Running in 94996be741fa 23:00:40 ---> Running in e6340f3479c2 23:00:40 ---> Running in b3fbce3ba540 23:00:44 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 23:00: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 23:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:00:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:00:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:00:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:00:45 OK: 12750 distinct packages available 23:00:46 OK: 233 MiB in 51 packages 23:00:49 Removing intermediate container 26d874175c99 23:00:49 ---> b86751442d8b 23:00:49 Step 21/27 : RUN pip install docker-compose==1.23.2 23:00:49 ---> Running in efa9a73b5ef0 23:00:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:00:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:00:50 ---> 36da77542586 23:00:50 Step 3/22 : WORKDIR /edgex-go 23:00:50 ---> Using cache 23:00:50 ---> cbadddce2877 23:00:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:50 ---> Using cache 23:00:50 ---> 96b804c76088 23:00:50 Step 5/22 : RUN apk update && apk add make git 23:00:50 ---> Using cache 23:00:50 ---> efe5eb515796 23:00:50 Step 6/22 : COPY go.mod . 23:00:50 ---> Using cache 23:00:50 ---> 136d7f9fd438 23:00:50 Step 7/22 : RUN go mod download 23:00:50 ---> Using cache 23:00:50 ---> c2de4260f86a 23:00:50 Step 8/22 : COPY . . 23:00:50 ---> Using cache 23:00:50 ---> 9e8c6af54956 23:00:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:00:51 ---> Running in 84bb9f6667f5 23:00:51 Removing intermediate container b3fbce3ba540 23:00:51 ---> 312a0de1f470 23:00:51 Step 6/23 : COPY go.mod . 23:00:52 ---> 123e8ddd6f31 23:00:52 Step 7/23 : RUN go mod download 23:00:53 ---> Running in 59f25a911898 23:00:53 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 23:00:59 Removing intermediate container 59f25a911898 23:00:59 ---> 484f1437e373 23:00:59 Step 8/23 : COPY . . 23:01:03 Collecting docker-compose==1.23.2 23:01:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:01:05 Collecting jsonschema<3,>=2.5.1 23:01:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:01:06 Collecting websocket-client<1.0,>=0.32.0 23:01:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:01:06 Collecting dockerpty<0.5,>=0.4.1 23:01:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:01:16 Collecting PyYAML<4,>=3.10 23:01:16 Downloading PyYAML-3.13.tar.gz (270 kB) 23:01:21 Collecting cached-property<2,>=1.2.0 23:01:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:01:21 Collecting texttable<0.10,>=0.9.0 23:01:21 Downloading texttable-0.9.1.tar.gz (11 kB) 23:01:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:01:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:01:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:01:24 Collecting docopt<0.7,>=0.6.1 23:01:24 Downloading docopt-0.6.2.tar.gz (25 kB) 23:01:27 Collecting docker<4.0,>=3.6.0 23:01:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:01:27 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) 23:01:28 Collecting idna<2.8,>=2.5 23:01:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:01:28 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) 23:01:29 Collecting urllib3<1.25,>=1.21.1 23:01:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:01:30 Collecting docker-pycreds>=0.4.0 23:01:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:01:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:01:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:01:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:01:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:01:31 Installing collected packages: jsonschema, websocket-client, dockerpty, PyYAML, cached-property, texttable, idna, urllib3, requests, docopt, docker-pycreds, docker, docker-compose 23:01:33 Running setup.py install for dockerpty: started 23:01:33 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 23:01:37 Running setup.py install for dockerpty: finished with status 'done' 23:01:37 Running setup.py install for PyYAML: started 23:01:38 Running setup.py install for PyYAML: finished with status 'done' 23:01:38 Running setup.py install for texttable: started 23:01:39 Running setup.py install for texttable: finished with status 'done' 23:01:39 Attempting uninstall: idna 23:01:39 Found existing installation: idna 2.9 23:01:39 Uninstalling idna-2.9: 23:01:40 Successfully uninstalled idna-2.9 23:01:40 Attempting uninstall: urllib3 23:01:40 Found existing installation: urllib3 1.25.9 23:01:40 Uninstalling urllib3-1.25.9: 23:01:41 Successfully uninstalled urllib3-1.25.9 23:01:41 Attempting uninstall: requests 23:01:41 Found existing installation: requests 2.23.0 23:01:41 Uninstalling requests-2.23.0: 23:01:42 Successfully uninstalled requests-2.23.0 23:01:43 Running setup.py install for docopt: started 23:01:45 Running setup.py install for docopt: finished with status 'done' 23:01:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:01:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:01:48 ---> 056f73952fcf 23:01:48 Step 3/22 : WORKDIR /edgex-go 23:01:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:01:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:01:48 ---> 056f73952fcf 23:01:48 Step 3/21 : WORKDIR /edgex-go 23:01:48 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:01:48 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:01:48 ---> 056f73952fcf 23:01:48 Step 3/27 : WORKDIR /edgex-go 23:01:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:01:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:01:48 ---> 056f73952fcf 23:01:48 Step 3/23 : WORKDIR /edgex-go 23:01:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:01:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:01:48 ---> 056f73952fcf 23:01:48 Step 3/24 : WORKDIR /edgex-go 23:01:48 ---> Running in 6a022371fbab 23:01:48 ---> Running in dfb6376eb586 23:01:48 ---> Running in a7eaf15dc3e8 23:01:48 ---> Running in 424cfb69fc60 23:01:48 ---> Running in 61edf27bf1e3 23:01:48 Removing intermediate container 424cfb69fc60 23:01:48 ---> b67a442054de 23:01:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:48 Removing intermediate container 61edf27bf1e3 23:01:48 ---> 86a458b0f926 23:01:48 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:48 Removing intermediate container dfb6376eb586 23:01:48 ---> 70afa5de1bb2 23:01:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:48 Removing intermediate container a7eaf15dc3e8 23:01:48 ---> 4bea16bc00aa 23:01:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:48 Removing intermediate container 6a022371fbab 23:01:48 ---> 70a050ee9c3c 23:01:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:01:48 ---> Running in 7599bd8cc26a 23:01:48 ---> Running in 6819a3d39bd3 23:01:48 ---> Running in 43c71f54139d 23:01:48 ---> Running in 4cd97106e900 23:01:48 ---> Running in f20d892792b5 23:01:48 Removing intermediate container 7599bd8cc26a 23:01:48 ---> 1584a2260897 23:01:48 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:01:48 ---> Running in b2736cc676b5 23:01:48 Removing intermediate container 6819a3d39bd3 23:01:48 ---> 5c3fdd964aff 23:01:48 Step 5/27 : RUN apk update && apk add make bash git 23:01:48 Removing intermediate container 43c71f54139d 23:01:48 ---> 1d3f52917782 23:01:48 Step 5/21 : RUN apk update && apk add make git 23:01:48 ---> Running in de0d032d88ba 23:01:48 ---> Running in 0107473ad415 23:01:48 Removing intermediate container 4cd97106e900 23:01:48 ---> 21c09ce3e307 23:01:48 Step 5/22 : RUN apk update && apk add make git 23:01:48 Removing intermediate container f20d892792b5 23:01:48 ---> 29e9fdc49a93 23:01:48 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:01:48 ---> Running in 17f15fc4d61d 23:01:48 ---> Running in 0aaa6db3fbc3 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:01:48 OK: 12620 distinct packages available 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:48 OK: 217 MiB in 51 packages 23:01:48 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 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:01:48 OK: 12620 distinct packages available 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:01:48 OK: 12620 distinct packages available 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:01:48 OK: 12620 distinct packages available 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:01:48 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:01:48 OK: 12620 distinct packages available 23:01:49 OK: 217 MiB in 51 packages 23:01:49 OK: 217 MiB in 51 packages 23:01:49 OK: 217 MiB in 51 packages 23:01:49 OK: 217 MiB in 51 packages 23:01:50 Removing intermediate container b2736cc676b5 23:01:50 ---> fca15dd38785 23:01:50 Step 6/23 : COPY go.mod . 23:01:51 Removing intermediate container 94996be741fa 23:01:51 ---> dd8c480d4026 23:01:51 23:01:51 Step 10/21 : FROM scratch 23:01:51 ---> 23:01:51 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:01:51 ---> 2a17b51cb982 23:01:51 Step 7/23 : RUN go mod download 23:01:51 Removing intermediate container 17f15fc4d61d 23:01:51 ---> c08b661de585 23:01:51 Step 6/22 : COPY go.mod . 23:01:51 ---> aca370e588e4 23:01:51 Step 9/23 : RUN make cmd/core-data/core-data 23:01:51 ---> Running in 3c410972fb9a 23:01:51 Removing intermediate container de0d032d88ba 23:01:51 ---> 719136217d48 23:01:51 Step 6/27 : COPY go.mod . 23:01:51 Removing intermediate container 0aaa6db3fbc3 23:01:51 ---> eea7717ba2a3 23:01:51 Step 6/24 : COPY go.mod . 23:01:51 ---> Running in 1abe28e51a0c 23:01:51 Removing intermediate container 0107473ad415 23:01:51 ---> 89c8362107a7 23:01:51 Step 6/21 : COPY go.mod . 23:01:52 ---> f2746463c30b 23:01:52 Step 7/22 : RUN go mod download 23:01:52 ---> Running in 2b0c636ab64f 23:01:52 ---> b6149fefb8ae 23:01:52 Step 7/27 : RUN go mod download 23:01:53 ---> 7c013b7c411b 23:01:53 Step 7/24 : RUN go mod download 23:01:53 ---> Running in 4faf00757118 23:01:53 ---> c42df7b47a05 23:01:53 Step 7/21 : RUN go mod download 23:01:53 ---> Using cache 23:01:53 ---> 7fd4971a3340 23:01:53 Step 12/21 : ENV APP_PORT=48085 23:01:53 ---> Running in 078ef9d4168e 23:01:53 ---> Running in 372060fc38da 23:01:54 ---> Running in d97d86de2620 23:01:54 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 23:01:55 Removing intermediate container 3c410972fb9a 23:01:55 ---> c64e7250bb4a 23:01:55 Step 8/23 : COPY . . 23:01:56 Removing intermediate container efa9a73b5ef0 23:01:56 ---> 9d810f807f70 23:01:56 Step 22/27 : RUN apk --no-cache add curl 23:01:57 Removing intermediate container e6340f3479c2 23:01:57 ---> 0a8ba236cd4e 23:01:57 23:01:57 Step 10/21 : FROM alpine 23:01:57 Removing intermediate container d97d86de2620 23:01:57 ---> 9b0d4a73ae76 23:01:57 Step 13/21 : EXPOSE $APP_PORT 23:01:57 latest: Pulling from library/alpine 23:01:57 ---> Running in 0866a559374c 23:01:57 ---> Running in 96dd753e424a 23:01:57 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 23:01:57 Status: Downloaded newer image for alpine:latest 23:01:57 ---> b14afc6dfb98 23:01:57 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:01:58 Removing intermediate container 2b0c636ab64f 23:01:58 ---> 1118e8ac10df 23:01:58 Step 8/22 : COPY . . 23:01:58 Removing intermediate container 078ef9d4168e 23:01:58 ---> a8f2e08737ef 23:01:58 Step 8/24 : COPY . . 23:01:58 Removing intermediate container 84bb9f6667f5 23:01:58 ---> 3c5ded964a8b 23:01:58 23:01:58 Step 10/22 : FROM scratch 23:01:58 ---> 23:01:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:01:58 Removing intermediate container 372060fc38da 23:01:58 ---> ace573f3461d 23:01:58 Step 8/21 : COPY . . 23:01:58 Removing intermediate container 4faf00757118 23:01:58 ---> 07afb9b4775b 23:01:58 Step 8/27 : COPY . . 23:01:58 ---> Running in e7b891e1f26f 23:01:58 ---> Using cache 23:01:58 ---> 7fd4971a3340 23:01:58 Step 12/22 : ENV APP_PORT=48081 23:01:58 Removing intermediate container 96dd753e424a 23:01:58 ---> 132f8316d165 23:01:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:01:58 ---> Running in 111b581cbd63 23:02:00 Removing intermediate container 111b581cbd63 23:02:00 ---> 875ed2f6401f 23:02:00 Step 13/22 : EXPOSE $APP_PORT 23:02:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:00 ---> 47f35bfc7aa7 23:02:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:02:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:00 ---> Running in c74321a1a35b 23:02:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:02:00 (2/3) Installing libcurl (7.69.1-r3) 23:02:00 (3/3) Installing curl (7.69.1-r3) 23:02:00 Executing busybox-1.31.1-r19.trigger 23:02:00 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:02:00 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:02:00 OK: 12747 distinct packages available 23:02:00 OK: 72 MiB in 58 packages 23:02:00 Removing intermediate container c74321a1a35b 23:02:00 ---> 3790c5b61497 23:02:00 Step 14/22 : WORKDIR / 23:02:00 ---> Running in c38a48e95de6 23:02:01 (1/4) Installing ca-certificates (20191127-r4) 23:02:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:02:01 (3/4) Installing libcurl (7.69.1-r3) 23:02:01 (4/4) Installing curl (7.69.1-r3) 23:02:01 Executing busybox-1.31.1-r19.trigger 23:02:01 Executing ca-certificates-20191127-r4.trigger 23:02:02 OK: 7 MiB in 18 packages 23:02:04 ---> 87535a00174e 23:02:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:02:04 Removing intermediate container c38a48e95de6 23:02:04 ---> 5c21d1cd287c 23:02:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:02:05 Removing intermediate container 0866a559374c 23:02:05 ---> 962b11873a0e 23:02:05 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:02:05 ---> 1294274b330f 23:02:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:02:05 ---> Running in b8416660784b 23:02:05 ---> 7aee2ffff2bd 23:02:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:02:06 ---> Running in 5d5eb638fc64 23:02:06 Removing intermediate container e7b891e1f26f 23:02:06 ---> 1b19c1b726e9 23:02:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:02:06 ---> Running in f6865e0b5b36 23:02:06 Removing intermediate container b8416660784b 23:02:06 ---> cdc5bebacda6 23:02:06 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:02:07 ---> Running in ef723bfe57a3 23:02:07 Removing intermediate container 5d5eb638fc64 23:02:07 ---> 1b5bbc56e164 23:02:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:02:08 Removing intermediate container f6865e0b5b36 23:02:08 ---> eec200a2a219 23:02:08 Step 13/21 : WORKDIR /edgex 23:02:08 ---> Running in 7b550ff4bf6c 23:02:08 ---> Running in 9faeef5feb69 23:02:08 ---> 1e861c078489 23:02:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:02:08 Removing intermediate container ef723bfe57a3 23:02:08 ---> 58d8be9b49fe 23:02:08 Step 25/27 : LABEL arch=x86_64 23:02:08 ---> Running in bc3646e31adf 23:02:08 Removing intermediate container 7b550ff4bf6c 23:02:08 ---> 6d0947fb4430 23:02:08 Step 19/21 : LABEL arch=x86_64 23:02:09 ---> Running in 53ad3edde52b 23:02:09 Removing intermediate container 9faeef5feb69 23:02:09 ---> 0aa610a4b94c 23:02:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:02:09 Removing intermediate container bc3646e31adf 23:02:09 ---> 216000dc9f0d 23:02:09 Step 26/27 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:02:09 ---> 3eb4480a929b 23:02:09 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:02:09 Removing intermediate container 53ad3edde52b 23:02:09 ---> fc74c3321afd 23:02:09 Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:02:10 ---> Running in 74efe6628c6f 23:02:10 ---> Running in 16b64a9ef54d 23:02:10 ---> Running in 794a3f801fbf 23:02:10 ---> b8109e6797bf 23:02:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:02:10 Removing intermediate container 16b64a9ef54d 23:02:10 ---> cb7596e80394 23:02:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:02:11 Removing intermediate container 794a3f801fbf 23:02:11 ---> da4428e414b1 23:02:11 Step 21/21 : LABEL version=0.0.0 23:02:11 Removing intermediate container 74efe6628c6f 23:02:11 ---> 0ac097bc5fa9 23:02:11 Step 27/27 : LABEL version=0.0.0 23:02:11 ---> Running in 5d9b248dfca2 23:02:11 ---> Running in 2c155befbf09 23:02:11 ---> Running in a0efcf19645b 23:02:11 ---> d7ba273e78aa 23:02:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:02:11 Removing intermediate container 5d9b248dfca2 23:02:11 ---> fbfce4a2c308 23:02:11 Step 20/22 : LABEL arch=x86_64 23:02:12 ---> Running in f6923b241105 23:02:12 Removing intermediate container 2c155befbf09 23:02:12 ---> 4360f8312702 23:02:12 23:02:12 Removing intermediate container a0efcf19645b 23:02:12 ---> cabf632110f3 23:02:12 23:02:13 Removing intermediate container f6923b241105 23:02:13 ---> 258758cd8ad9 23:02:13 Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:02:14 Successfully built cabf632110f3 23:02:14 ---> 6be649c56491 23:02:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:02:14 Successfully tagged docker-sys-mgmt-agent-go:latest 23:02:14  Building docker-sys-mgmt-agent-go ... done  ---> Running in 3b180ebaf9d3 23:02:14 Successfully built 4360f8312702 23:02:14 Successfully tagged docker-support-scheduler-go:latest 23:02:14  Building docker-support-scheduler-go ... done  ---> Running in 15d21a1108df 23:02:15 Removing intermediate container 3b180ebaf9d3 23:02:15 ---> 94b78ea93b2b 23:02:15 Step 22/22 : LABEL version=0.0.0 23:02:15 Removing intermediate container 15d21a1108df 23:02:15 ---> 4074ee9188c1 23:02:15 Step 18/21 : CMD ["--init=true"] 23:02:16 ---> Running in becedb1d63e2 23:02:16 ---> Running in 8332757dfedb 23:02:16 Removing intermediate container becedb1d63e2 23:02:16 ---> 3319d07d7e29 23:02:16 23:02:16 Removing intermediate container 8332757dfedb 23:02:16 ---> 51bc44840dbf 23:02:16 Step 19/21 : LABEL arch=x86_64 23:02:17 ---> Running in 6becb087ff9d 23:02:17 Successfully built 3319d07d7e29 23:02:17 Successfully tagged docker-core-metadata-go:latest 23:02:17  Building docker-core-metadata-go ... done Removing intermediate container 6becb087ff9d 23:02:17 ---> d37406f32309 23:02:17 Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:02:17 ---> Running in e8b253d61c24 23:02:18 Removing intermediate container e8b253d61c24 23:02:18 ---> d408079f1b19 23:02:18 Step 21/21 : LABEL version=0.0.0 23:02:18 ---> Running in 252972908fa6 23:02:19 Removing intermediate container 252972908fa6 23:02:19 ---> d8bfaf139f15 23:02:19 23:02:20 Successfully built d8bfaf139f15 23:02:20 Successfully tagged docker-security-proxy-setup-go:latest 23:02:25 ---> c1853a69bf59 23:02:25 Step 9/23 : RUN make cmd/core-data/core-data 23:02:25 ---> 43890e3b62a2 23:02:25 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:02:25 ---> a6943b644c5c 23:02:25 Step 9/22 : RUN make cmd/core-command/core-command 23:02:25 ---> 9de9d3d33a13 23:02:25 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:02:25 ---> 1cf9397fd426 23:02:25 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:02:25 ---> Running in d0fb3699554b 23:02:25 ---> Running in 3a0dada14819 23:02:25 ---> Running in 4237e79d4945 23:02:25 ---> Running in 5f5c6d820678 23:02:25 ---> Running in 05130907d363 23:02:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 23:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:02:25 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 23:02:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:02:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 1abe28e51a0c 23:02:35 ---> 90b8a2f10a2a 23:02:35 23:02:35 Step 10/23 : FROM alpine 23:02:35 ---> b14afc6dfb98 23:02:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:02:35 ---> Running in 7740cd9f0cdf 23:02:36 Removing intermediate container 7740cd9f0cdf 23:02:36 ---> d1f18a652dca 23:02:36 Step 12/23 : ENV APP_PORT=48080 23:02:36 ---> Running in 085b1892fd54 23:02:36 Removing intermediate container 085b1892fd54 23:02:36 ---> fb6747a213c0 23:02:36 Step 13/23 : EXPOSE $APP_PORT 23:02:36 ---> Running in 6a3708f70398 23:02:36 Removing intermediate container 6a3708f70398 23:02:36 ---> 53e40b8e3ca7 23:02:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:36 ---> Running in bbddc0dff8cb 23:02:39 Removing intermediate container bbddc0dff8cb 23:02:39 ---> 4d64fd2a681f 23:02:39 Step 15/23 : RUN apk --no-cache add zeromq 23:02:39 ---> Running in bddc5d0e7f8d 23:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:02:41 (1/5) Installing libgcc (9.3.0-r2) 23:02:41 (2/5) Installing libsodium (1.0.18-r0) 23:02:41 (3/5) Installing libstdc++ (9.3.0-r2) 23:02:41 (4/5) Installing libzmq (4.3.3-r0) 23:02:41 (5/5) Installing zeromq (4.3.3-r0) 23:02:41 Executing busybox-1.31.1-r19.trigger 23:02:41 OK: 8 MiB in 19 packages 23:02:42 Removing intermediate container bddc5d0e7f8d 23:02:42 ---> 716274ac9b70 23:02:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:02:43 ---> 6d728401edac 23:02:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:02:44 ---> a81474ed1391 23:02:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:02:45 ---> 798364f5465a 23:02:45 Step 19/23 : ENTRYPOINT ["/core-data"] 23:02:45 ---> Running in e94c42ba3df7 23:02:45 Removing intermediate container e94c42ba3df7 23:02:45 ---> 32b6b923b400 23:02:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:02:45 ---> Running in 1936aceb78c4 23:02:46 Removing intermediate container 1936aceb78c4 23:02:46 ---> ce66a085adf3 23:02:46 Step 21/23 : LABEL arch=x86_64 23:02:46 ---> Running in a859104ba3e7 23:02:46 Removing intermediate container a859104ba3e7 23:02:46 ---> cf0e29d9c718 23:02:46 Step 22/23 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:02:46 ---> Running in 2cce9d4cb10b 23:02:47 Removing intermediate container 2cce9d4cb10b 23:02:47 ---> e3443ffcff08 23:02:47 Step 23/23 : LABEL version=0.0.0 23:02:47 ---> Running in ffa99a44dbfe 23:02:47 Removing intermediate container ffa99a44dbfe 23:02:47 ---> 5540d7c1f0e1 23:02:47 23:02:48 Successfully built 5540d7c1f0e1 23:02:48 Successfully tagged docker-core-data-go:latest 23:02:48  Building docker-core-data-go ... done  [Pipeline] } 23:02:48 $ docker stop --time=1 be1f5063310851383dada4d7cc3e43c4257f771f42e736c94721820d77b3330b 23:02:50 $ docker rm -f be1f5063310851383dada4d7cc3e43c4257f771f42e736c94721820d77b3330b [Pipeline] // withDockerContainer [Pipeline] sh 23:02:51 + docker images 23:02:51 + grep docker 23:02:51 docker-core-data-go latest 5540d7c1f0e1 4 seconds ago 23.7MB 23:02:51 docker-security-proxy-setup-go latest d8bfaf139f15 33 seconds ago 24.6MB 23:02:51 docker-core-metadata-go latest 3319d07d7e29 35 seconds ago 14.5MB 23:02:51 docker-sys-mgmt-agent-go latest cabf632110f3 39 seconds ago 313MB 23:02:51 docker-support-scheduler-go latest 4360f8312702 40 seconds ago 12.3MB 23:02:51 docker-security-secretstore-setup-go latest 57350e494bf4 2 minutes ago 24.7MB 23:02:51 docker-support-notifications-go latest dc1561e0b2f4 3 minutes ago 13.6MB 23:02:51 docker-security-bootstrap-redis-go latest 4b8591067a2b 3 minutes ago 15.8MB 23:02:51 docker-core-command-go latest 04e380aae744 3 minutes ago 12.2MB 23:02:51 docker latest 0c995d0d3006 25 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:03:07 Still waiting to schedule task 23:03:07 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:04:02 Removing intermediate container 5f5c6d820678 23:04:02 ---> 361e9051e664 23:04:02 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:04:02 ---> Running in 65f9c0373d27 23:04:02 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 23:04:02 Running on prd-ubuntu18.04-docker-8c-8g-16407 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 23:04:02 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 23:04:04 using credential edgex-jenkins-ssh 23:04:04 Cloning the remote Git repository 23:04:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:04:04 > git init /w/workspace/edgex-go/13 # timeout=10 23:04:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:04:04 > git --version # timeout=10 23:04:04 > git --version # 'git version 2.17.1' 23:04:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:06 Removing intermediate container 65f9c0373d27 23:04:06 ---> 1916cf6c1455 23:04:06 23:04:06 Step 11/27 : FROM docker:latest 23:04:06 ---> 0c09fb3ff9b5 23:04:06 Step 12/27 : RUN apk add --no-cache bash 23:04:06 ---> Running in d259eff9ece5 23:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:09 (1/2) Installing readline (8.0.4-r0) 23:04:09 (2/2) Installing bash (5.0.17-r0) 23:04:09 Executing bash-5.0.17-r0.post-install 23:04:09 Executing busybox-1.31.1-r19.trigger 23:04:09 OK: 12 MiB in 22 packages 23:04:10 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:04:10 Merge succeeded, producing 68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:04:10 Checking out Revision 68b4a6397b6cb246c6fab80d371f6d66b94b1622 (PR-2913) 23:04:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:04:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:04:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:04:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:04:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:04:10 > git config core.sparsecheckout # timeout=10 23:04:10 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 23:04:10 > git remote # timeout=10 23:04:10 > git config --get remote.origin.url # timeout=10 23:04:10 using GIT_SSH to set credentials SSH Credentials for GitHub 23:04:10 > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 23:04:10 > git rev-parse HEAD^{commit} # timeout=10 23:04:10 > git config core.sparsecheckout # timeout=10 23:04:10 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 23:04:11 Removing intermediate container d259eff9ece5 23:04:11 ---> 571ab576c23c 23:04:11 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:04:11 ---> Running in b5d2676c691d 23:04:14 Commit message: "build(snap): Update CI patch file for snapcraft.yaml" 23:04:14 Removing intermediate container b5d2676c691d 23:04:14 ---> 5e72065cdbb9 23:04:14 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [Pipeline] withEnv [Pipeline] { 23:04:15 ---> Running in 0ebe73c25c1b [Pipeline] libraryResource [Pipeline] sh 23:04:15 + echo snap-build.sh 23:04:15 snap-build.sh 23:04:15 + SNAP_BASE_DIR=. 23:04:15 + '[' '!' -z /w/workspace/edgex-go/13 ']' 23:04:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 23:04:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 23:04:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 23:04:15 + cd /w/workspace/edgex-go/13 23:04:15 + sudo apt-get remove -qy --purge lxd lxd-client 23:04:15 Reading package lists... 23:04:16 Building dependency tree... 23:04:16 Reading state information... 23:04:16 The following packages were automatically installed and are no longer required: 23:04:16 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:04:16 uidmap xdelta3 23:04:16 Use 'sudo apt autoremove' to remove them. 23:04:16 The following packages will be REMOVED: 23:04:16 lxd* lxd-client* 23:04:16 Removing intermediate container 0ebe73c25c1b 23:04:16 ---> 930251ed9764 23:04:16 Step 15/27 : ENV APP_PORT=48090 23:04:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:04:16 After this operation, 31.7 MB disk space will be freed. 23:04:16 ---> Running in 27d37400ab08 23:04:17 (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.) 23:04:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:04:17 Removing intermediate container 27d37400ab08 23:04:17 ---> efebc3df2752 23:04:17 Step 16/27 : EXPOSE $APP_PORT 23:04:18 ---> Running in fb1f9148d547 23:04:18 Removing lxd dnsmasq configuration 23:04:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:04:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:04:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:04:20 (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.) 23:04:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:04:20 Removing intermediate container fb1f9148d547 23:04:20 ---> ce55ec799d65 23:04:20 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:04:21 Processing triggers for systemd (237-3ubuntu10.42) ... 23:04:21 Processing triggers for ureadahead (0.100.0-21) ... 23:04:22 + sudo snap remove --purge lxd 23:04:22 snap "lxd" is not installed 23:04:22 + sudo groupadd --force --system lxd 23:04:22 ++ whoami 23:04:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:04:22 + newgrp - lxd 23:04:22 + sudo snap install lxd 23:04:24 ---> 9058658114f5 23:04:24 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:04:24 Removing intermediate container 05130907d363 23:04:24 ---> 253062ace846 23:04:24 23:04:24 Step 10/22 : FROM scratch 23:04:24 ---> 23:04:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:04:24 Removing intermediate container 3a0dada14819 23:04:24 ---> 7261232fb3c5 23:04:24 23:04:24 Step 10/21 : FROM scratch 23:04:24 ---> 23:04:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:04:24 ---> Running in 0d1c080b1b28 23:04:24 Removing intermediate container 4237e79d4945 23:04:24 ---> fd5e29266ade 23:04:24 23:04:24 Step 10/24 : FROM scratch 23:04:24 ---> 23:04:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:04:25 ---> Running in 547ceca6f482 23:04:25 ---> Running in 9d1b3da58069 23:04:25 ---> 7e50de53bb87 23:04:25 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:04:25 Removing intermediate container 0d1c080b1b28 23:04:25 ---> 652bcc657f32 23:04:25 Step 12/22 : ENV APP_PORT=48082 23:04:25 ---> Running in a83aa5d4bab0 23:04:25 Removing intermediate container 547ceca6f482 23:04:25 ---> 8d56da9e5f3e 23:04:25 Step 12/21 : ENV APP_PORT=48085 23:04:25 Removing intermediate container 9d1b3da58069 23:04:25 ---> d3e6ca5ae363 23:04:25 Step 12/24 : ENV APP_PORT=48060 23:04:26 ---> Running in a29085272493 23:04:26 ---> Running in b12905ba5c45 23:04:26 Removing intermediate container a83aa5d4bab0 23:04:26 ---> 5ded98e8580d 23:04:26 Step 13/22 : EXPOSE $APP_PORT 23:04:26 ---> Running in 024ba9510c26 23:04:26 Removing intermediate container b12905ba5c45 23:04:26 ---> 3a4a39401abf 23:04:26 Step 13/24 : EXPOSE $APP_PORT 23:04:26 ---> 9ab3afa700d6 23:04:26 Step 20/27 : RUN apk --no-cache add py3-pip 23:04:26 ---> Running in 3ce4e756d3b1 23:04:26 Removing intermediate container a29085272493 23:04:26 ---> a47ae36682aa 23:04:26 Step 13/21 : EXPOSE $APP_PORT 23:04:26 ---> Running in 65bab19ea956 23:04:27 ---> Running in 656ddde05712 23:04:27 Removing intermediate container 024ba9510c26 23:04:27 ---> 6ea3a3f21102 23:04:27 Step 14/22 : WORKDIR / 23:04:27 ---> Running in b3cc9a78595e 23:04:27 Removing intermediate container 3ce4e756d3b1 23:04:27 ---> 58f1a4898488 23:04:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:04:28 Removing intermediate container 656ddde05712 23:04:28 ---> 41bde8e45e99 23:04:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:04:28 Removing intermediate container b3cc9a78595e 23:04:28 ---> 937a1746d4cc 23:04:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:04:28 ---> 07af20802468 23:04:28 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:29 ---> 6563aa08b012 23:04:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:04:29 ---> d5b7d23c54c2 23:04:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:04:30 (1/33) Installing libbz2 (1.0.8-r1) 23:04:30 (2/33) Installing expat (2.2.9-r1) 23:04:30 (3/33) Installing libffi (3.3-r2) 23:04:30 (4/33) Installing gdbm (1.13-r1) 23:04:30 (5/33) Installing xz-libs (5.2.5-r0) 23:04:30 (6/33) Installing sqlite-libs (3.32.1-r0) 23:04:30 (7/33) Installing python3 (3.8.5-r0) 23:04:32 (8/33) Installing py3-appdirs (1.4.4-r1) 23:04:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:04:32 (10/33) Installing py3-parsing (2.4.7-r0) 23:04:32 (11/33) Installing py3-six (1.15.0-r0) 23:04:32 (12/33) Installing py3-packaging (20.4-r0) 23:04:32 (13/33) Installing py3-setuptools (47.0.0-r0) 23:04:32 (14/33) Installing py3-chardet (3.0.4-r4) 23:04:32 (15/33) Installing py3-idna (2.9-r0) 23:04:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:04:32 ---> bde254868411 23:04:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:04:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:04:32 (18/33) Installing py3-requests (2.23.0-r0) 23:04:32 (19/33) Installing py3-msgpack (1.0.0-r0) 23:04:32 (20/33) Installing py3-lockfile (0.12.2-r3) 23:04:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:04:32 (22/33) Installing py3-colorama (0.4.3-r0) 23:04:32 (23/33) Installing py3-distlib (0.3.0-r0) 23:04:32 (24/33) Installing py3-distro (1.5.0-r1) 23:04:32 (25/33) Installing py3-webencodings (0.5.1-r3) 23:04:32 ---> fb1200ae31ec 23:04:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:04:32 ---> e7289b25922a 23:04:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:04:32 (26/33) Installing py3-html5lib (1.0.1-r4) 23:04:32 2020-12-16T23:04:30Z INFO Waiting for automatic snapd restart... 23:04:32 (27/33) Installing py3-pytoml (0.1.21-r0) 23:04:32 (28/33) Installing py3-pep517 (0.8.2-r0) 23:04:32 (29/33) Installing py3-progress (1.5-r0) 23:04:32 (30/33) Installing py3-toml (0.10.1-r0) 23:04:32 (31/33) Installing py3-retrying (1.3.3-r0) 23:04:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:04:32 (33/33) Installing py3-pip (20.1.1-r0) 23:04:33 Executing busybox-1.31.1-r19.trigger 23:04:33 OK: 71 MiB in 55 packages 23:04:34 ---> b1873d88d834 23:04:34 Step 18/22 : ENTRYPOINT ["/core-command"] 23:04:34 ---> 067d5cad7379 23:04:34 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:04:34 ---> 7b177021961a 23:04:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:04:34 ---> Running in 7a2f514fb087 23:04:34 ---> Running in 9b36a1b43d55 23:04:35 Removing intermediate container 7a2f514fb087 23:04:35 ---> 79e78f25e43e 23:04:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:04:35 Removing intermediate container 9b36a1b43d55 23:04:35 ---> c4e457b3a7ea 23:04:35 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:04:35 ---> Running in b1889a25679b 23:04:35 ---> Running in 62bcfe8a70cf 23:04:35 ---> 9a6cd20d122e 23:04:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:04:36 Removing intermediate container b1889a25679b 23:04:36 ---> e9771de888c3 23:04:36 Step 20/22 : LABEL arch=arm64 23:04:36 Removing intermediate container 62bcfe8a70cf 23:04:36 ---> adee837422d8 23:04:36 Step 19/21 : LABEL arch=arm64 23:04:36 ---> Running in d4b011885dbf 23:04:36 ---> Running in 75fb278ae046 23:04:37 Removing intermediate container d4b011885dbf 23:04:37 ---> ec42ea8fc2cd 23:04:37 Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:04:37 Removing intermediate container 75fb278ae046 23:04:37 ---> 3d9bcf1f5db8 23:04:37 Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:04:38 ---> Running in d168a8c5df11 23:04:38 ---> Running in fed82e464d4c 23:04:38 ---> 073e9a1bec3a 23:04:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:04:38 Removing intermediate container d168a8c5df11 23:04:38 ---> 47faa37f29bb 23:04:38 Step 22/22 : LABEL version=0.0.0 23:04:39 ---> Running in e97e53a8d591 23:04:39 Removing intermediate container fed82e464d4c 23:04:39 ---> 58239399a6c9 23:04:39 Step 21/21 : LABEL version=0.0.0 23:04:39 ---> Running in 28bb1bd4db19 23:04:39 ---> d78bfe9bb75a 23:04:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:04:40 ---> Running in 2a6bdb8855e0 23:04:40 Removing intermediate container e97e53a8d591 23:04:40 ---> 651aca9f2ead 23:04:40 23:04:40 Removing intermediate container 28bb1bd4db19 23:04:40 ---> 95fd2d9e8e64 23:04:40 23:04:40 Removing intermediate container 2a6bdb8855e0 23:04:40 ---> 15fdbb506ebd 23:04:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:04:40 Successfully built 651aca9f2ead 23:04:40 Successfully tagged docker-core-command-go-arm64:latest 23:04:40  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 23:04:40 Successfully built 95fd2d9e8e64 23:04:41 Successfully tagged docker-support-scheduler-go-arm64:latest 23:04:41 Building docker-security-proxy-setup-go 23:04:41  Building docker-support-scheduler-go ... done  ---> Running in ff9df0427ff9 23:04:42 Removing intermediate container ff9df0427ff9 23:04:42 ---> 260ee3b185bf 23:04:42 Step 22/24 : LABEL arch=arm64 23:04:42 ---> Running in bc245930e11e 23:04:43 Removing intermediate container d0fb3699554b 23:04:43 ---> b39970e8a0ee 23:04:43 23:04:43 Step 10/23 : FROM alpine 23:04:43 latest: Pulling from library/alpine 23:04:43 Removing intermediate container 65bab19ea956 23:04:43 ---> 6c11ab1b6758 23:04:43 Step 21/27 : RUN pip install docker-compose==1.23.2 23:04:43 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 23:04:43 Removing intermediate container bc245930e11e 23:04:43 ---> c2c795b583cc 23:04:43 Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:04:43 Status: Downloaded newer image for alpine:latest 23:04:43 ---> dd36a01c3f31 23:04:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:04:43 ---> Running in 43eefa6c8ae9 23:04:44 ---> Running in a861a606cb5d 23:04:44 ---> Running in e1cb08323957 23:04:45 lxd 4.9 from Canonical* installed 23:04:45 + sudo lxd init --auto 23:04:45 Removing intermediate container a861a606cb5d 23:04:45 ---> 80c6b4928fa5 23:04:45 Step 12/23 : ENV APP_PORT=48080 23:04:45 Removing intermediate container e1cb08323957 23:04:45 ---> 1d0d5e89cbf6 23:04:45 Step 24/24 : LABEL version=0.0.0 23:04:45 ---> Running in bd4e0dc30b82 23:04:45 ---> Running in 51f89ba66fb5 23:04:46 Removing intermediate container bd4e0dc30b82 23:04:46 ---> ba1ab897c77a 23:04:46 Step 13/23 : EXPOSE $APP_PORT 23:04:46 Removing intermediate container 51f89ba66fb5 23:04:46 ---> 0a168ed7ff89 23:04:46 23:04:47 ---> Running in f7af7f00146f 23:04:47 Successfully built 0a168ed7ff89 23:04:47 Successfully tagged docker-support-notifications-go-arm64:latest 23:04:47  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 23:04:47 Removing intermediate container f7af7f00146f 23:04:47 ---> 31d167b25f13 23:04:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:04:47 ---> Running in e14f799d2c39 23:04:49 Collecting docker-compose==1.23.2 23:04:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:04:51 Removing intermediate container e14f799d2c39 23:04:51 ---> f80ea4d3d176 23:04:51 Step 15/23 : RUN apk --no-cache add zeromq 23:04:51 ---> Running in b43e4d669e8f 23:04:51 Collecting docker<4.0,>=3.6.0 23:04:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:04:52 Collecting jsonschema<3,>=2.5.1 23:04:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:04:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:53 Collecting PyYAML<4,>=3.10 23:04:53 Downloading PyYAML-3.13.tar.gz (270 kB) 23:04:54 (1/5) Installing libgcc (9.3.0-r2) 23:04:54 (2/5) Installing libsodium (1.0.18-r0) 23:04:54 (3/5) Installing libstdc++ (9.3.0-r2) 23:04:54 (4/5) Installing libzmq (4.3.3-r0) 23:04:54 (5/5) Installing zeromq (4.3.3-r0) 23:04:54 Executing busybox-1.31.1-r19.trigger 23:04:54 OK: 8 MiB in 19 packages 23:04:55 + sudo snap install --classic snapcraft 23:04:57 Removing intermediate container b43e4d669e8f 23:04:57 ---> 07aa5bd5d9d4 23:04:57 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:04:57 Collecting docopt<0.7,>=0.6.1 23:04:57 Downloading docopt-0.6.2.tar.gz (25 kB) 23:04:57 ---> 11aefe9c9b7f 23:04:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:04:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:04:59 Collecting dockerpty<0.5,>=0.4.1 23:04:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:04:59 snapcraft 4.4.4 from Canonical* installed 23:04:59 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:04:59 + patch --verbose -p1 23:04:59 Hmm... Looks like a unified diff to me... 23:04:59 The text leading up to this was: 23:04:59 -------------------------- 23:04:59 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:04:59 |From: Tony Espy 23:04:59 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:04:59 |Subject: [PATCH] optimize snap build for pipeline CI check 23:04:59 | 23:04:59 |This patch is used by the EdgeX CI pipeline builds to 23:04:59 |optimize the snap CI check run for pull requests. When 23:04:59 |applied, it essentially strips out everything (apps and 23:04:59 |parts) from the snapcraft.yaml file except those required 23:04:59 |to build edgex-go, as the whole idea of the CI check is to 23:04:59 |catch changes to edgex-go that break the snap build. 23:04:59 | 23:04:59 |In general, anyone updating snapcraft.yaml will also need 23:04:59 |to update this patch file, otherwise it may fail to apply, 23:04:59 |resulting in a failed snap build CI check in the associated 23:04:59 |pull request. 23:04:59 | 23:04:59 |Note - in addition to applying this patch, the pipeline also 23:04:59 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:04:59 |need to build the finally binary .snap file (and it won't 23:04:59 |work with the patch applied). This further reduces the build 23:04:59 |time. 23:04:59 |--- 23:04:59 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:04:59 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:04:59 | 23:04:59 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:04:59 |index 1e537489..faf42425 100644 23:04:59 |--- a/snap/snapcraft.yaml 23:04:59 |+++ b/snap/snapcraft.yaml 23:04:59 -------------------------- 23:04:59 patching file snap/snapcraft.yaml 23:04:59 Using Plan A... 23:04:59 Hunk #1 succeeded at 73. 23:04:59 Hunk #2 succeeded at 202. 23:04:59 Hunk #3 succeeded at 214. 23:04:59 Hunk #4 succeeded at 222. 23:04:59 Hunk #5 succeeded at 229. 23:04:59 Hunk #6 succeeded at 256. 23:04:59 Hunk #7 succeeded at 290. 23:04:59 Hunk #8 succeeded at 341. 23:04:59 Hmm... Ignoring the trailing garbage. 23:04:59 done 23:04:59 + sudo snapcraft prime --use-lxd 23:05:00 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:05:00 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 23:05:00 - README.md 23:05:00 23:05:00 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:05:00 ---> 14ed63785197 23:05:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:05:00 Launching a container. 23:05:01 ---> c0d3bc2356be 23:05:01 Step 19/23 : ENTRYPOINT ["/core-data"] 23:05:02 Collecting texttable<0.10,>=0.9.0 23:05:02 Downloading texttable-0.9.1.tar.gz (11 kB) 23:05:02 ---> Running in 9b1946b8a82f 23:05:02 Removing intermediate container 9b1946b8a82f 23:05:02 ---> 382dbdaed703 23:05:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:02 ---> Running in 5ff2ae7828c5 23:05:03 Removing intermediate container 5ff2ae7828c5 23:05:03 ---> 08bf2009ae6f 23:05:03 Step 21/23 : LABEL arch=arm64 23:05:03 ---> Running in c7aa28925186 23:05:04 Removing intermediate container c7aa28925186 23:05:04 ---> 763dfa05c897 23:05:04 Step 22/23 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:05:04 ---> Running in cf9e91a39214 23:05:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:05:05 Removing intermediate container cf9e91a39214 23:05:05 ---> b5ab6484dc61 23:05:05 Step 23/23 : LABEL version=0.0.0 23:05:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:05:05 ---> Running in 09578ad85233 23:05:05 Removing intermediate container 09578ad85233 23:05:05 ---> aa129471a02f 23:05:05 23:05:06 Collecting websocket-client<1.0,>=0.32.0 23:05:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:05:06 Successfully built aa129471a02f 23:05:06 Successfully tagged docker-core-data-go-arm64:latest 23:05:06  Building docker-core-data-go ... done Building docker-core-metadata-go 23:05:06 Collecting cached-property<2,>=1.2.0 23:05:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:05:06 Collecting docker-pycreds>=0.4.0 23:05:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:05:07 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) 23:05:07 Collecting urllib3<1.25,>=1.21.1 23:05:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:05:08 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) 23:05:08 Collecting idna<2.8,>=2.5 23:05:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:05:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:05:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:05:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:05:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:05:09 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, docopt, dockerpty, texttable, cached-property, docker-compose 23:05:09 Attempting uninstall: urllib3 23:05:09 Found existing installation: urllib3 1.25.9 23:05:09 Uninstalling urllib3-1.25.9: 23:05:09 Successfully uninstalled urllib3-1.25.9 23:05:10 Attempting uninstall: idna 23:05:10 Found existing installation: idna 2.9 23:05:10 Uninstalling idna-2.9: 23:05:10 Successfully uninstalled idna-2.9 23:05:11 Attempting uninstall: requests 23:05:11 Found existing installation: requests 2.23.0 23:05:11 Uninstalling requests-2.23.0: 23:05:11 Successfully uninstalled requests-2.23.0 23:05:13 Waiting for container to be ready 23:05:13 To start your first instance, try: lxc launch ubuntu:18.04 23:05:13 23:05:13 Running setup.py install for PyYAML: started 23:05:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:05:15 Waiting for network to be ready... 23:05:15 Running setup.py install for PyYAML: finished with status 'done' 23:05:15 Running setup.py install for docopt: started 23:05:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:05:16 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:05:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:05:16 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:05:16 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:05:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:05:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:05:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:05:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:05:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:05:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:05:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:05:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:05:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:05:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:05:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:05:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:05:17 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:05:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:05:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:05:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:05:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:05:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:05:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:05:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:05:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:05:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:05:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:05:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:05:17 ---> 056f73952fcf 23:05:17 Step 3/22 : WORKDIR /edgex-go 23:05:17 ---> Using cache 23:05:17 ---> 70a050ee9c3c 23:05:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:17 ---> Using cache 23:05:17 ---> 29e9fdc49a93 23:05:17 Step 5/22 : RUN apk update && apk add make git 23:05:18 Running setup.py install for docopt: finished with status 'done' 23:05:18 Running setup.py install for dockerpty: started 23:05:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:05:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:05:19 ---> 056f73952fcf 23:05:19 Step 3/21 : WORKDIR /edgex-go 23:05:19 ---> Using cache 23:05:19 ---> 70a050ee9c3c 23:05:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:19 ---> Using cache 23:05:19 ---> 29e9fdc49a93 23:05:19 Step 5/21 : RUN apk update && apk add make git 23:05:19 ---> Running in 42302870dd11 23:05:19 ---> Running in 9745c627e5c2 23:05:20 Fetched 23.5 MB in 4s (5605 kB/s) 23:05:20 Running setup.py install for dockerpty: finished with status 'done' 23:05:20 Running setup.py install for texttable: started 23:05:21 Reading package lists... 23:05:21 Reading package lists... 23:05:21 Building dependency tree... 23:05:21 Reading state information... 23:05:21 The following additional packages will be installed: 23:05:21 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:05:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:05:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:05:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:05:21 Suggested packages: 23:05:21 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:05:21 Recommended packages: 23:05:21 gnupg libsasl2-modules 23:05:21 The following NEW packages will be installed: 23:05:21 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:05:21 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:05:21 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:05:21 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:05:21 The following packages will be upgraded: 23:05:21 gpg gpg-agent gpgconf libudev1 23:05:21 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 23:05:21 Need to get 3531 kB of archives. 23:05:21 After this operation, 13.3 MB of additional disk space will be used. 23:05:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:05:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:05:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:05:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:05:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 23:05:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 23:05:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:05:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:05:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:05:21 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:05:22 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:05:22 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:05:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:05:22 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:05:22 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:05:22 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:05:22 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:05:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:05:22 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:05:22 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:05:22 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:05:22 debconf: delaying package configuration, since apt-utils is not installed 23:05:22 Fetched 3531 kB in 1s (3529 kB/s) 23:05:22 (Reading database ... 12511 files and directories currently installed.) 23:05:22 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:05:22 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:05:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:22 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:05:22 Selecting previously unselected package udev. 23:05:22 (Reading database ... 12511 files and directories currently installed.) 23:05:22 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:05:22 Unpacking udev (237-3ubuntu10.43) ... 23:05:23 Selecting previously unselected package libfuse2:amd64. 23:05:23 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:05:23 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:05:23 Selecting previously unselected package fuse. 23:05:23 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:05:23 Unpacking fuse (2.9.7-1ubuntu1) ... 23:05:23 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:05:23 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:05:23 Running setup.py install for texttable: finished with status 'done' 23:05:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:05:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:05:23 OK: 12620 distinct packages available 23:05:23 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:05:23 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:05:23 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:05:23 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:05:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:05:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:05:23 OK: 12620 distinct packages available 23:05:24 Selecting previously unselected package libksba8:amd64. 23:05:24 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:05:24 Unpacking libksba8:amd64 (1.3.5-2) ... 23:05:24 Selecting previously unselected package libroken18-heimdal:amd64. 23:05:24 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:05:24 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:05:24 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:05:24 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libwind0-heimdal:amd64. 23:05:24 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:05:24 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:05:24 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:05:24 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:05:24 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:05:24 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:24 Selecting previously unselected package libsasl2-modules-db:amd64. 23:05:24 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:05:24 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:05:24 Selecting previously unselected package libsasl2-2:amd64. 23:05:24 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:05:24 OK: 217 MiB in 51 packages 23:05:24 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 23:05:24 OK: 217 MiB in 51 packages 23:05:25 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:05:25 Selecting previously unselected package libldap-common. 23:05:25 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:05:25 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:05:25 Selecting previously unselected package libldap-2.4-2:amd64. 23:05:25 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:05:25 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:05:25 Selecting previously unselected package dirmngr. 23:05:25 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:05:25 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:05:25 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:05:25 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:05:25 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:05:25 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:05:25 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:05:25 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:05:25 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:25 Setting up libksba8:amd64 (1.3.5-2) ... 23:05:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:05:25 Setting up udev (237-3ubuntu10.43) ... 23:05:26 invoke-rc.d: policy-rc.d denied execution of start. 23:05:26 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Processing triggers for systemd (237-3ubuntu10) ... 23:05:26 Setting up fuse (2.9.7-1ubuntu1) ... 23:05:26 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:05:26 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:05:26 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:05:26 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:05:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:05:26 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:05:26 settings in the [Install] section, and DefaultInstance for template units). 23:05:26 This means they are not meant to be enabled using systemctl. 23:05:26 Possible reasons for having this kind of units are: 23:05:26 1) A unit may be statically enabled by being symlinked from another unit's 23:05:26 .wants/ or .requires/ directory. 23:05:26 2) A unit's purpose may be to act as a helper for some other unit which has 23:05:26 a requirement dependency on it. 23:05:26 3) A unit may be started when needed via activation (socket, path, timer, 23:05:26 D-Bus, udev, scripted systemctl call, ...). 23:05:26 4) In case of template units, the unit is meant to be enabled with some 23:05:26 instance name specified. 23:05:27 Reading package lists... 23:05:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:05:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:05:27 ---> 056f73952fcf 23:05:27 Step 3/24 : WORKDIR /edgex-go 23:05:27 ---> Using cache 23:05:27 ---> 70a050ee9c3c 23:05:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:27 ---> Using cache 23:05:27 ---> 29e9fdc49a93 23:05:27 Step 5/24 : RUN apk update && apk add make git 23:05:27 Building dependency tree... 23:05:27 Reading state information... 23:05:27 The following additional packages will be installed: 23:05:27 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:05:27 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:05:27 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:05:27 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:05:27 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:05:27 Suggested packages: 23:05:27 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:05:27 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:05:27 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:05:27 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:05:27 systemd-container policykit-1 23:05:27 Recommended packages: 23:05:27 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:05:27 The following NEW packages will be installed: 23:05:27 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:05:27 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:05:27 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:05:27 multiarch-support openssh-client python3 python3-minimal python3.6 23:05:27 python3.6-minimal snapd squashfs-tools sudo 23:05:27 The following packages will be upgraded: 23:05:27 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:05:27 ---> Running in 14f0e40c13ec 23:05:27 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 23:05:27 Need to get 35.2 MB of archives. 23:05:27 After this operation, 141 MB of additional disk space will be used. 23:05:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:05:27 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:05:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:05:28 Removing intermediate container 42302870dd11 23:05:28 Removing intermediate container 9745c627e5c2 23:05:28 ---> a57a5936ed3f 23:05:28 Step 6/22 : COPY go.mod . 23:05:28 ---> 5a718dac7bf5 23:05:28 Step 6/21 : COPY go.mod . 23:05:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:05:28 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:05:28 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:05:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:05:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:05:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:05:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:05:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:05:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:05:28 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:05:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:05:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:05:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:05:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:05:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:05:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:05:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:05:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:05:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:05:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:05:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:05:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:05:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:05:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:05:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:05:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:05:29 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:05:29 debconf: delaying package configuration, since apt-utils is not installed 23:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:29 Fetched 35.2 MB in 2s (16.5 MB/s) 23:05:29 (Reading database ... 12757 files and directories currently installed.) 23:05:29 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:05:29 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:05:30 ---> 93eaf1b263fe 23:05:30 Step 7/22 : RUN go mod download 23:05:30 ---> c77813a19190 23:05:30 Step 7/21 : RUN go mod download 23:05:30 ---> Running in beda9dee019f 23:05:30 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:05:30 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:05:30 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:05:30 (Reading database ... 12757 files and directories currently installed.) 23:05:30 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:05:30 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:05:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:30 ---> Running in 9e09da0c4286 23:05:31 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:05:31 Removing intermediate container 43eefa6c8ae9 23:05:31 ---> f7f3cca14619 23:05:31 Step 22/27 : RUN apk --no-cache add curl 23:05:31 (Reading database ... 12757 files and directories currently installed.) 23:05:31 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:05:31 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:05:31 Setting up apt (1.6.12ubuntu0.2) ... 23:05:31 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:05:31 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:05:31 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:05:31 OK: 12620 distinct packages available 23:05:31 ---> Running in d66c36fd9564 23:05:31 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:05:32 (Reading database ... 12764 files and directories currently installed.) 23:05:32 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:05:32 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:05:32 Selecting previously unselected package libpython3.6-minimal:amd64. 23:05:32 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:05:32 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:05:32 Selecting previously unselected package libexpat1:amd64. 23:05:32 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:05:32 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:05:32 Selecting previously unselected package python3.6-minimal. 23:05:32 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:05:32 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:05:32 OK: 217 MiB in 51 packages 23:05:32 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:05:32 Checking for services that may need to be restarted...done. 23:05:32 Checking for services that may need to be restarted...done. 23:05:33 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:05:33 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:05:33 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:05:33 Selecting previously unselected package python3-minimal. 23:05:33 (Reading database ... 13012 files and directories currently installed.) 23:05:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:05:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:05:33 Selecting previously unselected package mime-support. 23:05:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:05:33 Unpacking mime-support (3.60ubuntu1) ... 23:05:33 Selecting previously unselected package libmpdec2:amd64. 23:05:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:05:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:05:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:05:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:05:34 Selecting previously unselected package python3.6. 23:05:34 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:05:34 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:05:34 Selecting previously unselected package libpython3-stdlib:amd64. 23:05:34 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:05:34 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:05:34 Setting up python3-minimal (3.6.7-1~18.04) ... 23:05:34 Selecting previously unselected package python3. 23:05:34 (Reading database ... 13442 files and directories currently installed.) 23:05:34 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:05:34 Unpacking python3 (3.6.7-1~18.04) ... 23:05:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:05:34 (2/3) Installing libcurl (7.69.1-r3) 23:05:34 (3/3) Installing curl (7.69.1-r3) 23:05:34 Executing busybox-1.31.1-r19.trigger 23:05:34 OK: 71 MiB in 58 packages 23:05:34 Selecting previously unselected package multiarch-support. 23:05:34 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:05:34 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:05:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:05:34 Selecting previously unselected package liblzo2-2:amd64. 23:05:34 (Reading database ... 13479 files and directories currently installed.) 23:05:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:05:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:05:35 Selecting previously unselected package libbsd0:amd64. 23:05:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:05:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:05:35 Selecting previously unselected package sudo. 23:05:35 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:05:35 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:05:35 Selecting previously unselected package apparmor. 23:05:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:05:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:05:35 Selecting previously unselected package libedit2:amd64. 23:05:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:05:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:05:35 Removing intermediate container 14f0e40c13ec 23:05:35 ---> 4a0ee347740c 23:05:35 Step 6/24 : COPY go.mod . 23:05:35 Selecting previously unselected package libkrb5support0:amd64. 23:05:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:05:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:05:35 Selecting previously unselected package libk5crypto3:amd64. 23:05:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:05:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:05:35 Selecting previously unselected package libkeyutils1:amd64. 23:05:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:05:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:05:35 Selecting previously unselected package libkrb5-3:amd64. 23:05:35 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:05:35 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:05:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:05:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:05:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:05:36 Selecting previously unselected package libssl1.0.0:amd64. 23:05:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:05:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:05:36 Selecting previously unselected package openssh-client. 23:05:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:05:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:05:36 Selecting previously unselected package squashfs-tools. 23:05:36 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:05:36 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:05:36 Selecting previously unselected package snapd. 23:05:36 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:05:36 Unpacking snapd (2.48+18.04) ... 23:05:36 Removing intermediate container 9e09da0c4286 23:05:36 ---> dee909f77d75 23:05:36 Step 8/21 : COPY . . 23:05:36 Removing intermediate container beda9dee019f 23:05:36 ---> 01812b918624 23:05:36 Step 8/22 : COPY . . 23:05:36 ---> f513149eec13 23:05:36 Step 7/24 : RUN go mod download 23:05:36 Removing intermediate container d66c36fd9564 23:05:36 ---> 926e527d84d2 23:05:36 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:05:37 ---> Running in 567d53f437fd 23:05:37 ---> Running in e3b84f298a81 23:05:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:05:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:05:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:05:38 ---> 056f73952fcf 23:05:38 Step 3/22 : WORKDIR /edgex-go 23:05:38 ---> Using cache 23:05:38 ---> 70a050ee9c3c 23:05:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:38 ---> Using cache 23:05:38 ---> 29e9fdc49a93 23:05:38 Step 5/22 : RUN apk update && apk add make git 23:05:38 ---> Using cache 23:05:38 ---> 4a0ee347740c 23:05:38 Step 6/22 : COPY go.mod . 23:05:38 ---> Using cache 23:05:38 ---> f513149eec13 23:05:38 Step 7/22 : RUN go mod download 23:05:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:05:38 Setting up mime-support (3.60ubuntu1) ... 23:05:38 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:05:38 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:05:38 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:05:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:05:38 Setting up systemd (237-3ubuntu10.43) ... 23:05:38 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:05:39 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:05:39 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:05:39 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:05:39 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:05:39 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:05:39 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:05:40 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:05:40 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:05:40 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:05:40 Setting up python3 (3.6.7-1~18.04) ... 23:05:40 Removing intermediate container e3b84f298a81 23:05:40 ---> f8382541a2f0 23:05:40 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:40 running python rtupdate hooks for python3.6... 23:05:40 running python post-rtupdate hooks for python3.6... 23:05:40 Setting up apparmor (2.12-4ubuntu5.1) ... 23:05:41 ---> Running in bcdbe9f29ea7 23:05:41 ---> Running in b691633f30b2 23:05:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:05:42 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:05:42 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:05:42 Removing intermediate container b691633f30b2 23:05:42 ---> 143eccc3fae2 23:05:42 Step 25/27 : LABEL arch=arm64 23:05:43 Setting up snapd (2.48+18.04) ... 23:05:43 ---> Running in 9ea6ee160063 23:05:43 Removing intermediate container 567d53f437fd 23:05:43 ---> a872aceb806a 23:05:43 Step 8/24 : COPY . . 23:05:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:05:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:05:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:05:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:05:44 Removing intermediate container 9ea6ee160063 23:05:44 ---> e9bb0c03266f 23:05:44 Step 26/27 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:05:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:05:44 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:05:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:05:44 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:05:44 ---> Running in e6893e328409 23:05:44 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:05:44 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:05:44 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 23:05:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:05:44 Processing triggers for systemd (237-3ubuntu10.43) ... 23:05:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:05:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:05:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:05:46 Removing intermediate container e6893e328409 23:05:46 ---> 27a44ef31786 23:05:46 Step 27/27 : LABEL version=0.0.0 23:05:47 Reading package lists... 23:05:47 Reading package lists... 23:05:47 ---> Running in e2fc39a97071 23:05:47 Building dependency tree... 23:05:47 Reading state information... 23:05:47 Calculating upgrade... 23:05:47 Removing intermediate container bcdbe9f29ea7 23:05:47 ---> a291f32626c2 23:05:47 Step 8/22 : COPY . . 23:05:47 The following packages will be upgraded: 23:05:47 advancecomp base-files bash binutils binutils-common 23:05:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:05:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:05:47 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:05:47 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:05:47 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:05:47 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:05:47 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:05:47 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 23:05:47 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 23:05:47 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 23:05:47 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 23:05:47 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 23:05:47 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:05:47 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:05:47 Need to get 63.5 MB of archives. 23:05:47 After this operation, 5191 kB of additional disk space will be used. 23:05:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 23:05:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:05:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:05:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:05:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:05:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:05:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:05:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:05:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:05:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:05:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:05:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:05:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:05:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:05:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:05:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:05:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:05:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:05:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:05:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:05:48 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:05:48 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:05:48 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:05:48 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:05:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:05:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:05:48 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:05:48 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:05:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:05:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:05:48 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:05:48 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:05:48 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:05:48 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:05:48 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:05:48 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:05:48 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:05:48 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:05:48 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:05:48 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:05:48 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:05:48 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:05:48 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:05:48 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 23:05:48 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:05:48 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:05:48 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 23:05:48 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:05:48 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:05:48 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:05:48 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:05:48 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:05:48 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:05:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:05:48 Removing intermediate container e2fc39a97071 23:05:48 ---> bac24c2d80bb 23:05:48 23:05:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:05:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:05:48 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:05:48 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:05:48 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:05:48 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:05:48 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:05:48 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:05:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:05:48 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:05:48 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:05:48 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:05:48 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:05:48 Successfully built bac24c2d80bb 23:05:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:05:49 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 23:05:49 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:05:49 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:05:49 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:05:49 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:05:49 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:05:49 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:05:49 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:05:49 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:05:49 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:05:49 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:05:49 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:05:49 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:05:49 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:05:49 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:05:49 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:05:49 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:05:49 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:05:49 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:05:49 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:05:49 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:05:49 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:05:49 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:05:49 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:05:49 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:05:49 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:05:49 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:05:49 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:05:49 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:05:49 debconf: delaying package configuration, since apt-utils is not installed 23:05:49 Fetched 63.5 MB in 2s (36.6 MB/s) 23:05:49 (Reading database ... 13912 files and directories currently installed.) 23:05:49 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:05:49 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:05:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:05:50 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:05:50 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 23:05:50 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 23:05:51 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:51 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:51 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:51 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:51 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:51 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:51 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:51 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:51 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:05:52 (Reading database ... 13911 files and directories currently installed.) 23:05:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:05:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:05:52 (Reading database ... 13911 files and directories currently installed.) 23:05:52 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:52 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:52 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:52 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:05:52 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:05:52 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:05:52 (Reading database ... 13911 files and directories currently installed.) 23:05:52 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:05:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:05:53 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:05:53 (Reading database ... 13911 files and directories currently installed.) 23:05:53 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:05:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:05:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:05:53 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:05:54 Setting up base-files (10.1ubuntu2.10) ... 23:05:54 Installing new version of config file /etc/issue ... 23:05:54 Installing new version of config file /etc/issue.net ... 23:05:54 Installing new version of config file /etc/lsb-release ... 23:05:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:05:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:05:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:05:54 Removing obsolete conffile /etc/default/motd-news ... 23:05:54 (Reading database ... 13912 files and directories currently installed.) 23:05:54 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:05:54 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:05:55 Setting up bash (4.4.18-2ubuntu1.2) ... 23:05:55 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 23:05:55 (Reading database ... 13912 files and directories currently installed.) 23:05:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:05:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:05:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:05:55 (Reading database ... 13912 files and directories currently installed.) 23:05:55 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 23:05:55 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 23:05:55 Setting up tar (1.29b-2ubuntu0.1) ... 23:05:55 (Reading database ... 13912 files and directories currently installed.) 23:05:55 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:05:55 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:05:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:05:56 (Reading database ... 13912 files and directories currently installed.) 23:05:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:05:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:05:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:05:56 (Reading database ... 13912 files and directories currently installed.) 23:05:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:05:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:05:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:05:56 (Reading database ... 13912 files and directories currently installed.) 23:05:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:05:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:05:56 Setting up grep (3.1-2build1) ... 23:05:56 (Reading database ... 13912 files and directories currently installed.) 23:05:56 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:05:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:05:57 Setting up login (1:4.5-1ubuntu2) ... 23:05:57 (Reading database ... 13912 files and directories currently installed.) 23:05:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:05:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:05:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:05:57 (Reading database ... 13912 files and directories currently installed.) 23:05:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:05:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:05:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:05:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:05:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:05:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:05:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:05:58 (Reading database ... 13912 files and directories currently installed.) 23:05:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:05:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:05:59  Building docker-sys-mgmt-agent-go ... done  ---> 219d15a4e0ed 23:05:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:05:59 ---> e0b80271dffd 23:05:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:05:59 ---> Running in 12edce587c1f 23:05:59 ---> Running in c284b3b88082 23:05:59 ---> 21e858b7a41c 23:05:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:05:59 ---> Running in dc2839aa6cbf 23:06:00 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:06:00 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:06:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:06:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:06:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:06:00 (Reading database ... 13912 files and directories currently installed.) 23:06:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:06:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:06:00 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:06:00 (Reading database ... 13912 files and directories currently installed.) 23:06:00 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:00 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:00 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:06:00 (Reading database ... 13912 files and directories currently installed.) 23:06:00 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:00 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:06:01 (Reading database ... 13912 files and directories currently installed.) 23:06:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:01 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:01 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 23:06:01 (Reading database ... 13912 files and directories currently installed.) 23:06:01 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:01 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:01 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:01 (Reading database ... 13912 files and directories currently installed.) 23:06:01 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:06:01 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:01 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:06:01 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:01 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:06:02 (Reading database ... 13912 files and directories currently installed.) 23:06:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:06:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:02 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:06:02 (Reading database ... 13912 files and directories currently installed.) 23:06:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:02 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:06:02 (Reading database ... 13912 files and directories currently installed.) 23:06:02 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:02 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:02 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:06:02 (Reading database ... 13912 files and directories currently installed.) 23:06:02 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:02 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:03 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:06:03 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:06:03 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:06:03 (Reading database ... 13912 files and directories currently installed.) 23:06:03 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:06:03 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:06:03 ---> 01ffa5f64284 23:06:03 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:06:03 ---> Running in 783e33a7f2f4 23:06:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:06:04 (Reading database ... 13912 files and directories currently installed.) 23:06:04 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:06:04 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:06:04 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:06:04 (Reading database ... 13914 files and directories currently installed.) 23:06:04 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:06:04 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:06:04 Setting up debconf (1.5.66ubuntu1) ... 23:06:04 (Reading database ... 13914 files and directories currently installed.) 23:06:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:06:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:05 (Reading database ... 13914 files and directories currently installed.) 23:06:05 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:06:05 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:05 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:05 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 23:06:05 (Reading database ... 13914 files and directories currently installed.) 23:06:05 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:06:05 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:05 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:05 (Reading database ... 13914 files and directories currently installed.) 23:06:05 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:06:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:06:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:06:05 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:06:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:06:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:06:05 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:06:06 (Reading database ... 13914 files and directories currently installed.) 23:06:06 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:06:06 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:06:06 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:06:06 (Reading database ... 13914 files and directories currently installed.) 23:06:06 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:06:06 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:06:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:06:06 (Reading database ... 13914 files and directories currently installed.) 23:06:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:06:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:06:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:06:07 (Reading database ... 13914 files and directories currently installed.) 23:06:07 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:06:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:06:07 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:06:07 (Reading database ... 13914 files and directories currently installed.) 23:06:07 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:06:07 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:06:07 Setting up passwd (1:4.5-1ubuntu2) ... 23:06:07 (Reading database ... 13914 files and directories currently installed.) 23:06:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:06:07 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:06:07 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:06:07 (Reading database ... 13914 files and directories currently installed.) 23:06:07 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:06:07 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:06:08 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:06:08 (Reading database ... 13914 files and directories currently installed.) 23:06:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:06:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:06:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:06:08 (Reading database ... 13914 files and directories currently installed.) 23:06:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:06:08 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:06:08 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:06:08 (Reading database ... 13914 files and directories currently installed.) 23:06:08 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:06:08 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:06:08 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:06:08 (Reading database ... 13914 files and directories currently installed.) 23:06:08 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:06:08 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:06:08 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:06:09 (Reading database ... 13915 files and directories currently installed.) 23:06:09 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:06:09 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:06:09 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:06:09 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:06:09 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:06:09 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:06:09 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:06:09 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:06:09 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:06:09 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:06:09 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:06:09 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:06:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:06:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:06:10 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:06:10 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:06:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:06:10 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:06:10 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:06:10 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:06:10 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:06:10 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:06:10 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 23:06:10 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 23:06:11 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:06:11 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:06:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:06:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:06:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:11 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:12 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:12 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:12 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:12 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:12 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:06:12 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:06:12 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:12 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:12 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:12 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:14 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:14 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:15 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:15 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:16 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:16 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:16 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:06:16 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:06:16 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:06:16 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:06:16 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:06:16 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:06:17 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:06:17 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:06:17 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:06:17 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:06:17 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:06:17 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:06:17 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:06:17 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:06:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:06:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:06:18 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:18 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:06:18 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:18 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:18 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:18 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:06:18 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:06:19 Setting up tzdata (2020d-0ubuntu0.18.04) ... 23:06:19 23:06:19 Current default time zone: 'Etc/UTC' 23:06:19 Local time is now: Wed Dec 16 23:06:19 UTC 2020. 23:06:19 Universal Time is now: Wed Dec 16 23:06:19 UTC 2020. 23:06:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:06:19 23:06:19 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:06:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:19 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 23:06:19 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:06:19 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:06:19 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:06:20 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:06:20 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:06:20 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:06:20 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:06:20 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:20 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:06:21 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:06:21 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:06:21 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:21 Setting up patch (2.7.6-2ubuntu1.1) ... 23:06:21 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:06:21 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:06:21 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:06:21 Installing new version of config file /etc/ssl/openssl.cnf ... 23:06:21 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:06:21 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:06:21 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:06:23 Updating certificates in /etc/ssl/certs... 23:06:24 22 added, 17 removed; done. 23:06:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:06:24 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:06:24 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:06:24 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:06:24 Setting up pkgbinarymangler (138.18.04.1) ... 23:06:24 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:06:24 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up perl (5.26.1-6ubuntu0.5) ... 23:06:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:06:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:06:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:06:24 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:06:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:06:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:06:24 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:06:24 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:06:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:06:25 Processing triggers for systemd (237-3ubuntu10.43) ... 23:06:25 Processing triggers for mime-support (3.60ubuntu1) ... 23:06:25 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:06:25 Updating certificates in /etc/ssl/certs... 23:06:25 0 added, 0 removed; done. 23:06:25 Running hooks in /etc/ca-certificates/update.d... 23:06:25 done. 23:06:26 Reading package lists... 23:06:26 Building dependency tree... 23:06:26 Reading state information... 23:06:26 The following NEW packages will be installed: 23:06:26 apt-transport-https 23:06:26 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:06:26 Need to get 1696 B of archives. 23:06:26 After this operation, 153 kB of additional disk space will be used. 23:06:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:06:26 debconf: delaying package configuration, since apt-utils is not installed 23:06:26 Fetched 1696 B in 0s (8349 B/s) 23:06:26 Selecting previously unselected package apt-transport-https. 23:06:26 (Reading database ... 13929 files and directories currently installed.) 23:06:26 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:06:26 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:06:26 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:06:27 Waiting for network to be ready... 23:06:32 2020-12-16T23:06:30Z INFO Waiting for automatic snapd restart... 23:06:32 snapd 2.48.1 from Canonical* installed 23:06:33 "snapd" switched to the "latest/stable" channel 23:06:33 23:06:36 core18 20200929 from Canonical* installed 23:06:36 "core18" switched to the "latest/stable" channel 23:06:36 23:06:39 snapcraft 4.4.4 from Canonical* installed 23:06:39 "snapcraft" switched to the "latest/stable" channel 23:06:39 23:06:43 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 23:06:43 - README.md 23:06:43 23:06:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:06:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:06:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:06:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:06:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:06:50 Reading package lists... 23:06:51 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 23:06:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:06:57 Reading package lists... 23:06:57 Building dependency tree... 23:06:57 Reading state information... 23:06:57 Suggested packages: 23:06:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:06:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:06:57 Recommended packages: 23:06:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:06:57 The following NEW packages will be installed: 23:06:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:06:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:06:57 pkg-config zip 23:06:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:06:57 Need to get 7655 kB of archives. 23:06:57 After this operation, 43.7 MB of additional disk space will be used. 23:06:57 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:06:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:06:57 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:06:57 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:06:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:06:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:06:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:06:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:06:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:06:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:06:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:06:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:06:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:06:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:06:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:06:58 debconf: delaying package configuration, since apt-utils is not installed 23:06:58 Fetched 7655 kB in 1s (6894 kB/s) 23:06:58 Selecting previously unselected package libglib2.0-0:amd64. 23:06:58 (Reading database ... 13933 files and directories currently installed.) 23:06:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:06:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:06:58 Selecting previously unselected package libpsl5:amd64. 23:06:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:06:59 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:06:59 Selecting previously unselected package libnghttp2-14:amd64. 23:06:59 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:06:59 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:06:59 Selecting previously unselected package librtmp1:amd64. 23:06:59 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:06:59 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:06:59 Selecting previously unselected package libcurl3-gnutls:amd64. 23:06:59 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:06:59 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:06:59 Selecting previously unselected package liberror-perl. 23:06:59 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:06:59 Unpacking liberror-perl (0.17025-1) ... 23:06:59 Selecting previously unselected package git-man. 23:06:59 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:06:59 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:06:59 Selecting previously unselected package git. 23:06:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:06:59 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:07:00 Selecting previously unselected package libnorm1:amd64. 23:07:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:07:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:07:00 Selecting previously unselected package libpgm-5.2-0:amd64. 23:07:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:07:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:07:00 Selecting previously unselected package libsodium23:amd64. 23:07:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:07:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:07:00 Selecting previously unselected package libzmq5:amd64. 23:07:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:07:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:07:00 Selecting previously unselected package libzmq3-dev:amd64. 23:07:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:07:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:07:01 Selecting previously unselected package pkg-config. 23:07:01 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:07:01 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:07:01 Selecting previously unselected package zip. 23:07:01 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:07:01 Unpacking zip (3.0-11build1) ... 23:07:01 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:07:01 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:07:01 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:07:01 Setting up liberror-perl (0.17025-1) ... 23:07:01 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:07:01 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:07:01 No schema files found: doing nothing. 23:07:01 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:07:01 Setting up zip (3.0-11build1) ... 23:07:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:07:01 Setting up libsodium23:amd64 (1.0.16-2) ... 23:07:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:07:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:07:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:07:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:07:01 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:07:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:07:02 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 23:07:02 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 23:07:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:07:08 git set to automatically installed. 23:07:08 git-man set to automatically installed. 23:07:08 libcurl3-gnutls set to automatically installed. 23:07:08 liberror-perl set to automatically installed. 23:07:08 libglib2.0-0 set to automatically installed. 23:07:08 libnghttp2-14 set to automatically installed. 23:07:08 libnorm1 set to automatically installed. 23:07:08 libpgm-5.2-0 set to automatically installed. 23:07:08 libpsl5 set to automatically installed. 23:07:08 librtmp1 set to automatically installed. 23:07:08 libsodium23 set to automatically installed. 23:07:08 libzmq3-dev set to automatically installed. 23:07:08 libzmq5 set to automatically installed. 23:07:08 pkg-config set to automatically installed. 23:07:08 zip set to automatically installed. 23:07:10 snapd is not logged in, snap install commands will use sudo 23:07:14 Removing intermediate container c284b3b88082 23:07:14 ---> 55f7ef816315 23:07:14 23:07:14 Step 10/22 : FROM alpine:3.10 23:07:14 Removing intermediate container dc2839aa6cbf 23:07:14 ---> 2fafea0eec85 23:07:14 23:07:14 Step 10/24 : FROM alpine:3.10 23:07:14 3.10: Pulling from library/alpine 23:07:14 3.10: Pulling from library/alpine 23:07:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:07:15 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:07:15 Status: Downloaded newer image for alpine:3.10 23:07:15 ---> 536a684cf733 23:07:15 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:07:15 Status: Image is up to date for alpine:3.10 23:07:15 ---> 536a684cf733 23:07:15 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:07:16 ---> Running in d41fff89866e 23:07:16 ---> Running in 295443e225fa 23:07:17 Removing intermediate container 12edce587c1f 23:07:17 ---> ad50f8b59952 23:07:17 23:07:17 Step 10/21 : FROM alpine 23:07:17 ---> dd36a01c3f31 23:07:17 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:07:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:07:17 ---> Running in 31ce7ff35042 23:07:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 23:07:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 23:07:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 23:07:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 23:07:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:20 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:07:20 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:07:20 OK: 10171 distinct packages available 23:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:20 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:07:20 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:07:20 OK: 10171 distinct packages available 23:07:20 (1/5) Installing ca-certificates (20191127-r2) 23:07:20 (1/5) Installing ca-certificates (20191127-r2) 23:07:20 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:07:20 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:07:20 OK: 12617 distinct packages available 23:07:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:07:20 (3/5) Installing libcurl (7.66.0-r3) 23:07:20 (4/5) Installing curl (7.66.0-r3) 23:07:20 (5/5) Installing dumb-init (1.2.2-r1) 23:07:20 Executing busybox-1.30.1-r3.trigger 23:07:20 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:07:20 Executing ca-certificates-20191127-r2.trigger 23:07:20 (3/5) Installing libcurl (7.66.0-r3) 23:07:20 (4/5) Installing curl (7.66.0-r3) 23:07:20 (5/5) Installing dumb-init (1.2.2-r1) 23:07:20 Executing busybox-1.30.1-r3.trigger 23:07:20 Executing ca-certificates-20191127-r2.trigger 23:07:21 OK: 7 MiB in 19 packages 23:07:21 OK: 7 MiB in 19 packages 23:07:21 (1/4) Installing ca-certificates (20191127-r4) 23:07:21 core18 20201210 from Canonical* refreshed 23:07:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:07:21 (3/4) Installing libcurl (7.69.1-r3) 23:07:21 (4/4) Installing curl (7.69.1-r3) 23:07:21 Executing busybox-1.31.1-r19.trigger 23:07:21 Executing ca-certificates-20191127-r4.trigger 23:07:21 Pulling config-common 23:07:22 OK: 7 MiB in 18 packages 23:07:23 Pulling go-build-helper 23:07:24 Removing intermediate container 295443e225fa 23:07:24 ---> 71b3a08236a0 23:07:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:07:24 Removing intermediate container d41fff89866e 23:07:24 ---> 41d3284862ce 23:07:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:07:24 Removing intermediate container 31ce7ff35042 23:07:24 ---> 18dd90c1450a 23:07:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:07:24 ---> Running in bf65b238aa28 23:07:24 ---> Running in ff583323987e 23:07:24 ---> Running in 8d0687431d63 23:07:25 Removing intermediate container bf65b238aa28 23:07:25 ---> 2054efefcb6c 23:07:25 Step 13/22 : WORKDIR / 23:07:25 Removing intermediate container ff583323987e 23:07:25 ---> e427564e8d03 23:07:25 Step 13/24 : WORKDIR / 23:07:25 ---> Running in a39fa661421c 23:07:25 Removing intermediate container 8d0687431d63 23:07:25 ---> f54c4e521288 23:07:25 Step 13/21 : WORKDIR /edgex 23:07:25 ---> Running in 210c798f2b2a 23:07:25 ---> Running in f63c5d0203cc 23:07:26 Removing intermediate container 210c798f2b2a 23:07:26 ---> c948b791b1b3 23:07: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 23:07:26 Removing intermediate container a39fa661421c 23:07:26 ---> 5e6d58a1b488 23:07:26 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:07:26 Removing intermediate container f63c5d0203cc 23:07:26 ---> 8393fcbfac78 23:07:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:07:27 ---> 2a57feaa8cbd 23:07: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 23:07:27 ---> d36ba648615a 23:07:27 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:07:27 ---> 041ba96ccccb 23:07:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:07:28 ---> cf1228e0597d 23:07:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:07:28 ---> b5d968f128cd 23:07:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:07:29 ---> f9b52d625c70 23:07:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:07:29 ---> 7380f8f01894 23:07:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:07:30 ---> 2c909d21962e 23:07:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:07:31 ---> b2c203d1b7e8 23:07:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:07:31 ---> 07e56c592de0 23:07:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:07:31 ---> Running in abd5785f56dd 23:07:31 ---> f52350aab64a 23:07:31 Step 18/22 : RUN chmod +x entrypoint.sh 23:07:31 ---> Running in 3685e9a4c296 23:07:32 Removing intermediate container abd5785f56dd 23:07:32 ---> c81a885e84fe 23:07:32 Step 18/21 : CMD ["--init=true"] 23:07:32 ---> Running in a0d9ce11142d 23:07:32 ---> 88f24e1ee345 23:07:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:07:33 Removing intermediate container a0d9ce11142d 23:07:33 ---> a6c9ff71f4d8 23:07:33 Step 19/21 : LABEL arch=arm64 23:07:33 ---> Running in b8cb1d959099 23:07:35 ---> bb66c68fabcd 23:07:35 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:07:35 ---> Running in 2f07f3ed178c 23:07:35 Removing intermediate container b8cb1d959099 23:07:35 ---> 1994ae90a92f 23:07:35 Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:07:35 ---> Running in 4936d6054f94 23:07:35 Removing intermediate container 3685e9a4c296 23:07:35 ---> def94407545e 23:07:35 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:07:35 ---> Running in dbe33bc04b3b 23:07:35 Removing intermediate container 4936d6054f94 23:07:35 ---> 591dbcc00b0e 23:07:35 Step 21/21 : LABEL version=0.0.0 23:07:35 Removing intermediate container dbe33bc04b3b 23:07:35 ---> f669c1d8bcf1 23:07:35 Step 20/22 : LABEL arch=arm64 23:07:35 ---> Running in 45e6808a96cf 23:07:36 ---> Running in 1655b2017294 23:07:36 Removing intermediate container 783e33a7f2f4 23:07:36 ---> 90e5d6f82fb8 23:07:36 23:07:36 Step 10/22 : FROM scratch 23:07:36 ---> 23:07:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:07:36 ---> Using cache 23:07:36 ---> 8d56da9e5f3e 23:07:36 Step 12/22 : ENV APP_PORT=48081 23:07:36 ---> Running in 605d15eb1162 23:07:36 Removing intermediate container 45e6808a96cf 23:07:36 ---> 247ccd7e34f2 23:07:36 23:07:37 Removing intermediate container 1655b2017294 23:07:37 ---> a27e4167cd37 23:07:37 Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:07:37 ---> Running in 5f264f6e9482 23:07:37 Successfully built 247ccd7e34f2 23:07:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:07:37  Building docker-security-proxy-setup-go ... done Removing intermediate container 605d15eb1162 23:07:37 ---> 620da68e1649 23:07:37 Step 13/22 : EXPOSE $APP_PORT 23:07:37 ---> Running in 44d229e2fca7 23:07:37 Removing intermediate container 2f07f3ed178c 23:07:37 ---> cb5191e7196c 23:07:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:07:37 Removing intermediate container 5f264f6e9482 23:07:37 ---> 4f8a0b03f14d 23:07:37 Step 22/22 : LABEL version=0.0.0 23:07:37 ---> Running in ada648875dee 23:07:37 ---> Running in fb0abbc87340 23:07:38 Removing intermediate container 44d229e2fca7 23:07:38 ---> 1e7e14bda5da 23:07:38 Step 14/22 : WORKDIR / 23:07:38 ---> Running in a7762dc869f3 23:07:38 Removing intermediate container ada648875dee 23:07:38 ---> 6f4eee918650 23:07:38 Step 22/24 : LABEL arch=arm64 23:07:38 Removing intermediate container fb0abbc87340 23:07:38 ---> 27e5ecd289d2 23:07:38 23:07:38 ---> Running in c1883b7f1f5d 23:07:38 Removing intermediate container a7762dc869f3 23:07:38 ---> 47809d8f70c1 23:07:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:07:39 Successfully built 27e5ecd289d2 23:07:39 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 23:07:39  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c1883b7f1f5d 23:07:39 ---> c4b6b86f5ff9 23:07:39 Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:07:39 ---> Running in 6f8f7d1eca50 23:07:39 ---> 12f724c5866f 23:07:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:07:39 Removing intermediate container 6f8f7d1eca50 23:07:39 ---> 9cd54f2e3fda 23:07:39 Step 24/24 : LABEL version=0.0.0 23:07:39 ---> Running in 20e83d9652a9 23:07:40 Removing intermediate container 20e83d9652a9 23:07:40 ---> 673c8ca71fcb 23:07:40 23:07:40 Successfully built 673c8ca71fcb 23:07:41 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:07:41  Building docker-security-secretstore-setup-go ... done  ---> 9f3fd3600ff2 23:07:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:07:42 ---> 43b1524b46f4 23:07:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:07:42 ---> Running in 912f64c8e34f 23:07:42 Removing intermediate container 912f64c8e34f 23:07:42 ---> 1f306100af93 23:07:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:42 ---> Running in 70fc12ba2c9e 23:07:42 Removing intermediate container 70fc12ba2c9e 23:07:42 ---> 6456beb08f8e 23:07:42 Step 20/22 : LABEL arch=arm64 23:07:43 ---> Running in 28c688ddeee4 23:07:43 Removing intermediate container 28c688ddeee4 23:07:43 ---> cb27a87c4cc4 23:07:43 Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 23:07:43 ---> Running in 16c803e6bc46 23:07:44 Removing intermediate container 16c803e6bc46 23:07:44 ---> ab6491ae484a 23:07:44 Step 22/22 : LABEL version=0.0.0 23:07:44 ---> Running in fbc43d57ec54 23:07:44 Removing intermediate container fbc43d57ec54 23:07:44 ---> 030fcda63be8 23:07:44 23:07:45 Successfully built 030fcda63be8 23:07:45 Successfully tagged docker-core-metadata-go-arm64:latest 23:07:45  Building docker-core-metadata-go ... done  [Pipeline] } 23:07:45 $ docker stop --time=1 67a03c33ad06529e5c0ea091b810d46efa3a4d473cfe5a4273e0be2da670d5d4 23:07:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:07:45 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:07:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:07:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:07:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:07:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:07:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:07:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:07:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:07:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:07:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:07:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:07:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:07:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:07:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:07:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:07:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:07:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:07:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:07:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:07:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:07:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:07:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:07:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:07:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:07:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:07:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:07:45 Fetched 23.5 MB in 0s (0 B/s) 23:07:45 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:07:45 Fetched 96.5 kB in 0s (0 B/s) 23:07:45 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:07:45 Fetched 279 kB in 0s (0 B/s) 23:07:45 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:07:45 Fetched 122 kB in 0s (0 B/s) 23:07:45 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:07:45 Fetched 77.8 kB in 0s (0 B/s) 23:07:45 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:07:45 Fetched 8848 B in 0s (0 B/s) 23:07:45 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:07:45 Fetched 47.8 kB in 0s (0 B/s) 23:07:45 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:07:45 Fetched 45.6 kB in 0s (0 B/s) 23:07:45 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 23:07:45 Fetched 14.8 kB in 0s (0 B/s) 23:07:45 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:07:45 Fetched 214 kB in 0s (0 B/s) 23:07:45 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 23:07:45 Fetched 155 kB in 0s (0 B/s) 23:07:45 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:07:45 Fetched 50.6 kB in 0s (0 B/s) 23:07:45 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:07:45 Fetched 14.8 kB in 0s (0 B/s) 23:07:45 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:07:45 Fetched 41.8 kB in 0s (0 B/s) 23:07:45 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:07:45 Fetched 499 kB in 0s (0 B/s) 23:07:45 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:07:45 Fetched 111 kB in 0s (0 B/s) 23:07:45 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:07:45 Fetched 240 kB in 0s (0 B/s) 23:07:45 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:07:45 Fetched 29.3 kB in 0s (0 B/s) 23:07:45 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:07:45 Fetched 85.5 kB in 0s (0 B/s) 23:07:45 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:07:45 Fetched 24.5 kB in 0s (0 B/s) 23:07:45 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 23:07:45 Fetched 49.2 kB in 0s (0 B/s) 23:07:45 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:07:45 Fetched 54.2 kB in 0s (0 B/s) 23:07:45 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:07:45 Fetched 30.8 kB in 0s (0 B/s) 23:07:45 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 23:07:45 Fetched 17.0 kB in 0s (0 B/s) 23:07:45 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:07:45 Fetched 85.9 kB in 0s (0 B/s) 23:07:45 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:07:45 Fetched 8720 B in 0s (0 B/s) 23:07:45 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:07:45 Fetched 137 kB in 0s (0 B/s) 23:07:45 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:07:45 Fetched 119 kB in 0s (0 B/s) 23:07:45 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:07:45 Fetched 109 kB in 0s (0 B/s) 23:07:45 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:07:45 Fetched 11.1 kB in 0s (0 B/s) 23:07:45 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:07:45 Fetched 645 kB in 0s (0 B/s) 23:07:45 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:07:45 Fetched 41.3 kB in 0s (0 B/s) 23:07:45 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:07:45 Fetched 17.9 kB in 0s (0 B/s) 23:07:45 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:07:45 Fetched 368 kB in 0s (0 B/s) 23:07:45 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 23:07:45 Fetched 187 kB in 0s (0 B/s) 23:07:45 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:07:45 Fetched 175 kB in 0s (0 B/s) 23:07:45 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:07:47 $ docker rm -f 67a03c33ad06529e5c0ea091b810d46efa3a4d473cfe5a4273e0be2da670d5d4 [Pipeline] // withDockerContainer [Pipeline] sh 23:07:47 Fetched 206 kB in 0s (0 B/s) 23:07:47 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:07:47 Fetched 1301 kB in 0s (0 B/s) 23:07:47 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:07:47 Fetched 36.2 kB in 0s (0 B/s) 23:07:47 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:07:47 Fetched 159 kB in 0s (0 B/s) 23:07:47 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:07:47 Fetched 107 kB in 0s (0 B/s) 23:07:47 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:07:47 Fetched 48.7 kB in 0s (0 B/s) 23:07:47 Pulling static-packages 23:07:47 + grep docker 23:07:47 + docker images 23:07:48 docker-core-metadata-go-arm64 latest 030fcda63be8 3 seconds ago 13.6MB 23:07:48 docker-security-secretstore-setup-go-arm64 latest 673c8ca71fcb 7 seconds ago 23.5MB 23:07:48 docker-security-bootstrap-redis-go-arm64 latest 27e5ecd289d2 9 seconds ago 15.2MB 23:07:48 docker-security-proxy-setup-go-arm64 latest 247ccd7e34f2 11 seconds ago 23.4MB 23:07:48 docker-sys-mgmt-agent-go-arm64 latest bac24c2d80bb 2 minutes ago 300MB 23:07:48 docker-core-data-go-arm64 latest aa129471a02f 2 minutes ago 22.3MB 23:07:48 docker-support-notifications-go-arm64 latest 0a168ed7ff89 3 minutes ago 12.9MB 23:07:48 docker-support-scheduler-go-arm64 latest 95fd2d9e8e64 3 minutes ago 11.5MB 23:07:48 docker-core-command-go-arm64 latest 651aca9f2ead 3 minutes ago 11.4MB 23:07:48 docker latest 0c09fb3ff9b5 25 hours ago 228MB [Pipeline] } 23:07:48 'go115' has dependencies that need to be staged: static-packages go-build-helper 23:07:48 Skipping pull go-build-helper (already ran) 23:07:48 Skipping pull static-packages (already ran) 23:07:48 Building go-build-helper [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] } 23:07:52 Building static-packages 23:07:53 Staging go-build-helper 23:07:54 Staging static-packages 23:07:55 Pulling go115 23:07:56 'edgex-go' has dependencies that need to be staged: go115 23:07:56 Skipping pull go115 (already ran) 23:07:56 Building go115 23:07:56 % Total % Received % Xferd Average Speed Time Time Time Current 23:07:56 Dload Upload Total Spent Left Speed 23:07:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6415k 0 0 11.2M 0 0:00:10 --:--:-- 0:00:10 11.2M 44 115M 44 51.7M 0 0 33.3M 0 0:00:03 0:00:01 0:00:02 33.2M 88 115M 88 102M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 115M 100 115M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.9M 23:07:59 go1.15.2.linux-amd64.tar.gz: OK 23:08:03 Staging go115 23:08:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:08:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:08:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:08:09 Fetched 88.7 kB in 0s (0 B/s) 23:08:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:08:09 Fetched 224 kB in 0s (0 B/s) 23:08:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:08:09 Fetched 157 kB in 0s (0 B/s) 23:08:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:08:09 Fetched 221 kB in 0s (0 B/s) 23:08:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:08:09 Fetched 143 kB in 0s (0 B/s) 23:08:09 Pulling edgex-go 23:08:10 Pulling version 23:08:11 Building config-common 23:08:13 Skipping build go-build-helper (already ran) 23:08:13 Skipping build static-packages (already ran) 23:08:13 Skipping build go115 (already ran) 23:08:13 Building edgex-go 23:08:13 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 23:08:15 go: downloading github.com/gorilla/mux v1.8.0 23:08:15 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 23:08:15 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 23:08:15 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:08:15 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 23:08:15 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:08:15 go: downloading github.com/imdario/mergo v0.3.11 23:08:15 go: downloading github.com/google/uuid v1.1.2 23:08:15 go: downloading github.com/pkg/errors v0.8.1 23:08:15 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 23:08:15 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 23:08:15 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:08:15 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:08:15 go: downloading github.com/go-kit/kit v0.8.0 23:08:15 go: downloading github.com/BurntSushi/toml v0.3.1 23:08:15 go: downloading github.com/hashicorp/consul/api v1.1.0 23:08:15 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:08:15 go: downloading github.com/pebbe/zmq4 v1.0.0 23:08:15 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:08:15 go: downloading github.com/pelletier/go-toml v1.2.0 23:08:15 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 23:08:15 go: downloading github.com/x448/float16 v0.8.4 23:08:15 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:08:15 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:08:15 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:08:15 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:08:15 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:08:15 go: downloading github.com/hashicorp/serf v0.8.2 23:08:15 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:08:15 go: downloading github.com/go-playground/universal-translator v0.17.0 23:08:15 go: downloading gopkg.in/yaml.v2 v2.4.0 23:08:15 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:08:15 go: downloading github.com/mitchellh/copystructure v1.0.0 23:08:15 go: downloading github.com/leodido/go-urn v1.2.0 23:08:15 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:08:15 go: downloading github.com/go-logfmt/logfmt v0.4.0 23:08:15 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:08:15 go: downloading github.com/go-playground/locales v0.13.0 23:08:15 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 23:08:15 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:08:15 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:08:22 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 23:08:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 23:08:27 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 23:08:28 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 23:08:29 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 23:08:29 go: downloading github.com/stretchr/testify v1.5.1 23:08:29 go: downloading github.com/pmezard/go-difflib v1.0.0 23:08:29 go: downloading github.com/davecgh/go-spew v1.1.1 23:08:30 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 23:08:30 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:08:30 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:08:31 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 23:08:31 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:08:32 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 23:08:32 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:08:33 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 23:08:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:08:35 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 23:08:38 Building version 23:08:39 Staging config-common 23:08:40 Skipping stage go-build-helper (already ran) 23:08:40 Skipping stage static-packages (already ran) 23:08:40 Skipping stage go115 (already ran) 23:08:40 Staging edgex-go 23:08:41 Staging version 23:08:42 Priming config-common 23:08:43 Priming go-build-helper 23:08:44 Priming static-packages 23:08:46 Priming go115 23:08:47 Priming edgex-go 23:08:48 Priming version 23:08:49 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:08:53 provisioning config files... 23:08:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config4624183135677723164tmp [Pipeline] { [Pipeline] sh 23:08:54 + set +x 23:08:54 + curl -s https://codecov.io/bash 23:08:54 + bash -s -- 23:08:54 23:08:54 _____ _ 23:08:54 / ____| | | 23:08:54 | | ___ __| | ___ ___ _____ __ 23:08:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:08:54 | |___| (_) | (_| | __/ (_| (_) \ V / 23:08:54 \_____\___/ \__,_|\___|\___\___/ \_/ 23:08:54 Bash-20201130-cc6d3fe 23:08:54 23:08:54 23:08:54 ==> Jenkins CI detected. 23:08:54 project root: . 23:08:54 --> token set from env 23:08:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:08:55 ==> Running gcov in . (disable via -X gcov) 23:08:55 ==> Python coveragepy not found 23:08:55 ==> Searching for coverage reports in: 23:08:55 + . 23:08:55 -> Found 1 reports 23:08:55 ==> Detecting git/mercurial file structure 23:08:55 ==> Reading reports 23:08:55 + ./coverage.out bytes=535934 23:08:55 ==> Appending adjustments 23:08:55 https://docs.codecov.io/docs/fixing-reports 23:09:04 + Found adjustments 23:09:04 ==> Gzipping contents 23:09:04 84K /tmp/codecov.p4vj1O.gz 23:09:04 ==> Uploading reports 23:09:04 url: https://codecov.io 23:09:04 query: branch=PR-2913&commit=68b4a6397b6cb246c6fab80d371f6d66b94b1622&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= 23:09:04 -> Pinging Codecov 23:09:04 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2913&commit=68b4a6397b6cb246c6fab80d371f6d66b94b1622&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= 23:09:04 -> Uploading to 23:09:04 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/68b4a6397b6cb246c6fab80d371f6d66b94b1622/b2846a1c-e187-497e-8dea-1de8bf0ecc1d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T230903Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b227fb75c837839c2faa04fc9d2d3ed03d112f43dc0a5ad19e4cc0017b11a3d2 23:09:04 % Total % Received % Xferd Average Speed Time Time Time Current 23:09:04 Dload Upload Total Spent Left Speed 23:09:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83668 0 0 100 83668 0 145k --:--:-- --:--:-- --:--:-- 145k 100 83668 0 0 100 83668 0 145k --:--:-- --:--:-- --:--:-- 145k 23:09:04 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/68b4a6397b6cb246c6fab80d371f6d66b94b1622 [Pipeline] } 23:09:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:09:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:09:08 ---> package-listing.sh 23:09:08 ++ facter osfamily 23:09:08 ++ tr '[:upper:]' '[:lower:]' 23:09:08 + OS_FAMILY=redhat 23:09:08 + workspace=/w/workspace/edgex-go/13 23:09:08 + START_PACKAGES=/tmp/packages_start.txt 23:09:08 + END_PACKAGES=/tmp/packages_end.txt 23:09:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:09:08 + PACKAGES=/tmp/packages_start.txt 23:09:08 + '[' /w/workspace/edgex-go/13 ']' 23:09:08 + PACKAGES=/tmp/packages_end.txt 23:09:08 + case "${OS_FAMILY}" in 23:09:08 + rpm -qa 23:09:08 + sort 23:09:17 + '[' -f /tmp/packages_start.txt ']' 23:09:17 + '[' -f /tmp/packages_end.txt ']' 23:09:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:09:17 + '[' /w/workspace/edgex-go/13 ']' 23:09:17 + mkdir -p /w/workspace/edgex-go/13/archives/ 23:09:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 23:09:17 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:09:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:09:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:18 23:09:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:09:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:19 alpine: Pulling from edgex-lftools-log-publisher 23:09:19 df20fa9351a1: Pulling fs layer 23:09:19 36b3adc4ff6f: Pulling fs layer 23:09:19 8ad3a11d3b57: Pulling fs layer 23:09:19 46f8f816bc3b: Pulling fs layer 23:09:19 93b61091891f: Pulling fs layer 23:09:19 93b9cdb0e59b: Pulling fs layer 23:09:19 5e14af77c1be: Pulling fs layer 23:09:19 01666e4c0597: Pulling fs layer 23:09:19 aa168da1d23b: Pulling fs layer 23:09:19 93b9cdb0e59b: Waiting 23:09:19 46f8f816bc3b: Waiting 23:09:19 93b61091891f: Waiting 23:09:19 01666e4c0597: Waiting 23:09:19 aa168da1d23b: Waiting 23:09:19 36b3adc4ff6f: Verifying Checksum 23:09:19 36b3adc4ff6f: Download complete 23:09:19 46f8f816bc3b: Verifying Checksum 23:09:19 46f8f816bc3b: Download complete 23:09:20 df20fa9351a1: Download complete 23:09:20 93b61091891f: Verifying Checksum 23:09:20 93b61091891f: Download complete 23:09:20 93b9cdb0e59b: Download complete 23:09:20 5e14af77c1be: Verifying Checksum 23:09:20 5e14af77c1be: Download complete 23:09:20 01666e4c0597: Verifying Checksum 23:09:20 01666e4c0597: Download complete 23:09:20 df20fa9351a1: Pull complete 23:09:21 36b3adc4ff6f: Pull complete 23:09:22 8ad3a11d3b57: Verifying Checksum 23:09:22 8ad3a11d3b57: Download complete 23:09:23 8ad3a11d3b57: Pull complete 23:09:23 46f8f816bc3b: Pull complete 23:09:25 93b61091891f: Pull complete 23:09:25 93b9cdb0e59b: Pull complete 23:09:25 5e14af77c1be: Pull complete 23:09:26 01666e4c0597: Pull complete 23:09:32 aa168da1d23b: Verifying Checksum 23:09:32 aa168da1d23b: Download complete 23:09:47 aa168da1d23b: Pull complete 23:09:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:09:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:09:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:09:48 prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container 23:09:49 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:09:55 $ docker top 64d28f9640c9a6bb66f7b9929ea92d98d8d839c56f77f0688bee3e6953dcdc5d -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:56 + touch /tmp/pre-build-complete [Pipeline] sh 23:09:57 + mkdir -p /var/log/sa [Pipeline] sh 23:09:58 + ls /var/log/sa-host 23:09:58 + sadf -c /var/log/sa-host/sa16 23:09:58 file_magic: OK 23:09:58 HZ: Using current value: 100 23:09:58 file_header: OK 23:09:58 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 23:09:58 Statistics: 23:09:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:09:58 File successfully converted to sysstat format version 12.2.1 23:09:58 + sadf -c /var/log/sa-host/sa23 23:09:58 file_magic: OK 23:09:58 HZ: Using current value: 100 23:09:58 file_header: OK 23:09:58 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 23:09:58 Statistics: 23:09:58 Hnuu...uuuununununu... 23:09:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:09:58 provisioning config files... 23:09:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config3153838617045532145tmp [Pipeline] { [Pipeline] echo 23:09:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:09:59 ---> create-netrc.sh [Pipeline] } 23:09:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:09:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:10:00 ---> python-tools-install.sh [Pipeline] echo 23:10:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:10:01 ---> sudo-logs.sh 23:10:01 Archiving 'sudo' log.. [Pipeline] echo 23:10:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:10:02 ---> job-cost.sh 23:10:02 lf-activate-venv: SKIPPING 23:10:02 INFO: No Stack... 23:10:03 INFO: Retrieving Pricing Info for: v1-standard-2 23:10:03 INFO: Archiving Costs [Pipeline] echo 23:10:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:10:04 ---> logs-deploy.sh 23:10:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/13 23:10:04 INFO: archiving workspace using pattern(s): 23:10:08 Archives upload complete. 23:10:08 INFO: archiving logs to Nexus