Pull request #3069 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at c7b5d06303d1c1949c9ce5e99765f1d861064f89 rather than 40ecce1e933b5d15e9b05e819678d44d5b3ec16c Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22251 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit 40ecce1e933b5d15e9b05e819678d44d5b3ec16c Merge succeeded, producing 40ecce1e933b5d15e9b05e819678d44d5b3ec16c Checking out Revision 40ecce1e933b5d15e9b05e819678d44d5b3ec16c (PR-3069) > git config core.sparsecheckout # timeout=10 > git checkout -f 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # timeout=10 Commit message: "feat: Remove MetadataCheck mechanism when adding Event" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:59:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:59:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:59:09 ========================================================= 08:59:09 EdgeX Global Pipelines Version Info 08:59:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:59:11 ------------------- 08:59:11 stable info: 08:59:11 ------------------- 08:59:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:59:11 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:59:11 Message: update stable to v1.0.179 08:59:12 ------------------- 08:59:12 experimental info: 08:59:12 ------------------- 08:59:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:59:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:59:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:59:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:59:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:59:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:59:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:59:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:59:14 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:59:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3069 [Pipeline] echo 08:59:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3069 [Pipeline] echo 08:59:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3069 [Pipeline] echo 08:59:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 40ecce1e933b5d15e9b05e819678d44d5b3ec16c [Pipeline] echo 08:59:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 40ecce1 [Pipeline] echo 08:59:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:59:15 provisioning config files... 08:59:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2708785663517261642tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:59:16 ---> docker-login.sh 08:59:16 nexus3.edgexfoundry.org:10001 08:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:16 Configure a credential helper to remove this warning. See 08:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:16 08:59:16 Login Succeeded 08:59:16 nexus3.edgexfoundry.org:10002 08:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:16 Configure a credential helper to remove this warning. See 08:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:16 08:59:16 Login Succeeded 08:59:16 nexus3.edgexfoundry.org:10003 08:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:16 Configure a credential helper to remove this warning. See 08:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:16 08:59:16 Login Succeeded 08:59:16 nexus3.edgexfoundry.org:10004 08:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:16 Configure a credential helper to remove this warning. See 08:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:16 08:59:16 Login Succeeded 08:59:16 docker.io 08:59:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:59:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:59:17 Configure a credential helper to remove this warning. See 08:59:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:59:17 08:59:17 Login Succeeded 08:59:17 ---> docker-login.sh ends [Pipeline] } 08:59:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:59:17 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/core-command/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo core-command,cmd/core-command/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/core-data/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo core-data,cmd/core-data/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/core-metadata/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo core-metadata,cmd/core-metadata/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/security-bootstrapper/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/security-proxy-setup/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/support-notifications/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo support-notifications,cmd/support-notifications/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/support-scheduler/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:59:17 + for file in '`ls cmd/**/Dockerfile`' 08:59:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:59:17 ++ cut -d/ -f2 08:59:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:59:17 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:59:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:59:19 08:59:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:59:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:59:19 latest: Pulling from edgex-devops/git-semver 08:59:19 31603596830f: Pulling fs layer 08:59:19 2a8b12db71e7: Pulling fs layer 08:59:19 6ca5941a6612: Pulling fs layer 08:59:19 ecc8261a40a4: Pulling fs layer 08:59:19 ecc8261a40a4: Waiting 08:59:19 2a8b12db71e7: Verifying Checksum 08:59:19 2a8b12db71e7: Download complete 08:59:19 31603596830f: Verifying Checksum 08:59:19 31603596830f: Download complete 08:59:20 ecc8261a40a4: Verifying Checksum 08:59:20 ecc8261a40a4: Download complete 08:59:20 6ca5941a6612: Verifying Checksum 08:59:20 6ca5941a6612: Download complete 08:59:20 31603596830f: Pull complete 08:59:20 2a8b12db71e7: Pull complete 08:59:21 6ca5941a6612: Pull complete 08:59:21 ecc8261a40a4: Pull complete 08:59:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:59:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:59:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:59:21 prd-centos7-docker-4c-2g-22251 does not seem to be running inside a container 08:59:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:59:23 $ docker top c4ffdbd7216d8bac78daf8d5fb68b6d6cc3cd216209b38777c2ea53d43ea0622 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:59:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:59:23 [ssh-agent] Looking for ssh-agent implementation... 08:59:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:59:24 $ docker exec c4ffdbd7216d8bac78daf8d5fb68b6d6cc3cd216209b38777c2ea53d43ea0622 ssh-agent 08:59:24 SSH_AUTH_SOCK=/tmp/ssh-M7qnmRd21oC5/agent.12 08:59:24 SSH_AGENT_PID=17 08:59:24 Running ssh-add (command line suppressed) 08:59:24 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7373479739115979489.key (/w/workspace/edgex-go/2@tmp/private_key_7373479739115979489.key) 08:59:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:59:24 + git tag --points-at HEAD [Pipeline] } 08:59:24 $ docker exec --env ******** --env ******** c4ffdbd7216d8bac78daf8d5fb68b6d6cc3cd216209b38777c2ea53d43ea0622 ssh-agent -k 08:59:25 unset SSH_AUTH_SOCK; 08:59:25 unset SSH_AGENT_PID; 08:59:25 echo Agent pid 17 killed; 08:59:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:59:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:59:25 [ssh-agent] Looking for ssh-agent implementation... 08:59:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:59:25 $ docker exec c4ffdbd7216d8bac78daf8d5fb68b6d6cc3cd216209b38777c2ea53d43ea0622 ssh-agent 08:59:25 SSH_AUTH_SOCK=/tmp/ssh-e1Ixjsha2nso/agent.46 08:59:25 SSH_AGENT_PID=51 08:59:25 Running ssh-add (command line suppressed) 08:59:25 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1892585285046334141.key (/w/workspace/edgex-go/2@tmp/private_key_1892585285046334141.key) 08:59:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:59:26 + git semver init 08:59:26 # -> Open(): unable to determine branch for HEAD 08:59:26 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:59:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:59:26 # $SEMVER_REMOTE_NAME = origin 08:59:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:59:26 # $SEMVER_USER_NAME = edgex-jenkins 08:59:26 # $SEMVER_BRANCH = PR-3069 08:59:26 # $SEMVER_TEMP = /tmp/semver-388014520 08:59:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:59:44 # '/tmp/semver-388014520' -> '/w/workspace/edgex-go/2/.semver' 08:59:45 # -> Force: false 08:59:45 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:59:45 $ docker exec --env ******** --env ******** c4ffdbd7216d8bac78daf8d5fb68b6d6cc3cd216209b38777c2ea53d43ea0622 ssh-agent -k 08:59:45 unset SSH_AUTH_SOCK; 08:59:45 unset SSH_AGENT_PID; 08:59:45 echo Agent pid 51 killed; 08:59:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:59:46 + git semver [Pipeline] } 08:59:46 $ docker stop --time=1 c4ffdbd7216d8bac78daf8d5fb68b6d6cc3cd216209b38777c2ea53d43ea0622 08:59:48 $ docker rm -f c4ffdbd7216d8bac78daf8d5fb68b6d6cc3cd216209b38777c2ea53d43ea0622 [Pipeline] // withDockerContainer [Pipeline] sh 08:59:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:59:49 Stashed 1 file(s) [Pipeline] echo 08:59:49 [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 08:59:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:59:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:59:50 + sudo service docker restart 08:59:50 + true 08:59:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:59:51 ========================================================= 08:59:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:59:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:59:51 + 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 . 08:59:54 Sending build context to Docker daemon 327.1MB 08:59:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:59:54 Step 2/6 : FROM ${BASE} 08:59:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:59:55 188c0c94c7c5: Pulling fs layer 08:59:55 0ef7d3d256c8: Pulling fs layer 08:59:55 de9db76c5a1d: Pulling fs layer 08:59:55 bca2f99d35d6: Pulling fs layer 08:59:55 93359f2a8cfa: Pulling fs layer 08:59:55 7c6f9722023f: Pulling fs layer 08:59:55 a35cf1a2eb13: Pulling fs layer 08:59:55 93359f2a8cfa: Waiting 08:59:55 7c6f9722023f: Waiting 08:59:55 a35cf1a2eb13: Waiting 08:59:55 bca2f99d35d6: Waiting 08:59:55 de9db76c5a1d: Download complete 08:59:55 0ef7d3d256c8: Verifying Checksum 08:59:55 0ef7d3d256c8: Download complete 08:59:55 93359f2a8cfa: Download complete 08:59:55 188c0c94c7c5: Verifying Checksum 08:59:55 188c0c94c7c5: Download complete 08:59:55 7c6f9722023f: Verifying Checksum 08:59:55 7c6f9722023f: Download complete 08:59:55 188c0c94c7c5: Pull complete 08:59:55 0ef7d3d256c8: Pull complete 08:59:56 de9db76c5a1d: Pull complete 08:59:57 a35cf1a2eb13: Verifying Checksum 08:59:57 a35cf1a2eb13: Download complete 08:59:58 bca2f99d35d6: Verifying Checksum 08:59:58 bca2f99d35d6: Download complete 09:00:03 bca2f99d35d6: Pull complete 09:00:03 93359f2a8cfa: Pull complete 09:00:03 7c6f9722023f: Pull complete 09:00:04 Still waiting to schedule task 09:00:04 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:00:07 a35cf1a2eb13: Pull complete 09:00:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:00:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:00:07 ---> a62c8e92a672 09:00:07 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:00:07 ---> Running in 63a4caaaed3d 09:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:00:09 (1/12) Installing libmagic (5.38-r0) 09:00:09 (2/12) Installing file (5.38-r0) 09:00:10 (3/12) Installing libc-dev (0.7.2-r3) 09:00:10 (4/12) Installing g++ (9.3.0-r2) 09:00:14 (5/12) Installing fortify-headers (1.1-r0) 09:00:14 (6/12) Installing patch (2.7.6-r6) 09:00:14 (7/12) Installing build-base (0.5-r2) 09:00:14 (8/12) Installing libsodium (1.0.18-r0) 09:00:14 (9/12) Installing pkgconf (1.7.2-r0) 09:00:14 (10/12) Installing libsodium-dev (1.0.18-r0) 09:00:14 (11/12) Installing libzmq (4.3.3-r0) 09:00:14 (12/12) Installing zeromq-dev (4.3.3-r0) 09:00:14 Executing busybox-1.31.1-r19.trigger 09:00:14 OK: 233 MiB in 51 packages 09:00:17 Removing intermediate container 63a4caaaed3d 09:00:17 ---> 375fe9f69130 09:00:17 Step 4/6 : WORKDIR /edgex-go 09:00:17 ---> Running in 61d60a57e97c 09:00:17 Removing intermediate container 61d60a57e97c 09:00:17 ---> d9c41a522077 09:00:17 Step 5/6 : COPY go.mod . 09:00:17 ---> f64f91ab9bd5 09:00:17 Step 6/6 : RUN go mod download 09:00:18 ---> Running in e4115f0d1f36 09:00:40 Removing intermediate container e4115f0d1f36 09:00:40 ---> 67cf286aefeb 09:00:40 Successfully built 67cf286aefeb 09:00:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:00:40 + docker inspect -f . ci-base-image-x86_64 09:00:40 . [Pipeline] withDockerContainer 09:00:40 prd-centos7-docker-4c-2g-22251 does not seem to be running inside a container 09:00:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 09:00:41 $ docker top 928ef0d2682d94bd53b9e98f8f8f132ff5f3796bfdff28a0f84679a045ee8625 -eo pid,comm [Pipeline] { [Pipeline] sh 09:00:41 + go version 09:00:41 go version go1.15.5 linux/amd64 [Pipeline] } 09:00:41 $ docker stop --time=1 928ef0d2682d94bd53b9e98f8f8f132ff5f3796bfdff28a0f84679a045ee8625 09:00:43 $ docker rm -f 928ef0d2682d94bd53b9e98f8f8f132ff5f3796bfdff28a0f84679a045ee8625 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:00:44 + docker inspect -f . ci-base-image-x86_64 09:00:44 . [Pipeline] withDockerContainer 09:00:44 prd-centos7-docker-4c-2g-22251 does not seem to be running inside a container 09:00:44 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 09:00:44 $ docker top 7500d44452af6ce46630e117abd3e863560499fa124a00843e173d6f37a8477f -eo pid,comm [Pipeline] { [Pipeline] echo 09:00:45 ========================================================= 09:00:45 [edgeXBuildGoParallel] Running Tests and Build... 09:00:45 ========================================================= [Pipeline] sh 09:00:45 + make test 09:00:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:00:55 ? github.com/edgexfoundry/edgex-go [no test files] 09:01:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:01:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:01:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:01:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:01:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:01:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:01:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:01:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:01:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:01:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:01:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:01:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:01:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:01:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:01:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.6% of statements 09:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:01:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.235s coverage: 27.1% of statements 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.079s coverage: 65.8% of statements 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.3% of statements 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:01:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.325s coverage: 28.6% of statements 09:01:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:01:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:01:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:01:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:01:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:01:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 09:01:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:01:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 09:01:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:01:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 09:01:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 09:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:01:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 09:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:01:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.394s coverage: 92.8% of statements 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 0.1% of statements 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:01:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 43.8% of statements 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements 09:01:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.046s coverage: 94.4% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.062s coverage: 87.2% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 91.4% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.270s coverage: 68.9% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.276s coverage: 84.0% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.738s coverage: 29.1% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:01:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 09:01:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 09:01:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 09:01:45 GO111MODULE=on go vet ./... 09:02:12 gofmt -l . 09:02:12 [ "`gofmt -l .`" = "" ] 09:02:12 ./bin/test-go-mod-tidy.sh 09:02:12 ./bin/test-attribution-txt.sh [Pipeline] sh 09:02:12 + ls -al . 09:02:12 total 668 09:02:12 drwxrwxr-x 10 1001 1001 4096 Jan 22 09:02 . 09:02:12 drwxr-xr-x 4 root root 28 Jan 22 09:00 .. 09:02:12 -rw-rw-r-- 1 1001 1001 11 Jan 22 08:59 .dockerignore 09:02:12 drwxrwxr-x 8 1001 1001 179 Jan 22 08:59 .git 09:02:12 drwxrwxr-x 3 1001 1001 125 Jan 22 08:59 .github 09:02:12 -rw-rw-r-- 1 1001 1001 872 Jan 22 08:59 .gitignore 09:02:12 drwx------ 3 1001 1001 47 Jan 22 08:59 .semver 09:02:12 -rw-rw-r-- 1 1001 1001 166 Jan 22 08:59 .sonarcloud.properties 09:02:12 -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:59 Attribution.txt 09:02:12 -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:59 CONTRIBUTING.md 09:02:12 -rw-rw-r-- 1 1001 1001 931 Jan 22 08:59 Dockerfile.build 09:02:12 -rw-rw-r-- 1 1001 1001 863 Jan 22 08:59 Jenkinsfile 09:02:12 -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:59 LICENSE 09:02:12 -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:59 Makefile 09:02:12 -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:59 README.md 09:02:12 -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:59 SECURITY.md 09:02:12 -rw-rw-r-- 1 1001 1001 5 Jan 22 08:59 VERSION 09:02:12 -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:59 ZMQWindows.md 09:02:12 drwxrwxr-x 2 1001 1001 117 Jan 22 08:59 bin 09:02:12 drwxrwxr-x 15 1001 1001 4096 Jan 22 08:59 cmd 09:02:12 -rw-r--r-- 1 root root 563439 Jan 22 09:01 coverage.out 09:02:12 -rw-r--r-- 1 root root 1053 Jan 22 09:02 go.mod 09:02:12 -rw-r--r-- 1 root root 18878 Jan 22 09:02 go.sum 09:02:12 drwxrwxr-x 8 1001 1001 127 Jan 22 08:59 internal 09:02:12 drwxrwxr-x 4 1001 1001 26 Jan 22 08:59 openapi 09:02:12 drwxrwxr-x 4 1001 1001 71 Jan 22 08:59 snap 09:02:12 -rw-rw-r-- 1 1001 1001 168 Jan 22 08:59 version.go [Pipeline] sh 09:02:13 + '[' -e coverage.out ] 09:02:13 + chown 1001:1001 coverage.out [Pipeline] stash 09:02:13 Stashed 1 file(s) [Pipeline] sh 09:02:13 + make build 09:02: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 09:02:17 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 09: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 09: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 09:02: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 09:02:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:02:28 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 09:02:30 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 09:02:31 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 09:02:32 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 09:02:33 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 09:02:34 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 09:02:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 09:02:37 $ docker stop --time=1 7500d44452af6ce46630e117abd3e863560499fa124a00843e173d6f37a8477f 09:02:38 $ docker rm -f 7500d44452af6ce46630e117abd3e863560499fa124a00843e173d6f37a8477f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:02:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:02:42 09:02:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:02:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:02:43 latest: Pulling from edgex-devops/edgex-compose 09:02:43 cbdbe7a5bc2a: Pulling fs layer 09:02:43 ca9280d653b3: Pulling fs layer 09:02:43 7e9c9ca2126c: Pulling fs layer 09:02:43 cbdbe7a5bc2a: Verifying Checksum 09:02:43 cbdbe7a5bc2a: Download complete 09:02:43 cbdbe7a5bc2a: Pull complete 09:02:43 ca9280d653b3: Download complete 09:02:45 7e9c9ca2126c: Download complete 09:02:45 ca9280d653b3: Pull complete 09:02:50 7e9c9ca2126c: Pull complete 09:02:50 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:02:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:02:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:02:50 prd-centos7-docker-4c-2g-22251 does not seem to be running inside a container 09:02:50 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat 09:02:53 $ docker top 04d6477a3f22ad581542847ff59e97947644056760553436244a21c78928a39b -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:54 + docker-compose build --help 09:02:54 + grep parallel 09:02:55 --parallel Build images in parallel. [Pipeline] } 09:02:55 $ docker stop --time=1 04d6477a3f22ad581542847ff59e97947644056760553436244a21c78928a39b 09:02:56 $ docker rm -f 04d6477a3f22ad581542847ff59e97947644056760553436244a21c78928a39b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:02:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:02:57 . [Pipeline] withDockerContainer 09:02:57 prd-centos7-docker-4c-2g-22251 does not seem to be running inside a container 09:02:57 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 09:02:58 $ docker top 95613da2a1a71bf921186ff7aba2089912ec1f319112712c6569a45253e1c388 -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:58 + docker-compose -f ./docker-compose-build.yml build --parallel 09:02:59 Building docker-core-command-go ... 09:02:59 Building docker-core-data-go ... 09:02:59 Building docker-core-metadata-go ... 09:02:59 Building docker-security-bootstrapper-go ... 09:02:59 Building docker-security-proxy-setup-go ... 09:02:59 Building docker-security-secretstore-setup-go ... 09:02:59 Building docker-support-notifications-go ... 09:02:59 Building docker-support-scheduler-go ... 09:02:59 Building docker-sys-mgmt-agent-go ... 09:02:59 Building docker-support-notifications-go 09:02:59 Building docker-sys-mgmt-agent-go 09:02:59 Building docker-core-metadata-go 09:02:59 Building docker-security-proxy-setup-go 09:02:59 Building docker-support-scheduler-go 09:03:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:03:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:03:26 ---> 67cf286aefeb 09:03:26 Step 3/22 : WORKDIR /edgex-go 09:03:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:03:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:03:26 ---> 67cf286aefeb 09:03:26 Step 3/23 : WORKDIR /edgex-go 09:03:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:03:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:03:27 ---> 67cf286aefeb 09:03:27 Step 3/22 : WORKDIR /edgex-go 09:03:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:03:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:03:27 ---> 67cf286aefeb 09:03:27 Step 3/21 : WORKDIR /edgex-go 09:03:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:03:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:03:27 ---> 67cf286aefeb 09:03:27 Step 3/26 : WORKDIR /edgex-go 09:03:28 ---> Running in 98af4193dafc 09:03:28 ---> Running in f34f4a6f7454 09:03:28 ---> Running in b5d9f60d921c 09:03:28 ---> Running in 918ea250ca7c 09:03:28 ---> Running in 370e19b6f576 09:03:29 Removing intermediate container b5d9f60d921c 09:03:29 ---> 9dcea515a712 09:03:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:29 Removing intermediate container 370e19b6f576 09:03:29 ---> 5bc3ac13bd4b 09:03:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:29 Removing intermediate container f34f4a6f7454 09:03:29 ---> 745460e0bb2d 09:03:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:29 Removing intermediate container 918ea250ca7c 09:03:29 ---> 418e6f4ae3a4 09:03:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:29 Removing intermediate container 98af4193dafc 09:03:29 ---> 2be0ea0a83ab 09:03:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:03:29 ---> Running in 9851f1b13d17 09:03:29 ---> Running in 6dec963a51e7 09:03:29 ---> Running in cb7868e2f4fb 09:03:29 ---> Running in 8774b6f819d6 09:03:29 ---> Running in 308ea42e1a51 09:03:31 Removing intermediate container 9851f1b13d17 09:03:31 ---> 86f67c1b3aaa 09:03:31 Step 5/26 : RUN apk add --update --no-cache make bash git 09:03:31 Removing intermediate container 6dec963a51e7 09:03:31 ---> 4d856bbb6ba2 09:03:31 Step 5/23 : RUN apk add --update --no-cache make git 09:03:31 ---> Running in d31ca510760a 09:03:31 Removing intermediate container cb7868e2f4fb 09:03:31 ---> fa5abb784003 09:03:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:03:31 ---> Running in 36fb25f60bf9 09:03:31 ---> Running in dd4063b59f5d 09:03:31 Removing intermediate container 308ea42e1a51 09:03:31 ---> b9eb331b93fd 09:03:31 Step 5/22 : RUN apk add --update --no-cache make git 09:03:32 Removing intermediate container 8774b6f819d6 09:03:32 ---> 5b98ff0f550f 09:03:32 Step 5/21 : RUN apk add --update --no-cache make git 09:03:32 ---> Running in 96e04a5eeaa5 09:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:32 ---> Running in b44b490cd3ac 09:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:33 OK: 233 MiB in 51 packages 09:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:33 OK: 233 MiB in 51 packages 09:03:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:03:33 Removing intermediate container d31ca510760a 09:03:33 ---> ce859abbdafe 09:03:33 Step 6/26 : COPY go.mod . 09:03:33 OK: 233 MiB in 51 packages 09:03:34 OK: 233 MiB in 51 packages 09:03:34 ---> 23f0a95ac6e4 09:03:34 Step 7/26 : RUN go mod download 09:03:34 OK: 233 MiB in 51 packages 09:03:34 ---> Running in b36071f298be 09:03:34 Removing intermediate container 36fb25f60bf9 09:03:34 ---> 86ab410bddff 09:03:34 Step 6/23 : COPY go.mod . 09:03:34 Removing intermediate container dd4063b59f5d 09:03:34 ---> 9bf2515ce373 09:03:34 Step 6/22 : COPY go.mod . 09:03:34 ---> 20379aea14d6 09:03:34 Step 7/23 : RUN go mod download 09:03:34 Removing intermediate container 96e04a5eeaa5 09:03:34 ---> a2bc1b512e70 09:03:34 Step 6/22 : COPY go.mod . 09:03:34 ---> Running in 4d60ee3a26ea 09:03:35 ---> c2d816ed409a 09:03:35 Step 7/22 : RUN go mod download 09:03:35 ---> Running in cf66c97eb2ea 09:03:35 ---> 846d38f98fa4 09:03:35 Step 7/22 : RUN go mod download 09:03:35 Removing intermediate container b44b490cd3ac 09:03:35 ---> 73cc6f6c973a 09:03:35 Step 6/21 : COPY go.mod . 09:03:35 ---> Running in 1df0d213b4b9 09:03:36 ---> 8b98134ddaca 09:03:36 Step 7/21 : RUN go mod download 09:03:36 ---> Running in 44cbc3faca69 09:03:36 Removing intermediate container 4d60ee3a26ea 09:03:36 ---> ddfe0d16dd4b 09:03:36 Step 8/23 : COPY . . 09:03:37 Removing intermediate container b36071f298be 09:03:37 ---> cd6550196869 09:03:37 Step 8/26 : COPY . . 09:03:43 Removing intermediate container cf66c97eb2ea 09:03:43 ---> dbd49864e7be 09:03:43 Step 8/22 : COPY . . 09:03:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22253 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [Pipeline] { [Pipeline] ws 09:03:46 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:03:48 Removing intermediate container 1df0d213b4b9 09:03:48 ---> 5b20edaa162e 09:03:48 Step 8/22 : COPY . . 09:03:52 Removing intermediate container 44cbc3faca69 09:03:52 ---> a8a29908ecbe 09:03:52 Step 8/21 : COPY . . 09:03:53 using credential edgex-jenkins-ssh 09:03:53 Cloning the remote Git repository 09:03:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:03:53 > git init /w/workspace/edgex-go/2 # timeout=10 09:03:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:03:53 > git --version # timeout=10 09:03:53 > git --version # 'git version 2.17.1' 09:03:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:03:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:04:10 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit 40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:04:10 Merge succeeded, producing 40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:04:10 Checking out Revision 40ecce1e933b5d15e9b05e819678d44d5b3ec16c (PR-3069) 09:04:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:04:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:04:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:04:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:04:09 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:04:10 > git config core.sparsecheckout # timeout=10 09:04:10 > git checkout -f 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # timeout=10 09:04:10 > git remote # timeout=10 09:04:10 > git config --get remote.origin.url # timeout=10 09:04:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:04:10 > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 09:04:10 > git rev-parse HEAD^{commit} # timeout=10 09:04:10 > git config core.sparsecheckout # timeout=10 09:04:10 > git checkout -f 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # timeout=10 09:04:14 ---> 469ca82ab13b 09:04:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:04:15 Commit message: "feat: Remove MetadataCheck mechanism when adding Event" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:04:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:04:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:04:17 ---> Running in 406cfc04009e 09:04:17 + sudo service docker restart 09:04:17 + true 09:04:19 ---> 6412244d5761 09:04:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:04:19 provisioning config files... 09:04:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7558135922260875355tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:04:20 ---> docker-login.sh 09:04:20 nexus3.edgexfoundry.org:10001 09:04:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:21 Configure a credential helper to remove this warning. See 09:04:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:21 09:04:21 Login Succeeded 09:04:21 nexus3.edgexfoundry.org:10002 09:04:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:22 Configure a credential helper to remove this warning. See 09:04:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:22 09:04:22 Login Succeeded 09:04:22 nexus3.edgexfoundry.org:10003 09:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:22 Configure a credential helper to remove this warning. See 09:04:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:22 09:04:22 Login Succeeded 09:04:22 nexus3.edgexfoundry.org:10004 09:04:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:23 ---> cb6d72e222eb 09:04:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:04:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:23 Configure a credential helper to remove this warning. See 09:04:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:23 09:04:23 Login Succeeded 09:04:23 docker.io 09:04:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:04:23 ---> Running in ab53e5e8616a 09:04:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:04:23 Configure a credential helper to remove this warning. See 09:04:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:04:23 09:04:23 Login Succeeded 09:04:23 ---> docker-login.sh ends [Pipeline] } 09:04:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 09:04:24 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] echo 09:04:24 ========================================================= 09:04:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:04:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:04:24 + 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 . 09:04:24 ---> fb2dc2207848 09:04:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:04:24 ---> d141edd2661f 09:04:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:04:24 ---> Running in 9d5c1d930d8a 09:04:25 ---> Running in 4c5eae6446ec 09:04:25 ---> Running in 1df499086f73 09:04: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 09:04: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 09:04: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 09:04:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:04:27 Sending build context to Docker daemon 165.9MB 09:04:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:04:27 Step 2/6 : FROM ${BASE} 09:04:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:04:27 5f621e34cdf4: Pulling fs layer 09:04:27 a4357932f1b6: Pulling fs layer 09:04:27 18c013af1878: Pulling fs layer 09:04:27 00ac8860ef70: Pulling fs layer 09:04:27 63d7cb157983: Pulling fs layer 09:04:27 b116817d02f9: Pulling fs layer 09:04:27 745a02a5169b: Pulling fs layer 09:04:27 00ac8860ef70: Waiting 09:04:27 63d7cb157983: Waiting 09:04:27 b116817d02f9: Waiting 09:04:27 18c013af1878: Verifying Checksum 09:04:27 18c013af1878: Download complete 09:04:27 a4357932f1b6: Download complete 09:04:27 63d7cb157983: Verifying Checksum 09:04:27 63d7cb157983: Download complete 09:04:27 b116817d02f9: Verifying Checksum 09:04:27 b116817d02f9: Download complete 09:04:27 5f621e34cdf4: Verifying Checksum 09:04:27 5f621e34cdf4: Download complete 09:04:27 5f621e34cdf4: Pull complete 09:04:28 a4357932f1b6: Pull complete 09:04:28 18c013af1878: Pull complete 09:04:29 745a02a5169b: Verifying Checksum 09:04:29 745a02a5169b: Download complete 09:04:30 00ac8860ef70: Verifying Checksum 09:04:30 00ac8860ef70: Download complete 09:04:43 00ac8860ef70: Pull complete 09:04:43 63d7cb157983: Pull complete 09:04:43 b116817d02f9: Pull complete 09:04:45 745a02a5169b: Pull complete 09:04:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:04:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:04:45 ---> b7e6874047d6 09:04:45 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:04:49 ---> Running in 6a54e485703b 09:04:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:04:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:04:51 (1/12) Installing libmagic (5.38-r0) 09:04:51 (2/12) Installing file (5.38-r0) 09:04:52 (3/12) Installing libc-dev (0.7.2-r3) 09:04:52 (4/12) Installing g++ (9.3.0-r2) 09:04:58 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 09:04:58 (5/12) Installing fortify-headers (1.1-r0) 09:04:59 (6/12) Installing patch (2.7.6-r6) 09:04:59 (7/12) Installing build-base (0.5-r2) 09:04:59 (8/12) Installing libsodium (1.0.18-r0) 09:04:59 Removing intermediate container 9d5c1d930d8a 09:04:59 ---> 95e555d0bdd1 09:04:59 09:04:59 Step 10/22 : FROM alpine:3.12 09:04:59 Removing intermediate container 4c5eae6446ec 09:04:59 Removing intermediate container ab53e5e8616a 09:04:59 ---> 8f2eaf09f7dc 09:04:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor ---> 925229ae9e77 09:04:59 09:04:59 09:04:59 Step 10/22 : FROM alpine:3.12 09:04:59 3.12: Pulling from library/alpine 09:04:59 3.12: Pulling from library/alpine 09:04:59 ---> Running in 00bdf89f549f 09:04:59 (9/12) Installing pkgconf (1.7.2-r0) 09:04:59 (10/12) Installing libsodium-dev (1.0.18-r0) 09:04:59 (11/12) Installing libzmq (4.3.3-r0) 09:04:59 (12/12) Installing zeromq-dev (4.3.3-r0) 09:04:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:04:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:04:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:04:59 Status: Downloaded newer image for alpine:3.12 09:04:59 ---> 389fef711851 09:04:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:04:59 Status: Downloaded newer image for alpine:3.12 09:04:59 ---> 389fef711851 09:04:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:04:59 Executing busybox-1.31.1-r19.trigger 09:04:59 OK: 217 MiB in 51 packages 09:05:02 ---> Running in b8d575a3df8d 09:05:02 ---> Running in 16790c261446 09:05:02 Removing intermediate container 1df499086f73 09:05:02 ---> 368c86af9cd2 09:05:02 09:05:02 Step 10/21 : FROM alpine:3.12 09:05:02 ---> 389fef711851 09:05:02 Step 11/21 : RUN apk add --update --no-cache curl 09:05:02 Removing intermediate container 406cfc04009e 09:05:02 ---> 295631ce7348 09:05:02 09:05:02 Step 10/23 : FROM alpine:3.12 09:05:02 ---> 389fef711851 09:05:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:05:02 ---> Running in dce4af49966f 09:05:02 ---> Running in 155d3f673591 09:05:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:03 (1/1) Installing dumb-init (1.2.2-r1) 09:05:03 Executing busybox-1.31.1-r19.trigger 09:05:03 OK: 6 MiB in 15 packages 09:05:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:04 Removing intermediate container 00bdf89f549f 09:05:04 ---> 4d1ee91f0f12 09:05:04 09:05:04 Step 11/26 : FROM docker:20.10.0 09:05:04 (1/2) Installing ca-certificates (20191127-r4) 09:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:04 20.10.0: Pulling from library/docker 09:05:04 (2/2) Installing dumb-init (1.2.2-r1) 09:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:04 Executing busybox-1.31.1-r19.trigger 09:05:04 Executing ca-certificates-20191127-r4.trigger 09:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:04 OK: 6 MiB in 16 packages 09:05:04 Removing intermediate container 6a54e485703b 09:05:04 ---> 57755d2e3b59 09:05:04 Step 4/6 : WORKDIR /edgex-go 09:05:04 ---> Running in e3aeb2ef87fb 09:05:04 (1/4) Installing ca-certificates (20191127-r4) 09:05:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:05:04 (3/4) Installing libcurl (7.69.1-r3) 09:05:04 (4/4) Installing curl (7.69.1-r3) 09:05:04 (1/1) Installing dumb-init (1.2.2-r1) 09:05:04 Executing busybox-1.31.1-r19.trigger 09:05:04 Executing busybox-1.31.1-r19.trigger 09:05:04 Executing ca-certificates-20191127-r4.trigger 09:05:04 OK: 6 MiB in 15 packages 09:05:04 OK: 7 MiB in 18 packages 09:05:04 Removing intermediate container e3aeb2ef87fb 09:05:04 ---> 71c942901382 09:05:04 Step 5/6 : COPY go.mod . 09:05:04 Removing intermediate container b8d575a3df8d 09:05:04 ---> b32ed387b354 09:05:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:05:05 ---> 169b2f28e866 09:05:05 Step 6/6 : RUN go mod download 09:05:05 ---> Running in b1a1426df487 09:05:05 ---> Running in c270c7035bb5 09:05:07 Removing intermediate container c270c7035bb5 09:05:07 ---> fd803b985d79 09:05:07 Step 13/22 : ENV APP_PORT=48085 09:05:07 Removing intermediate container 16790c261446 09:05:07 ---> 31435a1c69eb 09:05:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:05:07 Removing intermediate container dce4af49966f 09:05:07 ---> 13e27690b9a3 09:05:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:05:07 ---> Running in 37478f0709b8 09:05:07 Removing intermediate container 155d3f673591 09:05:07 ---> d63b4f999853 09:05:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:05:07 ---> Running in 69575e32196c 09:05:07 ---> Running in beefedecf7a2 09:05:08 ---> Running in d470c3c501aa 09:05:08 Removing intermediate container 37478f0709b8 09:05:08 ---> 4100c4f1f8e8 09:05:08 Step 14/22 : EXPOSE $APP_PORT 09:05:08 Removing intermediate container 69575e32196c 09:05:08 ---> 931e3d107df8 09:05:08 Step 13/21 : WORKDIR /edgex 09:05:08 Removing intermediate container beefedecf7a2 09:05:08 ---> e3bebfaaa69f 09:05:08 Step 13/22 : ENV APP_PORT=48060 09:05:08 Removing intermediate container d470c3c501aa 09:05:08 ---> 107e9882fc8a 09:05:08 Step 13/23 : ENV APP_PORT=48081 09:05:08 ---> Running in aa6c967bad07 09:05:08 ---> Running in 02c9bf6d299b 09:05:08 ---> Running in 59285e10a68d 09:05:08 ---> Running in 65201762e3ed 09:05:08 Removing intermediate container aa6c967bad07 09:05:08 ---> eaca525b4df7 09:05:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:05:08 Removing intermediate container 02c9bf6d299b 09:05:08 ---> 83d7bde4bf01 09:05:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:05:08 Removing intermediate container 59285e10a68d 09:05:08 ---> 3f0c3a686063 09:05:08 Step 14/22 : EXPOSE $APP_PORT 09:05:09 ---> Running in 3de2ecf78b45 09:05:09 Removing intermediate container 65201762e3ed 09:05:09 ---> 29dd8026941d 09:05:09 Step 14/23 : EXPOSE $APP_PORT 09:05:09 ---> 43da1d823953 09:05:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:05:09 ---> Running in 0866afd330cd 09:05:09 ---> 30bf4c69378a 09:05:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:05:09 Removing intermediate container 3de2ecf78b45 09:05:09 ---> 5636373ae08c 09:05:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:05:09 Removing intermediate container 0866afd330cd 09:05:09 ---> b61ef7442c4a 09:05:09 Step 15/23 : WORKDIR / 09:05:10 ---> 0999b62f8968 09:05:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:05:10 ---> Running in 5e46a31a1787 09:05:10 ---> aa7088f9c46f 09:05:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:05:10 ---> c51517cf4ac6 09:05:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:05:10 Removing intermediate container 5e46a31a1787 09:05:10 ---> 5a10e78bba04 09:05:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:05:11 ---> e202e1fb46b3 09:05:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:05:11 ---> f7062d28fcad 09:05:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:05:11 ---> b37e69c73bdb 09:05:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:05:11 ---> e7b124b449c4 09:05:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:05:11 ---> Running in 17e55c07752a 09:05:11 ---> Running in e9e50c900fb5 09:05:12 Removing intermediate container 17e55c07752a 09:05:12 ---> d1b7b6105681 09:05:12 Step 18/21 : CMD ["--init=true"] 09:05:12 ---> Running in ca428670d1f5 09:05:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:05:12 ---> fcbaa40026a8 09:05:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:05:12 Status: Downloaded newer image for docker:20.10.0 09:05:12 ---> aefe523efa57 09:05:12 Step 12/26 : RUN apk add --no-cache bash 09:05:12 Removing intermediate container e9e50c900fb5 09:05:12 ---> bb5ddf76ea8b 09:05:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:12 ---> cd5aa69e3803 09:05:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:05:12 ---> Running in bd7557812c6d 09:05:12 ---> Running in 9d0e79849012 09:05:12 ---> Running in c6cb982ade2f 09:05:12 Removing intermediate container ca428670d1f5 09:05:12 ---> faf27e3c69fb 09:05:12 Step 19/21 : LABEL arch=x86_64 09:05:12 ---> b5a8b683a8a5 09:05:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:05:12 ---> Running in a622ba960e39 09:05:13 Removing intermediate container 9d0e79849012 09:05:13 ---> 514c2ce8d244 09:05:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:13 ---> Running in bd07ac6084d6 09:05:13 Removing intermediate container c6cb982ade2f 09:05:13 ---> c5de23e8bd46 09:05:13 Step 20/22 : LABEL arch=x86_64 09:05:13 ---> Running in 2c1c6c0a6e8c 09:05:13 ---> Running in 5212b6ce32c8 09:05:13 Removing intermediate container a622ba960e39 09:05:13 ---> 2ad4bda12ca5 09:05:13 Step 20/21 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:05:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:13 Removing intermediate container bd07ac6084d6 09:05:13 ---> 7123ab2bb487 09:05:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:05:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:13 ---> Running in 438236e42419 09:05:13 ---> Running in 43ea1523945d 09:05:13 Removing intermediate container 2c1c6c0a6e8c 09:05:13 ---> e948e3f8b9b1 09:05:13 Step 20/22 : LABEL arch=x86_64 09:05:13 (1/2) Installing readline (8.0.4-r0) 09:05:13 Removing intermediate container 5212b6ce32c8 09:05:13 ---> 0f64fe323c2f 09:05:13 Step 21/22 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:05:13 (2/2) Installing bash (5.0.17-r0) 09:05:13 Executing bash-5.0.17-r0.post-install 09:05:13 Executing busybox-1.31.1-r19.trigger 09:05:13 ---> Running in 1abd72ae1b4c 09:05:13 OK: 12 MiB in 22 packages 09:05:13 ---> Running in 5aba3be88b7d 09:05:13 Removing intermediate container 43ea1523945d 09:05:13 ---> aaa8f9f07ffa 09:05:13 Step 21/21 : LABEL version=0.0.0 09:05:13 Removing intermediate container 438236e42419 09:05:13 ---> 3d5de44754e4 09:05:13 Step 21/23 : LABEL arch=x86_64 09:05:14 Removing intermediate container 1abd72ae1b4c 09:05:14 ---> 4ea00a575910 09:05:14 Step 21/22 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:05:14 ---> Running in 96f376159720 09:05:14 ---> Running in 6c18e9be7efa 09:05:14 ---> Running in d1a31c9740db 09:05:14 Removing intermediate container 5aba3be88b7d 09:05:14 ---> 2344a545dc04 09:05:14 Step 22/22 : LABEL version=0.0.0 09:05:14 ---> Running in 18b110126f6a 09:05:14 Removing intermediate container 96f376159720 09:05:14 ---> 3222d43c2ce8 09:05:14 09:05:14 Removing intermediate container 6c18e9be7efa 09:05:14 ---> 077cbfaf3547 09:05:14 Step 22/23 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:05:14 Removing intermediate container d1a31c9740db 09:05:14 ---> 24694d034a63 09:05:14 Step 22/22 : LABEL version=0.0.0 09:05:15 Removing intermediate container bd7557812c6d 09:05:15 ---> f1053706961a 09:05:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:05:15 Successfully built 3222d43c2ce8 09:05:15 Removing intermediate container 18b110126f6a 09:05:15 ---> a3782b9d4a6c 09:05:15 09:05:15 Successfully tagged docker-security-proxy-setup-go:latest 09:05:15  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 09:05:15 ---> Running in cff2e4196364 09:05:15 Successfully built a3782b9d4a6c 09:05:15 ---> Running in bc99106a7954 09:05:15 ---> Running in 29b4d5ee5ec7 09:05:15 Successfully tagged docker-support-scheduler-go:latest 09:05:15  Building docker-support-scheduler-go ... done Building docker-core-data-go 09:05:15 Removing intermediate container cff2e4196364 09:05:15 ---> a3a7e8563a1a 09:05:15 Step 23/23 : LABEL version=0.0.0 09:05:15 Removing intermediate container bc99106a7954 09:05:15 ---> 1575f3175344 09:05:15 09:05:15 ---> Running in 9f624637ab29 09:05:15 Successfully built 1575f3175344 09:05:15 Removing intermediate container 29b4d5ee5ec7 09:05:15 ---> 2c3c0fb95aca 09:05:15 Step 14/26 : ENV APP_PORT=48090 09:05:15 Successfully tagged docker-support-notifications-go:latest 09:05:15  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 09:05:15 ---> Running in 21e0741eb6fa 09:05:16 Removing intermediate container 9f624637ab29 09:05:16 ---> 582eeb7079c7 09:05:16 09:05:16 Successfully built 582eeb7079c7 09:05:16 Removing intermediate container 21e0741eb6fa 09:05:16 ---> aaf02ce80018 09:05:16 Step 15/26 : EXPOSE $APP_PORT 09:05:16 Successfully tagged docker-core-metadata-go:latest 09:05:16 Building docker-security-bootstrapper-go 09:05:19  Building docker-core-metadata-go ... done  ---> Running in 94693a16d3f7 09:05:19 Removing intermediate container 94693a16d3f7 09:05:19 ---> 612ca00d745e 09:05:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:05:23 ---> 5761db05a8d0 09:05:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:05:26 ---> a43b792fa7dd 09:05:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:05:26 ---> 1873354473a9 09:05:26 Step 19/26 : RUN apk --no-cache add py3-pip 09:05:26 ---> Running in 860b81aac6d8 09:05:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:27 (1/33) Installing libbz2 (1.0.8-r1) 09:05:27 (2/33) Installing expat (2.2.9-r1) 09:05:27 (3/33) Installing libffi (3.3-r2) 09:05:27 (4/33) Installing gdbm (1.13-r1) 09:05:27 (5/33) Installing xz-libs (5.2.5-r0) 09:05:27 (6/33) Installing sqlite-libs (3.32.1-r0) 09:05:27 (7/33) Installing python3 (3.8.5-r0) 09:05:32 Removing intermediate container b1a1426df487 09:05:32 ---> 0fe97ad2ebd2 09:05:32 Successfully built 0fe97ad2ebd2 09:05:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:05:32 + docker inspect -f . ci-base-image-arm64 09:05:32 . [Pipeline] withDockerContainer 09:05:32 prd-ubuntu18.04-docker-arm64-4c-16g-22253 does not seem to be running inside a container 09:05:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 09:05:34 $ docker top 68117e82f43ed4506314b58f6871342fc9ea5600e4b3822ab72d3b382836966d -eo pid,comm [Pipeline] { [Pipeline] sh 09:05:35 + go version 09:05:35 go version go1.15.5 linux/arm64 [Pipeline] } 09:05:35 $ docker stop --time=1 68117e82f43ed4506314b58f6871342fc9ea5600e4b3822ab72d3b382836966d 09:05:37 $ docker rm -f 68117e82f43ed4506314b58f6871342fc9ea5600e4b3822ab72d3b382836966d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:05:38 + docker inspect -f . ci-base-image-arm64 09:05:38 . [Pipeline] withDockerContainer 09:05:38 prd-ubuntu18.04-docker-arm64-4c-16g-22253 does not seem to be running inside a container 09:05:38 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 09:05:40 $ docker top f0dc390a089be67ac02dd33e45d6665090e6c99f1cc54e6537263f28ca9e350c -eo pid,comm [Pipeline] { [Pipeline] echo 09:05:40 ========================================================= 09:05:40 [edgeXBuildGoParallel] Running Tests and Build... 09:05:40 ========================================================= [Pipeline] sh 09:05:41 + make test 09:05:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:05:42 (8/33) Installing py3-appdirs (1.4.4-r1) 09:05:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:05:42 (10/33) Installing py3-parsing (2.4.7-r0) 09:05:42 (11/33) Installing py3-six (1.15.0-r0) 09:05:43 (12/33) Installing py3-packaging (20.4-r0) 09:05:44 (13/33) Installing py3-setuptools (47.0.0-r0) 09:05:44 (14/33) Installing py3-chardet (3.0.4-r4) 09:05:45 (15/33) Installing py3-idna (2.9-r0) 09:05:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:05:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:05:46 (18/33) Installing py3-requests (2.23.0-r0) 09:05:46 (19/33) Installing py3-msgpack (1.0.0-r0) 09:05:47 (20/33) Installing py3-lockfile (0.12.2-r3) 09:05:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:05:47 (22/33) Installing py3-colorama (0.4.3-r0) 09:05:47 (23/33) Installing py3-distlib (0.3.0-r0) 09:05:47 (24/33) Installing py3-distro (1.5.0-r1) 09:05:47 (25/33) Installing py3-webencodings (0.5.1-r3) 09:05:48 (26/33) Installing py3-html5lib (1.0.1-r4) 09:05:48 (27/33) Installing py3-pytoml (0.1.21-r0) 09:05:48 (28/33) Installing py3-pep517 (0.8.2-r0) 09:05:48 (29/33) Installing py3-progress (1.5-r0) 09:05:48 (30/33) Installing py3-toml (0.10.1-r0) 09:05:48 (31/33) Installing py3-retrying (1.3.3-r0) 09:05:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:05:48 (33/33) Installing py3-pip (20.1.1-r0) 09:05:48 Executing busybox-1.31.1-r19.trigger 09:05:49 OK: 71 MiB in 55 packages 09:05:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:05:49 ---> 67cf286aefeb 09:05:49 Step 3/24 : WORKDIR /edgex-go 09:05:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:05:49 ---> 67cf286aefeb 09:05:49 Step 3/23 : WORKDIR /edgex-go 09:05:49 ---> Using cache 09:05:49 ---> 2be0ea0a83ab 09:05:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:49 ---> Using cache 09:05:49 ---> 2be0ea0a83ab 09:05:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:49 ---> Using cache 09:05:49 ---> b9eb331b93fd 09:05:49 Step 5/24 : RUN apk add --update --no-cache make git 09:05:49 ---> Using cache 09:05:49 ---> b9eb331b93fd 09:05:49 Step 5/23 : RUN apk add --update --no-cache make git 09:05:49 ---> Using cache 09:05:49 ---> a2bc1b512e70 09:05:49 ---> Using cache 09:05:49 ---> a2bc1b512e70 09:05:49 Step 6/24 : COPY go.mod . 09:05:49 Step 6/23 : COPY go.mod . 09:05:49 ---> Using cache 09:05:49 ---> 846d38f98fa4 09:05:49 Step 7/24 : RUN go mod download 09:05:49 ---> Using cache 09:05:49 ---> 846d38f98fa4 09:05:49 Step 7/23 : RUN go mod download 09:05:49 ---> Using cache 09:05:49 ---> Using cache 09:05:49 ---> 5b20edaa162e 09:05:49 Step 8/24 : COPY . . 09:05:49 ---> 5b20edaa162e 09:05:49 Step 8/23 : COPY . . 09:05:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:05:49 ---> 67cf286aefeb 09:05:49 Step 3/23 : WORKDIR /edgex-go 09:05:49 ---> Using cache 09:05:49 ---> 2be0ea0a83ab 09:05:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:49 ---> Using cache 09:05:49 ---> b9eb331b93fd 09:05:49 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:05:50 ---> Using cache 09:05:50 ---> fb2dc2207848 09:05:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:05:50 ---> Using cache 09:05:50 ---> fb2dc2207848 09:05:50 Step 9/23 : RUN make cmd/core-command/core-command 09:05:51 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:05:51 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:05:51 ---> 67cf286aefeb 09:05:51 Step 3/33 : WORKDIR /edgex-go 09:05:51 ---> Using cache 09:05:51 ---> 2be0ea0a83ab 09:05:51 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:05:51 ---> Using cache 09:05:51 ---> b9eb331b93fd 09:05:51 Step 5/33 : RUN apk add --update --no-cache make git 09:05:51 ---> Using cache 09:05:51 ---> a2bc1b512e70 09:05:51 Step 6/33 : COPY go.mod . 09:05:51 ---> Using cache 09:05:51 ---> 846d38f98fa4 09:05:51 Step 7/33 : RUN go mod download 09:05:51 ---> Using cache 09:05:51 ---> 5b20edaa162e 09:05:51 Step 8/33 : COPY . . 09:05:51 ---> Using cache 09:05:51 ---> fb2dc2207848 09:05:51 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:05:51 ---> Running in 07735fc0cf57 09:05:51 ---> Running in ada8cb388341 09:05:51 ---> Running in 59f3ac757e6b 09:05:51 ---> Running in b96beaab78ae 09:05:52 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 09:05:52 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 09:05:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:05:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:05:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:05:55 OK: 233 MiB in 51 packages 09:05:58 Removing intermediate container ada8cb388341 09:05:58 ---> 79684ae89ea8 09:05:58 Step 6/23 : COPY go.mod . 09:05:59 ---> d7c7e6c6ae29 09:05:59 Step 7/23 : RUN go mod download 09:06:00 ---> Running in c9e0a5738508 09:06:03 ? github.com/edgexfoundry/edgex-go [no test files] 09:06:04 Removing intermediate container c9e0a5738508 09:06:04 ---> 83aa8711ed9e 09:06:04 Step 8/23 : COPY . . 09:06:04 Removing intermediate container 860b81aac6d8 09:06:04 ---> 1ea54e43b855 09:06:04 Step 20/26 : RUN pip install docker-compose==1.23.2 09:06:08 ---> Running in c37da74e6cd8 09:06:16 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 09:06:16 Collecting docker-compose==1.23.2 09:06:16 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 09:06:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:06:16 Collecting docker<4.0,>=3.6.0 09:06:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:06:16 Collecting jsonschema<3,>=2.5.1 09:06:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:06:17 Collecting docopt<0.7,>=0.6.1 09:06:17 Downloading docopt-0.6.2.tar.gz (25 kB) 09:06:20 Collecting PyYAML<4,>=3.10 09:06:20 Downloading PyYAML-3.13.tar.gz (270 kB) 09:06:22 Collecting dockerpty<0.5,>=0.4.1 09:06:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:06:23 Collecting texttable<0.10,>=0.9.0 09:06:23 Downloading texttable-0.9.1.tar.gz (11 kB) 09:06:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:06:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:06:26 Collecting cached-property<2,>=1.2.0 09:06:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:06:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:06:28 Removing intermediate container 07735fc0cf57 09:06:28 ---> b320e717a2b0 09:06:28 09:06:28 Step 10/23 : FROM alpine:3.12 09:06:28 ---> 389fef711851 09:06:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:06:28 ---> Using cache 09:06:28 ---> d63b4f999853 09:06:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:06:28 ---> Using cache 09:06:28 ---> 107e9882fc8a 09:06:28 Step 13/23 : ENV APP_PORT=48082 09:06:28 Collecting websocket-client<1.0,>=0.32.0 09:06:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:06:28 ---> 0055377958a8 09:06:28 Step 9/23 : RUN make cmd/core-data/core-data 09:06:28 ---> Running in 3e66eede0cd6 09:06:28 Collecting docker-pycreds>=0.4.0 09:06:28 ---> Running in c5c941d4b84e 09:06:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:06:28 Removing intermediate container b96beaab78ae 09:06:28 ---> 1d6a2790fc9d 09:06:28 09:06:28 Step 10/24 : FROM alpine:3.12 09:06:28 ---> 389fef711851 09:06:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:06:28 Collecting idna<2.8,>=2.5 09:06:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:06:28 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) 09:06:28 ---> Running in d8b3843c414e 09:06:28 Collecting urllib3<1.25,>=1.21.1 09:06:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:06:28 Removing intermediate container 3e66eede0cd6 09:06:28 ---> 35256cdead91 09:06:28 Step 14/23 : EXPOSE $APP_PORT 09:06: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) 09:06:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:06:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:06:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:06:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:06:28 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docopt, PyYAML, dockerpty, texttable, cached-property, docker-compose 09:06:29 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 09:06:29 ---> Running in 81f999ec51ed 09:06:29 Attempting uninstall: idna 09:06:29 Found existing installation: idna 2.9 09:06:29 Uninstalling idna-2.9: 09:06:30 Successfully uninstalled idna-2.9 09:06:30 Removing intermediate container 59f3ac757e6b 09:06:30 ---> 3dfe5a7f1339 09:06:30 09:06:30 Step 10/33 : FROM alpine:3.12 09:06:30 ---> 389fef711851 09:06:30 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 09:06:30 Attempting uninstall: urllib3 09:06:30 Found existing installation: urllib3 1.25.9 09:06:30 Uninstalling urllib3-1.25.9: 09:06:30 Removing intermediate container 81f999ec51ed 09:06:30 ---> 004268a60374 09:06:30 Step 15/23 : WORKDIR / 09:06:30 ---> Running in 983ef245efb2 09:06:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:31 (1/5) Installing ca-certificates (20191127-r4) 09:06:31 Successfully uninstalled urllib3-1.25.9 09:06:31 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:06:31 (3/5) Installing libcurl (7.69.1-r3) 09:06:31 (4/5) Installing curl (7.69.1-r3) 09:06:31 (5/5) Installing dumb-init (1.2.2-r1) 09:06:31 ---> Running in 0c1dd39c80ff 09:06:31 Executing busybox-1.31.1-r19.trigger 09:06:32 Executing ca-certificates-20191127-r4.trigger 09:06:32 OK: 7 MiB in 19 packages 09:06:32 Attempting uninstall: requests 09:06:32 Found existing installation: requests 2.23.0 09:06:32 Uninstalling requests-2.23.0: 09:06:32 Successfully uninstalled requests-2.23.0 09:06:33 Removing intermediate container 0c1dd39c80ff 09:06:33 ---> fd8df8381d06 09:06:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:33 (1/3) Installing dumb-init (1.2.2-r1) 09:06:33 (2/3) Installing openssl (1.1.1i-r0) 09:06:33 (3/3) Installing su-exec (0.2-r1) 09:06:33 Executing busybox-1.31.1-r19.trigger 09:06:33 OK: 6 MiB in 17 packages 09:06:34 Running setup.py install for docopt: started 09:06:34 Running setup.py install for docopt: finished with status 'done' 09:06:34 Running setup.py install for PyYAML: started 09:06:35 ---> 3fb9ab1f8b51 09:06:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:06:35 Removing intermediate container d8b3843c414e 09:06:35 ---> 7d5577edcfde 09:06:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:06:35 Running setup.py install for PyYAML: finished with status 'done' 09:06:35 Running setup.py install for dockerpty: started 09:06:35 ---> Running in 8ba4930a3e29 09:06:35 Running setup.py install for dockerpty: finished with status 'done' 09:06:35 Running setup.py install for texttable: started 09:06:36 Removing intermediate container 983ef245efb2 09:06:36 ---> f18b4c046ad1 09:06:36 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:06:36 ---> 16fbc7c54450 09:06:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:06:36 Removing intermediate container 8ba4930a3e29 09:06:36 ---> 81603c378682 09:06:36 Step 13/24 : WORKDIR / 09:06:36 ---> Running in a3cf5d503cf9 09:06:36 ---> Running in ea53864af67f 09:06:36 Removing intermediate container a3cf5d503cf9 09:06:36 ---> 5b5fe5eed772 09:06:36 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 09:06:36 Running setup.py install for texttable: finished with status 'done' 09:06:36 ---> Running in b46bb550a67d 09:06:37 ---> 0564f552b56b 09:06:37 Step 19/23 : ENTRYPOINT ["/core-command"] 09:06:37 Removing intermediate container ea53864af67f 09:06:37 ---> 6588fd2412cb 09:06:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:06:37 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 09:06:37 ---> Running in ac5e95b1a789 09:06:37 Removing intermediate container b46bb550a67d 09:06:37 ---> cd7c91d7f90e 09:06:37 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 09:06:37 ---> 7e1a4a6692ca 09:06:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:06:37 ---> Running in 7804fbba155c 09:06:37 Removing intermediate container ac5e95b1a789 09:06:37 ---> 94fe349610d6 09:06:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:38 ---> Running in 9aeee454ae4d 09:06:38 Removing intermediate container 9aeee454ae4d 09:06:38 ---> 51d4031bf0e5 09:06:38 Step 21/23 : LABEL arch=x86_64 09:06:38 ---> d8a56fd37cc8 09:06:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:06:40 Connecting to github.com (140.82.113.4:443) 09:06:40  ---> Running in 3e2619054a61 09:06:40 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.84.123:443) 09:06:40 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 09:06:40 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 09:06:41 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 09:06:41 dockerize 09:06:41 ---> c6b18ae5ea9e 09:06:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:06:41 Removing intermediate container c37da74e6cd8 09:06:41 ---> 57a82f26abc4 09:06:41 Step 21/26 : RUN apk --no-cache add curl 09:06:41 Removing intermediate container 3e2619054a61 09:06:41 ---> ddbeb06085e9 09:06:41 Step 22/23 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:06:41 ---> Running in 11bb4a04fb08 09:06:42 ---> Running in d4c8a991d203 09:06:42 ---> a908e3711384 09:06:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:06:42 Removing intermediate container 7804fbba155c 09:06:42 ---> a0b6aa43c5cb 09:06:42 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 09:06:42 Removing intermediate container d4c8a991d203 09:06:42 ---> 0b4573594da7 09:06:42 Step 23/23 : LABEL version=0.0.0 09:06:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:43 ---> Running in 52e39f6278a9 09:06:43 ---> Running in c788152a8447 09:06:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:43 ---> b042d8151cd2 09:06:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:06:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:06:43 (2/3) Installing libcurl (7.69.1-r3) 09:06:43 (3/3) Installing curl (7.69.1-r3) 09:06:43 Executing busybox-1.31.1-r19.trigger 09:06:43 OK: 72 MiB in 58 packages 09:06:43 Removing intermediate container 52e39f6278a9 09:06:43 ---> 765db53ef451 09:06:43 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:06:43 Removing intermediate container c788152a8447 09:06:43 ---> f02aada19509 09:06:43 09:06:43 ---> Running in c75dd8665dfd 09:06:44 ---> a006332b1a53 09:06:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 09:06:44 Successfully built f02aada19509 09:06:44 Successfully tagged docker-core-command-go:latest 09:06:44  Building docker-core-command-go ... done  ---> Running in 1c9074af7fe6 09:06:44 Removing intermediate container c75dd8665dfd 09:06:44 ---> 4a5046e970a9 09:06:44 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 09:06:44 ---> Running in e9c9e36cf9be 09:06:44 Removing intermediate container 11bb4a04fb08 09:06:44 ---> 75c39c115837 09:06:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:06:45 ---> Running in 1f0a9934b1d8 09:06:45 Removing intermediate container 1f0a9934b1d8 09:06:45 ---> cffda45a54b4 09:06:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:45 ---> Running in a09d5ab82aeb 09:06:45 Move dockerize executable 09:06:45 Removing intermediate container a09d5ab82aeb 09:06:45 ---> 442a231eff78 09:06:45 Step 24/26 : LABEL arch=x86_64 09:06:45 ---> Running in 31295006f079 09:06:45 Removing intermediate container 1c9074af7fe6 09:06:45 ---> e06332444a3f 09:06:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:06:45 ---> Running in bfedc4cdd87a 09:06:45 Removing intermediate container 31295006f079 09:06:45 ---> bd0f8a09b39f 09:06:45 Step 25/26 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:06:48 ---> Running in ec9ca3369549 09:06:48 Removing intermediate container e9c9e36cf9be 09:06:48 ---> f7683fe75455 09:06:48 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 09:06:48 Removing intermediate container bfedc4cdd87a 09:06:48 ---> 47f91dd6ae25 09:06:48 Step 22/24 : LABEL arch=x86_64 09:06:48 ---> Running in 02e9897004b2 09:06:48 ---> Running in 9dbc273d7fa7 09:06:48 Removing intermediate container ec9ca3369549 09:06:48 ---> ab3f687e9ab9 09:06:48 Step 26/26 : LABEL version=0.0.0 09:06:48 ---> Running in 04c1a22c9bc1 09:06:48 Removing intermediate container 02e9897004b2 09:06:48 ---> a5ae369aea38 09:06:48 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:06:48 Removing intermediate container 9dbc273d7fa7 09:06:48 ---> 0b226395c055 09:06:48 Step 23/24 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:06:49 ---> Running in 75562e1cffba 09:06:49 Removing intermediate container 04c1a22c9bc1 09:06:49 ---> 51b80cf8b434 09:06:49 09:06:49 Successfully built 51b80cf8b434 09:06:50 Successfully tagged docker-sys-mgmt-agent-go:latest 09:06:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:06:50  Building docker-sys-mgmt-agent-go ... done  ---> 0a8785a4cd29 09:06:50 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:06:51 ---> Running in 024a8c625aaa 09:06:51 Removing intermediate container 75562e1cffba 09:06:51 ---> 5271a697a8c8 09:06:51 Step 24/24 : LABEL version=0.0.0 09:06:51 Removing intermediate container c5c941d4b84e 09:06:51 ---> 41e9fa241e25 09:06:51 09:06:51 Step 10/23 : FROM alpine:3.12 09:06:51 ---> 389fef711851 09:06:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:06:51 ---> Running in 0ab94688a7b2 09:06:51 ---> Running in 0cfdb07f44d5 09:06:51 Removing intermediate container 0ab94688a7b2 09:06:51 ---> 3d34aeabd0ae 09:06:51 09:06:51 Removing intermediate container 0cfdb07f44d5 09:06:51 ---> 1b439ab1047e 09:06:51 Step 12/23 : ENV APP_PORT=48080 09:06:51 Successfully built 3d34aeabd0ae 09:06:51 Successfully tagged docker-security-secretstore-setup-go:latest 09:06:51  Building docker-security-secretstore-setup-go ... done  ---> Running in 7b3dd5c86921 09:06:51 Removing intermediate container 7b3dd5c86921 09:06:51 ---> 4c6181ce9ca1 09:06:51 Step 13/23 : EXPOSE $APP_PORT 09:06:51 ---> Running in 00a698eebac9 09:06:52 Removing intermediate container 00a698eebac9 09:06:52 ---> 2ff24986cfcb 09:06:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:06:52 ---> Running in b545f74cc279 09:06:52 Removing intermediate container 024a8c625aaa 09:06:52 ---> e4c9d23f3491 09:06:52 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:06:52 ---> fdd7b577205c 09:06:52 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:06:53 ---> 173de78ac81b 09:06:53 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:06:53 Removing intermediate container b545f74cc279 09:06:53 ---> c5bda2ff8b41 09:06:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:06:53 ---> Running in bbdf431da3c0 09:06:53 ---> 37324fa5bf54 09:06:53 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:06:55 ---> 947b8aa469b3 09:06:55 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:06:55 ---> c061686a8a49 09:06:55 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 09:06:55 ---> Running in b7319dee2e7a 09:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:06:55 Removing intermediate container b7319dee2e7a 09:06:55 ---> b68717586fa4 09:06:55 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:06:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:06:56 ---> bab4ba9651f6 09:06:56 Step 28/33 : RUN chmod +x /entrypoint.sh 09:06:56 ---> Running in 61e917d62670 09:06:56 (1/6) Installing dumb-init (1.2.2-r1) 09:06:56 (2/6) Installing libgcc (9.3.0-r2) 09:06:56 (3/6) Installing libsodium (1.0.18-r0) 09:06:57 (4/6) Installing libstdc++ (9.3.0-r2) 09:06:57 Removing intermediate container 61e917d62670 09:06:57 ---> 1f5f7dc0c332 09:06:57 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:06:57 (5/6) Installing libzmq (4.3.3-r0) 09:06:57 ---> Running in a3b14a65dc50 09:06:57 (6/6) Installing zeromq (4.3.3-r0) 09:06:57 Executing busybox-1.31.1-r19.trigger 09:06:57 OK: 8 MiB in 20 packages 09:06:57 Removing intermediate container a3b14a65dc50 09:06:57 ---> bad481f6cf5d 09:06:57 Step 30/33 : CMD ["gate"] 09:06:57 ---> Running in 566ea3d783aa 09:06:58 Removing intermediate container 566ea3d783aa 09:06:58 ---> b057fd25a6fb 09:06:58 Step 31/33 : LABEL arch=x86_64 09:06:58 ---> Running in 51c9a6a22b4e 09:06:58 Removing intermediate container bbdf431da3c0 09:06:58 ---> 7ceb6d653b41 09:06:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:06:58 Removing intermediate container 51c9a6a22b4e 09:06:58 ---> 55ed6bd79f4b 09:06:58 Step 32/33 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:06:58 ---> Running in 925f08f9533b 09:06:58 ---> 1011ddedc00e 09:06:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:06:58 Removing intermediate container 925f08f9533b 09:06:58 ---> 715fa04ddc0c 09:06:58 Step 33/33 : LABEL version=0.0.0 09:06:59 ---> Running in f28e775f6b36 09:06:59 ---> cb0e98e9ea9f 09:06:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:06:59 Removing intermediate container f28e775f6b36 09:06:59 ---> 025868facb0a 09:06:59 09:06:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:06:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:06:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:06:59 Successfully built 025868facb0a 09:06:59 Successfully tagged docker-security-bootstrapper-go:latest 09:06:59  Building docker-security-bootstrapper-go ... done  ---> 2a6750c98ff6 09:06:59 Step 19/23 : ENTRYPOINT ["/core-data"] 09:06:59 ---> Running in 3e97451d93f3 09:06:59 Removing intermediate container 3e97451d93f3 09:06:59 ---> 0da9623c3ccf 09:06:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:06:59 ---> Running in 2ae01a3a9a1c 09:06:59 Removing intermediate container 2ae01a3a9a1c 09:06:59 ---> 51ede1b6b2a6 09:06:59 Step 21/23 : LABEL arch=x86_64 09:07:00 ---> Running in f444f8db3e44 09:07:00 Removing intermediate container f444f8db3e44 09:07:00 ---> 7725186cbca4 09:07:00 Step 22/23 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:07:00 ---> Running in 38c5beedcd55 09:07:00 Removing intermediate container 38c5beedcd55 09:07:00 ---> 0f891a382959 09:07:00 Step 23/23 : LABEL version=0.0.0 09:07:00 ---> Running in 1e207c5b71d5 09:07:00 Removing intermediate container 1e207c5b71d5 09:07:00 ---> ce2ca014876f 09:07:00 09:07:00 Successfully built ce2ca014876f 09:07:01 Successfully tagged docker-core-data-go:latest 09:07:01  Building docker-core-data-go ... done  [Pipeline] } 09:07:01 $ docker stop --time=1 95613da2a1a71bf921186ff7aba2089912ec1f319112712c6569a45253e1c388 09:07:03 $ docker rm -f 95613da2a1a71bf921186ff7aba2089912ec1f319112712c6569a45253e1c388 [Pipeline] // withDockerContainer [Pipeline] sh 09:07:04 + docker images 09:07:04 + grep docker 09:07:04 docker-core-data-go latest ce2ca014876f 4 seconds ago 22.3MB 09:07:04 docker-security-bootstrapper-go latest 025868facb0a 5 seconds ago 41.5MB 09:07:04 docker-security-secretstore-setup-go latest 3d34aeabd0ae 13 seconds ago 24.6MB 09:07:04 docker-sys-mgmt-agent-go latest 51b80cf8b434 16 seconds ago 313MB 09:07:04 docker-core-command-go latest f02aada19509 21 seconds ago 16.3MB 09:07:04 docker-core-metadata-go latest 582eeb7079c7 About a minute ago 18.8MB 09:07:04 docker-support-notifications-go latest 1575f3175344 About a minute ago 16.9MB 09:07:04 docker-support-scheduler-go latest a3782b9d4a6c About a minute ago 16.4MB 09:07:04 docker-security-proxy-setup-go latest 3222d43c2ce8 About a minute ago 24.4MB 09:07:04 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 09:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:07:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:07:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:07:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:07:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:07:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:07:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:07:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.210s coverage: 46.6% of statements 09:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:07:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:07:20 Still waiting to schedule task 09:07:20 ‘prd-ubuntu18.04-docker-8c-8g-22252’ is offline 09:07:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.476s coverage: 27.1% of statements 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:07:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:07:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:07:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 65.8% of statements 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:07:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.356s coverage: 82.3% of statements 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:07:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.331s coverage: 28.6% of statements 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.209s coverage: 100.0% of statements 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.351s coverage: 86.7% of statements 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:07:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements 09:07:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements 09:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.248s coverage: 92.8% of statements 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:07:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 43.8% of statements 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.105s coverage: 79.5% of statements 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 09:07:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.140s coverage: 94.4% of statements 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.4% of statements 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.475s coverage: 63.5% of statements 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:07:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:07:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 09:08:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements 09:08:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 09:08:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements 09:08:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 09:08:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.856s coverage: 68.9% of statements 09:08:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:08:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:08:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:08:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:08:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements 09:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.675s coverage: 84.0% of statements 09:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.073s coverage: 100.0% of statements 09:08:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.365s coverage: 47.1% of statements 09:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:08:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 09:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:08:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements 09:08:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:08:14 Running on prd-ubuntu18.04-docker-8c-8g-22255 in /w/workspace/edgexfoundry_edgex-go_PR-3069 [Pipeline] { [Pipeline] ws 09:08:14 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.026s coverage: 29.1% of statements 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:08:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 09:08:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 09:08:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 09:08:20 GO111MODULE=on go vet ./... 09:08:23 using credential edgex-jenkins-ssh 09:08:23 Cloning the remote Git repository 09:08:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:08:23 > git init /w/workspace/edgex-go/2 # timeout=10 09:08:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:08:23 > git --version # timeout=10 09:08:23 > git --version # 'git version 2.17.1' 09:08:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:08:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:02 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit 40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:09:02 Merge succeeded, producing 40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:09:02 Checking out Revision 40ecce1e933b5d15e9b05e819678d44d5b3ec16c (PR-3069) 09:09:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:09:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:09:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:09:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:09:01 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3069/head:refs/remotes/origin/PR-3069 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:09:02 > git config core.sparsecheckout # timeout=10 09:09:02 > git checkout -f 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # timeout=10 09:09:02 > git remote # timeout=10 09:09:02 > git config --get remote.origin.url # timeout=10 09:09:02 using GIT_SSH to set credentials SSH Credentials for GitHub 09:09:02 > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 09:09:02 > git rev-parse HEAD^{commit} # timeout=10 09:09:02 > git config core.sparsecheckout # timeout=10 09:09:02 > git checkout -f 40ecce1e933b5d15e9b05e819678d44d5b3ec16c # timeout=10 09:09:07 Commit message: "feat: Remove MetadataCheck mechanism when adding Event" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:09:09 + echo snap-build.sh 09:09:09 snap-build.sh 09:09:09 + SNAP_BASE_DIR=. 09:09:09 + '[' '!' -z /w/workspace/edgex-go/2 ']' 09:09:09 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 09:09:09 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 09:09:09 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 09:09:09 + cd /w/workspace/edgex-go/2 09:09:09 + sudo apt-get remove -qy --purge lxd lxd-client 09:09:09 Reading package lists... 09:09:09 Building dependency tree... 09:09:09 Reading state information... 09:09:09 The following packages were automatically installed and are no longer required: 09:09:09 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:09:09 uidmap xdelta3 09:09:09 Use 'sudo apt autoremove' to remove them. 09:09:09 The following packages will be REMOVED: 09:09:09 lxd* lxd-client* 09:09:10 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:09:10 After this operation, 31.7 MB disk space will be freed. 09:09:11 (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.) 09:09:11 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:09:11 Removing lxd dnsmasq configuration 09:09:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:09:12 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:09:13 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:09:13 (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.) 09:09:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:09:14 Processing triggers for systemd (237-3ubuntu10.42) ... 09:09:14 Processing triggers for ureadahead (0.100.0-21) ... 09:09:15 + sudo snap remove --purge lxd 09:09:15 snap "lxd" is not installed 09:09:15 + sudo groupadd --force --system lxd 09:09:15 ++ whoami 09:09:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:09:16 + newgrp - lxd 09:09:16 + sudo snap install lxd 09:09:24 2021-01-22T09:09:22Z INFO Waiting for automatic snapd restart... 09:09:30 gofmt -l . 09:09:30 [ "`gofmt -l .`" = "" ] 09:09:32 ./bin/test-go-mod-tidy.sh 09:09:33 ./bin/test-attribution-txt.sh [Pipeline] sh 09:09:35 + ls -al . 09:09:35 total 696 09:09:35 drwxrwxr-x 9 1001 1001 4096 Jan 22 09:09 . 09:09:35 drwxr-xr-x 4 root root 4096 Jan 22 09:05 .. 09:09:35 -rw-rw-r-- 1 1001 1001 11 Jan 22 09:04 .dockerignore 09:09:35 drwxrwxr-x 8 1001 1001 4096 Jan 22 09:04 .git 09:09:35 drwxrwxr-x 3 1001 1001 4096 Jan 22 09:04 .github 09:09:35 -rw-rw-r-- 1 1001 1001 872 Jan 22 09:04 .gitignore 09:09:35 -rw-rw-r-- 1 1001 1001 166 Jan 22 09:04 .sonarcloud.properties 09:09:35 -rw-rw-r-- 1 1001 1001 7859 Jan 22 09:04 Attribution.txt 09:09:35 -rw-rw-r-- 1 1001 1001 3804 Jan 22 09:04 CONTRIBUTING.md 09:09:35 -rw-rw-r-- 1 1001 1001 931 Jan 22 09:04 Dockerfile.build 09:09:35 -rw-rw-r-- 1 1001 1001 863 Jan 22 09:04 Jenkinsfile 09:09:35 -rw-rw-r-- 1 1001 1001 10775 Jan 22 09:04 LICENSE 09:09:35 -rw-rw-r-- 1 1001 1001 6001 Jan 22 09:04 Makefile 09:09:35 -rw-rw-r-- 1 1001 1001 6524 Jan 22 09:04 README.md 09:09:35 -rw-rw-r-- 1 1001 1001 6755 Jan 22 09:04 SECURITY.md 09:09:35 -rw-rw-r-- 1 1001 1001 5 Jan 22 08:59 VERSION 09:09:35 -rw-rw-r-- 1 1001 1001 4131 Jan 22 09:04 ZMQWindows.md 09:09:35 drwxrwxr-x 2 1001 1001 4096 Jan 22 09:04 bin 09:09:35 drwxrwxr-x 15 1001 1001 4096 Jan 22 09:04 cmd 09:09:35 -rw-r--r-- 1 root root 563439 Jan 22 09:08 coverage.out 09:09:35 -rw-r--r-- 1 root root 1053 Jan 22 09:09 go.mod 09:09:35 -rw-r--r-- 1 root root 18878 Jan 22 09:09 go.sum 09:09:35 drwxrwxr-x 8 1001 1001 4096 Jan 22 09:04 internal 09:09:35 drwxrwxr-x 4 1001 1001 4096 Jan 22 09:04 openapi 09:09:35 drwxrwxr-x 4 1001 1001 4096 Jan 22 09:04 snap 09:09:35 -rw-rw-r-- 1 1001 1001 168 Jan 22 09:04 version.go [Pipeline] sh 09:09:36 + '[' -e coverage.out ] 09:09:36 + chown 1001:1001 coverage.out [Pipeline] stash 09:09:36 Warning: overwriting stash ‘coverage-report’ 09:09:37 Stashed 1 file(s) [Pipeline] sh 09:09:38 + make build 09:09:38 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 09:09:40 lxd 4.10 from Canonical* installed 09:09:40 + sudo lxd init --auto 09:09:47 + sudo snap install --classic snapcraft 09:09:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:09:54 snapcraft 4.4.4 from Canonical* installed 09:09:54 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:09:54 + patch --verbose -p1 09:09:54 Hmm... Looks like a unified diff to me... 09:09:54 The text leading up to this was: 09:09:54 -------------------------- 09:09:54 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:09:54 |From: Tony Espy 09:09:54 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:09:54 |Subject: [PATCH] optimize snap build for pipeline CI check 09:09:54 | 09:09:54 |This patch is used by the EdgeX CI pipeline builds to 09:09:54 |optimize the snap CI check run for pull requests. When 09:09:54 |applied, it essentially strips out everything (apps and 09:09:54 |parts) from the snapcraft.yaml file except those required 09:09:54 |to build edgex-go, as the whole idea of the CI check is to 09:09:54 |catch changes to edgex-go that break the snap build. 09:09:54 | 09:09:54 |In general, anyone updating snapcraft.yaml will also need 09:09:54 |to update this patch file, otherwise it may fail to apply, 09:09:54 |resulting in a failed snap build CI check in the associated 09:09:54 |pull request. 09:09:54 | 09:09:54 |Note - in addition to applying this patch, the pipeline also 09:09:54 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:09:54 |need to build the finally binary .snap file (and it won't 09:09:54 |work with the patch applied). This further reduces the build 09:09:54 |time. 09:09:54 |--- 09:09:54 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:09:54 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:09:54 | 09:09:54 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:09:54 |index 1e537489..faf42425 100644 09:09:54 |--- a/snap/snapcraft.yaml 09:09:54 |+++ b/snap/snapcraft.yaml 09:09:54 -------------------------- 09:09:54 patching file snap/snapcraft.yaml 09:09:54 Using Plan A... 09:09:54 Hunk #1 succeeded at 73. 09:09:54 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 09:09:54 Hunk #3 succeeded at 214 (offset -1 lines). 09:09:54 Hunk #4 succeeded at 222 (offset -1 lines). 09:09:54 Hunk #5 succeeded at 229 (offset -1 lines). 09:09:54 Hunk #6 succeeded at 256 (offset -1 lines). 09:09:54 Hunk #7 succeeded at 290 (offset -1 lines). 09:09:54 Hunk #8 succeeded at 342. 09:09:54 Hmm... Ignoring the trailing garbage. 09:09:54 done 09:09:54 + sudo snapcraft prime --use-lxd 09:09:55 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:09:55 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: 09:09:55 - README.md 09:09:55 - snapcraft.yaml.orig 09:09:55 09:09:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:09:55 Launching a container. 09:10:08 Waiting for container to be ready 09:10:08 To start your first instance, try: lxc launch ubuntu:18.04 09:10:08 09:10:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:10:11 Waiting for network to be ready... 09:10:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:10:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:10:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 09:10:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 09:10:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:10:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:10:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:10:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:10:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 09:10:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 09:10:12 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 09:10:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:10:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:10:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:10:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:10:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:10:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:10:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:10:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:10:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:10:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 09:10:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 09:10:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 09:10:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 09:10:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 09:10:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 09:10:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 09:10:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 09:10:15 Fetched 23.8 MB in 4s (6172 kB/s) 09:10:16 Reading package lists... 09:10:16 Reading package lists... 09:10:16 Building dependency tree... 09:10:16 Reading state information... 09:10:16 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 09:10:16 The following additional packages will be installed: 09:10:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:10:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:10:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:10:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:10:16 Suggested packages: 09:10:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:10:16 Recommended packages: 09:10:16 gnupg libsasl2-modules 09:10:16 The following NEW packages will be installed: 09:10:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:10:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:10:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:10:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:10:16 The following packages will be upgraded: 09:10:16 gpg gpg-agent gpgconf libudev1 09:10:16 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 09:10:16 Need to get 3533 kB of archives. 09:10:16 After this operation, 13.3 MB of additional disk space will be used. 09:10:16 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:10:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:10:16 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:10:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:10:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:10:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 09:10:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:10:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:10:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 09:10:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:10:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:10:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:10:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:10:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:10:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:10:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:10:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:10:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:10:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:10:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:10:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:10:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:10:17 debconf: delaying package configuration, since apt-utils is not installed 09:10:17 Fetched 3533 kB in 1s (3439 kB/s) 09:10:17 (Reading database ... 12511 files and directories currently installed.) 09:10:17 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:10:17 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:10:18 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:10:18 Selecting previously unselected package udev. 09:10:18 (Reading database ... 12511 files and directories currently installed.) 09:10:18 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:10:18 Unpacking udev (237-3ubuntu10.44) ... 09:10:18 Selecting previously unselected package libfuse2:amd64. 09:10:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:10:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:10:18 Selecting previously unselected package fuse. 09:10:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:10:18 Unpacking fuse (2.9.7-1ubuntu1) ... 09:10:18 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:10:18 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:10:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:10:18 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:10:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:10:19 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:10:19 Selecting previously unselected package libksba8:amd64. 09:10:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:10:19 Unpacking libksba8:amd64 (1.3.5-2) ... 09:10:19 Selecting previously unselected package libroken18-heimdal:amd64. 09:10:19 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:10:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:10:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:10:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libwind0-heimdal:amd64. 09:10:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:10:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:10:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:10:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:10:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:10:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:19 Selecting previously unselected package libsasl2-modules-db:amd64. 09:10:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:10:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:10:19 Selecting previously unselected package libsasl2-2:amd64. 09:10:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:10:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:10:20 Selecting previously unselected package libldap-common. 09:10:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:10:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:10:20 Selecting previously unselected package libldap-2.4-2:amd64. 09:10:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:10:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:10:20 Selecting previously unselected package dirmngr. 09:10:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:10:20 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:10:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:10:20 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:10:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:10:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:10:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:10:20 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:10:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:20 Setting up libksba8:amd64 (1.3.5-2) ... 09:10:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:10:20 Setting up udev (237-3ubuntu10.44) ... 09:10:21 invoke-rc.d: policy-rc.d denied execution of start. 09:10:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Processing triggers for systemd (237-3ubuntu10) ... 09:10:21 Setting up fuse (2.9.7-1ubuntu1) ... 09:10:21 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:10:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:10:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:10:21 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:10:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:10:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:10:22 settings in the [Install] section, and DefaultInstance for template units). 09:10:22 This means they are not meant to be enabled using systemctl. 09:10:22 Possible reasons for having this kind of units are: 09:10:22 1) A unit may be statically enabled by being symlinked from another unit's 09:10:22 .wants/ or .requires/ directory. 09:10:22 2) A unit's purpose may be to act as a helper for some other unit which has 09:10:22 a requirement dependency on it. 09:10:22 3) A unit may be started when needed via activation (socket, path, timer, 09:10:22 D-Bus, udev, scripted systemctl call, ...). 09:10:22 4) In case of template units, the unit is meant to be enabled with some 09:10:22 instance name specified. 09:10:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:10:22 Reading package lists... 09:10:22 Building dependency tree... 09:10:22 Reading state information... 09:10:22 The following additional packages will be installed: 09:10:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:10:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:10:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:10:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:10:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:10:22 Suggested packages: 09:10:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:10:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:10:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:10:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:10:22 systemd-container policykit-1 09:10:22 Recommended packages: 09:10:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:10:22 The following NEW packages will be installed: 09:10:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:10:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:10:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:10:22 multiarch-support openssh-client python3 python3-minimal python3.6 09:10:22 python3.6-minimal snapd squashfs-tools sudo 09:10:22 The following packages will be upgraded: 09:10:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:10: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 09:10:22 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 09:10:22 Need to get 35.2 MB of archives. 09:10:22 After this operation, 141 MB of additional disk space will be used. 09:10:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:10:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:10:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:10:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 09:10:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 09:10:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:10:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:10:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 09:10:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:10:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:10:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:10:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:10:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:10:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:10:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:10:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:10:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:10:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:10:24 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:10:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:10:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:10:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:10:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:10:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:10:24 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:10:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 09:10:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:10:24 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:10:24 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:10:24 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:10:25 debconf: delaying package configuration, since apt-utils is not installed 09:10:25 Fetched 35.2 MB in 2s (14.1 MB/s) 09:10:25 (Reading database ... 12757 files and directories currently installed.) 09:10:25 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:10:25 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:10:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:10:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:10:26 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:10:26 (Reading database ... 12757 files and directories currently installed.) 09:10:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:10:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:10:26 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:10:26 (Reading database ... 12757 files and directories currently installed.) 09:10:26 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:10:26 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:10:27 Setting up apt (1.6.12ubuntu0.2) ... 09:10:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:10:27 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 09:10:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:10:27 (Reading database ... 12764 files and directories currently installed.) 09:10:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:10:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:10:28 Selecting previously unselected package libpython3.6-minimal:amd64. 09:10:28 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:10:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:10:28 Selecting previously unselected package libexpat1:amd64. 09:10:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:10:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:10:28 Selecting previously unselected package python3.6-minimal. 09:10:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:10:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:10:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:10:28 Checking for services that may need to be restarted...done. 09:10:28 Checking for services that may need to be restarted...done. 09:10:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:10:29 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:10:29 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:10:29 Selecting previously unselected package python3-minimal. 09:10:29 (Reading database ... 13012 files and directories currently installed.) 09:10:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:10:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:10:29 Selecting previously unselected package mime-support. 09:10:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:10:29 Unpacking mime-support (3.60ubuntu1) ... 09:10:29 Selecting previously unselected package libmpdec2:amd64. 09:10:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:10:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:10:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:10:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:10:30 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:10:30 Selecting previously unselected package python3.6. 09:10:30 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:10:30 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:10:30 Selecting previously unselected package libpython3-stdlib:amd64. 09:10:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:10:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:10:30 Setting up python3-minimal (3.6.7-1~18.04) ... 09:10:30 Selecting previously unselected package python3. 09:10:30 (Reading database ... 13442 files and directories currently installed.) 09:10:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:10:30 Unpacking python3 (3.6.7-1~18.04) ... 09:10:30 Selecting previously unselected package multiarch-support. 09:10:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:10:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:10:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:10:30 Selecting previously unselected package liblzo2-2:amd64. 09:10:30 (Reading database ... 13479 files and directories currently installed.) 09:10:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:10:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:10:31 Selecting previously unselected package libbsd0:amd64. 09:10:31 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:10:31 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:10:31 Selecting previously unselected package sudo. 09:10:31 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 09:10:31 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 09:10:31 Selecting previously unselected package apparmor. 09:10:31 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:10:31 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:10:31 Selecting previously unselected package libedit2:amd64. 09:10:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:10:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:10: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 09:10:31 Selecting previously unselected package libkrb5support0:amd64. 09:10:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:10:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:10:31 Selecting previously unselected package libk5crypto3:amd64. 09:10:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:10:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:10:32 Selecting previously unselected package libkeyutils1:amd64. 09:10:32 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:10:32 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:10:32 Selecting previously unselected package libkrb5-3:amd64. 09:10:32 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:10:32 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:10:32 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:10:32 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:10:32 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:10:32 Selecting previously unselected package libssl1.0.0:amd64. 09:10:32 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:10:32 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:10:32 Selecting previously unselected package openssh-client. 09:10:32 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:10:32 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:10:32 Selecting previously unselected package squashfs-tools. 09:10:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:10:33 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:10:33 Selecting previously unselected package snapd. 09:10:33 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:10:33 Unpacking snapd (2.48+18.04) ... 09:10:34 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 09:10:35 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:10:35 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:10:35 Setting up mime-support (3.60ubuntu1) ... 09:10:35 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 09:10:35 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:10:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:10:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:10:35 Setting up systemd (237-3ubuntu10.44) ... 09:10:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:10:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:10:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:10:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:10:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:10:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:10:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:10:37 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:10:37 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:10:37 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:10:37 Setting up python3 (3.6.7-1~18.04) ... 09:10:37 running python rtupdate hooks for python3.6... 09:10:37 running python post-rtupdate hooks for python3.6... 09:10:37 Setting up apparmor (2.12-4ubuntu5.1) ... 09:10:38 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:10: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 09:10:39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:10:39 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:10:39 Setting up snapd (2.48+18.04) ... 09:10:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:10:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:10:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:10:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:10:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:10:41 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:10:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:10:41 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:10:41 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:10:41 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:10:41 /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' 09:10:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:10:42 Processing triggers for systemd (237-3ubuntu10.44) ... 09:10: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 09:10:43 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 09:10:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:10:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:10:43 Fetched 88.7 kB in 1s (163 kB/s) 09:10:44 Reading package lists... 09:10:44 Reading package lists... 09:10:44 Building dependency tree... 09:10:44 Reading state information... 09:10:44 Calculating upgrade... 09:10:44 The following packages will be upgraded: 09:10:44 advancecomp base-files bash binutils binutils-common 09:10:44 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:10:44 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:10:44 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 09:10:44 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 09:10:44 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 09:10:44 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 09:10:44 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 09:10:44 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 09:10:44 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 09:10:44 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 09:10:44 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 09:10:44 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 09:10:44 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 09:10:44 ubuntu-keyring util-linux 09:10:44 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:10:44 Need to get 63.7 MB of archives. 09:10:44 After this operation, 5203 kB of additional disk space will be used. 09:10:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:10:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:10:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:10:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:10:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:10:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:10:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:10:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:10:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:10:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:10:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:10:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:10:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:10:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:10:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:10:44 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:10:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:10:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:10:45 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:10:45 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:10:45 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:10:45 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:10:45 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:10:45 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:10:45 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:10:45 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:10:45 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:10:45 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:10:45 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:10:45 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:10:45 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:10:45 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:10:45 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:10:45 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:10:45 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:10:45 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:10:45 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:10:45 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:10:45 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:10:45 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:10:45 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 09:10:45 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:10:45 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:10:45 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:10:45 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 09:10:45 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:10:45 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:10:45 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:10:45 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:10:45 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:10:45 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:10:45 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:10:45 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:10:45 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:10:45 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:10:45 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:10:46 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:10:46 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:10:46 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:10:46 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:10:46 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 09:10:46 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:10:46 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:10:46 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:10:46 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:10:46 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:10:46 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:10:46 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:10:46 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:10:46 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:10:46 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:10:46 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:10:46 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:10:46 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:10:46 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:10:46 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:10:46 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:10:46 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:10:46 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:10:46 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:10:46 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:10:46 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:10:46 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:10:46 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:10:46 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:10:46 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:10:46 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:10:46 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:10:46 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:10:46 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:10:46 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:10:46 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:10:46 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:10:46 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:10:46 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:10:46 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:10:46 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:10:47 debconf: delaying package configuration, since apt-utils is not installed 09:10:47 Fetched 63.7 MB in 2s (31.2 MB/s) 09:10:47 (Reading database ... 13912 files and directories currently installed.) 09:10:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:10:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:10:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:10:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:10:47 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 09:10:47 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 09:10:48 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 09:10:48 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:48 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:48 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:48 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:48 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:48 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:48 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:48 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:48 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:48 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:49 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:49 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:49 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:49 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:10:49 (Reading database ... 13911 files and directories currently installed.) 09:10:49 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:49 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:10:49 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:10:49 (Reading database ... 13911 files and directories currently installed.) 09:10:49 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:49 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:49 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:49 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:10:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:10:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:10:50 (Reading database ... 13911 files and directories currently installed.) 09:10:50 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:10:50 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:10:50 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:10:51 (Reading database ... 13911 files and directories currently installed.) 09:10:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:10:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:10:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:10:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:10:51 Setting up base-files (10.1ubuntu2.10) ... 09:10:51 Installing new version of config file /etc/issue ... 09:10:51 Installing new version of config file /etc/issue.net ... 09:10:51 Installing new version of config file /etc/lsb-release ... 09:10:51 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:10:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:10:51 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:10:51 Removing obsolete conffile /etc/default/motd-news ... 09:10:51 (Reading database ... 13912 files and directories currently installed.) 09:10:51 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:10:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:10:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:10:52 Setting up bash (4.4.18-2ubuntu1.2) ... 09:10:52 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 09:10:52 (Reading database ... 13912 files and directories currently installed.) 09:10:52 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:10:52 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:10:52 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:10:52 (Reading database ... 13912 files and directories currently installed.) 09:10:52 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:10:52 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:10:52 Setting up tar (1.29b-2ubuntu0.2) ... 09:10:52 (Reading database ... 13912 files and directories currently installed.) 09:10:52 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:10:52 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:10:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:10:53 (Reading database ... 13912 files and directories currently installed.) 09:10:53 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:10:53 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:10:53 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:10:53 (Reading database ... 13912 files and directories currently installed.) 09:10:53 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:10:53 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:10:53 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:10:53 (Reading database ... 13912 files and directories currently installed.) 09:10:53 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:10:53 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:10:53 Setting up grep (3.1-2build1) ... 09:10:54 (Reading database ... 13912 files and directories currently installed.) 09:10:54 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:10:54 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:10:54 Setting up login (1:4.5-1ubuntu2) ... 09:10:54 (Reading database ... 13912 files and directories currently installed.) 09:10:54 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:10:54 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:10:54 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:10:54 (Reading database ... 13912 files and directories currently installed.) 09:10:54 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:10:54 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:10:55 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:10:55 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:10:55 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:10:55 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:10:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:10:56 (Reading database ... 13912 files and directories currently installed.) 09:10:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:10:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:10:57 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:10:57 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:10:57 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:10:57 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:10:57 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:10:57 (Reading database ... 13912 files and directories currently installed.) 09:10:57 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:10:57 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:10:57 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:10:57 (Reading database ... 13912 files and directories currently installed.) 09:10:57 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:10:57 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:10:57 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:10:58 (Reading database ... 13912 files and directories currently installed.) 09:10:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:10:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:10:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:10:58 (Reading database ... 13912 files and directories currently installed.) 09:10:58 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:10:58 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:10:58 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:10:58 (Reading database ... 13912 files and directories currently installed.) 09:10:58 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:10:58 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:10:58 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:10:59 (Reading database ... 13912 files and directories currently installed.) 09:10:59 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:10:59 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:10:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:10:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] } 09:10:59 $ docker stop --time=1 f0dc390a089be67ac02dd33e45d6665090e6c99f1cc54e6537263f28ca9e350c 09:10:59 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:10:59 (Reading database ... 13912 files and directories currently installed.) 09:10:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:10:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:10:59 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:10:59 (Reading database ... 13912 files and directories currently installed.) 09:10:59 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:10:59 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:10:59 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:10:59 (Reading database ... 13912 files and directories currently installed.) 09:10:59 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:10:59 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:10:59 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:11:00 (Reading database ... 13912 files and directories currently installed.) 09:11:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:11:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:11:00 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:11:00 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:11:01 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:11:01 (Reading database ... 13912 files and directories currently installed.) 09:11:01 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:11:01 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:11:01 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:11:01 (Reading database ... 13912 files and directories currently installed.) 09:11:01 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:11:01 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:11:01 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:11:01 $ docker rm -f f0dc390a089be67ac02dd33e45d6665090e6c99f1cc54e6537263f28ca9e350c 09:11:01 (Reading database ... 13914 files and directories currently installed.) 09:11:01 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:11:01 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:11:02 Setting up debconf (1.5.66ubuntu1) ... 09:11:02 (Reading database ... 13914 files and directories currently installed.) 09:11:02 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:11:02 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:11:02 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:11:02 (Reading database ... 13914 files and directories currently installed.) 09:11:02 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:11:02 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:11:02 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:11:02 (Reading database ... 13914 files and directories currently installed.) 09:11:02 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:11:02 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 09:11:03 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:11:03 (Reading database ... 13914 files and directories currently installed.) 09:11:03 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:11:03 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 09:11:03 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:11:03 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:11:03 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:11:03 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:11:03 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:11:03 (Reading database ... 13914 files and directories currently installed.) 09:11:03 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:11:03 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:11:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:11:03 09:11:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 09:11:04 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:11:04 (Reading database ... 13914 files and directories currently installed.) 09:11:04 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:11:04 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] sh 09:11:04 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:11:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:11:04 latest: Pulling from edgex-devops/edgex-compose-arm64 09:11:04 29e5d40040c1: Pulling fs layer 09:11:04 1ce36da41761: Pulling fs layer 09:11:04 25b303627fd3: Pulling fs layer 09:11:04 (Reading database ... 13914 files and directories currently installed.) 09:11:04 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:11:04 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:11:04 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:11:04 (Reading database ... 13914 files and directories currently installed.) 09:11:04 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:11:04 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:11:04 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:11:04 (Reading database ... 13914 files and directories currently installed.) 09:11:04 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:11:05 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:11:05 29e5d40040c1: Download complete 09:11:05 Setting up passwd (1:4.5-1ubuntu2) ... 09:11:05 (Reading database ... 13914 files and directories currently installed.) 09:11:05 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:11:05 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:11:05 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:11:05 (Reading database ... 13914 files and directories currently installed.) 09:11:05 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:11:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:11:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:11:06 (Reading database ... 13914 files and directories currently installed.) 09:11:06 29e5d40040c1: Pull complete 09:11:06 1ce36da41761: Verifying Checksum 09:11:06 1ce36da41761: Download complete 09:11:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:11:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:11:06 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:11:06 (Reading database ... 13914 files and directories currently installed.) 09:11:06 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:11:06 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:11:06 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:11:06 (Reading database ... 13914 files and directories currently installed.) 09:11:06 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:11:06 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:11:06 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:11:06 (Reading database ... 13914 files and directories currently installed.) 09:11:06 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:11:07 1ce36da41761: Pull complete 09:11:07 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:11:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:11:07 (Reading database ... 13914 files and directories currently installed.) 09:11:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:11:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:11:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:11:07 (Reading database ... 13915 files and directories currently installed.) 09:11:07 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:11:07 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:11:07 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:11:07 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:11:07 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:11:07 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:11:08 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 09:11:08 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 09:11:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:11:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:11:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:11:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:11:08 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:11:08 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:11:08 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:11:08 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:11:09 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:11:09 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:11:09 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:11:09 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:11:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:11:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:11:09 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 09:11:09 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 09:11:09 25b303627fd3: Verifying Checksum 09:11:09 25b303627fd3: Download complete 09:11:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:11:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:11:10 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:11:10 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:11:10 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:11:10 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:11:10 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:11:10 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:11:10 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:11:10 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:11:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:11:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:11:11 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:11 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:11 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:11 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:14 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:14 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:14 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:14 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:14 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:14 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:15 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:11:15 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:11:15 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:11:15 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:11:15 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:11:15 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:11:16 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:11:16 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:11:16 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:11:16 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:11:16 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:11:16 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:11:16 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:11:17 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:11:17 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:11:17 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:11:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:17 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:11:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:17 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:11:17 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:11:17 Setting up tzdata (2020f-0ubuntu0.18.04) ... 09:11:17 09:11:17 Current default time zone: 'Etc/UTC' 09:11:17 Local time is now: Fri Jan 22 09:11:17 UTC 2021. 09:11:17 Universal Time is now: Fri Jan 22 09:11:17 UTC 2021. 09:11:17 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:11:17 09:11:17 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:11:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:17 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 09:11:17 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:11:17 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:11:17 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:11:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:11:17 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:11:17 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:11:17 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:11:17 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:17 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:11:17 25b303627fd3: Pull complete 09:11:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:11:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:11:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:11:17 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:11:17 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:11:17 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:17 Setting up patch (2.7.6-2ubuntu1.1) ... 09:11:17 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:11:17 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:11:17 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 09:11:17 Installing new version of config file /etc/ssl/openssl.cnf ... 09:11:17 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:11:17 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:11:18 prd-ubuntu18.04-docker-arm64-4c-16g-22253 does not seem to be running inside a container 09:11:18 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 09:11:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 09:11:19 Updating certificates in /etc/ssl/certs... 09:11:20 22 added, 17 removed; done. 09:11:20 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:11:20 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:11:20 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:11:20 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:11:20 Setting up pkgbinarymangler (138.18.04.1) ... 09:11:20 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:11:20 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:11:20 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:11:20 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:11:20 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:11:20 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:11:20 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:11:20 Setting up perl (5.26.1-6ubuntu0.5) ... 09:11:21 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:11:21 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:11:21 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:11:21 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:11:21 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:11:21 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:11:21 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:11:21 $ docker top 29b312e2b2d9eaa7b7d8a8daa967bdb72745cc21bfb0f0dfec711654098f35e0 -eo pid,comm 09:11:21 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:11:21 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:11:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:11:21 Processing triggers for systemd (237-3ubuntu10.44) ... 09:11:21 Processing triggers for mime-support (3.60ubuntu1) ... [Pipeline] { [Pipeline] sh 09:11:21 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 09:11:21 Updating certificates in /etc/ssl/certs... 09:11:22 + grep parallel 09:11:22 + docker-compose build --help 09:11:22 0 added, 0 removed; done. 09:11:22 Running hooks in /etc/ca-certificates/update.d... 09:11:22 done. 09:11:22 Reading package lists... 09:11:22 Building dependency tree... 09:11:22 Reading state information... 09:11:22 The following NEW packages will be installed: 09:11:22 apt-transport-https 09:11:23 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:11:23 Need to get 1696 B of archives. 09:11:23 After this operation, 153 kB of additional disk space will be used. 09:11:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:11:23 debconf: delaying package configuration, since apt-utils is not installed 09:11:23 Fetched 1696 B in 0s (5012 B/s) 09:11:23 Selecting previously unselected package apt-transport-https. 09:11:23 (Reading database ... 13929 files and directories currently installed.) 09:11:23 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:11:23 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:11:23 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:11:23 Waiting for network to be ready... 09:11:25 --parallel Build images in parallel. [Pipeline] } 09:11:25 $ docker stop --time=1 29b312e2b2d9eaa7b7d8a8daa967bdb72745cc21bfb0f0dfec711654098f35e0 09:11:27 $ docker rm -f 29b312e2b2d9eaa7b7d8a8daa967bdb72745cc21bfb0f0dfec711654098f35e0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:11:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:11:28 . [Pipeline] withDockerContainer 09:11:28 prd-ubuntu18.04-docker-arm64-4c-16g-22253 does not seem to be running inside a container 09:11:29 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 09:11:29 2021-01-22T09:11:26Z INFO Waiting for automatic snapd restart... 09:11:29 snapd 2.48.2 from Canonical* installed 09:11:30 "snapd" switched to the "latest/stable" channel 09:11:30 09:11:30 $ docker top 5330a59da8637e40860f714fabc0441aaa84aaec47ec05bca47b51bdb9f64355 -eo pid,comm [Pipeline] { [Pipeline] sh 09:11:31 + docker-compose -f ./docker-compose-build.yml build --parallel 09:11:32 core18 20201210 from Canonical* installed 09:11:32 "core18" switched to the "latest/stable" channel 09:11:32 09:11:35 Building docker-core-command-go ... 09:11:35 Building docker-core-data-go ... 09:11:35 Building docker-core-metadata-go ... 09:11:35 Building docker-security-bootstrapper-go ... 09:11:35 Building docker-security-proxy-setup-go ... 09:11:35 Building docker-security-secretstore-setup-go ... 09:11:35 Building docker-support-notifications-go ... 09:11:35 Building docker-support-scheduler-go ... 09:11:35 Building docker-sys-mgmt-agent-go ... 09:11:35 Building docker-support-scheduler-go 09:11:35 Building docker-security-proxy-setup-go 09:11:35 Building docker-security-secretstore-setup-go 09:11:35 Building docker-core-metadata-go 09:11:35 Building docker-core-command-go 09:11:36 snapcraft 4.4.4 from Canonical* installed 09:11:36 "snapcraft" switched to the "latest/stable" channel 09:11:36 09:11:39 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: 09:11:39 - README.md 09:11:39 - snapcraft.yaml.orig 09:11:39 09:11:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:11:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:11:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:11:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:11:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:11:47 Reading package lists... 09:11:47 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 09:11:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:11:54 Reading package lists... 09:11:54 Building dependency tree... 09:11:54 Reading state information... 09:11:54 Suggested packages: 09:11:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:11:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:11:54 Recommended packages: 09:11:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:11:54 The following NEW packages will be installed: 09:11:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:11:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:11:54 pkg-config zip 09:11:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:11:54 Need to get 7655 kB of archives. 09:11:54 After this operation, 43.7 MB of additional disk space will be used. 09:11:54 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:11:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:11:54 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:11:54 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:11:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:11:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:11:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:11:54 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:11:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:11:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:11:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:11:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:11:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:11:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:11:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:11:55 debconf: delaying package configuration, since apt-utils is not installed 09:11:55 Fetched 7655 kB in 1s (5995 kB/s) 09:11:55 Selecting previously unselected package libglib2.0-0:amd64. 09:11:55 (Reading database ... 13933 files and directories currently installed.) 09:11:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:11:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:11:55 Selecting previously unselected package libpsl5:amd64. 09:11:55 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:11:55 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:11:55 Selecting previously unselected package libnghttp2-14:amd64. 09:11:55 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:11:55 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:11:55 Selecting previously unselected package librtmp1:amd64. 09:11:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:11:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:11:55 Selecting previously unselected package libcurl3-gnutls:amd64. 09:11:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:11:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:11:55 Selecting previously unselected package liberror-perl. 09:11:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:11:55 Unpacking liberror-perl (0.17025-1) ... 09:11:56 Selecting previously unselected package git-man. 09:11:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:11:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:11:56 Selecting previously unselected package git. 09:11:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:11:56 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:11:57 Selecting previously unselected package libnorm1:amd64. 09:11:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:11:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:11:57 Selecting previously unselected package libpgm-5.2-0:amd64. 09:11:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:11:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:11:57 Selecting previously unselected package libsodium23:amd64. 09:11:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:11:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:11:57 Selecting previously unselected package libzmq5:amd64. 09:11:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:11:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:11:57 Selecting previously unselected package libzmq3-dev:amd64. 09:11:57 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:11:57 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:11:57 Selecting previously unselected package pkg-config. 09:11:57 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:11:57 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:11:58 Selecting previously unselected package zip. 09:11:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:11:58 Unpacking zip (3.0-11build1) ... 09:11:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:11:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:11:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:11:58 Setting up liberror-perl (0.17025-1) ... 09:11:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:11:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:11:58 No schema files found: doing nothing. 09:11:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:11:58 Setting up zip (3.0-11build1) ... 09:11:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:11:58 Setting up libsodium23:amd64 (1.0.16-2) ... 09:11:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:11:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:11:58 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:11:58 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:11:58 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:11:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:12:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:12:05 git set to automatically installed. 09:12:05 git-man set to automatically installed. 09:12:05 libcurl3-gnutls set to automatically installed. 09:12:05 liberror-perl set to automatically installed. 09:12:05 libglib2.0-0 set to automatically installed. 09:12:05 libnghttp2-14 set to automatically installed. 09:12:05 libnorm1 set to automatically installed. 09:12:05 libpgm-5.2-0 set to automatically installed. 09:12:05 libpsl5 set to automatically installed. 09:12:05 librtmp1 set to automatically installed. 09:12:05 libsodium23 set to automatically installed. 09:12:05 libzmq3-dev set to automatically installed. 09:12:05 libzmq5 set to automatically installed. 09:12:05 pkg-config set to automatically installed. 09:12:05 zip set to automatically installed. 09:12:07 snapd is not logged in, snap install commands will use sudo 09:12:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:12:14 snap "core18" has no updates available 09:12:14 Pulling config-common 09:12:15 Pulling go-build-helper 09:12:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:12:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:12:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 09:12:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 09:12:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:12:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:12:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:12:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:12:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 09:12:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 09:12:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:12:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:12:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:12:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:12:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:12:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:12:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:12:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:12:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:12:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 09:12:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 09:12:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 09:12:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 09:12:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 09:12:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 09:12:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 09:12:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 09:12:37 Fetched 23.8 MB in 0s (0 B/s) 09:12:37 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:12:37 Fetched 96.5 kB in 0s (0 B/s) 09:12:37 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:12:37 Fetched 279 kB in 0s (0 B/s) 09:12:37 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:12:37 Fetched 122 kB in 0s (0 B/s) 09:12:37 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:12:37 Fetched 77.8 kB in 0s (0 B/s) 09:12:37 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:12:37 Fetched 8848 B in 0s (0 B/s) 09:12:37 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:12:37 Fetched 47.8 kB in 0s (0 B/s) 09:12:37 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:12:37 Fetched 45.6 kB in 0s (0 B/s) 09:12:37 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:12:37 Fetched 15.0 kB in 0s (0 B/s) 09:12:37 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:12:37 Fetched 214 kB in 0s (0 B/s) 09:12:37 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:12:37 Fetched 155 kB in 0s (0 B/s) 09:12:37 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:12:37 Fetched 50.6 kB in 0s (0 B/s) 09:12:37 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:12:37 Fetched 14.8 kB in 0s (0 B/s) 09:12:37 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:12:37 Fetched 41.8 kB in 0s (0 B/s) 09:12:37 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:12:37 Fetched 499 kB in 0s (0 B/s) 09:12:37 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:12:37 Fetched 111 kB in 0s (0 B/s) 09:12:37 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:12:37 Fetched 240 kB in 0s (0 B/s) 09:12:37 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:12:37 Fetched 29.3 kB in 0s (0 B/s) 09:12:37 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:12:37 Fetched 85.5 kB in 0s (0 B/s) 09:12:37 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:12:37 Fetched 24.5 kB in 0s (0 B/s) 09:12:37 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:12:37 Fetched 49.2 kB in 0s (0 B/s) 09:12:37 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:12:37 Fetched 54.2 kB in 0s (0 B/s) 09:12:37 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:12:37 Fetched 30.8 kB in 0s (0 B/s) 09:12:37 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:12:37 Fetched 17.0 kB in 0s (0 B/s) 09:12:37 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:12:37 Fetched 85.9 kB in 0s (0 B/s) 09:12:37 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:12:37 Fetched 8720 B in 0s (0 B/s) 09:12:37 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:12:37 Fetched 137 kB in 0s (0 B/s) 09:12:37 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:12:37 Fetched 119 kB in 0s (0 B/s) 09:12:37 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:12:37 Fetched 109 kB in 0s (0 B/s) 09:12:37 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:12:37 Fetched 11.1 kB in 0s (0 B/s) 09:12:37 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:12:37 Fetched 645 kB in 0s (0 B/s) 09:12:37 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:12:37 Fetched 41.3 kB in 0s (0 B/s) 09:12:37 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:12:37 Fetched 17.9 kB in 0s (0 B/s) 09:12:37 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:12:37 Fetched 368 kB in 0s (0 B/s) 09:12:37 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:12:37 Fetched 187 kB in 0s (0 B/s) 09:12:37 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:12:37 Fetched 175 kB in 0s (0 B/s) 09:12:37 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:12:40 Fetched 206 kB in 0s (0 B/s) 09:12:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:12:40 Fetched 1301 kB in 0s (0 B/s) 09:12:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:12:40 Fetched 36.2 kB in 0s (0 B/s) 09:12:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:12:40 Fetched 159 kB in 0s (0 B/s) 09:12:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:12:40 Fetched 107 kB in 0s (0 B/s) 09:12:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:12:40 Fetched 48.7 kB in 0s (0 B/s) 09:12:40 Pulling static-packages 09:12:40 'go115' has dependencies that need to be staged: go-build-helper static-packages 09:12:40 Skipping pull go-build-helper (already ran) 09:12:40 Skipping pull static-packages (already ran) 09:12:40 Building go-build-helper 09:12:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:12:44 ---> 0fe97ad2ebd2 09:12:44 Step 3/22 : WORKDIR /edgex-go 09:12:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:12:44 ---> 0fe97ad2ebd2 09:12:44 Step 3/21 : WORKDIR /edgex-go 09:12:44 Building static-packages 09:12:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:12:44 ---> 0fe97ad2ebd2 09:12:44 Step 3/23 : WORKDIR /edgex-go 09:12:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:12:44 ---> 0fe97ad2ebd2 09:12:44 Step 3/23 : WORKDIR /edgex-go 09:12:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:12:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:12:44 ---> 0fe97ad2ebd2 09:12:44 Step 3/24 : WORKDIR /edgex-go 09:12:46 Staging go-build-helper 09:12:47 Staging static-packages 09:12:48 Pulling go115 09:12:49 ---> Running in 43f073caa9cb 09:12:49 ---> Running in fbbe38ac88a6 09:12:49 ---> Running in 6a9d83773395 09:12:49 ---> Running in 4b97654e6ddc 09:12:49 ---> Running in 1af08c355346 09:12:49 'edgex-go' has dependencies that need to be staged: go115 09:12:49 Skipping pull go115 (already ran) 09:12:49 Building go115 09:12:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:12:49 Dload Upload Total Spent Left Speed 09:12:49 Removing intermediate container 43f073caa9cb 09:12:49 ---> 3929a19baccf 09:12:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:49 Removing intermediate container 4b97654e6ddc 09:12:49 ---> b82e97401a6f 09:12:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:49 Removing intermediate container fbbe38ac88a6 09:12:49 ---> a49f52ad1c6e 09:12:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:49 Removing intermediate container 1af08c355346 09:12:49 ---> dd67de67c0b6 09:12:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:49 Removing intermediate container 6a9d83773395 09:12:49 ---> 1c3ec2f83c10 09:12:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:12:50 ---> Running in b1a5eca1d371 09:12:50 ---> Running in f0252f4d198d 09:12:50 ---> Running in ce17edda9878 09:12:50 ---> Running in c1790929e065 09:12:50 ---> Running in 73737b76a837 09:12:53 Removing intermediate container b1a5eca1d371 09:12:53 ---> 280ae38f6f1c 09:12:53 Step 5/23 : RUN apk add --update --no-cache make git 09:12:53 Removing intermediate container f0252f4d198d 09:12:53 ---> 935275e6a126 09:12:53 Step 5/24 : RUN apk add --update --no-cache make git 09:12:53 ---> Running in 85375662078d 09:12:54 ---> Running in 999920995abd 09:12:54 Removing intermediate container 73737b76a837 09:12:54 ---> 8ffbf3d3e233 09:12:54 Step 5/21 : RUN apk add --update --no-cache make git 09:12:54 Removing intermediate container c1790929e065 09:12:54 ---> c71212b26299 09:12:54 Step 5/22 : RUN apk add --update --no-cache make git 09:12:54 Removing intermediate container ce17edda9878 09:12:54 ---> a031458bdadf 09:12:54 Step 5/23 : RUN apk add --update --no-cache make git 09:12:54 ---> Running in 31337515f84c 09:12:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 115M 7 8399k 0 0 15.4M 0 0:00:07 --:--:-- 0:00:07 15.4M 24 115M 24 28.5M 0 0 18.8M 0 0:00:06 0:00:01 0:00:05 18.8M 47 115M 47 55.0M 0 0 21.8M 0 0:00:05 0:00:02 0:00:03 21.8M 60 115M 60 69.3M 0 0 19.7M 0 0:00:05 0:00:03 0:00:02 19.7M 70 115M 70 81.9M 0 0 18.1M 0 0:00:06 0:00:04 0:00:02 18.1M 93 115M 93 107M 0 0 19.4M 0 0:00:05 0:00:05 --:--:-- 19.8M 100 115M 100 115M 0 0 20.2M 0 0:00:05 0:00:05 --:--:-- 20.7M 09:12:54 ---> Running in 9c83c38462f4 09:12:54 ---> Running in f72ea76f3341 09:12:55 go1.15.2.linux-amd64.tar.gz: OK 09:12:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:12:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:12:57 OK: 217 MiB in 51 packages 09:12:58 OK: 217 MiB in 51 packages 09:12:58 OK: 217 MiB in 51 packages 09:12:58 OK: 217 MiB in 51 packages 09:12:58 OK: 217 MiB in 51 packages 09:12:58 Staging go115 09:12:59 Removing intermediate container 85375662078d 09:12:59 ---> 71fc0a3808e5 09:12:59 Step 6/23 : COPY go.mod . 09:12:59 Removing intermediate container 31337515f84c 09:12:59 ---> 5f93c0b83760 09:12:59 Step 6/21 : COPY go.mod . 09:12:59 Removing intermediate container 999920995abd 09:12:59 ---> 6a306e238296 09:12:59 Step 6/24 : COPY go.mod . 09:13:00 Removing intermediate container 9c83c38462f4 09:13:00 ---> 12976773ddb1 09:13:00 Step 6/22 : COPY go.mod . 09:13:00 Removing intermediate container f72ea76f3341 09:13:00 ---> cfb1b4636cfc 09:13:00 Step 6/23 : COPY go.mod . 09:13:00 ---> 096ae64f84b9 09:13:00 Step 7/23 : RUN go mod download 09:13:00 ---> Running in f8a8f5747872 09:13:00 ---> ab53e8f87bbe 09:13:00 Step 7/21 : RUN go mod download 09:13:00 ---> eaed2b851d48 09:13:00 Step 7/24 : RUN go mod download 09:13:01 ---> Running in 11aecafa885d 09:13:01 ---> 29cc8ddc9bc0 09:13:01 Step 7/22 : RUN go mod download 09:13:01 ---> Running in e985f144d508 09:13:01 ---> Running in 829263095eb2 09:13:01 ---> 00b6ec1e4736 09:13:01 Step 7/23 : RUN go mod download 09:13:02 ---> Running in 0d1f079b4e26 09:13:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:13:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:13:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:13:04 Fetched 0 B in 0s (0 B/s) 09:13:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:13:04 Fetched 224 kB in 0s (0 B/s) 09:13:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:13:04 Fetched 157 kB in 0s (0 B/s) 09:13:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:13:04 Fetched 221 kB in 0s (0 B/s) 09:13:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:13:04 Fetched 143 kB in 0s (0 B/s) 09:13:04 Pulling edgex-go 09:13:04 Removing intermediate container f8a8f5747872 09:13:04 ---> 2f2ada08f724 09:13:04 Step 8/23 : COPY . . 09:13:04 Pulling version 09:13:05 Building config-common 09:13:06 Removing intermediate container 11aecafa885d 09:13:06 ---> 6d7fbc7aa1ea 09:13:06 Step 8/21 : COPY . . 09:13:06 Removing intermediate container 0d1f079b4e26 09:13:06 ---> 84f9d98e1ee0 09:13:06 Step 8/23 : COPY . . 09:13:06 Removing intermediate container e985f144d508 09:13:06 ---> 6c812665b85b 09:13:06 Step 8/24 : COPY . . 09:13:07 Removing intermediate container 829263095eb2 09:13:07 ---> ad28a0fb5107 09:13:07 Step 8/22 : COPY . . 09:13:07 Skipping build go-build-helper (already ran) 09:13:07 Skipping build static-packages (already ran) 09:13:07 Skipping build go115 (already ran) 09:13:07 Building edgex-go 09:13:08 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 09:13:09 go: downloading github.com/gorilla/mux v1.8.0 09:13:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:13:09 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 09:13:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 09:13:09 go: downloading github.com/pkg/errors v0.8.1 09:13:09 go: downloading github.com/imdario/mergo v0.3.11 09:13:09 go: downloading github.com/google/uuid v1.1.5 09:13:09 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 09:13:09 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:13:09 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 09:13:09 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:13:09 go: downloading github.com/pelletier/go-toml v1.2.0 09:13:09 go: downloading github.com/go-kit/kit v0.8.0 09:13:09 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 09:13:09 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 09:13:09 go: downloading github.com/BurntSushi/toml v0.3.1 09:13:09 go: downloading gopkg.in/yaml.v2 v2.4.0 09:13:09 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:13:09 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:13:09 go: downloading github.com/pebbe/zmq4 v1.2.2 09:13:09 go: downloading github.com/hashicorp/consul/api v1.1.0 09:13:09 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:13:09 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:13:09 go: downloading github.com/x448/float16 v0.8.4 09:13:09 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:13:10 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:13:10 go: downloading github.com/go-playground/universal-translator v0.17.0 09:13:10 go: downloading github.com/leodido/go-urn v1.2.0 09:13:10 go: downloading github.com/hashicorp/serf v0.8.2 09:13:10 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:13:10 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:13:10 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:13:10 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:13:10 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:13:10 go: downloading github.com/mitchellh/copystructure v1.0.0 09:13:11 go: downloading github.com/go-playground/locales v0.13.0 09:13:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:13:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:13:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:13:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:13:18 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 09:13:21 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 09:13:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:13:23 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 09:13:23 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 09:13:23 go: downloading github.com/stretchr/testify v1.6.1 09:13:24 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:13:24 go: downloading github.com/pmezard/go-difflib v1.0.0 09:13:24 go: downloading github.com/davecgh/go-spew v1.1.1 09:13: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 09:13:25 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:13:25 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:13:26 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 09:13:27 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 09:13:27 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:13: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 09:13:29 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 09:13:30 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 09:13:30 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:13:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:13:31 go: downloading github.com/lib/pq v1.9.0 09:13:33 Building version 09:13:34 ---> 8d0c7091c01a 09:13:34 Step 9/23 : RUN make cmd/core-command/core-command 09:13:34 ---> fe84eb5b5eab 09:13:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:13:34 ---> da777eb8a8e8 09:13:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:13:34 ---> 773fa24d4532 09:13:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:13:34 ---> Running in 19f8d8ef871b 09:13:34 ---> dd6dcecb8fd0 09:13:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:13:34 ---> Running in ce7759761f55 09:13:34 ---> Running in 57eaec890cd9 09:13:34 ---> Running in 8203e7a9ee60 09:13:34 ---> Running in 125436371e18 09:13:34 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 09:13:34 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 09:13:34 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 09:13:34 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 09:13:34 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 09:13:35 Staging config-common 09:13:36 Skipping stage go-build-helper (already ran) 09:13:36 Skipping stage static-packages (already ran) 09:13:36 Skipping stage go115 (already ran) 09:13:36 Staging edgex-go 09:13:37 Staging version 09:13:38 Priming config-common 09:13:39 Priming go-build-helper 09:13:40 Priming static-packages 09:13:42 Priming go115 09:13:43 Priming edgex-go 09:13:44 Priming version 09:13:45 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] } 09:14:56 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 09:14:56 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 09:15:06 Removing intermediate container 125436371e18 09:15:06 ---> e34de763a43f 09:15:06 09:15:06 Step 10/24 : FROM alpine:3.12 09:15:06 3.12: Pulling from library/alpine 09:15:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:15:08 Status: Downloaded newer image for alpine:3.12 09:15:08 ---> afeebe901d6b 09:15:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:15:10 ---> Running in 3fb7fc3b76eb 09:15:11 Removing intermediate container 57eaec890cd9 09:15:11 ---> be05eec7fcac 09:15:11 09:15:11 Step 10/21 : FROM alpine:3.12 09:15:11 ---> afeebe901d6b 09:15:11 Step 11/21 : RUN apk add --update --no-cache curl 09:15:11 Removing intermediate container 19f8d8ef871b 09:15:11 ---> a34c499a95b9 09:15:11 09:15:11 Step 10/23 : FROM alpine:3.12 09:15:11 ---> afeebe901d6b 09:15:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:15:11 Removing intermediate container ce7759761f55 09:15:11 ---> 184b1894f7d5 09:15:11 09:15:11 Step 10/22 : FROM alpine:3.12 09:15:11 ---> afeebe901d6b 09:15:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:15:11 ---> Running in e131bf0742b5 09:15:11 ---> Running in 1ed4a642c4e3 09:15:11 ---> Running in cdcf8b81d245 09:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:13 (1/5) Installing ca-certificates (20191127-r4) 09:15:13 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:15:13 (3/5) Installing libcurl (7.69.1-r3) 09:15:13 (4/5) Installing curl (7.69.1-r3) 09:15:13 (5/5) Installing dumb-init (1.2.2-r1) 09:15:13 Executing busybox-1.31.1-r19.trigger 09:15:13 Executing ca-certificates-20191127-r4.trigger 09:15:13 OK: 7 MiB in 19 packages 09:15:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:15:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:15:14 (1/4) Installing ca-certificates (20191127-r4) 09:15:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:15:14 (3/4) Installing libcurl (7.69.1-r3) 09:15:14 (4/4) Installing curl (7.69.1-r3) 09:15:14 Executing busybox-1.31.1-r19.trigger 09:15:14 Executing ca-certificates-20191127-r4.trigger 09:15:14 (1/1) Installing dumb-init (1.2.2-r1) 09:15:14 (1/1) Installing dumb-init (1.2.2-r1) 09:15:14 Executing busybox-1.31.1-r19.trigger 09:15:14 Executing busybox-1.31.1-r19.trigger 09:15:14 OK: 7 MiB in 18 packages 09:15:14 OK: 5 MiB in 15 packages 09:15:14 OK: 5 MiB in 15 packages 09:15:15 Removing intermediate container 3fb7fc3b76eb 09:15:15 ---> 1698b63465b9 09:15:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:15:16 ---> Running in 6116c9e729d8 09:15:17 Removing intermediate container cdcf8b81d245 09:15:17 ---> 3ce14709d18d 09:15:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:15:17 Removing intermediate container 6116c9e729d8 09:15:17 ---> dc52486a744b 09:15:17 Step 13/24 : WORKDIR / 09:15:17 Removing intermediate container 1ed4a642c4e3 09:15:17 ---> 40ec2bcf474a 09:15:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:15:17 ---> Running in 82feb5bb97c7 09:15:17 Removing intermediate container e131bf0742b5 09:15:17 ---> 01a7033b6a1b 09:15:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:15:18 ---> Running in f51be0454738 09:15:18 ---> Running in fad2e21af853 09:15:18 ---> Running in dbb44fdd79c6 09:15:19 Removing intermediate container 82feb5bb97c7 09:15:19 ---> d3645f1f8df7 09:15:19 Step 13/22 : ENV APP_PORT=48085 09:15:19 Removing intermediate container fad2e21af853 09:15:19 ---> ac8ae795ae76 09:15:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:15:19 Removing intermediate container dbb44fdd79c6 09:15:19 ---> e26818c0f3ab 09:15:19 Step 13/21 : WORKDIR /edgex 09:15:19 ---> Running in 79043349d47e 09:15:19 Removing intermediate container f51be0454738 09:15:19 ---> 294c52ba847d 09:15:19 Step 13/23 : ENV APP_PORT=48082 09:15:19 ---> Running in f2f344c8f024 09:15:20 ---> Running in e786d33de9c3 09:15:20 Removing intermediate container 79043349d47e 09:15:20 ---> 567c8fc24a6b 09:15:20 Step 14/22 : EXPOSE $APP_PORT 09:15:20 ---> ef26f9b6b14e 09:15:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:15:20 Removing intermediate container f2f344c8f024 09:15:20 ---> c2ab29c7f72f 09:15:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:15:20 ---> Running in fe6b093259da 09:15:20 Removing intermediate container e786d33de9c3 09:15:20 ---> 9c6d65320466 09:15:20 Step 14/23 : EXPOSE $APP_PORT 09:15:21 Removing intermediate container 8203e7a9ee60 09:15:21 ---> d9f92d9a3578 09:15:21 09:15:21 Step 10/23 : FROM alpine:3.12 09:15:21 ---> afeebe901d6b 09:15:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:15:21 ---> Using cache 09:15:21 ---> 40ec2bcf474a 09:15:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:15:21 ---> Using cache 09:15:21 ---> 294c52ba847d 09:15:21 Step 13/23 : ENV APP_PORT=48081 09:15:21 ---> Running in 91072bb1f0fc 09:15:21 Removing intermediate container fe6b093259da 09:15:21 ---> a4be33648d29 09:15:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:15:21 ---> Running in 7f698cba2a6f 09:15:22 ---> e0a3ab25fe68 09:15:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:15:22 ---> 9f46feff73eb 09:15:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:15:22 Removing intermediate container 91072bb1f0fc 09:15:22 ---> ef544b2dcaf3 09:15:22 Step 15/23 : WORKDIR / 09:15:22 Removing intermediate container 7f698cba2a6f 09:15:22 ---> 45cfcb76ccb5 09:15:22 Step 14/23 : EXPOSE $APP_PORT 09:15:22 ---> Running in 4495d88600b9 09:15:22 ---> Running in fd319e1cceed 09:15:22 ---> 05870149d0b5 09:15:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:15:23 Removing intermediate container 4495d88600b9 09:15:23 ---> da5dc10df7c9 09:15:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:15:23 ---> 28a33466a95f 09:15:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:15:23 Removing intermediate container fd319e1cceed 09:15:23 ---> 6ff5399bf1b7 09:15:23 Step 15/23 : WORKDIR / 09:15:24 ---> 0a52fd0b6f67 09:15:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:15:24 ---> Running in d45833d22e97 09:15:24 ---> 1c7ef36d228d 09:15:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:15:24 ---> 51340f9b65eb 09:15:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:15:24 ---> 29633254d300 09:15:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:15:24 Removing intermediate container d45833d22e97 09:15:24 ---> 6d704258536b 09:15:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:15:25 ---> 00d0c03fc793 09:15:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:15:26 ---> db2781f1031c 09:15:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:15:26 ---> 0f91539dfe0c 09:15:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:15:26 ---> Running in edd1c9023e68 09:15:26 ---> 157b4db0e806 09:15:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:15:26 ---> Running in cb2d96e51a10 09:15:26 ---> 8732eb1acaf1 09:15:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:15:27 Removing intermediate container edd1c9023e68 09:15:27 ---> 89a8a2da3346 09:15:27 Step 18/21 : CMD ["--init=true"] 09:15:27 ---> Running in 185a0fd59fd5 09:15:27 Removing intermediate container cb2d96e51a10 09:15:27 ---> aa5365859abe 09:15:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:15:27 ---> a5fd3d6e7f24 09:15:27 Step 19/23 : ENTRYPOINT ["/core-command"] 09:15:27 ---> Running in ee7098d84631 09:15:27 ---> 0a3d8ba8c5ee 09:15:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 09:15:27 ---> Running in f56b226be858 09:15:28 ---> Running in 5b5bd54ee1f9 09:15:28 ---> abddfea6fe8d 09:15:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:15:28 Removing intermediate container 185a0fd59fd5 09:15:28 ---> cabde600f42a 09:15:28 Step 19/21 : LABEL arch=arm64 09:15:28 ---> Running in 16092c01f09e 09:15:28 Removing intermediate container ee7098d84631 09:15:28 ---> b585546d10c9 09:15:28 Step 20/22 : LABEL arch=arm64 09:15:28 Removing intermediate container f56b226be858 09:15:28 ---> b828f5bee4cd 09:15:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:15:28 ---> Running in 160c3df6a5d2 09:15:29 ---> Running in 5de66b475cf2 09:15:29 ---> 1264bd95eb02 09:15:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:15:29 Removing intermediate container 16092c01f09e 09:15:29 ---> 96b0120010e7 09:15:29 Step 20/21 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:15:29 ---> Running in 7f84d5d75cf1 09:15:29 Removing intermediate container 160c3df6a5d2 09:15:29 ---> ce2829e8fa05 09:15:29 Step 21/22 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:15:29 ---> Running in f63c4b426fea 09:15:29 ---> Running in 4de135da59dd 09:15:29 Removing intermediate container 5de66b475cf2 09:15:29 ---> 9da209a35539 09:15:29 Step 21/23 : LABEL arch=arm64 09:15:30 ---> Running in 88eff006c924 09:15:30 Removing intermediate container 7f84d5d75cf1 09:15:30 ---> 64eabcda5f90 09:15:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:15:30 Removing intermediate container f63c4b426fea 09:15:30 ---> 2d771d21a0b8 09:15:30 Step 21/21 : LABEL version=0.0.0 09:15:30 ---> Running in d2eb53b6f78d 09:15:30 Removing intermediate container 4de135da59dd 09:15:30 ---> 6dd4d4c8cae2 09:15:30 Step 22/22 : LABEL version=0.0.0 09:15:30 ---> Running in de15a461240a 09:15:30 Removing intermediate container 88eff006c924 09:15:30 ---> 6c3aebd62f79 09:15:30 Step 22/23 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:15:30 ---> Running in f2d9843e2293 09:15:31 ---> Running in dd2fb348d176 09:15:31 Removing intermediate container d2eb53b6f78d 09:15:31 ---> 654d3b198832 09:15:31 Step 21/23 : LABEL arch=arm64 09:15:31 Removing intermediate container 5b5bd54ee1f9 09:15:31 ---> f236e765243d 09:15:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:15:31 Removing intermediate container de15a461240a 09:15:31 ---> 68350f955d88 09:15:31 09:15:31 ---> Running in c58edbb58d8e 09:15:31 ---> Running in 8707d3f53a53 09:15:31 Removing intermediate container f2d9843e2293 09:15:31 ---> 1a40415f9184 09:15:31 09:15:31 Removing intermediate container dd2fb348d176 09:15:31 ---> 878c381d97a1 09:15:31 Step 23/23 : LABEL version=0.0.0 09:15:31 Successfully built 68350f955d88 09:15:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:15:31  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 09:15:31 ---> Running in e552b04bcc83 09:15:32 Successfully built 1a40415f9184 09:15:32 Successfully tagged docker-support-scheduler-go-arm64:latest 09:15:32 Building docker-support-notifications-go 09:15:32  Building docker-support-scheduler-go ... done Removing intermediate container 8707d3f53a53 09:15:32 ---> 39353b353eeb 09:15:32 Step 22/23 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:15:32 Removing intermediate container c58edbb58d8e 09:15:32 ---> c6008fcbb7bb 09:15:32 Step 22/24 : LABEL arch=arm64 09:15:32 ---> Running in a4c22e0f1010 09:15:32 ---> Running in b89e35f66d8d 09:15:32 Removing intermediate container e552b04bcc83 09:15:32 ---> f9ac54932b20 09:15:32 09:15:32 Successfully built f9ac54932b20 09:15:32 Successfully tagged docker-core-command-go-arm64:latest 09:15:32 Building docker-sys-mgmt-agent-go 09:15:32 Removing intermediate container a4c22e0f1010 09:15:32 ---> 53a11b24fa1e 09:15:32 Step 23/23 : LABEL version=0.0.0 09:15:33  Building docker-core-command-go ... done Removing intermediate container b89e35f66d8d 09:15:33 ---> 449384041bf2 09:15:33 Step 23/24 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:15:33 ---> Running in da10b5367eb9 09:15:33 ---> Running in 4c64a8c2af8b 09:15:33 Removing intermediate container da10b5367eb9 09:15:33 ---> fd38518615d4 09:15:33 09:15:33 Removing intermediate container 4c64a8c2af8b 09:15:33 ---> c3365618124e 09:15:33 Step 24/24 : LABEL version=0.0.0 09:15:34 Successfully built fd38518615d4 09:15:34 Successfully tagged docker-core-metadata-go-arm64:latest 09:15:34 Building docker-security-bootstrapper-go 09:15:34  Building docker-core-metadata-go ... done  ---> Running in 936b485b3cc0 09:15:34 Removing intermediate container 936b485b3cc0 09:15:34 ---> 3167776d7b00 09:15:34 09:15:35 Successfully built 3167776d7b00 09:15:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:16:31  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:16:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:16:31 ---> 0fe97ad2ebd2 09:16:31 Step 3/23 : WORKDIR /edgex-go 09:16:31 ---> Using cache 09:16:31 ---> 1c3ec2f83c10 09:16:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:16:31 ---> Using cache 09:16:31 ---> 8ffbf3d3e233 09:16:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:16:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:16:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:16:31 ---> 0fe97ad2ebd2 09:16:31 Step 3/22 : WORKDIR /edgex-go 09:16:31 ---> Using cache 09:16:31 ---> 1c3ec2f83c10 09:16:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:16:31 ---> Using cache 09:16:31 ---> 8ffbf3d3e233 09:16:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:16:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:16:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:16:31 ---> 0fe97ad2ebd2 09:16:31 Step 3/26 : WORKDIR /edgex-go 09:16:31 ---> Using cache 09:16:31 ---> 1c3ec2f83c10 09:16:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:16:31 ---> Using cache 09:16:31 ---> 8ffbf3d3e233 09:16:31 Step 5/26 : RUN apk add --update --no-cache make bash git 09:16:31 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:16:31 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:16:31 ---> 0fe97ad2ebd2 09:16:31 Step 3/33 : WORKDIR /edgex-go 09:16:31 ---> Using cache 09:16:31 ---> 1c3ec2f83c10 09:16:31 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:16:31 ---> Using cache 09:16:31 ---> 8ffbf3d3e233 09:16:31 Step 5/33 : RUN apk add --update --no-cache make git 09:16:31 ---> Using cache 09:16:31 ---> 5f93c0b83760 09:16:31 Step 6/33 : COPY go.mod . 09:16:31 ---> Using cache 09:16:31 ---> ab53e8f87bbe 09:16:31 Step 7/33 : RUN go mod download 09:16:31 ---> Using cache 09:16:31 ---> 6d7fbc7aa1ea 09:16:31 Step 8/33 : COPY . . 09:16:31 ---> Using cache 09:16:31 ---> fe84eb5b5eab 09:16:31 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:16:31 ---> Running in 11006c5e5df7 09:16:31 ---> Running in afe91bc71305 09:16:31 ---> Running in 70a2a362fc80 09:16:31 ---> Running in 4c99ea664070 09:16:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:16:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:16:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:16:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:16:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:16:34 OK: 217 MiB in 51 packages 09:16:35 OK: 217 MiB in 51 packages 09:16:35 OK: 217 MiB in 51 packages 09:16:37 Removing intermediate container 11006c5e5df7 09:16:37 ---> f35212759c1c 09:16:37 Step 6/23 : COPY go.mod . 09:16:37 Removing intermediate container afe91bc71305 09:16:37 ---> 7582680dcacd 09:16:37 Step 6/22 : COPY go.mod . 09:16:37 Removing intermediate container 70a2a362fc80 09:16:37 ---> 627bca1cbaa5 09:16:37 Step 6/26 : COPY go.mod . 09:16:39 ---> 3d4ca93592ec 09:16:39 Step 7/23 : RUN go mod download 09:16:39 ---> fa1dc02c2630 09:16:39 Step 7/22 : RUN go mod download 09:16:39 ---> Running in 3959fbc5a347 09:16:39 ---> 41e15141f8e7 09:16:39 Step 7/26 : RUN go mod download 09:16:39 ---> Running in 66b07429d44d 09:16:39 ---> Running in ab8eb124fb34 09:16:44 Removing intermediate container 3959fbc5a347 09:16:44 ---> dfd3d1b8e2b0 09:16:44 Step 8/23 : COPY . . 09:16:44 Removing intermediate container ab8eb124fb34 09:16:44 ---> 67f6320af032 09:16:44 Step 8/26 : COPY . . 09:16:44 Removing intermediate container 66b07429d44d 09:16:44 ---> 7a17b86723e5 09:16:44 Step 8/22 : COPY . . 09:17:06 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 09:17:15 ---> 7da7b9f41e8c 09:17:15 Step 9/23 : RUN make cmd/core-data/core-data 09:17:15 ---> 26d0639353e9 09:17:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:17:15 ---> 76a2e510567a 09:17:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:17:15 ---> Running in ac7a2181af30 09:17:15 ---> Running in b8af5c807eeb 09:17:15 ---> Running in 0aebc95fd5b6 09:17:17 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 09:17:17 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 09:17:17 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 09:17:19 Removing intermediate container 4c99ea664070 09:17:19 ---> 856d8560d47a 09:17:19 09:17:19 Step 10/33 : FROM alpine:3.12 09:17:19 ---> afeebe901d6b 09:17:19 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 09:17:19 ---> Running in cfce85fdffb8 09:17:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:17:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:17:22 (1/3) Installing dumb-init (1.2.2-r1) 09:17:22 (2/3) Installing openssl (1.1.1i-r0) 09:17:22 (3/3) Installing su-exec (0.2-r1) 09:17:22 Executing busybox-1.31.1-r19.trigger 09:17:22 OK: 6 MiB in 17 packages 09:17:24 Removing intermediate container cfce85fdffb8 09:17:24 ---> 491474d81668 09:17:24 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:17:24 ---> Running in 459a516107a5 09:17:25 Removing intermediate container 459a516107a5 09:17:25 ---> 85cf91815281 09:17:25 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 09:17:25 ---> Running in c4d825201168 09:17:25 Removing intermediate container c4d825201168 09:17:25 ---> 1cf6edde2ebe 09:17:25 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 09:17:26 ---> Running in 53c84345111b 09:17:28 Connecting to github.com (140.82.114.4:443) 09:17:28 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (54.231.41.43:443) 09:17:28 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 09:17:28 dockerize-alpine-lin 99% |******************************* | 2924k 0:00:00 ETA 09:17:28 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 09:17:28 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 09:17:28 dockerize 09:17:31 Removing intermediate container 53c84345111b 09:17:31 ---> bf90ce769886 09:17:31 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 09:17:31 ---> Running in 22c7017a1720 09:17:32 Removing intermediate container 22c7017a1720 09:17:32 ---> 8133541c29a5 09:17:32 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:17:32 ---> Running in 95c724da6e1d 09:17:32 Removing intermediate container 95c724da6e1d 09:17:32 ---> 9e2ab2f71328 09:17:32 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 09:17:33 ---> Running in 5e5f941d789f 09:17:35 Move dockerize executable 09:17:37 Removing intermediate container 5e5f941d789f 09:17:37 ---> 5d2f65ffc95f 09:17:37 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 09:17:37 ---> Running in 9996d93e9454 09:17:38 Removing intermediate container 9996d93e9454 09:17:38 ---> 07acbb9d24ed 09:17:38 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:17:39 ---> 84bee6f7a826 09:17:39 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:17:39 ---> Running in a8f7055d1dac 09:17:43 Removing intermediate container a8f7055d1dac 09:17:43 ---> 75f785aa7665 09:17:43 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:17:44 ---> 431dea7e0109 09:17:44 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:17:46 ---> bac969e0bf16 09:17:46 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:17:47 ---> b98eaba457b7 09:17:47 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:17:49 ---> 034fac611496 09:17:49 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:17:50 ---> 6b6e82ee52d6 09:17:50 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 09:17:50 ---> Running in 22529e722a5d 09:17:51 Removing intermediate container 22529e722a5d 09:17:51 ---> bf53dc38e41e 09:17:51 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:17:52 ---> 30a53f6c3285 09:17:52 Step 28/33 : RUN chmod +x /entrypoint.sh 09:17:52 ---> Running in a0e82c9acaa7 09:17:56 Removing intermediate container a0e82c9acaa7 09:17:56 ---> 03d7d1116965 09:17:56 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:17:56 ---> Running in 443bca9e00f6 09:17:57 Removing intermediate container 443bca9e00f6 09:17:57 ---> acd77fefbdee 09:17:57 Step 30/33 : CMD ["gate"] 09:17:57 ---> Running in e07905f1c7cd 09:17:58 Removing intermediate container e07905f1c7cd 09:17:58 ---> 1749e038a851 09:17:58 Step 31/33 : LABEL arch=arm64 09:17:59 ---> Running in 7e7b550972c0 09:17:59 Removing intermediate container 7e7b550972c0 09:17:59 ---> 236ec667fb3d 09:17:59 Step 32/33 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:17:59 ---> Running in dfef73c77896 09:18:00 Removing intermediate container dfef73c77896 09:18:00 ---> 2e64895c4fc5 09:18:00 Step 33/33 : LABEL version=0.0.0 09:18:01 ---> Running in 6e8f7ba998c3 09:18:01 Removing intermediate container 6e8f7ba998c3 09:18:01 ---> d4f316237086 09:18:01 09:18:02 Successfully built d4f316237086 09:18:02 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:18:28  Building docker-security-bootstrapper-go ... done Removing intermediate container 0aebc95fd5b6 09:18:28 ---> 3dd194fd8818 09:18:28 09:18:28 Step 10/22 : FROM alpine:3.12 09:18:28 ---> afeebe901d6b 09:18:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:18:29 Removing intermediate container b8af5c807eeb 09:18:29 ---> 0416edcc876d 09:18:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:18:29 ---> Running in 56f874f1e434 09:18:29 ---> Running in 6d4a287a1c59 09:18:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:18:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:31 (1/2) Installing ca-certificates (20191127-r4) 09:18:31 (2/2) Installing dumb-init (1.2.2-r1) 09:18:31 Executing busybox-1.31.1-r19.trigger 09:18:31 Executing ca-certificates-20191127-r4.trigger 09:18:32 OK: 6 MiB in 16 packages 09:18:34 Removing intermediate container 56f874f1e434 09:18:34 ---> 8027c9cd64cb 09:18:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:18:34 ---> Running in e423401ce8da 09:18:34 Removing intermediate container 6d4a287a1c59 09:18:34 ---> 2b350e4730a1 09:18:34 09:18:34 Step 11/26 : FROM docker:20.10.0 09:18:34 20.10.0: Pulling from library/docker 09:18:34 Removing intermediate container e423401ce8da 09:18:34 ---> b58a87b788f9 09:18:34 Step 13/22 : ENV APP_PORT=48060 09:18:35 ---> Running in a534ae8de099 09:18:36 Removing intermediate container a534ae8de099 09:18:36 ---> 623cb31c05d1 09:18:36 Step 14/22 : EXPOSE $APP_PORT 09:18:36 ---> Running in bbcd1abb6264 09:18:37 Removing intermediate container bbcd1abb6264 09:18:37 ---> b1e580da76c0 09:18:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:18:38 ---> e9c57224760c 09:18:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:18:41 ---> 57eb4bf60583 09:18:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:18:42 ---> 29889adfcb63 09:18:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:18:42 ---> Running in d8749399fb87 09:18:43 Removing intermediate container d8749399fb87 09:18:43 ---> 628a7bd33510 09:18:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:18:44 ---> Running in 2871115d9c3f 09:18:44 Removing intermediate container ac7a2181af30 09:18:44 ---> 1d670cd282fd 09:18:44 09:18:44 Step 10/23 : FROM alpine:3.12 09:18:44 ---> afeebe901d6b 09:18:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:18:44 ---> Running in 5abfac21cebc 09:18:44 Removing intermediate container 2871115d9c3f 09:18:44 ---> 296f1027518d 09:18:44 Step 20/22 : LABEL arch=arm64 09:18:44 ---> Running in a032c6c20725 09:18:45 Removing intermediate container 5abfac21cebc 09:18:45 ---> 66719f0dcf3a 09:18:45 Step 12/23 : ENV APP_PORT=48080 09:18:45 ---> Running in 6154ed1c0127 09:18:45 Removing intermediate container a032c6c20725 09:18:45 ---> f549f163839d 09:18:45 Step 21/22 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:18:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:18:45 Status: Downloaded newer image for docker:20.10.0 09:18:45 ---> eeaf43b92773 09:18:45 Step 12/26 : RUN apk add --no-cache bash 09:18:45 ---> Running in e775785f9acd 09:18:45 ---> Running in 3dce4aed56ae 09:18:45 Removing intermediate container 6154ed1c0127 09:18:45 ---> 16ace573afd2 09:18:45 Step 13/23 : EXPOSE $APP_PORT 09:18:46 ---> Running in ccc3552f86a1 09:18:46 Removing intermediate container e775785f9acd 09:18:46 ---> fb10b2c8cb37 09:18:46 Step 22/22 : LABEL version=0.0.0 09:18:46 ---> Running in 21d120850130 09:18:46 Removing intermediate container ccc3552f86a1 09:18:46 ---> 30de926632ff 09:18:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:18:46 ---> Running in 143b372c4b1b 09:18:46 Removing intermediate container 21d120850130 09:18:46 ---> 8ab6280a4bc8 09:18:46 09:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:47 Successfully built 8ab6280a4bc8 09:18:47 Successfully tagged docker-support-notifications-go-arm64:latest 09:18:47  Building docker-support-notifications-go ... done (1/2) Installing readline (8.0.4-r0) 09:18:47 (2/2) Installing bash (5.0.17-r0) 09:18:48 Executing bash-5.0.17-r0.post-install 09:18:48 Executing busybox-1.31.1-r19.trigger 09:18:48 OK: 12 MiB in 22 packages 09:18:49 Removing intermediate container 143b372c4b1b 09:18:49 ---> 656388b34263 09:18:49 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:18:49 Removing intermediate container 3dce4aed56ae 09:18:49 ---> b4424412eaf2 09:18:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:18:49 ---> Running in c1d77472ac1a 09:18:49 ---> Running in ee991d8f095f 09:18:50 Removing intermediate container c1d77472ac1a 09:18:50 ---> cdc2d584764e 09:18:50 Step 14/26 : ENV APP_PORT=48090 09:18:50 ---> Running in 8038fda46183 09:18:50 Removing intermediate container 8038fda46183 09:18:50 ---> 15809d2e339d 09:18:50 Step 15/26 : EXPOSE $APP_PORT 09:18:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:50 ---> Running in fec3df539e1d 09:18:51 Removing intermediate container fec3df539e1d 09:18:51 ---> df56336f179d 09:18:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:18:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:52 ---> 8f5d74062c2b 09:18:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:18:53 ---> 775746609509 09:18:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:18:54 ---> eb70eb0c20b9 09:18:54 Step 19/26 : RUN apk --no-cache add py3-pip 09:18:54 ---> Running in 0121c46db318 09:18:54 (1/6) Installing dumb-init (1.2.2-r1) 09:18:54 (2/6) Installing libgcc (9.3.0-r2) 09:18:54 (3/6) Installing libsodium (1.0.18-r0) 09:18:54 (4/6) Installing libstdc++ (9.3.0-r2) 09:18:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:18:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:18:55 (5/6) Installing libzmq (4.3.3-r0) 09:18:56 (1/33) Installing libbz2 (1.0.8-r1) 09:18:56 (2/33) Installing expat (2.2.9-r1) 09:18:56 (3/33) Installing libffi (3.3-r2) 09:18:56 (4/33) Installing gdbm (1.13-r1) 09:18:56 (5/33) Installing xz-libs (5.2.5-r0) 09:18:56 (6/33) Installing sqlite-libs (3.32.1-r0) 09:18:56 (7/33) Installing python3 (3.8.5-r0) 09:18:56 (6/6) Installing zeromq (4.3.3-r0) 09:18:56 Executing busybox-1.31.1-r19.trigger 09:18:56 OK: 8 MiB in 20 packages 09:18:58 (8/33) Installing py3-appdirs (1.4.4-r1) 09:18:58 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:18:58 (10/33) Installing py3-parsing (2.4.7-r0) 09:18:58 (11/33) Installing py3-six (1.15.0-r0) 09:18:58 (12/33) Installing py3-packaging (20.4-r0) 09:18:58 (13/33) Installing py3-setuptools (47.0.0-r0) 09:18:58 (14/33) Installing py3-chardet (3.0.4-r4) 09:18:58 (15/33) Installing py3-idna (2.9-r0) 09:18:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:18:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:18:58 Removing intermediate container ee991d8f095f 09:18:58 ---> de9d0e0d891d 09:18:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:18:58 (18/33) Installing py3-requests (2.23.0-r0) 09:18:58 (19/33) Installing py3-msgpack (1.0.0-r0) 09:18:58 (20/33) Installing py3-lockfile (0.12.2-r3) 09:18:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:18:58 (22/33) Installing py3-colorama (0.4.3-r0) 09:18:58 (23/33) Installing py3-distlib (0.3.0-r0) 09:18:58 (24/33) Installing py3-distro (1.5.0-r1) 09:18:58 (25/33) Installing py3-webencodings (0.5.1-r3) 09:18:58 (26/33) Installing py3-html5lib (1.0.1-r4) 09:18:58 (27/33) Installing py3-pytoml (0.1.21-r0) 09:18:58 (28/33) Installing py3-pep517 (0.8.2-r0) 09:18:58 (29/33) Installing py3-progress (1.5-r0) 09:18:58 (30/33) Installing py3-toml (0.10.1-r0) 09:18:58 (31/33) Installing py3-retrying (1.3.3-r0) 09:18:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:18:58 (33/33) Installing py3-pip (20.1.1-r0) 09:18:58 Executing busybox-1.31.1-r19.trigger 09:18:58 OK: 71 MiB in 55 packages 09:18:59 ---> eb3f17136820 09:18:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:19:01 ---> 05a9e60a02e5 09:19:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:19:01 ---> 3c1148bc31e4 09:19:01 Step 19/23 : ENTRYPOINT ["/core-data"] 09:19:02 ---> Running in e4b841decd22 09:19:02 Removing intermediate container e4b841decd22 09:19:02 ---> 3bf810ac707d 09:19:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:19:02 ---> Running in 8870dbd93ab4 09:19:03 Removing intermediate container 8870dbd93ab4 09:19:03 ---> b34fae1129f5 09:19:03 Step 21/23 : LABEL arch=arm64 09:19:03 ---> Running in 1419b8660c5e 09:19:04 Removing intermediate container 1419b8660c5e 09:19:04 ---> 452d0f2734c6 09:19:04 Step 22/23 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:19:04 ---> Running in d93e4407d131 09:19:04 Removing intermediate container 0121c46db318 09:19:04 ---> 89269f36ab9c 09:19:04 Step 20/26 : RUN pip install docker-compose==1.23.2 09:19:04 ---> Running in 23d1a3bce439 09:19:04 Removing intermediate container d93e4407d131 09:19:04 ---> 7e69e25d235b 09:19:04 Step 23/23 : LABEL version=0.0.0 09:19:05 ---> Running in 8af61762c265 09:19:05 Removing intermediate container 8af61762c265 09:19:05 ---> 53a64d8ffe5d 09:19:05 09:19:06 Successfully built 53a64d8ffe5d 09:19:06 Successfully tagged docker-core-data-go-arm64:latest 09:19:09  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 09:19:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:19:10 Collecting dockerpty<0.5,>=0.4.1 09:19:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:19:12 Collecting PyYAML<4,>=3.10 09:19:12 Downloading PyYAML-3.13.tar.gz (270 kB) 09:19:15 Collecting docopt<0.7,>=0.6.1 09:19:15 Downloading docopt-0.6.2.tar.gz (25 kB) 09:19:17 Collecting cached-property<2,>=1.2.0 09:19:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:19:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:19:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:19:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:19:18 Collecting docker<4.0,>=3.6.0 09:19:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:19:19 Collecting websocket-client<1.0,>=0.32.0 09:19:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:19:19 Collecting texttable<0.10,>=0.9.0 09:19:19 Downloading texttable-0.9.1.tar.gz (11 kB) 09:19:21 Collecting jsonschema<3,>=2.5.1 09:19:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:19:21 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) 09:19:22 Collecting urllib3<1.25,>=1.21.1 09:19:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:19:22 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) 09:19:22 Collecting idna<2.8,>=2.5 09:19:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:19:22 Collecting docker-pycreds>=0.4.0 09:19:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:19:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:19:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:19:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:19:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:19:23 Installing collected packages: dockerpty, PyYAML, docopt, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, jsonschema, docker-compose 09:19:23 Running setup.py install for dockerpty: started 09:19:25 Running setup.py install for dockerpty: finished with status 'done' 09:19:25 Running setup.py install for PyYAML: started 09:19:27 Running setup.py install for PyYAML: finished with status 'done' 09:19:27 Running setup.py install for docopt: started 09:19:28 Running setup.py install for docopt: finished with status 'done' 09:19:28 Attempting uninstall: urllib3 09:19:28 Found existing installation: urllib3 1.25.9 09:19:28 Uninstalling urllib3-1.25.9: 09:19:29 Successfully uninstalled urllib3-1.25.9 09:19:29 Attempting uninstall: idna 09:19:29 Found existing installation: idna 2.9 09:19:29 Uninstalling idna-2.9: 09:19:29 Successfully uninstalled idna-2.9 09:19:30 Attempting uninstall: requests 09:19:30 Found existing installation: requests 2.23.0 09:19:30 Uninstalling requests-2.23.0: 09:19:30 Successfully uninstalled requests-2.23.0 09:19:31 Running setup.py install for texttable: started 09:19:33 Running setup.py install for texttable: finished with status 'done' 09:19:34 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 09:19:37 Removing intermediate container 23d1a3bce439 09:19:37 ---> f796a384103f 09:19:37 Step 21/26 : RUN apk --no-cache add curl 09:19:38 ---> Running in cb9159df6e62 09:19:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:19:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:19:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:19:39 (2/3) Installing libcurl (7.69.1-r3) 09:19:40 (3/3) Installing curl (7.69.1-r3) 09:19:40 Executing busybox-1.31.1-r19.trigger 09:19:40 OK: 71 MiB in 58 packages 09:19:41 Removing intermediate container cb9159df6e62 09:19:41 ---> f2d81ab63604 09:19:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:19:41 ---> Running in 3b72fba5adf4 09:19:41 Removing intermediate container 3b72fba5adf4 09:19:41 ---> 4165b0fdb73c 09:19:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:19:42 ---> Running in 134cf09b7a42 09:19:42 Removing intermediate container 134cf09b7a42 09:19:42 ---> cba94b957f83 09:19:42 Step 24/26 : LABEL arch=arm64 09:19:42 ---> Running in d5f75ccfc55a 09:19:43 Removing intermediate container d5f75ccfc55a 09:19:43 ---> 6ca1c091f90d 09:19:43 Step 25/26 : LABEL git_sha=40ecce1e933b5d15e9b05e819678d44d5b3ec16c 09:19:43 ---> Running in 620d7835f2ce 09:19:43 Removing intermediate container 620d7835f2ce 09:19:43 ---> 8ea2458ceab0 09:19:43 Step 26/26 : LABEL version=0.0.0 09:19:43 ---> Running in 8cebb9d3a71b 09:19:44 Removing intermediate container 8cebb9d3a71b 09:19:44 ---> 7fc0c78ce928 09:19:44 09:19:44 Successfully built 7fc0c78ce928 09:19:44 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:19:45  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:19:45 $ docker stop --time=1 5330a59da8637e40860f714fabc0441aaa84aaec47ec05bca47b51bdb9f64355 09:19:47 $ docker rm -f 5330a59da8637e40860f714fabc0441aaa84aaec47ec05bca47b51bdb9f64355 [Pipeline] // withDockerContainer [Pipeline] sh 09:19:48 + docker images 09:19:48 + grep docker 09:19:48 docker-sys-mgmt-agent-go-arm64 latest 7fc0c78ce928 4 seconds ago 300MB 09:19:48 docker-core-data-go-arm64 latest 53a64d8ffe5d 43 seconds ago 21MB 09:19:48 docker-support-notifications-go-arm64 latest 8ab6280a4bc8 About a minute ago 16MB 09:19:48 docker-security-bootstrapper-go-arm64 latest d4f316237086 About a minute ago 40.3MB 09:19:48 docker-security-secretstore-setup-go-arm64 latest 3167776d7b00 4 minutes ago 23.4MB 09:19:48 docker-core-metadata-go-arm64 latest fd38518615d4 4 minutes ago 17.7MB 09:19:48 docker-core-command-go-arm64 latest f9ac54932b20 4 minutes ago 15.4MB 09:19:48 docker-support-scheduler-go-arm64 latest 1a40415f9184 4 minutes ago 15.5MB 09:19:48 docker-security-proxy-setup-go-arm64 latest 68350f955d88 4 minutes ago 23.2MB 09:19:48 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:19:49 provisioning config files... 09:19:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4052916393867622567tmp [Pipeline] { [Pipeline] sh 09:19:50 + set +x 09:19:50 + curl -s https://codecov.io/bash 09:19:50 + bash -s -- 09:19:50 09:19:50 _____ _ 09:19:50 / ____| | | 09:19:50 | | ___ __| | ___ ___ _____ __ 09:19:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:19:50 | |___| (_) | (_| | __/ (_| (_) \ V / 09:19:50 \_____\___/ \__,_|\___|\___\___/ \_/ 09:19:50 Bash-20210115-cec3c92 09:19:50 09:19:50 09:19:50 ==> git version 2.24.3 found 09:19:50 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:19:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:19:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:19:50 ==> Jenkins CI detected. 09:19:50 project root: . 09:19:50 --> token set from env 09:19:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:19:50 ==> Running gcov in . (disable via -X gcov) 09:19:50 ==> Python coveragepy not found 09:19:50 ==> Searching for coverage reports in: 09:19:50 + . 09:19:50 -> Found 1 reports 09:19:50 ==> Detecting git/mercurial file structure 09:19:50 ==> Reading reports 09:19:50 + ./coverage.out bytes=563439 09:19:50 ==> Appending adjustments 09:19:50 https://docs.codecov.io/docs/fixing-reports 09:19:54 + Found adjustments 09:19:54 ==> Gzipping contents 09:19:54 84K /tmp/codecov.ZhFG8n.gz 09:19:54 ==> Uploading reports 09:19:54 url: https://codecov.io 09:19:54 query: branch=PR-3069&commit=40ecce1e933b5d15e9b05e819678d44d5b3ec16c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3069%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3069&job=&cmd_args= 09:19:54 -> Pinging Codecov 09:19:54 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3069&commit=40ecce1e933b5d15e9b05e819678d44d5b3ec16c&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3069%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3069&job=&cmd_args= 09:19:54 -> Uploading to 09:19:54 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/40ecce1e933b5d15e9b05e819678d44d5b3ec16c/e4b6c6a4-e7f5-484e-8739-cc72cd0e1d3c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T091954Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d9cdb5f26642a856e73f671ca036dfc69508aa1c4d7ed19025499a24792a5efd 09:19:54 % Total % Received % Xferd Average Speed Time Time Time Current 09:19:54 Dload Upload Total Spent Left Speed 09:19:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85379 0 0 100 85379 0 153k --:--:-- --:--:-- --:--:-- 153k 09:19:55 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/40ecce1e933b5d15e9b05e819678d44d5b3ec16c [Pipeline] } 09:19:55 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 09:19:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:19:57 ---> package-listing.sh 09:19:57 ++ facter osfamily 09:19:57 ++ tr '[:upper:]' '[:lower:]' 09:19:57 + OS_FAMILY=redhat 09:19:57 + workspace=/w/workspace/edgex-go/2 09:19:57 + START_PACKAGES=/tmp/packages_start.txt 09:19:57 + END_PACKAGES=/tmp/packages_end.txt 09:19:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:19:57 + PACKAGES=/tmp/packages_start.txt 09:19:57 + '[' /w/workspace/edgex-go/2 ']' 09:19:57 + PACKAGES=/tmp/packages_end.txt 09:19:57 + case "${OS_FAMILY}" in 09:19:57 + rpm -qa 09:19:57 + sort 09:20:02 + '[' -f /tmp/packages_start.txt ']' 09:20:02 + '[' -f /tmp/packages_end.txt ']' 09:20:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:20:02 + '[' /w/workspace/edgex-go/2 ']' 09:20:02 + mkdir -p /w/workspace/edgex-go/2/archives/ 09:20:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 09:20:02 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:20:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:20:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:20:03 09:20:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:20:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:20:03 alpine: Pulling from edgex-lftools-log-publisher 09:20:03 df20fa9351a1: Pulling fs layer 09:20:03 36b3adc4ff6f: Pulling fs layer 09:20:03 8ad3a11d3b57: Pulling fs layer 09:20:03 46f8f816bc3b: Pulling fs layer 09:20:03 93b61091891f: Pulling fs layer 09:20:03 93b9cdb0e59b: Pulling fs layer 09:20:03 5e14af77c1be: Pulling fs layer 09:20:03 01666e4c0597: Pulling fs layer 09:20:03 aa168da1d23b: Pulling fs layer 09:20:03 93b9cdb0e59b: Waiting 09:20:03 5e14af77c1be: Waiting 09:20:03 01666e4c0597: Waiting 09:20:03 aa168da1d23b: Waiting 09:20:03 46f8f816bc3b: Waiting 09:20:03 93b61091891f: Waiting 09:20:03 36b3adc4ff6f: Verifying Checksum 09:20:03 36b3adc4ff6f: Download complete 09:20:03 46f8f816bc3b: Verifying Checksum 09:20:03 46f8f816bc3b: Download complete 09:20:04 df20fa9351a1: Verifying Checksum 09:20:04 df20fa9351a1: Download complete 09:20:04 93b9cdb0e59b: Verifying Checksum 09:20:04 93b9cdb0e59b: Download complete 09:20:04 93b61091891f: Verifying Checksum 09:20:04 93b61091891f: Download complete 09:20:04 01666e4c0597: Verifying Checksum 09:20:04 01666e4c0597: Download complete 09:20:04 5e14af77c1be: Verifying Checksum 09:20:04 5e14af77c1be: Download complete 09:20:04 8ad3a11d3b57: Verifying Checksum 09:20:04 8ad3a11d3b57: Download complete 09:20:04 df20fa9351a1: Pull complete 09:20:04 36b3adc4ff6f: Pull complete 09:20:05 8ad3a11d3b57: Pull complete 09:20:05 46f8f816bc3b: Pull complete 09:20:06 aa168da1d23b: Verifying Checksum 09:20:06 aa168da1d23b: Download complete 09:20:07 93b61091891f: Pull complete 09:20:07 93b9cdb0e59b: Pull complete 09:20:07 5e14af77c1be: Pull complete 09:20:07 01666e4c0597: Pull complete 09:20:14 aa168da1d23b: Pull complete 09:20:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:20:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:20:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:20:15 prd-centos7-docker-4c-2g-22251 does not seem to be running inside a container 09:20:15 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:20:22 $ docker top db4caa34384ad29f575b683188da39cacc2245a8b7636ebd27c8ca1361b4db81 -eo pid,comm [Pipeline] { [Pipeline] sh 09:20:22 + touch /tmp/pre-build-complete [Pipeline] sh 09:20:23 + mkdir -p /var/log/sa [Pipeline] sh 09:20:23 + ls /var/log/sa-host 09:20:23 + sadf -c /var/log/sa-host/sa22 09:20:23 file_magic: OK 09:20:23 HZ: Using current value: 100 09:20:23 file_header: OK 09:20:23 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 09:20:23 Statistics: 09:20:23 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... 09:20:23 File successfully converted to sysstat format version 12.2.1 09:20:23 + sadf -c /var/log/sa-host/sa23 09:20:23 file_magic: OK 09:20:23 HZ: Using current value: 100 09:20:23 file_header: OK 09:20:23 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 09:20:23 Statistics: 09:20:23 Hnuu...uuuununununu... 09:20:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:20:23 provisioning config files... 09:20:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4208333144595917902tmp [Pipeline] { [Pipeline] echo 09:20:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:20:23 ---> create-netrc.sh [Pipeline] } 09:20:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:20:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:20:24 ---> python-tools-install.sh [Pipeline] echo 09:20:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:20:24 ---> sudo-logs.sh 09:20:24 Archiving 'sudo' log.. [Pipeline] echo 09:20:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:20:24 ---> job-cost.sh 09:20:24 lf-activate-venv: SKIPPING 09:20:24 INFO: No Stack... 09:20:26 INFO: Retrieving Pricing Info for: v1-standard-2 09:20:26 INFO: Archiving Costs [Pipeline] echo 09:20:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:20:26 ---> logs-deploy.sh 09:20:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3069/2 09:20:26 INFO: archiving workspace using pattern(s): 09:20:28 Archives upload complete. 09:20:28 INFO: archiving logs to Nexus