Pull request #3314 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 230efa915a5a331c14751e0f7925e6b0f52b8528+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (0aaff46cca0f5d367daccea55bdc511adcc4c2a5) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Executor slot already in use; ‘prd-centos7-docker-4c-2g-31817’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31827 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 Merge succeeded, producing 230efa915a5a331c14751e0f7925e6b0f52b8528 Checking out Revision 230efa915a5a331c14751e0f7925e6b0f52b8528 (PR-3314) > 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/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:32:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:32:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:32:59 ========================================================= 19:32:59 EdgeX Global Pipelines Version Info 19:32:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3bfca1cd62533e13c63a2c650612c7fcb1c5b241 # timeout=10 19:33:00 ------------------- 19:33:00 stable info: 19:33:00 ------------------- 19:33:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:33:00 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:33:00 Message: update stable to v1.0.186 19:33:01 ------------------- 19:33:01 experimental info: 19:33:01 ------------------- 19:33:01 Commited By: **** collab-it+edgex@linuxfoundation.org 19:33:01 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:33:01 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:33:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:33:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3314 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3314 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3314 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 230efa9 [Pipeline] echo 19:33:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:33:04 provisioning config files... 19:33:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5528687385233177813tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:33:05 ---> docker-login.sh 19:33:05 nexus3.edgexfoundry.org:10001 19:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:05 Configure a credential helper to remove this warning. See 19:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:05 19:33:05 Login Succeeded 19:33:05 nexus3.edgexfoundry.org:10002 19:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:05 Configure a credential helper to remove this warning. See 19:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:05 19:33:05 Login Succeeded 19:33:05 nexus3.edgexfoundry.org:10003 19:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:05 Configure a credential helper to remove this warning. See 19:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:05 19:33:05 Login Succeeded 19:33:05 nexus3.edgexfoundry.org:10004 19:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:06 Configure a credential helper to remove this warning. See 19:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:06 19:33:06 Login Succeeded 19:33:06 docker.io 19:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:33:06 Configure a credential helper to remove this warning. See 19:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:33:06 19:33:06 Login Succeeded 19:33:06 ---> docker-login.sh ends [Pipeline] } 19:33:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:33:06 ++ 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 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/core-command/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo core-command,cmd/core-command/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/core-data/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo core-data,cmd/core-data/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/core-metadata/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo core-metadata,cmd/core-metadata/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/security-bootstrapper/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/security-proxy-setup/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/support-notifications/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo support-notifications,cmd/support-notifications/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/support-scheduler/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:33:06 + for file in '`ls cmd/**/Dockerfile`' 19:33:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:33:06 ++ cut -d/ -f2 19:33:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:33:06 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 19:33:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:33:07 19:33:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:33:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:33:08 latest: Pulling from edgex-devops/git-semver 19:33:08 31603596830f: Pulling fs layer 19:33:08 2a8b12db71e7: Pulling fs layer 19:33:08 6ca5941a6612: Pulling fs layer 19:33:08 ecc8261a40a4: Pulling fs layer 19:33:08 ecc8261a40a4: Waiting 19:33:08 2a8b12db71e7: Verifying Checksum 19:33:08 2a8b12db71e7: Download complete 19:33:08 31603596830f: Download complete 19:33:08 ecc8261a40a4: Verifying Checksum 19:33:08 ecc8261a40a4: Download complete 19:33:08 6ca5941a6612: Verifying Checksum 19:33:08 6ca5941a6612: Download complete 19:33:08 31603596830f: Pull complete 19:33:08 2a8b12db71e7: Pull complete 19:33:09 6ca5941a6612: Pull complete 19:33:09 ecc8261a40a4: Pull complete 19:33:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:33:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:33:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:33:10 prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container 19:33:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:33:12 $ docker top 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:33:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:33:13 [ssh-agent] Looking for ssh-agent implementation... 19:33:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:33:13 $ docker exec 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent 19:33:13 SSH_AUTH_SOCK=/tmp/ssh-1gTCb3mLnvHP/agent.12 19:33:13 SSH_AGENT_PID=17 19:33:13 Running ssh-add (command line suppressed) 19:33:13 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1710138984317718046.key (/w/workspace/edgex-go/3@tmp/private_key_1710138984317718046.key) 19:33:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:33:13 + git tag --points-at HEAD [Pipeline] } 19:33:13 $ docker exec --env ******** --env ******** 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent -k 19:33:14 unset SSH_AUTH_SOCK; 19:33:14 unset SSH_AGENT_PID; 19:33:14 echo Agent pid 17 killed; 19:33:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:33:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:33:14 [ssh-agent] Looking for ssh-agent implementation... 19:33:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:33:14 $ docker exec 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent 19:33:14 SSH_AUTH_SOCK=/tmp/ssh-9f9rkZ9cmUuE/agent.46 19:33:14 SSH_AGENT_PID=51 19:33:14 Running ssh-add (command line suppressed) 19:33:14 Identity added: /w/workspace/edgex-go/3@tmp/private_key_9111961318802609822.key (/w/workspace/edgex-go/3@tmp/private_key_9111961318802609822.key) 19:33:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:33:15 + git semver init 19:33:15 # -> Open(): unable to determine branch for HEAD 19:33:15 # $GIT_DIR = /w/workspace/edgex-go/3/.git 19:33:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 19:33:15 # $SEMVER_REMOTE_NAME = origin 19:33:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:33:15 # $SEMVER_USER_NAME = edgex-jenkins 19:33:15 # $SEMVER_BRANCH = PR-3314 19:33:15 # $SEMVER_TEMP = /tmp/semver-929084991 19:33:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:33:41 # '/tmp/semver-929084991' -> '/w/workspace/edgex-go/3/.semver' 19:33:41 # -> Force: false 19:33:41 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 19:33:41 $ docker exec --env ******** --env ******** 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 ssh-agent -k 19:33:42 unset SSH_AUTH_SOCK; 19:33:42 unset SSH_AGENT_PID; 19:33:42 echo Agent pid 51 killed; 19:33:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:33:42 + git semver [Pipeline] } 19:33:42 $ docker stop --time=1 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 19:33:44 $ docker rm -f 8cc1d7d868c3843c0dd124523a6b70ca593aad127af6393789bee757c83817d5 [Pipeline] // withDockerContainer [Pipeline] sh 19:33:44 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:33:45 Stashed 1 file(s) [Pipeline] echo 19:33:45 [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 19:33:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:33:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:33:47 + sudo service docker restart 19:33:47 + true 19:33:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:33:47 ========================================================= 19:33:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:33:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:33:48 + 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 . 19:33:51 Sending build context to Docker daemon 328.9MB 19:33:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:33:51 Step 2/6 : FROM ${BASE} 19:33:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:33:51 188c0c94c7c5: Pulling fs layer 19:33:51 0ef7d3d256c8: Pulling fs layer 19:33:51 de9db76c5a1d: Pulling fs layer 19:33:51 bca2f99d35d6: Pulling fs layer 19:33:51 93359f2a8cfa: Pulling fs layer 19:33:51 7c6f9722023f: Pulling fs layer 19:33:51 a35cf1a2eb13: Pulling fs layer 19:33:51 93359f2a8cfa: Waiting 19:33:51 7c6f9722023f: Waiting 19:33:51 a35cf1a2eb13: Waiting 19:33:51 bca2f99d35d6: Waiting 19:33:51 de9db76c5a1d: Verifying Checksum 19:33:51 de9db76c5a1d: Download complete 19:33:51 0ef7d3d256c8: Verifying Checksum 19:33:51 0ef7d3d256c8: Download complete 19:33:51 93359f2a8cfa: Verifying Checksum 19:33:51 93359f2a8cfa: Download complete 19:33:51 188c0c94c7c5: Download complete 19:33:51 7c6f9722023f: Verifying Checksum 19:33:51 7c6f9722023f: Download complete 19:33:52 188c0c94c7c5: Pull complete 19:33:52 0ef7d3d256c8: Pull complete 19:33:52 de9db76c5a1d: Pull complete 19:33:53 a35cf1a2eb13: Verifying Checksum 19:33:53 a35cf1a2eb13: Download complete 19:33:54 bca2f99d35d6: Verifying Checksum 19:33:54 bca2f99d35d6: Download complete 19:33:59 bca2f99d35d6: Pull complete 19:33:59 93359f2a8cfa: Pull complete 19:33:59 7c6f9722023f: Pull complete 19:34:00 Still waiting to schedule task 19:34:00 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-31829’ is offline 19:34:05 a35cf1a2eb13: Pull complete 19:34:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:34:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:34:05 ---> a62c8e92a672 19:34:05 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 19:34:05 ---> Running in 849af7bc2718 19:34:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:34:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:34:07 (1/12) Installing libmagic (5.38-r0) 19:34:07 (2/12) Installing file (5.38-r0) 19:34:07 (3/12) Installing libc-dev (0.7.2-r3) 19:34:07 (4/12) Installing g++ (9.3.0-r2) 19:34:29 (5/12) Installing fortify-headers (1.1-r0) 19:34:29 (6/12) Installing patch (2.7.6-r6) 19:34:29 (7/12) Installing build-base (0.5-r2) 19:34:29 (8/12) Installing libsodium (1.0.18-r0) 19:34:29 (9/12) Installing pkgconf (1.7.2-r0) 19:34:29 (10/12) Installing libsodium-dev (1.0.18-r0) 19:34:29 (11/12) Installing libzmq (4.3.3-r0) 19:34:29 (12/12) Installing zeromq-dev (4.3.3-r0) 19:34:29 Executing busybox-1.31.1-r19.trigger 19:34:29 OK: 233 MiB in 51 packages 19:34:33 Removing intermediate container 849af7bc2718 19:34:33 ---> 0b2af31847d5 19:34:33 Step 4/6 : WORKDIR /edgex-go 19:34:33 ---> Running in f76caf9e6ac1 19:34:33 Removing intermediate container f76caf9e6ac1 19:34:33 ---> 682444978ba4 19:34:33 Step 5/6 : COPY go.mod . 19:34:33 ---> fc591b0900bf 19:34:33 Step 6/6 : RUN go mod download 19:34:33 ---> Running in 07984f1f792d 19:34:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31830 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws 19:34:51 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:34:55 Removing intermediate container 07984f1f792d 19:34:55 ---> d61a5f01b949 19:34:55 Successfully built d61a5f01b949 19:34:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:34:56 + docker inspect -f . ci-base-image-x86_64 19:34:56 . [Pipeline] withDockerContainer 19:34:56 prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container 19:34:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:34:57 $ docker top d8626c1516c266c0abed255daecce39a3843f8b04190b4740165ec86fe61f9e5 -eo pid,comm [Pipeline] { [Pipeline] sh 19:34:57 using credential edgex-jenkins-ssh 19:34:57 Cloning the remote Git repository 19:34:57 + go version 19:34:57 go version go1.15.5 linux/amd64 [Pipeline] } 19:34:57 $ docker stop --time=1 d8626c1516c266c0abed255daecce39a3843f8b04190b4740165ec86fe61f9e5 19:34:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:34:57 > git init /w/workspace/edgex-go/3 # timeout=10 19:34:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:34:58 > git --version # timeout=10 19:34:58 > git --version # 'git version 2.17.1' 19:34:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:34:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:34:58 $ docker rm -f d8626c1516c266c0abed255daecce39a3843f8b04190b4740165ec86fe61f9e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:34:59 + docker inspect -f . ci-base-image-x86_64 19:34:59 . [Pipeline] withDockerContainer 19:34:59 prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container 19:34:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:35:00 $ docker top a6d27ecaa22988e25cc714dc812bead38a72093ce4e8afedb71848a37d8b4d79 -eo pid,comm [Pipeline] { [Pipeline] echo 19:35:00 ========================================================= 19:35:00 [edgeXBuildGoParallel] Running Tests and Build... 19:35:00 ========================================================= [Pipeline] sh 19:35:01 + make test 19:35:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:35:13 ? github.com/edgexfoundry/edgex-go [no test files] 19:35:27 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 19:35:28 Merge succeeded, producing 230efa915a5a331c14751e0f7925e6b0f52b8528 19:35:28 Checking out Revision 230efa915a5a331c14751e0f7925e6b0f52b8528 (PR-3314) 19:35:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:35:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:35:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:35:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:35:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:35:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:35:27 > git config core.sparsecheckout # timeout=10 19:35:27 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 19:35:28 > git remote # timeout=10 19:35:28 > git config --get remote.origin.url # timeout=10 19:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 19:35:28 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 19:35:28 > git rev-parse HEAD^{commit} # timeout=10 19:35:28 > git config core.sparsecheckout # timeout=10 19:35:28 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 19:35:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:35:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:35:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:35:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:35:34 + + sudo servicetrue docker 19:35:34 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:35:37 provisioning config files... 19:35:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config844506129281284799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:35:37 ---> docker-login.sh 19:35:37 nexus3.edgexfoundry.org:10001 19:35:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:35:38 Configure a credential helper to remove this warning. See 19:35:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:35:38 19:35:38 Login Succeeded 19:35:38 nexus3.edgexfoundry.org:10002 19:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:35:39 Configure a credential helper to remove this warning. See 19:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:35:39 19:35:39 Login Succeeded 19:35:39 nexus3.edgexfoundry.org:10003 19:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:35:39 Configure a credential helper to remove this warning. See 19:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:35:39 19:35:39 Login Succeeded 19:35:39 nexus3.edgexfoundry.org:10004 19:35:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:35:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:35:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:35:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:35:40 Configure a credential helper to remove this warning. See 19:35:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:35:40 19:35:40 Login Succeeded 19:35:40 docker.io 19:35:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:35:41 Configure a credential helper to remove this warning. See 19:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:35:41 19:35:41 Login Succeeded 19:35:41 ---> docker-login.sh ends [Pipeline] } 19:35:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:35:41 ========================================================= 19:35:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:35:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:35:42 + 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 . 19:35:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:35:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:35:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:35:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:35:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:35:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:35:44 Sending build context to Docker daemon 166.9MB 19:35:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:35:44 Step 2/6 : FROM ${BASE} 19:35:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:35:44 5f621e34cdf4: Pulling fs layer 19:35:44 a4357932f1b6: Pulling fs layer 19:35:44 18c013af1878: Pulling fs layer 19:35:44 00ac8860ef70: Pulling fs layer 19:35:44 63d7cb157983: Pulling fs layer 19:35:44 b116817d02f9: Pulling fs layer 19:35:44 745a02a5169b: Pulling fs layer 19:35:44 63d7cb157983: Waiting 19:35:44 b116817d02f9: Waiting 19:35:44 745a02a5169b: Waiting 19:35:44 00ac8860ef70: Waiting 19:35:44 18c013af1878: Download complete 19:35:44 a4357932f1b6: Download complete 19:35:44 63d7cb157983: Verifying Checksum 19:35:44 63d7cb157983: Download complete 19:35:44 b116817d02f9: Verifying Checksum 19:35:44 5f621e34cdf4: Download complete 19:35:45 5f621e34cdf4: Pull complete 19:35:46 a4357932f1b6: Pull complete 19:35:46 18c013af1878: Pull complete 19:35:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:35:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:35:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:35:47 745a02a5169b: Verifying Checksum 19:35:47 745a02a5169b: Download complete 19:35:48 00ac8860ef70: Verifying Checksum 19:35:48 00ac8860ef70: Download complete 19:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.146s coverage: 45.9% of statements 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:35:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 19:35:50 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements 19:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.308s coverage: 27.1% of statements 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:35:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:35:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:35:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.169s coverage: 82.9% of statements 19:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:35:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements 19:35:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.361s coverage: 28.6% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.175s coverage: 97.5% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:35:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:35:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:35:58 00ac8860ef70: Pull complete 19:35:59 63d7cb157983: Pull complete 19:35:59 b116817d02f9: Pull complete 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 1.0% of statements 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:36:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 47.1% of statements 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.088s coverage: 94.1% of statements 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements 19:36:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 19:36:03 745a02a5169b: Pull complete 19:36:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:36:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:36:03 ---> b7e6874047d6 19:36:03 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 19:36:06 ---> Running in 109b4097e424 19:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:36:09 (1/12) Installing libmagic (5.38-r0) 19:36:09 (2/12) Installing file (5.38-r0) 19:36:09 (3/12) Installing libc-dev (0.7.2-r3) 19:36:09 (4/12) Installing g++ (9.3.0-r2) 19:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 19:36:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 19:36:14 (5/12) Installing fortify-headers (1.1-r0) 19:36:14 (6/12) Installing patch (2.7.6-r6) 19:36:14 (7/12) Installing build-base (0.5-r2) 19:36:14 (8/12) Installing libsodium (1.0.18-r0) 19:36:14 (9/12) Installing pkgconf (1.7.2-r0) 19:36:14 (10/12) Installing libsodium-dev (1.0.18-r0) 19:36:14 (11/12) Installing libzmq (4.3.3-r0) 19:36:14 (12/12) Installing zeromq-dev (4.3.3-r0) 19:36:14 Executing busybox-1.31.1-r19.trigger 19:36:14 OK: 217 MiB in 51 packages 19:36:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.214s coverage: 82.6% of statements 19:36:18 Removing intermediate container 109b4097e424 19:36:18 ---> 1f0b756aa3aa 19:36:18 Step 4/6 : WORKDIR /edgex-go 19:36:18 ---> Running in 11a4b057439e 19:36:19 Removing intermediate container 11a4b057439e 19:36:19 ---> 9599e2446fc7 19:36:19 Step 5/6 : COPY go.mod . 19:36:19 ---> c10b60328422 19:36:19 Step 6/6 : RUN go mod download 19:36:19 ---> Running in 773060843f11 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.096s coverage: 92.9% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.044s coverage: 87.2% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 84.6% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 64.4% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 69.0% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 38.4% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:36:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.151s coverage: 87.1% of statements 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:36:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:36:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.174s coverage: 29.1% of statements 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:36:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:36:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:36:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.114s coverage: 94.6% of statements 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:36:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:36:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:36:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:36:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 19:36:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:36:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:36:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 19:36:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.097s coverage: 32.1% of statements 19:36:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 19:36:28 GO111MODULE=on go vet ./... 19:36:46 Removing intermediate container 773060843f11 19:36:46 ---> d3c15c409b57 19:36:46 Successfully built d3c15c409b57 19:36:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:36:47 + docker inspect -f . ci-base-image-arm64 19:36:47 . [Pipeline] withDockerContainer 19:36:47 prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container 19:36:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:36:49 $ docker top 808b2593264880c70868f6213985c0daf9412d8cd785bca0e85cac0b6bd5edce -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:50 + go version 19:36:50 go version go1.15.5 linux/arm64 [Pipeline] } 19:36:50 $ docker stop --time=1 808b2593264880c70868f6213985c0daf9412d8cd785bca0e85cac0b6bd5edce 19:36:52 $ docker rm -f 808b2593264880c70868f6213985c0daf9412d8cd785bca0e85cac0b6bd5edce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:36:53 + docker inspect -f . ci-base-image-arm64 19:36:53 . [Pipeline] withDockerContainer 19:36:53 prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container 19:36:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:36:55 $ docker top 0b8aaea6f374e8089ff4405654d046e2f1741378ca35acb8870f795b71cbcba5 -eo pid,comm [Pipeline] { [Pipeline] echo 19:36:55 ========================================================= 19:36:55 [edgeXBuildGoParallel] Running Tests and Build... 19:36:55 ========================================================= [Pipeline] sh 19:36:56 + make test 19:36:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:37:07 gofmt -l . 19:37:07 [ "`gofmt -l .`" = "" ] 19:37:07 ./bin/test-go-mod-tidy.sh 19:37:07 ./bin/test-attribution-txt.sh [Pipeline] sh 19:37:07 + ls -al . 19:37:07 total 780 19:37:07 drwxrwxr-x 10 1001 1001 4096 Mar 29 19:37 . 19:37:07 drwxr-xr-x 4 root root 28 Mar 29 19:35 .. 19:37:07 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:32 .dockerignore 19:37:07 drwxrwxr-x 8 1001 1001 179 Mar 29 19:32 .git 19:37:07 drwxrwxr-x 3 1001 1001 125 Mar 29 19:32 .github 19:37:07 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:32 .gitignore 19:37:07 drwx------ 3 1001 1001 60 Mar 29 19:33 .semver 19:37:07 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:32 .sonarcloud.properties 19:37:07 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:32 Attribution.txt 19:37:07 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:32 CONTRIBUTING.md 19:37:07 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:32 Dockerfile.build 19:37:07 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:32 Jenkinsfile 19:37:07 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:32 LICENSE 19:37:07 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:32 Makefile 19:37:07 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:32 README.md 19:37:07 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:32 SECURITY.md 19:37:07 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION 19:37:07 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:32 ZMQWindows.md 19:37:07 drwxrwxr-x 2 1001 1001 117 Mar 29 19:32 bin 19:37:07 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:32 cmd 19:37:07 -rw-r--r-- 1 root root 668090 Mar 29 19:36 coverage.out 19:37:07 -rw-r--r-- 1 root root 1056 Mar 29 19:37 go.mod 19:37:07 -rw-r--r-- 1 root root 22530 Mar 29 19:37 go.sum 19:37:07 drwxrwxr-x 8 1001 1001 127 Mar 29 19:32 internal 19:37:07 drwxrwxr-x 4 1001 1001 26 Mar 29 19:32 openapi 19:37:07 drwxrwxr-x 4 1001 1001 71 Mar 29 19:32 snap 19:37:07 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:32 version.go [Pipeline] sh 19:37:08 + '[' -e coverage.out ] 19:37:08 + chown 1001:1001 coverage.out [Pipeline] stash 19:37:08 Stashed 1 file(s) [Pipeline] sh 19:37:08 + make build 19:37: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 19:37:15 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 19:37:22 ? github.com/edgexfoundry/edgex-go [no test files] 19:37: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 19:37:28 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 19:37:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:37:32 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 19:37: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 19:37:36 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 19:37:37 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 19:37:38 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 19:37:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:37:41 $ docker stop --time=1 a6d27ecaa22988e25cc714dc812bead38a72093ce4e8afedb71848a37d8b4d79 19:37:43 $ docker rm -f a6d27ecaa22988e25cc714dc812bead38a72093ce4e8afedb71848a37d8b4d79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:37:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:37:45 19:37:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:37:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:37:45 latest: Pulling from edgex-devops/edgex-compose 19:37:45 cbdbe7a5bc2a: Pulling fs layer 19:37:45 ca9280d653b3: Pulling fs layer 19:37:45 7e9c9ca2126c: Pulling fs layer 19:37:45 cbdbe7a5bc2a: Verifying Checksum 19:37:45 cbdbe7a5bc2a: Download complete 19:37:46 cbdbe7a5bc2a: Pull complete 19:37:47 ca9280d653b3: Verifying Checksum 19:37:47 ca9280d653b3: Download complete 19:37:48 ca9280d653b3: Pull complete 19:37:49 7e9c9ca2126c: Download complete 19:37:55 7e9c9ca2126c: Pull complete 19:37:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:37:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:37:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:37:55 prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container 19:37:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:37:58 $ docker top ec6567b558cac76ec619c4ca078ec8738d61a154fea9f7f8209bb107edd5c09a -eo pid,comm [Pipeline] { [Pipeline] sh 19:37:59 + docker-compose build --help 19:37:59 + grep parallel 19:38:00 --parallel Build images in parallel. [Pipeline] } 19:38:00 $ docker stop --time=1 ec6567b558cac76ec619c4ca078ec8738d61a154fea9f7f8209bb107edd5c09a 19:38:02 $ docker rm -f ec6567b558cac76ec619c4ca078ec8738d61a154fea9f7f8209bb107edd5c09a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:38:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:38:02 . [Pipeline] withDockerContainer 19:38:02 prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container 19:38:02 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:38:03 $ docker top e78806d33648e09e82753af870dba8dbbc420c3602548674e9291a5f019c7f93 -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:04 + docker-compose -f ./docker-compose-build.yml build --parallel 19:38:05 Building docker-core-command-go ... 19:38:05 Building docker-core-data-go ... 19:38:05 Building docker-core-metadata-go ... 19:38:05 Building docker-security-bootstrapper-go ... 19:38:05 Building docker-security-proxy-setup-go ... 19:38:05 Building docker-security-secretstore-setup-go ... 19:38:05 Building docker-support-notifications-go ... 19:38:05 Building docker-support-scheduler-go ... 19:38:05 Building docker-sys-mgmt-agent-go ... 19:38:05 Building docker-core-data-go 19:38:05 Building docker-security-bootstrapper-go 19:38:05 Building docker-core-command-go 19:38:05 Building docker-security-secretstore-setup-go 19:38:05 Building docker-security-proxy-setup-go 19:38:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:38:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:38:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:38:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:38:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:38:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:38:44 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:44 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:38:44 ---> d61a5f01b949 19:38:44 Step 3/31 : WORKDIR /edgex-go 19:38:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:38:44 ---> d61a5f01b949 19:38:44 Step 3/24 : WORKDIR /edgex-go 19:38:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:38:44 ---> d61a5f01b949 19:38:44 Step 3/23 : WORKDIR /edgex-go 19:38:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:38:44 ---> d61a5f01b949 19:38:44 Step 3/21 : WORKDIR /edgex-go 19:38:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:38:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:38:44 ---> d61a5f01b949 19:38:44 Step 3/23 : WORKDIR /edgex-go 19:38:44 ---> Running in 824f01c5032e 19:38:44 ---> Running in d103acc6a1f1 19:38:44 ---> Running in 2cda6a66dfe6 19:38:44 ---> Running in 1269cf5099f2 19:38:44 ---> Running in 3860e15e25a5 19:38:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:38:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:38:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:38:45 Removing intermediate container 2cda6a66dfe6 19:38:45 ---> 153338ec765a 19:38:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:45 Removing intermediate container 1269cf5099f2 19:38:45 ---> e1705a304b79 19:38:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 824f01c5032e 19:38:45 19:38:45 ---> eaaa03afdc9e 19:38:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:45 Removing intermediate container d103acc6a1f1 19:38:45 ---> d7ee31bd203a 19:38:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:45 Removing intermediate container 3860e15e25a5 19:38:45 ---> 649bee2cfb32 19:38:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:38:45 ---> Running in 936e65869b23 19:38:45 ---> Running in 3b41343fbf91 19:38:45 ---> Running in 739a5a851ff3 19:38:45 ---> Running in 6e4db09f026f 19:38:45 ---> Running in 41a6bf587586 19:38:47 Removing intermediate container 3b41343fbf91 19:38:47 ---> 0ebb3db210f4 19:38:47 Step 5/23 : RUN apk add --update --no-cache make git 19:38:47 Removing intermediate container 936e65869b23 19:38:47 ---> a34bb8fc4e3e 19:38:47 Step 5/21 : RUN apk add --update --no-cache make git 19:38:47 ---> Running in 8030f55992c9 19:38:47 Removing intermediate container 739a5a851ff3 19:38:47 ---> d3080176509d 19:38:47 Step 5/24 : RUN apk add --update --no-cache make git 19:38:47 Removing intermediate container 6e4db09f026f 19:38:47 ---> 9633626a60b0 19:38:47 Step 5/31 : RUN apk add --update --no-cache make git 19:38:47 ---> Running in 6254a359d4db 19:38:47 Removing intermediate container 41a6bf587586 19:38:47 ---> 5c2d7a71001d 19:38:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:38:47 ---> Running in b11cc141c0ed 19:38:48 ---> Running in c5b84bd233da 19:38:48 ---> Running in df1f72438f8a 19:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:49 OK: 233 MiB in 51 packages 19:38:50 OK: 233 MiB in 51 packages 19:38:50 OK: 233 MiB in 51 packages 19:38:50 OK: 233 MiB in 51 packages 19:38:50 Removing intermediate container 8030f55992c9 19:38:50 ---> 8a2f81bcc40e 19:38:50 Step 6/23 : COPY go.mod . 19:38:50 ---> 79ab330863f8 19:38:50 Step 7/23 : RUN go mod download 19:38:51 Removing intermediate container df1f72438f8a 19:38:51 ---> 9095f7588081 19:38:51 Step 6/23 : COPY go.mod . 19:38:51 ---> Running in a72ddb7fd102 19:38:51 Removing intermediate container 6254a359d4db 19:38:51 ---> de7453883c93 19:38:51 Step 6/21 : COPY go.mod . 19:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.300s coverage: 45.9% of statements 19:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.271s coverage: 19.8% of statements 19:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements 19:38:51 Removing intermediate container b11cc141c0ed 19:38:51 ---> 8697b8fb81ad 19:38:51 Step 6/24 : COPY go.mod . 19:38:51 ---> 1eed6c68683e 19:38:51 Step 7/23 : RUN go mod download 19:38:51 ---> 0a789e286d40 19:38:51 Step 7/21 : RUN go mod download 19:38:51 ---> Running in 1f4730ea2598 19:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:51 ---> Running in e047994be3c3 19:38:51 ---> 8a992b51679d 19:38:51 Step 7/24 : RUN go mod download 19:38:52 ---> Running in 14ca4583a35d 19:38:54 Removing intermediate container a72ddb7fd102 19:38:54 ---> ebd9a47c7d66 19:38:54 Step 8/23 : COPY . . 19:38:54 Removing intermediate container e047994be3c3 19:38:54 ---> 707e19e3d724 19:38:54 Step 8/21 : COPY . . 19:38:54 OK: 233 MiB in 51 packages 19:38:54 Removing intermediate container 1f4730ea2598 19:38:54 ---> 85f8af60315a 19:38:54 Step 8/23 : COPY . . 19:38:55 Removing intermediate container 14ca4583a35d 19:38:55 ---> ca674ea5fe52 19:38:55 Step 8/24 : COPY . . 19:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.172s coverage: 100.0% of statements 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.140s coverage: 100.0% of statements 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.265s coverage: 71.3% of statements 19:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.647s coverage: 82.9% of statements 19:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:39:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.149s coverage: 78.9% of statements 19:39:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:39:03 Removing intermediate container c5b84bd233da 19:39:03 ---> c4f8bc51f8fe 19:39:03 Step 6/31 : COPY go.mod . 19:39:05 ---> 291c2ee02272 19:39:05 Step 7/31 : RUN go mod download 19:39:07 ---> Running in f7fa9b6ea0d6 19:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.259s coverage: 100.0% of statements 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.183s coverage: 100.0% of statements 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.551s coverage: 97.5% of statements 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:39:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.255s coverage: 78.3% of statements 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:39:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:39:19 Removing intermediate container f7fa9b6ea0d6 19:39:19 ---> 407d9159ff19 19:39:19 Step 8/31 : COPY . . 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.317s coverage: 92.8% of statements 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.150s coverage: 58.8% of statements 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 1.0% of statements 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.177s coverage: 47.1% of statements 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.148s coverage: 79.5% of statements 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.216s coverage: 94.1% of statements 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.200s coverage: 96.3% of statements 19:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.147s coverage: 87.5% of statements 19:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.152s coverage: 94.4% of statements 19:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.123s coverage: 44.8% of statements 19:39:38 ---> d2375f136a27 19:39:38 Step 9/23 : RUN make cmd/core-data/core-data 19:39:38 ---> 0cdff82fbcd8 19:39:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:39:38 ---> 9d6d84935963 19:39:38 Step 9/23 : RUN make cmd/core-command/core-command 19:39:38 ---> Running in 337612bd92dd 19:39:38 ---> Running in e0a01a30e0ab 19:39:38 ---> Running in 9644a414e64f 19:39:38 ---> bb2c992fe303 19:39:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:39:38 ---> Running in fdbbbb665581 19:39:39 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 19:39:39 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 19:39:39 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 19:39: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 19:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.492s coverage: 82.6% of statements 19:39:49 ---> 49ece9b123dc 19:39:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:39:49 ---> Running in ae866894f4fb 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.247s coverage: 92.9% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.052s coverage: 77.8% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.150s coverage: 75.5% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.145s coverage: 80.8% of statements 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.211s coverage: 87.2% of statements 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.233s coverage: 84.6% of statements 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.274s coverage: 91.6% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:39:50 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 19:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.867s coverage: 64.4% of statements 19:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:39:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.148s coverage: 100.0% of statements 19:39:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 19:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 19:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 19:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.091s coverage: 69.0% of statements 19:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.505s coverage: 38.4% of statements 19:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements 19:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements 19:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.502s coverage: 47.0% of statements 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.497s coverage: 87.1% of statements 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.736s coverage: 29.1% of statements 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.289s coverage: 94.6% of statements 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:40:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 19:40:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.134s coverage: 32.1% of statements 19:40:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 19:40:19 GO111MODULE=on go vet ./... 19:40:23 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 19:40:23 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 19:40:35 Removing intermediate container fdbbbb665581 19:40:35 ---> b239207c55db 19:40:35 19:40:35 Step 10/24 : FROM alpine:3.12 19:40:35 Removing intermediate container 9644a414e64f 19:40:35 ---> 04d0a6d4a621 19:40:35 19:40:35 Step 10/23 : FROM alpine:3.12 19:40:35 3.12: Pulling from library/alpine 19:40:35 3.12: Pulling from library/alpine 19:40:35 Removing intermediate container e0a01a30e0ab 19:40:35 ---> 5941d5e50c03 19:40:35 19:40:35 Step 10/21 : FROM alpine:3.12 19:40:35 3.12: Pulling from library/alpine 19:40:36 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:40:36 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:40:36 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:40:36 Status: Downloaded newer image for alpine:3.12 19:40:36 ---> 42cb162f0360 19:40:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:40:36 Status: Downloaded newer image for alpine:3.12 19:40:36 ---> 42cb162f0360 19:40:36 Step 11/21 : RUN apk add --update --no-cache curl 19:40:36 Status: Image is up to date for alpine:3.12 19:40:36 ---> 42cb162f0360 19:40:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:40:39 ---> Running in 2ba51c0e747d 19:40:39 ---> Running in f83dc92e2b03 19:40:39 ---> Running in f62ca84a0b98 19:40:39 Removing intermediate container ae866894f4fb 19:40:39 ---> 7a13ad9f7651 19:40:39 19:40:39 Step 10/31 : FROM alpine:3.12 19:40:39 ---> 42cb162f0360 19:40:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:40:39 Removing intermediate container 337612bd92dd 19:40:39 ---> 18804ec96440 19:40:39 19:40:39 Step 10/23 : FROM alpine:3.12 19:40:39 ---> 42cb162f0360 19:40:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:40:39 ---> Running in bdc713b3b60f 19:40:40 ---> Running in 2f5d2cf4c881 19:40:40 Removing intermediate container bdc713b3b60f 19:40:40 ---> 10cbded54438 19:40:40 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:40:40 Removing intermediate container 2f5d2cf4c881 19:40:40 ---> cdbda51f6f0b 19:40:40 Step 12/23 : ENV APP_PORT=48080 19:40:40 ---> Running in 8bd4fd646924 19:40:40 ---> Running in fbc7eea00ca0 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:40 Removing intermediate container fbc7eea00ca0 19:40:40 ---> e5ff3514ce6a 19:40:40 Step 13/23 : EXPOSE $APP_PORT 19:40:40 ---> Running in 1eac58b94a57 19:40:40 (1/4) Installing ca-certificates (20191127-r4) 19:40:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:40:40 (3/4) Installing libcurl (7.69.1-r3) 19:40:40 (1/6) Installing ca-certificates (20191127-r4) 19:40:40 (4/4) Installing curl (7.69.1-r3) 19:40:40 Executing busybox-1.31.1-r19.trigger 19:40:40 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:40:40 Executing ca-certificates-20191127-r4.trigger 19:40:40 (3/6) Installing libcurl (7.69.1-r3) 19:40:41 (4/6) Installing curl (7.69.1-r3) 19:40:41 (5/6) Installing dumb-init (1.2.2-r1) 19:40:41 (6/6) Installing su-exec (0.2-r1) 19:40:41 Executing busybox-1.31.1-r19.trigger 19:40:41 Executing ca-certificates-20191127-r4.trigger 19:40:41 OK: 7 MiB in 18 packages 19:40:41 OK: 7 MiB in 20 packages 19:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:41 (1/2) Installing dumb-init (1.2.2-r1) 19:40:41 (2/2) Installing su-exec (0.2-r1) 19:40:41 Executing busybox-1.31.1-r19.trigger 19:40:41 OK: 6 MiB in 16 packages 19:40:41 (1/1) Installing dumb-init (1.2.2-r1) 19:40:41 Executing busybox-1.31.1-r19.trigger 19:40:41 OK: 6 MiB in 15 packages 19:40:42 Removing intermediate container 1eac58b94a57 19:40:42 ---> 1bebf0493adc 19:40:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:40:42 ---> Running in ff7b7d475be7 19:40:43 Removing intermediate container 2ba51c0e747d 19:40:43 ---> 825dee1aef1d 19:40:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:40:43 Removing intermediate container f83dc92e2b03 19:40:43 ---> 6726b0123242 19:40:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:40:43 Removing intermediate container f62ca84a0b98 19:40:43 ---> a26ca3eae514 19:40:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:40:44 ---> Running in 5d90883979df 19:40:44 Removing intermediate container 8bd4fd646924 19:40:44 ---> dffefdbcf27a 19:40:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:40:44 ---> Running in 5d5f7b9204c6 19:40:44 ---> Running in f55eb440ae07 19:40:44 ---> Running in 637c57f70196 19:40:45 Removing intermediate container 5d90883979df 19:40:45 ---> 05e4be111ec6 19:40:45 Step 13/24 : WORKDIR / 19:40:45 ---> Running in 11930efe700d 19:40:45 Removing intermediate container f55eb440ae07 19:40:45 ---> 94246972bdda 19:40:45 Step 13/23 : ENV APP_PORT=48082 19:40:45 Removing intermediate container 5d5f7b9204c6 19:40:45 ---> 413e1ec08572 19:40:45 Step 13/21 : WORKDIR /edgex 19:40:45 Removing intermediate container 637c57f70196 19:40:45 ---> 94a23a026b1e 19:40:45 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:40:45 Removing intermediate container ff7b7d475be7 19:40:45 ---> e9e526e09233 19:40:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:40:45 ---> Running in d0db90b7793d 19:40:45 ---> Running in 769f1dc81c95 19:40:45 ---> Running in e0b0e12f697e 19:40:45 ---> Running in 89bad3e27100 19:40:45 Removing intermediate container 11930efe700d 19:40:45 ---> 0d6a4bd26c7e 19:40:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:40:45 Removing intermediate container d0db90b7793d 19:40:45 ---> 0d5cb403258f 19:40:45 Step 14/23 : EXPOSE $APP_PORT 19:40:45 Removing intermediate container 89bad3e27100 19:40:45 ---> 722ec942cf2f 19:40:45 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:40:45 ---> Running in 33eda69b7e2b 19:40:45 Removing intermediate container 769f1dc81c95 19:40:45 ---> d8d2f1a0fcfe 19:40:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:40:46 ---> 0334179fa6c5 19:40:46 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:40:46 ---> Running in ac1a1893a0a1 19:40:46 Removing intermediate container 33eda69b7e2b 19:40:46 ---> 5c4a85ecc625 19:40:46 Step 15/23 : WORKDIR / 19:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:40:46 ---> 2b347e0b29be 19:40:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:40:46 ---> Running in 3ec62c1400d4 19:40:46 ---> 171d36c09b6c 19:40:46 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:40:46 Removing intermediate container 3ec62c1400d4 19:40:46 ---> b823f1381e9d 19:40:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:46 ---> 01f389a3b222 19:40:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:40:47 ---> f1f1862d0419 19:40:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:40:47 ---> 6f7e05a4658d 19:40:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:40:47 (1/6) Installing dumb-init (1.2.2-r1) 19:40:47 (2/6) Installing libgcc (9.3.0-r2) 19:40:47 Removing intermediate container ac1a1893a0a1 19:40:47 ---> 9d0e60a89f78 19:40:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:40:47 (3/6) Installing libsodium (1.0.18-r0) 19:40:47 (4/6) Installing libstdc++ (9.3.0-r2) 19:40:47 ---> ccef0e78a26f 19:40:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:40:47 ---> Running in 4d548bb2eab1 19:40:48 (5/6) Installing libzmq (4.3.3-r0) 19:40:48 ---> c491c319046f 19:40:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:40:48 (6/6) Installing zeromq (4.3.3-r0) 19:40:48 Executing busybox-1.31.1-r19.trigger 19:40:48 OK: 8 MiB in 20 packages 19:40:48 ---> Running in 483d5d77aa92 19:40:48 Removing intermediate container 4d548bb2eab1 19:40:48 ---> c51c3857e85b 19:40:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:40:48 ---> 1339536d47f2 19:40:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:40:48 ---> d836f5d3f62b 19:40:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:40:48 Removing intermediate container 483d5d77aa92 19:40:48 ---> 0fa17767978a 19:40:48 Step 18/21 : CMD ["--init=true"] 19:40:48 ---> Running in 3306a309cd10 19:40:48 ---> 32a964bdafbe 19:40:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:40:49 ---> c655c00422b9 19:40:49 Step 19/23 : ENTRYPOINT ["/core-command"] 19:40:49 ---> Running in 932369e15a5e 19:40:49 ---> 2b24e13d7f66 19:40:49 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/ 19:40:49 Removing intermediate container e0b0e12f697e 19:40:49 ---> dca7c41bd4a9 19:40:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:49 Removing intermediate container 3306a309cd10 19:40:49 ---> abf41b836e72 19:40:49 Step 19/21 : LABEL arch=x86_64 19:40:49 ---> Running in e1a156dbada5 19:40:49 ---> Running in 15cc912b4188 19:40:49 ---> Running in 9b74b92239be 19:40:49 ---> b2989ea3cc0e 19:40:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:40:50 Removing intermediate container e1a156dbada5 19:40:50 ---> bbb7bd10924b 19:40:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:50 Removing intermediate container 9b74b92239be 19:40:50 ---> 971fa34e7399 19:40:50 Step 20/21 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:40:50 ---> Running in 300d960e60e9 19:40:50 ---> Running in 1117c9c8d643 19:40:50 ---> f4eb0eee47d3 19:40:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:40:50 Removing intermediate container 300d960e60e9 19:40:50 ---> f1a001a94c66 19:40:50 Step 21/23 : LABEL arch=x86_64 19:40:50 Removing intermediate container 1117c9c8d643 19:40:50 ---> 190b70781517 19:40:50 Step 21/21 : LABEL version=0.0.0 19:40:51 ---> Running in 884afc6bf8fc 19:40:51 ---> Running in 6ab17549287d 19:40:51 ---> 3928b211c7dc 19:40:51 Step 19/23 : ENTRYPOINT ["/core-data"] 19:40:51 Removing intermediate container 884afc6bf8fc 19:40:51 ---> b7df658b384d 19:40:51 Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:40:51 ---> Running in 744272a6d950 19:40:51 Removing intermediate container 932369e15a5e 19:40:51 ---> c4b13d92b705 19:40:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:40:51 Removing intermediate container 6ab17549287d 19:40:51 ---> 785cbf0e3059 19:40:51 19:40:51 ---> Running in 1de062d2e1f2 19:40:51 Removing intermediate container 15cc912b4188 19:40:51 ---> 039fe2bc5e54 19:40:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:40:51 Successfully built 785cbf0e3059 19:40:51 Removing intermediate container 744272a6d950 19:40:51 ---> 222de9b66b86 19:40:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:40:52 Successfully tagged docker-security-proxy-setup-go:latest 19:40:52  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 19:40:52 ---> 21a5afa5a831 19:40:52 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:40:52 ---> Running in 34d76c46879d 19:40:52 ---> Running in 7271890d580c 19:40:52 Removing intermediate container 1de062d2e1f2 19:40:52 ---> a1fae07a6409 19:40:52 Step 23/23 : LABEL version=0.0.0 19:40:52 ---> Running in b70bbd21c839 19:40:52 Removing intermediate container 34d76c46879d 19:40:52 ---> bcb02fd329af 19:40:52 Step 22/24 : LABEL arch=x86_64 19:40:52 Removing intermediate container 7271890d580c 19:40:52 ---> 321201bbf295 19:40:52 Step 21/23 : LABEL arch=x86_64 19:40:52 ---> Running in 11d946b8d189 19:40:52 ---> 14cc9fbdc743 19:40:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:40:52 ---> Running in 56dc8c5d55c6 19:40:52 Removing intermediate container b70bbd21c839 19:40:52 ---> 609a0308b730 19:40:52 19:40:53 Removing intermediate container 11d946b8d189 19:40:53 ---> 9a08093a36dc 19:40:53 Step 23/24 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:40:53 Successfully built 609a0308b730 19:40:53 Successfully tagged docker-core-command-go:latest 19:40:53  Building docker-core-command-go ... done Building docker-support-notifications-go 19:40:53 Removing intermediate container 56dc8c5d55c6 19:40:53 ---> 1523bd4ac0ca 19:40:53 Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:40:53 ---> Running in f7285d1b8a20 19:40:53 ---> cfa0581bfb96 19:40:53 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:40:53 ---> Running in e1b837fb5b57 19:40:54 Removing intermediate container f7285d1b8a20 19:40:54 ---> 49fee0c439df 19:40:54 Step 24/24 : LABEL version=0.0.0 19:40:55 Removing intermediate container e1b837fb5b57 19:40:55 ---> e3f11271d7ee 19:40:55 Step 23/23 : LABEL version=0.0.0 19:40:58 ---> 965bf592f7f7 19:40:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:40:58 ---> Running in 3e31e10c8af3 19:40:58 ---> Running in abb6e152ee43 19:40:59 Removing intermediate container 3e31e10c8af3 19:40:59 ---> f14ddae1e21c 19:40:59 19:41:00 Successfully built f14ddae1e21c 19:41:00 Successfully tagged docker-core-data-go:latest 19:41:00  Building docker-core-data-go ... done Building docker-support-scheduler-go 19:41:00 Removing intermediate container abb6e152ee43 19:41:00 ---> c7a96aafa8c7 19:41:00 19:41:00 Successfully built c7a96aafa8c7 19:41:00 ---> 438d140fb7c9 19:41:00 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:41:00 Successfully tagged docker-security-secretstore-setup-go:latest 19:41:00  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 19:41:01 ---> Running in 1d6795c27c36 19:41:01 Removing intermediate container 1d6795c27c36 19:41:01 ---> 419acb8d29e0 19:41:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:41:03 ---> de4cd0960e1c 19:41:03 Step 26/31 : RUN chmod +x /entrypoint.sh 19:41:04 ---> Running in e8691909ca85 19:41:09 Removing intermediate container e8691909ca85 19:41:09 ---> e9b7f66861f8 19:41:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:41:10 ---> Running in 4e87ee6261ed 19:41:11 Removing intermediate container 4e87ee6261ed 19:41:11 ---> ffc665f64687 19:41:11 Step 28/31 : CMD ["gate"] 19:41:12 ---> Running in cceb75f53de8 19:41:13 Removing intermediate container cceb75f53de8 19:41:13 ---> e12963b9d42d 19:41:13 Step 29/31 : LABEL arch=x86_64 19:41:14 ---> Running in 5712de270a2c 19:41:14 Removing intermediate container 5712de270a2c 19:41:14 ---> 2a2a4d460a10 19:41:14 Step 30/31 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:41:14 ---> Running in 6aaf0bd93e01 19:41:16 Removing intermediate container 6aaf0bd93e01 19:41:16 ---> 36049b369be5 19:41:16 Step 31/31 : LABEL version=0.0.0 19:41:16 ---> Running in 9a8034469552 19:41:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:41:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:41:17 ---> d61a5f01b949 19:41:17 Step 3/22 : WORKDIR /edgex-go 19:41:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:41:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:41:17 ---> d61a5f01b949 19:41:17 Step 3/26 : WORKDIR /edgex-go 19:41:17 ---> Using cache 19:41:17 ---> 649bee2cfb32 19:41:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:17 ---> Using cache 19:41:17 ---> Using cache 19:41:17 ---> 5c2d7a71001d 19:41:17 Step 5/26 : RUN apk add --update --no-cache make bash git 19:41:17 ---> 649bee2cfb32 19:41:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:17 ---> Using cache 19:41:17 ---> 5c2d7a71001d 19:41:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:41:18 Removing intermediate container 9a8034469552 19:41:18 ---> 3dfbabb551f7 19:41:18 19:41:18 ---> Running in 9a363b989af0 19:41:18 ---> Running in fdc0b2957051 19:41:18 Successfully built 3dfbabb551f7 19:41:18 Successfully tagged docker-security-bootstrapper-go:latest 19:41:22  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:41:24 OK: 233 MiB in 51 packages 19:41:24 OK: 233 MiB in 51 packages 19:41:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:41:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:41:27 ---> d61a5f01b949 19:41:27 Step 3/23 : WORKDIR /edgex-go 19:41:27 ---> Using cache 19:41:27 ---> 649bee2cfb32 19:41:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:27 ---> Using cache 19:41:27 ---> 5c2d7a71001d 19:41:27 Step 5/23 : RUN apk add --update --no-cache make git 19:41:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:41:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:41:27 ---> d61a5f01b949 19:41:27 Step 3/22 : WORKDIR /edgex-go 19:41:27 ---> Using cache 19:41:27 ---> 649bee2cfb32 19:41:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:41:27 ---> Using cache 19:41:27 ---> 5c2d7a71001d 19:41:27 Step 5/22 : RUN apk add --update --no-cache make git 19:41:28 ---> Running in f4c9da1b8ade 19:41:28 ---> Running in 112e9632b798 19:41:28 Removing intermediate container 9a363b989af0 19:41:28 ---> 535bc4b4b20d 19:41:28 Step 6/22 : COPY go.mod . 19:41:28 Removing intermediate container fdc0b2957051 19:41:28 ---> 3af50e92f608 19:41:28 Step 6/26 : COPY go.mod . 19:41:29 ---> 27acb0a9f7cf 19:41:29 Step 7/22 : RUN go mod download 19:41:29 ---> 2ff654e20727 19:41:29 Step 7/26 : RUN go mod download 19:41:29 ---> Running in f0d20d4862fd 19:41:29 ---> Running in e49e0a8b4d44 19:41:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:41:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:41:31 Removing intermediate container f0d20d4862fd 19:41:31 ---> fd504c54a003 19:41:31 Step 8/22 : COPY . . 19:41:31 Removing intermediate container e49e0a8b4d44 19:41:31 ---> 58b0dcd2f2eb 19:41:31 Step 8/26 : COPY . . 19:41:32 OK: 233 MiB in 51 packages 19:41:33 OK: 233 MiB in 51 packages 19:41:38 Removing intermediate container f4c9da1b8ade 19:41:38 ---> a5034f900e00 19:41:38 Step 6/23 : COPY go.mod . 19:41:38 Removing intermediate container 112e9632b798 19:41:38 ---> 3469fb71369a 19:41:38 Step 6/22 : COPY go.mod . 19:41:40 ---> f0c0621c0148 19:41:40 Step 7/23 : RUN go mod download 19:41:40 ---> 1b53faa59446 19:41:40 Step 7/22 : RUN go mod download 19:41:40 ---> Running in 5ee3ace3b9df 19:41:40 ---> Running in 89eaae27834e 19:41:51 Removing intermediate container 89eaae27834e 19:41:51 ---> f9f9b28605b7 19:41:51 Step 8/22 : COPY . . 19:41:51 Removing intermediate container 5ee3ace3b9df 19:41:51 ---> d6f042f0dff2 19:41:51 Step 8/23 : COPY . . 19:41:56 gofmt -l . 19:41:56 [ "`gofmt -l .`" = "" ] 19:41:56 ./bin/test-go-mod-tidy.sh 19:41:56 ./bin/test-attribution-txt.sh [Pipeline] sh 19:41:57 + ls -al . 19:41:57 total 808 19:41:57 drwxrwxr-x 9 1001 1001 4096 Mar 29 19:41 . 19:41:57 drwxr-xr-x 4 root root 4096 Mar 29 19:36 .. 19:41:57 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:35 .dockerignore 19:41:57 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:35 .git 19:41:57 drwxrwxr-x 3 1001 1001 4096 Mar 29 19:35 .github 19:41:57 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:35 .gitignore 19:41:57 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:35 .sonarcloud.properties 19:41:57 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:35 Attribution.txt 19:41:57 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:35 CONTRIBUTING.md 19:41:57 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:35 Dockerfile.build 19:41:57 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:35 Jenkinsfile 19:41:57 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:35 LICENSE 19:41:57 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:35 Makefile 19:41:57 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:35 README.md 19:41:57 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:35 SECURITY.md 19:41:57 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:33 VERSION 19:41:57 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:35 ZMQWindows.md 19:41:57 drwxrwxr-x 2 1001 1001 4096 Mar 29 19:35 bin 19:41:57 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:35 cmd 19:41:57 -rw-r--r-- 1 root root 668090 Mar 29 19:40 coverage.out 19:41:57 -rw-r--r-- 1 root root 1056 Mar 29 19:41 go.mod 19:41:57 -rw-r--r-- 1 root root 22530 Mar 29 19:41 go.sum 19:41:57 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:35 internal 19:41:57 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:35 openapi 19:41:57 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:35 snap 19:41:57 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:35 version.go [Pipeline] sh 19:41:57 + '[' -e coverage.out ] 19:41:57 + chown 1001:1001 coverage.out [Pipeline] stash 19:41:57 Warning: overwriting stash ‘coverage-report’ 19:41:59 Stashed 1 file(s) [Pipeline] sh 19:41:59 + make build 19:41:59 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 19:42:03 ---> 02db0bfd8328 19:42:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:42:04 ---> Running in ff88f7756267 19:42:06 ---> db73b75315e4 19:42:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:42:07 ---> Running in 73d7a2c94b05 19:42:09 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 19:42:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:42:09 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 19:42:25 ---> d3046282bf13 19:42:25 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:42:26 ---> Running in 4a9c05bb2bb2 19:42:27 ---> 639204fb7c93 19:42:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:42:27 ---> Running in b821e0785e90 19:42: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 19:42:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:42:36 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 19:42:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:42:47 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 19:42:48 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 19:42:50 Removing intermediate container ff88f7756267 19:42:50 ---> 7f260a03cd58 19:42:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:42:50 Removing intermediate container 73d7a2c94b05 19:42:50 ---> ea5886f51ac5 19:42:50 19:42:50 Step 10/22 : FROM alpine:3.12 19:42:50 ---> 42cb162f0360 19:42:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:42:50 ---> Running in e232dae3dda7 19:42:50 ---> Running in 718f9c8e8996 19:42:51 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 19:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:51 (1/2) Installing ca-certificates (20191127-r4) 19:42:51 (2/2) Installing dumb-init (1.2.2-r1) 19:42:51 Executing busybox-1.31.1-r19.trigger 19:42:51 Executing ca-certificates-20191127-r4.trigger 19:42:51 OK: 6 MiB in 16 packages 19:42:54 Removing intermediate container 718f9c8e8996 19:42:54 ---> 605182c84a09 19:42:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:42:54 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 19:42:54 ---> Running in ae1106840c08 19:42:54 Removing intermediate container e232dae3dda7 19:42:54 ---> 2fcb0dd894dd 19:42:54 19:42:54 Step 11/26 : FROM docker:20.10.0 19:42:54 20.10.0: Pulling from library/docker 19:42:54 Removing intermediate container ae1106840c08 19:42:54 ---> f2576b264c2d 19:42:54 Step 13/22 : ENV APP_PORT=48060 19:42:54 ---> Running in 06183fdbd974 19:42:56 Removing intermediate container 06183fdbd974 19:42:56 ---> a288df0cb77e 19:42:56 Step 14/22 : EXPOSE $APP_PORT 19:42:57 ---> Running in e1370d90797b 19:42:57 Removing intermediate container e1370d90797b 19:42:57 ---> 08289001e805 19:42:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:42:59 ---> 0c8c93ded6aa 19:42:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:43:00 ---> 7d95588f6a68 19:43:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:43:01 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 19:43:01 ---> 0b4da0174ab5 19:43:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:43:01 ---> Running in 9a8c7d4eb496 19:43:02 Removing intermediate container 9a8c7d4eb496 19:43:02 ---> 337c71f14b8d 19:43:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:02 ---> Running in ea86db8b25b1 19:43:02 Removing intermediate container ea86db8b25b1 19:43:02 ---> 1ca91aff5b24 19:43:02 Step 20/22 : LABEL arch=x86_64 19:43:02 ---> Running in 8fe9547fb9aa 19:43:02 Removing intermediate container 8fe9547fb9aa 19:43:02 ---> 0db17f0c2ed0 19:43:02 Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:43:03 ---> Running in 63fba6060820 19:43:05 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 19:43:07 Removing intermediate container 63fba6060820 19:43:07 ---> 272fa16dbe04 19:43:07 Step 22/22 : LABEL version=0.0.0 19:43:07 ---> Running in 14dab7c5d17a 19:43:07 Removing intermediate container 4a9c05bb2bb2 19:43:07 ---> edb7369835d0 19:43:07 19:43:07 Step 10/22 : FROM alpine:3.12 19:43:07 ---> 42cb162f0360 19:43:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:43:07 ---> Using cache 19:43:07 ---> a26ca3eae514 19:43:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:43:07 ---> Using cache 19:43:07 ---> 94246972bdda 19:43:07 Step 13/22 : ENV APP_PORT=48085 19:43:07 ---> Running in 80d5c60f026b 19:43:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:43:07 Removing intermediate container 14dab7c5d17a 19:43:07 ---> 3bf2c9fc4bec 19:43:07 19:43:07 Status: Downloaded newer image for docker:20.10.0 19:43:07 ---> aefe523efa57 19:43:07 Step 12/26 : RUN apk add --no-cache bash 19:43:07 Removing intermediate container 80d5c60f026b 19:43:07 ---> d1caed3c61ee 19:43:07 Step 14/22 : EXPOSE $APP_PORT 19:43:08 Successfully built 3bf2c9fc4bec 19:43:08 Successfully tagged docker-support-notifications-go:latest 19:43:08  Building docker-support-notifications-go ... done  ---> Running in 28c7e0490ec0 19:43:09 ---> Running in 5688fd2c7366 19:43:09 Removing intermediate container b821e0785e90 19:43:09 ---> ea8bf024552c 19:43:09 19:43:09 Step 10/23 : FROM alpine:3.12 19:43:09 ---> 42cb162f0360 19:43:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:43:09 ---> Using cache 19:43:09 ---> a26ca3eae514 19:43:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:43:09 ---> Using cache 19:43:09 ---> 94246972bdda 19:43:09 Step 13/23 : ENV APP_PORT=48081 19:43:09 ---> Running in 4dff33002993 19:43:09 Removing intermediate container 5688fd2c7366 19:43:09 ---> e4794e024271 19:43:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:09 Removing intermediate container 4dff33002993 19:43:09 ---> 53288b9cd573 19:43:09 Step 14/23 : EXPOSE $APP_PORT 19:43:09 ---> Running in e31b25da05e1 19:43:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:09 ---> a99d9b547af5 19:43:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:43:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:10 Removing intermediate container e31b25da05e1 19:43:10 ---> 2a3c951f9fc5 19:43:10 Step 15/23 : WORKDIR / 19:43:10 (1/2) Installing readline (8.0.4-r0) 19:43:10 (2/2) Installing bash (5.0.17-r0) 19:43:10 Executing bash-5.0.17-r0.post-install 19:43:10 Executing busybox-1.31.1-r19.trigger 19:43:10 OK: 12 MiB in 22 packages 19:43:10 ---> Running in e8325d213a85 19:43:10 ---> e568205de3c0 19:43:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:43:10 Removing intermediate container e8325d213a85 19:43:10 ---> 5266eab234db 19:43:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:43:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:43:11 ---> eb8543401155 19:43:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:43:11 Removing intermediate container 28c7e0490ec0 19:43:11 ---> a9cce7f3a735 19:43:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:43:11 ---> 7dc767ed103f 19:43:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:43:11 ---> Running in b19d84a9467d 19:43:11 ---> Running in 97d848090494 19:43:11 Removing intermediate container b19d84a9467d 19:43:11 ---> 9cc1ca0b75eb 19:43:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:11 Removing intermediate container 97d848090494 19:43:11 ---> 834a9145ad3a 19:43:11 Step 14/26 : ENV APP_PORT=48090 19:43:11 ---> Running in 1793b6989945 19:43:11 ---> Running in 59d16fff7b1e 19:43:11 Removing intermediate container 59d16fff7b1e 19:43:11 ---> bf64a366519f 19:43:11 Step 15/26 : EXPOSE $APP_PORT 19:43:12 ---> 672f6f88fabd 19:43:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:43:12 Removing intermediate container 1793b6989945 19:43:12 ---> 1830250620d4 19:43:12 Step 20/22 : LABEL arch=x86_64 19:43:12 ---> Running in 6ac271396caf 19:43:12 ---> Running in 0cbb1a7ac9dc 19:43:13 Removing intermediate container 6ac271396caf 19:43:13 ---> 0e822e022efb 19:43:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:43:13 Removing intermediate container 0cbb1a7ac9dc 19:43:13 ---> 1056dfd70b30 19:43:13 Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:43:13 ---> 976ec3db328a 19:43:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:43:13 ---> Running in 002229ebf6c6 19:43:13 ---> Running in 26860c83dc87 19:43:13 Removing intermediate container 002229ebf6c6 19:43:13 ---> 25e0e079fcd2 19:43:13 Step 22/22 : LABEL version=0.0.0 19:43:13 Removing intermediate container 26860c83dc87 19:43:13 ---> ae15d21865bc 19:43:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:13 ---> Running in 8f659381b5f2 19:43:13 ---> Running in 22b4524f05b7 19:43:13 ---> d4b216b93f25 19:43:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:43:14 Removing intermediate container 8f659381b5f2 19:43:14 ---> 722bda2908c3 19:43:14 19:43:14 Removing intermediate container 22b4524f05b7 19:43:14 ---> 13936bb5abbb 19:43:14 Step 21/23 : LABEL arch=x86_64 19:43:14 ---> Running in c04e57c65f93 19:43:14 ---> 38917b14a380 19:43:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:43:14 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 19:43:14 Successfully built 722bda2908c3 19:43:14 Successfully tagged docker-support-scheduler-go:latest 19:43:14  Building docker-support-scheduler-go ... done Removing intermediate container c04e57c65f93 19:43:14 ---> 4817aa9b7c4b 19:43:14 Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:43:14 ---> 474c57dd842a 19:43:14 Step 19/26 : RUN apk --no-cache add py3-pip 19:43:14 ---> Running in ec5771a645dd 19:43:14 ---> Running in 364eb37a1029 19:43:14 Removing intermediate container ec5771a645dd 19:43:14 ---> a76698786c9b 19:43:14 Step 23/23 : LABEL version=0.0.0 19:43:15 ---> Running in f329cca645ea 19:43:15 Removing intermediate container f329cca645ea 19:43:15 ---> e63df5a9dbf1 19:43:15 19:43:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:15 Successfully built e63df5a9dbf1 19:43:15 Successfully tagged docker-core-metadata-go:latest 19:43:15  Building docker-core-metadata-go ... done (1/33) Installing libbz2 (1.0.8-r1) 19:43:15 (2/33) Installing expat (2.2.9-r1) 19:43:15 (3/33) Installing libffi (3.3-r2) 19:43:15 (4/33) Installing gdbm (1.13-r1) 19:43:15 (5/33) Installing xz-libs (5.2.5-r0) 19:43:15 (6/33) Installing sqlite-libs (3.32.1-r0) 19:43:15 (7/33) Installing python3 (3.8.8-r0) 19:43:16 (8/33) Installing py3-appdirs (1.4.4-r1) 19:43:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:43:16 (10/33) Installing py3-parsing (2.4.7-r0) 19:43:16 (11/33) Installing py3-six (1.15.0-r0) 19:43:16 (12/33) Installing py3-packaging (20.4-r0) 19:43:16 (13/33) Installing py3-setuptools (47.0.0-r0) 19:43:16 (14/33) Installing py3-chardet (3.0.4-r4) 19:43:16 (15/33) Installing py3-idna (2.9-r0) 19:43:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:43:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:43:16 (18/33) Installing py3-requests (2.23.0-r0) 19:43:16 (19/33) Installing py3-msgpack (1.0.0-r0) 19:43:16 (20/33) Installing py3-lockfile (0.12.2-r3) 19:43:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:43:16 (22/33) Installing py3-colorama (0.4.3-r0) 19:43:16 (23/33) Installing py3-distlib (0.3.0-r0) 19:43:16 (24/33) Installing py3-distro (1.5.0-r1) 19:43:16 (25/33) Installing py3-webencodings (0.5.1-r3) 19:43:16 (26/33) Installing py3-html5lib (1.0.1-r4) 19:43:16 (27/33) Installing py3-pytoml (0.1.21-r0) 19:43:16 (28/33) Installing py3-pep517 (0.8.2-r0) 19:43:16 (29/33) Installing py3-progress (1.5-r0) 19:43:16 (30/33) Installing py3-toml (0.10.1-r0) 19:43:16 (31/33) Installing py3-retrying (1.3.3-r0) 19:43:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:43:16 (33/33) Installing py3-pip (20.1.1-r0) 19:43:17 Executing busybox-1.31.1-r19.trigger 19:43:17 OK: 71 MiB in 55 packages 19:43:19 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] } 19:43:26 $ docker stop --time=1 0b8aaea6f374e8089ff4405654d046e2f1741378ca35acb8870f795b71cbcba5 19:43:27 Removing intermediate container 364eb37a1029 19:43:27 ---> ac0b8143badd 19:43:27 Step 20/26 : RUN pip install docker-compose==1.23.2 19:43:27 ---> Running in 959de22ef641 19:43:28 Collecting docker-compose==1.23.2 19:43:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:43:28 Collecting PyYAML<4,>=3.10 19:43:28 Downloading PyYAML-3.13.tar.gz (270 kB) 19:43:28 $ docker rm -f 0b8aaea6f374e8089ff4405654d046e2f1741378ca35acb8870f795b71cbcba5 19:43:29 Collecting docopt<0.7,>=0.6.1 19:43:29 Downloading docopt-0.6.2.tar.gz (25 kB) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 19:43:30 Collecting texttable<0.10,>=0.9.0 19:43:30 Downloading texttable-0.9.1.tar.gz (11 kB) [Pipeline] } [Pipeline] // stage 19:43:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:43:30 Collecting cached-property<2,>=1.2.0 19:43:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:43:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:43:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:43:30 19:43:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 19:43:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:43:31 Collecting jsonschema<3,>=2.5.1 19:43:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:43:31 Collecting dockerpty<0.5,>=0.4.1 19:43:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] sh 19:43:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:43:31 latest: Pulling from edgex-devops/edgex-compose-arm64 19:43:31 29e5d40040c1: Pulling fs layer 19:43:31 1ce36da41761: Pulling fs layer 19:43:31 25b303627fd3: Pulling fs layer 19:43:31 Collecting docker<4.0,>=3.6.0 19:43:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:43:31 Collecting websocket-client<1.0,>=0.32.0 19:43:31 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:43:31 29e5d40040c1: Verifying Checksum 19:43:31 29e5d40040c1: Download complete 19:43:32 Collecting idna<2.8,>=2.5 19:43:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:43:32 1ce36da41761: Verifying Checksum 19:43:32 1ce36da41761: Download complete 19:43:32 Collecting urllib3<1.25,>=1.21.1 19:43:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:43:32 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) 19:43:32 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) 19:43:32 29e5d40040c1: Pull complete 19:43:32 Collecting docker-pycreds>=0.4.0 19:43:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:43:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:43:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:43:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:43:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:43:32 Installing collected packages: PyYAML, docopt, texttable, cached-property, idna, urllib3, requests, jsonschema, dockerpty, websocket-client, docker-pycreds, docker, docker-compose 19:43:32 Running setup.py install for PyYAML: started 19:43:33 Running setup.py install for PyYAML: finished with status 'done' 19:43:33 Running setup.py install for docopt: started 19:43:33 1ce36da41761: Pull complete 19:43:33 Running setup.py install for docopt: finished with status 'done' 19:43:33 Running setup.py install for texttable: started 19:43:34 25b303627fd3: Verifying Checksum 19:43:34 25b303627fd3: Download complete 19:43:34 Running setup.py install for texttable: finished with status 'done' 19:43:34 Attempting uninstall: idna 19:43:34 Found existing installation: idna 2.9 19:43:34 Uninstalling idna-2.9: 19:43:34 Successfully uninstalled idna-2.9 19:43:34 Attempting uninstall: urllib3 19:43:34 Found existing installation: urllib3 1.25.9 19:43:34 Uninstalling urllib3-1.25.9: 19:43:34 Successfully uninstalled urllib3-1.25.9 19:43:34 Attempting uninstall: requests 19:43:34 Found existing installation: requests 2.23.0 19:43:34 Uninstalling requests-2.23.0: 19:43:35 Successfully uninstalled requests-2.23.0 19:43:35 Running setup.py install for dockerpty: started 19:43:35 Running setup.py install for dockerpty: finished with status 'done' 19:43:36 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.58.0 19:43:39 Removing intermediate container 959de22ef641 19:43:39 ---> 9e63b3b11618 19:43:39 Step 21/26 : RUN apk --no-cache add curl 19:43:39 ---> Running in 0a0d9e0b0492 19:43:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:43:39 (2/3) Installing libcurl (7.69.1-r3) 19:43:39 (3/3) Installing curl (7.69.1-r3) 19:43:39 Executing busybox-1.31.1-r19.trigger 19:43:40 OK: 72 MiB in 58 packages 19:43:40 Removing intermediate container 0a0d9e0b0492 19:43:40 ---> 16df97f0db15 19:43:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:43:40 ---> Running in 3cc969301afd 19:43:40 Removing intermediate container 3cc969301afd 19:43:40 ---> eef7795b2381 19:43:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:43:41 ---> Running in fd7e10e3f8ac 19:43:41 Removing intermediate container fd7e10e3f8ac 19:43:41 ---> 7c2e54c8eda2 19:43:41 Step 24/26 : LABEL arch=x86_64 19:43:41 ---> Running in 0936e3858636 19:43:41 Removing intermediate container 0936e3858636 19:43:41 ---> 42f7ed2bbc3a 19:43:41 Step 25/26 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:43:41 ---> Running in eaf310a980cf 19:43:41 Removing intermediate container eaf310a980cf 19:43:41 ---> 8aa555ba472e 19:43:41 Step 26/26 : LABEL version=0.0.0 19:43:41 ---> Running in 3e92d26289d3 19:43:41 Removing intermediate container 3e92d26289d3 19:43:41 ---> 7c69e56070e4 19:43:41 19:43:42 Successfully built 7c69e56070e4 19:43:42 Successfully tagged docker-sys-mgmt-agent-go:latest 19:43:42 25b303627fd3: Pull complete 19:43:42 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:43:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:43:42 $ docker stop --time=1 e78806d33648e09e82753af870dba8dbbc420c3602548674e9291a5f019c7f93 19:43:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:43:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:43:44 $ docker rm -f e78806d33648e09e82753af870dba8dbbc420c3602548674e9291a5f019c7f93 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withDockerContainer 19:43:44 prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container 19:43:44 + docker images 19:43:44 + grep docker 19:43:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:43:45 docker-sys-mgmt-agent-go latest 7c69e56070e4 3 seconds ago 314MB 19:43:45 docker-core-metadata-go latest e63df5a9dbf1 29 seconds ago 19MB 19:43:45 docker-support-scheduler-go latest 722bda2908c3 31 seconds ago 17.4MB 19:43:45 docker-support-notifications-go latest 3bf2c9fc4bec 37 seconds ago 17.9MB 19:43:45 docker-security-bootstrapper-go latest 3dfbabb551f7 2 minutes ago 18.9MB 19:43:45 docker-core-data-go latest f14ddae1e21c 2 minutes ago 22.7MB 19:43:45 docker-security-secretstore-setup-go latest c7a96aafa8c7 2 minutes ago 25.7MB 19:43:45 docker-core-command-go latest 609a0308b730 2 minutes ago 17.3MB 19:43:45 docker-security-proxy-setup-go latest 785cbf0e3059 2 minutes ago 25.4MB 19:43:45 docker 20.10.0 aefe523efa57 3 months ago 240MB 19:43:47 $ docker top 79f4cba476bb786af17cd02999b5977c2847b4d009de4c3e67ccd7aba941cf15 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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) 19:43:48 + docker-compose build --help 19:43:48 + grep parallel [Pipeline] findFiles [Pipeline] node 19:43:53 --parallel Build images in parallel. [Pipeline] } 19:43:53 $ docker stop --time=1 79f4cba476bb786af17cd02999b5977c2847b4d009de4c3e67ccd7aba941cf15 19:43:54 $ docker rm -f 79f4cba476bb786af17cd02999b5977c2847b4d009de4c3e67ccd7aba941cf15 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:43:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:43:55 . [Pipeline] withDockerContainer 19:43:55 prd-ubuntu18.04-docker-arm64-4c-16g-31830 does not seem to be running inside a container 19:43:56 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:43:57 $ docker top b13cc8521349b20a7fdc52f5745a66215cbe3ef1b7d149f066e07e85a72aa922 -eo pid,comm [Pipeline] { [Pipeline] sh 19:43:58 + docker-compose -f ./docker-compose-build.yml build --parallel 19:44:02 Building docker-core-command-go ... 19:44:02 Building docker-core-data-go ... 19:44:02 Building docker-core-metadata-go ... 19:44:02 Building docker-security-bootstrapper-go ... 19:44:02 Building docker-security-proxy-setup-go ... 19:44:02 Building docker-security-secretstore-setup-go ... 19:44:02 Building docker-support-notifications-go ... 19:44:02 Building docker-support-scheduler-go ... 19:44:02 Building docker-sys-mgmt-agent-go ... 19:44:02 Building docker-support-notifications-go 19:44:02 Building docker-security-bootstrapper-go 19:44:02 Building docker-security-proxy-setup-go 19:44:02 Building docker-core-command-go 19:44:02 Building docker-sys-mgmt-agent-go 19:44:03 Still waiting to schedule task 19:44:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:45:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:45:24 ---> d3c15c409b57 19:45:24 Step 3/26 : WORKDIR /edgex-go 19:45:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:45:24 ---> d3c15c409b57 19:45:24 Step 3/21 : WORKDIR /edgex-go 19:45:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:45:24 ---> d3c15c409b57 19:45:24 Step 3/31 : WORKDIR /edgex-go 19:45:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:45:24 ---> d3c15c409b57 19:45:24 Step 3/23 : WORKDIR /edgex-go 19:45:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:45:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:45:24 ---> d3c15c409b57 19:45:24 Step 3/22 : WORKDIR /edgex-go 19:45:24 ---> Running in 8181a8f2e274 19:45:24 ---> Running in 37e7f86cc135 19:45:24 ---> Running in eb5328b99f3b 19:45:24 ---> Running in 768e01aa0985 19:45:24 ---> Running in 0d493b08aeae 19:45:24 Removing intermediate container 0d493b08aeae 19:45:24 ---> ffbc70dd00dc 19:45:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:24 Removing intermediate container eb5328b99f3b 19:45:24 ---> 3ea7855dede6 19:45:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:24 ---> Running in 2ec2d158646e 19:45:24 Removing intermediate container 37e7f86cc135 19:45:24 ---> 85faf5c51a93 19:45:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:24 Removing intermediate container 768e01aa0985 19:45:24 ---> 37d4d89c9fea 19:45:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:24 Removing intermediate container 8181a8f2e274 19:45:24 ---> ab30fd7a99ea 19:45:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:24 ---> Running in b31394b9fce8 19:45:24 ---> Running in 0dbea25e91da 19:45:24 ---> Running in cd9c0f0a0304 19:45:24 ---> Running in d5f131a8b917 19:45:24 Removing intermediate container 2ec2d158646e 19:45:24 ---> 5af8768378db 19:45:24 Step 5/21 : RUN apk add --update --no-cache make git 19:45:24 ---> Running in 47a122e6a0c8 19:45:24 Removing intermediate container b31394b9fce8 19:45:24 ---> 9d3c0d447e32 19:45:24 Step 5/31 : RUN apk add --update --no-cache make git 19:45:24 Removing intermediate container cd9c0f0a0304 19:45:24 ---> 882b698f4354 19:45:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:45:24 ---> Running in 25538106c5ea 19:45:24 ---> Running in 6477beea8f00 19:45:24 Removing intermediate container 0dbea25e91da 19:45:24 ---> f16bc70ba7b1 19:45:24 Step 5/23 : RUN apk add --update --no-cache make git 19:45:24 Removing intermediate container d5f131a8b917 19:45:24 ---> e7d47d487a52 19:45:24 Step 5/26 : RUN apk add --update --no-cache make bash git 19:45:24 ---> Running in e66024386fc1 19:45:24 ---> Running in a9dd6b919f0a 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:45:24 OK: 217 MiB in 51 packages 19:45:24 OK: 217 MiB in 51 packages 19:45:24 OK: 217 MiB in 51 packages 19:45:24 OK: 217 MiB in 51 packages 19:45:24 OK: 217 MiB in 51 packages 19:45:25 Removing intermediate container 47a122e6a0c8 19:45:25 ---> f0bef9038dbd 19:45:25 Step 6/21 : COPY go.mod . 19:45:25 Removing intermediate container 25538106c5ea 19:45:25 ---> 81739da1b1c5 19:45:25 Step 6/31 : COPY go.mod . 19:45:26 Removing intermediate container 6477beea8f00 19:45:26 ---> b0a612a741e8 19:45:26 Step 6/22 : COPY go.mod . 19:45:26 Removing intermediate container a9dd6b919f0a 19:45:26 ---> 5ce0c05ecce0 19:45:26 Step 6/26 : COPY go.mod . 19:45:26 ---> 31c25a053a3d 19:45:26 Step 7/21 : RUN go mod download 19:45:26 Removing intermediate container e66024386fc1 19:45:26 ---> c5bfe2111899 19:45:26 Step 6/23 : COPY go.mod . 19:45:26 ---> e6f673974e5f 19:45:26 Step 7/31 : RUN go mod download 19:45:26 ---> Running in b9a4bbd2a1ce 19:45:26 ---> Running in 15b9e49dc2a3 19:45:27 ---> 002e88100afe 19:45:27 Step 7/22 : RUN go mod download 19:45:27 ---> f3e57fdad6fe 19:45:27 Step 7/26 : RUN go mod download 19:45:27 ---> Running in 909b120c26d5 19:45:27 ---> Running in 3c5c96924e60 19:45:27 ---> 0abc6aea0ed0 19:45:27 Step 7/23 : RUN go mod download 19:45:28 ---> Running in 4513c887ed8c 19:45:32 Removing intermediate container 15b9e49dc2a3 19:45:32 ---> 82c02c1856c6 19:45:32 Step 8/31 : COPY . . 19:45:32 Removing intermediate container b9a4bbd2a1ce 19:45:32 ---> 64557fb13718 19:45:32 Step 8/21 : COPY . . 19:45:32 Removing intermediate container 3c5c96924e60 19:45:32 ---> 1dfa98a69c4d 19:45:32 Step 8/26 : COPY . .Removing intermediate container 909b120c26d5 19:45:32 ---> 9b9664fe965e 19:45:32 Step 8/22 : COPY . . 19:45:32 19:45:32 Removing intermediate container 4513c887ed8c 19:45:32 ---> 7acb36f9f2e7 19:45:32 Step 8/23 : COPY . . 19:45:39 Running on prd-ubuntu18.04-docker-8c-8g-31838 in /w/workspace/edgexfoundry_edgex-go_PR-3314 [Pipeline] { [Pipeline] ws 19:45:39 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:45:41 using credential edgex-jenkins-ssh 19:45:41 Cloning the remote Git repository 19:45:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:45:41 > git init /w/workspace/edgex-go/3 # timeout=10 19:45:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:45:41 > git --version # timeout=10 19:45:41 > git --version # 'git version 2.17.1' 19:45:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:45:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:45:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:45:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:45:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:45:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:45:47 using GIT_SSH to set credentials SSH Credentials for GitHub 19:45:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3314/head:refs/remotes/origin/PR-3314 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:45:47 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 230efa915a5a331c14751e0f7925e6b0f52b8528 19:45:48 Merge succeeded, producing 230efa915a5a331c14751e0f7925e6b0f52b8528 19:45:48 Checking out Revision 230efa915a5a331c14751e0f7925e6b0f52b8528 (PR-3314) 19:45:47 > git config core.sparsecheckout # timeout=10 19:45:47 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 19:45:48 > git remote # timeout=10 19:45:48 > git config --get remote.origin.url # timeout=10 19:45:48 using GIT_SSH to set credentials SSH Credentials for GitHub 19:45:48 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 19:45:48 > git rev-parse HEAD^{commit} # timeout=10 19:45:48 > git config core.sparsecheckout # timeout=10 19:45:48 > git checkout -f 230efa915a5a331c14751e0f7925e6b0f52b8528 # timeout=10 19:45:51 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:45:52 + echo snap-build.sh 19:45:52 snap-build.sh 19:45:52 + SNAP_BASE_DIR=. 19:45:52 + '[' '!' -z /w/workspace/edgex-go/3 ']' 19:45:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 19:45:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 19:45:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 19:45:52 + cd /w/workspace/edgex-go/3 19:45:52 + sudo apt-get remove -qy --purge lxd lxd-client 19:45:52 Reading package lists... 19:45:52 Building dependency tree... 19:45:52 Reading state information... 19:45:53 The following packages were automatically installed and are no longer required: 19:45:53 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:45:53 uidmap xdelta3 19:45:53 Use 'sudo apt autoremove' to remove them. 19:45:53 The following packages will be REMOVED: 19:45:53 lxd* lxd-client* 19:45:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:45:53 After this operation, 31.7 MB disk space will be freed. 19:45:54 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 19:45:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:45:55 Removing lxd dnsmasq configuration 19:45:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:45:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:45:56 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:45:56 (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.) 19:45:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:45:57 Processing triggers for systemd (237-3ubuntu10.42) ... 19:45:57 Processing triggers for ureadahead (0.100.0-21) ... 19:45:59 ---> 88b3650b32c8 19:45:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:45:59 ---> f17911d42654 19:45:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:45:59 ---> f9bd5e218c96 19:45:59 Step 9/23 : RUN make cmd/core-command/core-command 19:45:59 ---> be03603552e6 19:45:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:45:59 ---> ab80a6db2357 19:45:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:45:59 ---> Running in 75e1adf509fd 19:45:59 ---> Running in 0576df2421d6 19:45:59 ---> Running in 1790cb312577 19:45:59 ---> Running in ae174a05f11c 19:45:59 ---> Running in fccfb89df489 19:45:59 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 19:45:59 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 19:45:59 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 19:45:59 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 19:45:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:45:59 + sudo snap remove --purge lxd 19:45:59 snap "lxd" is not installed 19:45:59 + sudo groupadd --force --system lxd 19:45:59 ++ whoami 19:45:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:45:59 + newgrp - lxd 19:45:59 + sudo snap install lxd 19:46:05 2021-03-29T19:46:04Z INFO Waiting for automatic snapd restart... 19:46:20 lxd 4.12 from Canonical* installed 19:46:20 + sudo lxd init --auto 19:46:30 + sudo snap install --classic snapcraft 19:46:36 snapcraft 4.5.4 from Canonical* installed 19:46:36 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:46:36 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:46:36 % Total % Received % Xferd Average Speed Time Time Time Current 19:46:36 Dload Upload Total Spent Left Speed 19:46:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4384 0 --:--:-- --:--:-- --:--:-- 4384 19:46:37 57 3325k 57 1918k 0 0 3463k 0 --:--:-- --:--:-- --:--:-- 3463k 100 3325k 100 3325k 0 0 5833k 0 --:--:-- --:--:-- --:--:-- 91.5M 19:46:37 ./yq_linux_amd64 19:46:37 + sudo snapcraft prime --use-lxd 19:46:38 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:46:38 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: 19:46:38 - README.md 19:46:38 19:46:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:46:38 Launching a container. 19:46:51 Waiting for container to be ready 19:46:51 To start your first instance, try: lxc launch ubuntu:18.04 19:46:51 19:46:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:46:54 Waiting for network to be ready... 19:46:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:46:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:46:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 19:46:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 19:46:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:46:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:46:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 19:46:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 19:46:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 19:46:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 19:46:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:46:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:46:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:46:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:46:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:46:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:46:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:46:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:46:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:46:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 19:46:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 19:46:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:46:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:46:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 19:46:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 19:46:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 19:46:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 19:46:58 Fetched 24.2 MB in 4s (6440 kB/s) 19:46:58 Reading package lists... 19:46:58 Reading package lists... 19:46:59 Building dependency tree... 19:46:59 Reading state information... 19:46:59 The following additional packages will be installed: 19:46:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:46:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:46:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:46:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:46:59 Suggested packages: 19:46:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:46:59 Recommended packages: 19:46:59 gnupg libsasl2-modules 19:46:59 The following NEW packages will be installed: 19:46:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:46:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:46:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:46:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:46:59 The following packages will be upgraded: 19:46:59 gpg gpg-agent gpgconf libudev1 19:46:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:46:59 Need to get 3530 kB of archives. 19:46:59 After this operation, 13.3 MB of additional disk space will be used. 19:46:59 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 19:46:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:46:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:46:59 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 19:46:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:46:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:47:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:47:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:47:00 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:47:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:47:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:47:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:47:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:47:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:47:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:47:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:47:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:47:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:47:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:47:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:47:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:47:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:47:00 debconf: delaying package configuration, since apt-utils is not installed 19:47:00 Fetched 3530 kB in 1s (3476 kB/s) 19:47:00 (Reading database ... 12511 files and directories currently installed.) 19:47:00 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 19:47:00 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:47:00 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 19:47:00 Selecting previously unselected package udev. 19:47:00 (Reading database ... 12511 files and directories currently installed.) 19:47:00 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 19:47:00 Unpacking udev (237-3ubuntu10.45) ... 19:47:01 Selecting previously unselected package libfuse2:amd64. 19:47:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:47:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:47:01 Selecting previously unselected package fuse. 19:47:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:47:01 Unpacking fuse (2.9.7-1ubuntu1) ... 19:47:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:47:01 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:47:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:47:01 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:47:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:47:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:47:01 Selecting previously unselected package libksba8:amd64. 19:47:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:47:01 Unpacking libksba8:amd64 (1.3.5-2) ... 19:47:01 Selecting previously unselected package libroken18-heimdal:amd64. 19:47:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:47:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:47:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:47:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:02 Selecting previously unselected package libwind0-heimdal:amd64. 19:47:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:47:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:47:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:47:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:47:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:47:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:02 Selecting previously unselected package libsasl2-modules-db:amd64. 19:47:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:47:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:47:02 Selecting previously unselected package libsasl2-2:amd64. 19:47:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:47:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:47:02 Selecting previously unselected package libldap-common. 19:47:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:47:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:47:02 Selecting previously unselected package libldap-2.4-2:amd64. 19:47:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:47:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:47:02 Selecting previously unselected package dirmngr. 19:47:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:47:02 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:47:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:47:03 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:47:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:47:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:47:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:47:03 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:47:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:03 Setting up libksba8:amd64 (1.3.5-2) ... 19:47:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:47:03 Setting up udev (237-3ubuntu10.45) ... 19:47:03 invoke-rc.d: policy-rc.d denied execution of start. 19:47:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:03 Processing triggers for systemd (237-3ubuntu10) ... 19:47:03 Setting up fuse (2.9.7-1ubuntu1) ... 19:47:04 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:47:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:47:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:47:04 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:47:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:47:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:47:04 settings in the [Install] section, and DefaultInstance for template units). 19:47:04 This means they are not meant to be enabled using systemctl. 19:47:04 Possible reasons for having this kind of units are: 19:47:04 1) A unit may be statically enabled by being symlinked from another unit's 19:47:04 .wants/ or .requires/ directory. 19:47:04 2) A unit's purpose may be to act as a helper for some other unit which has 19:47:04 a requirement dependency on it. 19:47:04 3) A unit may be started when needed via activation (socket, path, timer, 19:47:04 D-Bus, udev, scripted systemctl call, ...). 19:47:04 4) In case of template units, the unit is meant to be enabled with some 19:47:04 instance name specified. 19:47:05 Reading package lists... 19:47:05 Building dependency tree... 19:47:05 Reading state information... 19:47:05 The following additional packages will be installed: 19:47:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:47:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:47:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:47:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:47:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:47:05 Suggested packages: 19:47:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:47:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:47:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:47:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:47:05 systemd-container policykit-1 19:47:05 Recommended packages: 19:47:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:47:05 The following NEW packages will be installed: 19:47:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:47:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:47:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:47:05 multiarch-support openssh-client python3 python3-minimal python3.6 19:47:05 python3.6-minimal snapd squashfs-tools sudo 19:47:05 The following packages will be upgraded: 19:47:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:47:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:47:05 Need to get 35.2 MB of archives. 19:47:05 After this operation, 141 MB of additional disk space will be used. 19:47:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:47:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:47:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 19:47:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 19:47:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:47:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:47:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:47:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:47:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:47:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:47:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:47:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:47:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:47:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:47:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:47:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:47:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:47:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:47:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:47:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 19:47:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:47:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:47:08 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:47:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:47:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:47:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:47:08 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:47:08 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:47:08 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:47:08 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:47:08 debconf: delaying package configuration, since apt-utils is not installed 19:47:08 Fetched 35.2 MB in 3s (13.1 MB/s) 19:47:08 (Reading database ... 12757 files and directories currently installed.) 19:47:08 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 19:47:08 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:47:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 19:47:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:47:09 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 19:47:09 (Reading database ... 12757 files and directories currently installed.) 19:47:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:47:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:47:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:47:09 (Reading database ... 12757 files and directories currently installed.) 19:47:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:47:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:47:11 Setting up apt (1.6.12ubuntu0.2) ... 19:47:11 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:47:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:47:11 (Reading database ... 12764 files and directories currently installed.) 19:47:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:47:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:47:12 Selecting previously unselected package libpython3.6-minimal:amd64. 19:47:12 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:47:12 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:47:12 Selecting previously unselected package libexpat1:amd64. 19:47:12 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:47:12 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:47:12 Selecting previously unselected package python3.6-minimal. 19:47:12 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:47:12 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:47:12 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 19:47:12 Checking for services that may need to be restarted...done. 19:47:12 Checking for services that may need to be restarted...done. 19:47:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:47:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:47:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:47:13 Selecting previously unselected package python3-minimal. 19:47:13 (Reading database ... 13012 files and directories currently installed.) 19:47:13 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:47:13 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:47:13 Selecting previously unselected package mime-support. 19:47:13 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:47:13 Unpacking mime-support (3.60ubuntu1) ... 19:47:13 Selecting previously unselected package libmpdec2:amd64. 19:47:13 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:47:13 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:47:13 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:47:13 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:47:13 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:47:13 Selecting previously unselected package python3.6. 19:47:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:47:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:47:13 Selecting previously unselected package libpython3-stdlib:amd64. 19:47:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:47:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:47:14 Setting up python3-minimal (3.6.7-1~18.04) ... 19:47:14 Selecting previously unselected package python3. 19:47:14 (Reading database ... 13442 files and directories currently installed.) 19:47:14 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:47:14 Unpacking python3 (3.6.7-1~18.04) ... 19:47:14 Selecting previously unselected package multiarch-support. 19:47:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:47:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:47:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:47:14 Selecting previously unselected package liblzo2-2:amd64. 19:47:14 (Reading database ... 13479 files and directories currently installed.) 19:47:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:47:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:47:14 Selecting previously unselected package libbsd0:amd64. 19:47:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:47:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:47:14 Selecting previously unselected package sudo. 19:47:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:47:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:47:14 Selecting previously unselected package apparmor. 19:47:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:47:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:47:15 Selecting previously unselected package libedit2:amd64. 19:47:15 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:47:15 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:47:15 Selecting previously unselected package libkrb5support0:amd64. 19:47:15 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:47:15 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:47:15 Selecting previously unselected package libk5crypto3:amd64. 19:47:15 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:47:15 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:47:15 Selecting previously unselected package libkeyutils1:amd64. 19:47:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:47:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:47:15 Selecting previously unselected package libkrb5-3:amd64. 19:47:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:47:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:47:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:47:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:47:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:47:15 Selecting previously unselected package libssl1.0.0:amd64. 19:47:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:47:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:47:15 Selecting previously unselected package openssh-client. 19:47:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:47:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:47:15 Selecting previously unselected package squashfs-tools. 19:47:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:47:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:47:16 Selecting previously unselected package snapd. 19:47:16 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:47:16 Unpacking snapd (2.48.3+18.04) ... 19:47:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:47:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:47:18 Setting up mime-support (3.60ubuntu1) ... 19:47:18 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:47:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:47:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:47:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:47:18 Setting up systemd (237-3ubuntu10.45) ... 19:47:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:47:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:47:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:47:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:47:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:47:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:47:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:47:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:47:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:47:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:47:19 Setting up python3 (3.6.7-1~18.04) ... 19:47:19 running python rtupdate hooks for python3.6... 19:47:19 running python post-rtupdate hooks for python3.6... 19:47:20 Setting up apparmor (2.12-4ubuntu5.1) ... 19:47:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:47:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:47:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:47:21 Setting up snapd (2.48.3+18.04) ... 19:47:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:47:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:47:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:47:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:47:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:47:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:47:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:47:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:47:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:47:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:47:23 /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' 19:47:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:47:23 Processing triggers for systemd (237-3ubuntu10.45) ... 19:47:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:47:24 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:47:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:47:25 Reading package lists... 19:47:25 Reading package lists... 19:47:26 Building dependency tree... 19:47:26 Reading state information... 19:47:26 Calculating upgrade... 19:47:26 The following packages will be upgraded: 19:47:26 advancecomp base-files bash binutils binutils-common 19:47:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:47:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:47:26 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:47:26 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:47:26 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:47:26 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:47:26 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:47:26 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:47:26 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:47:26 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:47:26 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:47:26 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:47:26 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:47:26 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:47:26 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:47:26 Need to get 63.8 MB of archives. 19:47:26 After this operation, 5208 kB of additional disk space will be used. 19:47:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 19:47:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:47:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:47:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:47:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:47:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:47:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:47:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:47:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:47:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:47:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:47:26 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:47:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:47:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:47:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:47:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:47:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:47:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:47:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:47:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:47:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:47:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:47:26 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:47:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:47:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:47:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:47:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:47:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:47:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:47:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:47:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:47:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:47:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:47:26 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:47:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:47:26 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:47:26 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:47:26 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:47:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:47:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 19:47:26 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:47:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:47:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:47:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:47:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:47:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:47:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:47:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:47:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:47:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:47:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:47:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:47:26 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:47:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:47:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:47:26 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:47:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:47:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:47:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:47:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:47:27 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:47:27 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:47:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:47:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:47:27 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:47:27 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:47:27 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:47:27 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:47:27 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:47:27 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:47:27 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:47:27 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:47:27 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:47:27 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:47:27 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:47:27 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:47:27 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:47:27 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:47:27 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:47:27 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:47:27 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:47:27 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:47:27 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:47:27 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 19:47:27 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:47:27 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:47:27 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:47:28 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:47:28 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:47:28 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:47:28 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:47:28 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:47:28 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:47:28 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:47:28 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:47:28 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:47:28 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:47:28 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:47:28 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:47:28 debconf: delaying package configuration, since apt-utils is not installed 19:47:28 Fetched 63.8 MB in 2s (30.1 MB/s) 19:47:28 (Reading database ... 13912 files and directories currently installed.) 19:47:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:47:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:47:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:47:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:47:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 19:47:29 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 19:47:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:30 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:30 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:30 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:30 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:30 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:31 (Reading database ... 13911 files and directories currently installed.) 19:47:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:47:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:47:31 (Reading database ... 13911 files and directories currently installed.) 19:47:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:31 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:31 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:31 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:47:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:47:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:32 (Reading database ... 13911 files and directories currently installed.) 19:47:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:47:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:47:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:47:33 (Reading database ... 13911 files and directories currently installed.) 19:47:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:47:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:47:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:47:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:47:33 Setting up base-files (10.1ubuntu2.10) ... 19:47:33 Installing new version of config file /etc/issue ... 19:47:33 Installing new version of config file /etc/issue.net ... 19:47:33 Installing new version of config file /etc/lsb-release ... 19:47:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:47:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:47:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:47:34 Removing obsolete conffile /etc/default/motd-news ... 19:47:34 (Reading database ... 13912 files and directories currently installed.) 19:47:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:47:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:47:34 Setting up bash (4.4.18-2ubuntu1.2) ... 19:47:34 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 19:47:34 (Reading database ... 13912 files and directories currently installed.) 19:47:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:47:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:47:34 (Reading database ... 13912 files and directories currently installed.) 19:47:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:47:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:47:34 Setting up tar (1.29b-2ubuntu0.2) ... 19:47:35 (Reading database ... 13912 files and directories currently installed.) 19:47:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:47:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:47:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:47:35 (Reading database ... 13912 files and directories currently installed.) 19:47:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:47:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:47:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:47:35 (Reading database ... 13912 files and directories currently installed.) 19:47:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:47:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:47:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:47:36 (Reading database ... 13912 files and directories currently installed.) 19:47:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:47:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:47:36 Setting up grep (3.1-2build1) ... 19:47:36 (Reading database ... 13912 files and directories currently installed.) 19:47:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:47:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:47:36 Setting up login (1:4.5-1ubuntu2) ... 19:47:36 (Reading database ... 13912 files and directories currently installed.) 19:47:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:47:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:47:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:47:37 (Reading database ... 13912 files and directories currently installed.) 19:47:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:47:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:47:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:47:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:47:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:47:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:47:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:47:38 (Reading database ... 13912 files and directories currently installed.) 19:47:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:47:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:47:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:47:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:47:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:47:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:47:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:47:39 (Reading database ... 13912 files and directories currently installed.) 19:47:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:47:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:47:40 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:47:40 (Reading database ... 13912 files and directories currently installed.) 19:47:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:40 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:40 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:47:40 (Reading database ... 13912 files and directories currently installed.) 19:47:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:47:40 (Reading database ... 13912 files and directories currently installed.) 19:47:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:47:40 (Reading database ... 13912 files and directories currently installed.) 19:47:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:47:41 (Reading database ... 13912 files and directories currently installed.) 19:47:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:47:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:47:41 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:47:41 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:47:41 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:47:41 (Reading database ... 13912 files and directories currently installed.) 19:47:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:47:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:47:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:47:41 (Reading database ... 13912 files and directories currently installed.) 19:47:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:47:41 (Reading database ... 13912 files and directories currently installed.) 19:47:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:47:42 (Reading database ... 13912 files and directories currently installed.) 19:47:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:47:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:47:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:47:43 (Reading database ... 13912 files and directories currently installed.) 19:47:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:47:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:47:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:47:43 (Reading database ... 13912 files and directories currently installed.) 19:47:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:47:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:47:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:47:43 (Reading database ... 13914 files and directories currently installed.) 19:47:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:47:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:47:44 Setting up debconf (1.5.66ubuntu1) ... 19:47:44 (Reading database ... 13914 files and directories currently installed.) 19:47:44 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:47:44 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:47:44 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:47:44 (Reading database ... 13914 files and directories currently installed.) 19:47:44 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:47:44 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:47:44 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:47:44 (Reading database ... 13914 files and directories currently installed.) 19:47:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:47:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:47:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:47:45 (Reading database ... 13914 files and directories currently installed.) 19:47:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:47:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:47:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:47:45 (Reading database ... 13914 files and directories currently installed.) 19:47:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:47:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:47:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:47:45 (Reading database ... 13914 files and directories currently installed.) 19:47:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:47:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:47:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 19:47:46 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:47:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:47:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:47:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:47:46 (Reading database ... 13914 files and directories currently installed.) 19:47:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:47:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:47:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:47:46 (Reading database ... 13914 files and directories currently installed.) 19:47:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:47:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:47:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:47:47 (Reading database ... 13914 files and directories currently installed.) 19:47:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:47:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:47:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:47:47 (Reading database ... 13914 files and directories currently installed.) 19:47:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:47:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:47:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:47:47 (Reading database ... 13914 files and directories currently installed.) 19:47:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:47:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:47:47 Setting up passwd (1:4.5-1ubuntu2) ... 19:47:48 (Reading database ... 13914 files and directories currently installed.) 19:47:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:47:48 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:47:48 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:47:48 (Reading database ... 13914 files and directories currently installed.) 19:47:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:47:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:47:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:47:48 (Reading database ... 13914 files and directories currently installed.) 19:47:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:47:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:47:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:47:48 (Reading database ... 13914 files and directories currently installed.) 19:47:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:47:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:47:48 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:47:48 (Reading database ... 13914 files and directories currently installed.) 19:47:48 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:47:48 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:47:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:47:49 (Reading database ... 13914 files and directories currently installed.) 19:47:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:47:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:47:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:47:49 (Reading database ... 13914 files and directories currently installed.) 19:47:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:47:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:47:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:47:49 (Reading database ... 13915 files and directories currently installed.) 19:47:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:47:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:47:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:47:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:47:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:47:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:47:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:47:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:47:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:47:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:47:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:47:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:47:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:47:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:47:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:47:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:47:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:47:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:47:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:47:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:47:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:47:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:47:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:47:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:47:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:47:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:47:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:47:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:47:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:47:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:47:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:47:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:47:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:47:53 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:47:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:47:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:47:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:54 Removing intermediate container ae174a05f11c 19:47:54 ---> 1b53fd4ec1d9 19:47:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:47:54 Removing intermediate container 75e1adf509fd 19:47:54 ---> 02c6bf0d0f3e 19:47:54 19:47:54 Step 10/31 : FROM alpine:3.12 19:47:54 3.12: Pulling from library/alpine 19:47:54 Removing intermediate container 0576df2421d6 19:47:54 ---> 485f4045ca45 19:47:54 19:47:54 Step 10/21 : FROM alpine:3.12 19:47:54 ---> Running in 75a338b81e4a 19:47:54 3.12: Pulling from library/alpine 19:47:54 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 19:47:54 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:47:54 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:47:54 Status: Downloaded newer image for alpine:3.12 19:47:54 Status: Downloaded newer image for alpine:3.12 19:47:54 ---> e47305ac9786 19:47:54 Step 11/21 : RUN apk add --update --no-cache curl 19:47:54 ---> e47305ac9786 19:47:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:47:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:55 ---> Running in 2ec659a91ae1 19:47:55 ---> Running in 337a6a5ef542 19:47:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:56 Removing intermediate container 1790cb312577 19:47:56 ---> f8f2f9ca2dec 19:47:56 19:47:56 Step 10/23 : FROM alpine:3.12 19:47:56 ---> e47305ac9786 19:47:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:47:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:56 Removing intermediate container 337a6a5ef542 19:47:56 ---> a26ce0a7ce07 19:47:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:47:56 ---> Running in 572960ad9b6c 19:47:57 Removing intermediate container fccfb89df489 19:47:57 ---> d825d8220e11 19:47:57 19:47:57 Step 10/22 : FROM alpine:3.12 19:47:57 ---> e47305ac9786 19:47:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init ---> Running in 0d29242113b2 19:47:57 19:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:47:57 ---> Running in 2e624b1fe6bb 19:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:47:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:47:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:47:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:47:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:47:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:47:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:47:58 Removing intermediate container 75a338b81e4a 19:47:58 ---> 2727be6436fb 19:47:58 19:47:58 Step 11/26 : FROM docker:20.10.0 19:47:58 20.10.0: Pulling from library/docker 19:47:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:47:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:47:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:47:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:47:58 (1/4) Installing ca-certificates (20191127-r4) 19:47:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:47:58 (3/4) Installing libcurl (7.69.1-r3) 19:47:58 (4/4) Installing curl (7.69.1-r3) 19:47:58 Executing busybox-1.31.1-r19.trigger 19:47:58 Executing ca-certificates-20191127-r4.trigger 19:47:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:47:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:47:58 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:47:58 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:47:58 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:47:58 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:47:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:58 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:47:58 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:58 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:58 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:58 OK: 7 MiB in 18 packages 19:47:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:47:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:47:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:47:59 19:47:59 Current default time zone: 'Etc/UTC' 19:47:59 Local time is now: Mon Mar 29 19:47:59 UTC 2021. 19:47:59 Universal Time is now: Mon Mar 29 19:47:59 UTC 2021. 19:47:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:47:59 19:47:59 Setting up systemd-sysv (237-3ubuntu10.45) ... 19:47:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:59 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 19:47:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:47:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:47:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:47:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:47:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:47:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:47:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:47:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:47:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:47:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:47:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:47:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:47:59 Setting up patch (2.7.6-2ubuntu1.1) ... 19:47:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:47:59 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:48:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 19:48:00 Installing new version of config file /etc/ssl/openssl.cnf ... 19:48:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:48:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:48:00 Setting up ca-certificates (20210119~18.04.1) ... 19:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:48:00 (1/1) Installing dumb-init (1.2.2-r1) 19:48:00 Executing busybox-1.31.1-r19.trigger 19:48:00 OK: 5 MiB in 15 packages 19:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:48:00 (1/2) Installing ca-certificates (20191127-r4) 19:48:00 (2/2) Installing dumb-init (1.2.2-r1) 19:48:00 Executing busybox-1.31.1-r19.trigger 19:48:00 Executing ca-certificates-20191127-r4.trigger 19:48:00 OK: 6 MiB in 16 packages 19:48:00 (1/2) Installing dumb-init (1.2.2-r1) 19:48:00 (2/2) Installing su-exec (0.2-r1) 19:48:00 Executing busybox-1.31.1-r19.trigger 19:48:00 OK: 5 MiB in 16 packages 19:48:02 Updating certificates in /etc/ssl/certs... 19:48:02 Removing intermediate container 2ec659a91ae1 19:48:02 ---> 37a1121b6c33 19:48:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:48:02 ---> Running in 7b318466274e 19:48:02 23 added, 27 removed; done. 19:48:02 Removing intermediate container 572960ad9b6c 19:48:02 ---> 6faea9301231 19:48:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:48:02 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:48:02 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:48:02 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:48:02 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:48:02 Setting up pkgbinarymangler (138.18.04.1) ... 19:48:02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:48:03 ---> Running in 90ce7093f6f2 19:48:03 Removing intermediate container 0d29242113b2 19:48:03 ---> 1311d8d403c7 19:48:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:48:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:48:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:48:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:48:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:48:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:48:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:48:03 Setting up perl (5.26.1-6ubuntu0.5) ... 19:48:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:48:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:48:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:48:03 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:48:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:48:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:48:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:48:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:48:03 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:48:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:48:03 Processing triggers for systemd (237-3ubuntu10.45) ... 19:48:03 Processing triggers for mime-support (3.60ubuntu1) ... 19:48:03 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:48:03 Removing intermediate container 7b318466274e 19:48:03 ---> d6e350b3c32f 19:48:03 Step 13/21 : WORKDIR /edgex 19:48:03 ---> Running in defc2fecb3a6 19:48:03 Removing intermediate container 2e624b1fe6bb 19:48:03 ---> dd317a91ba06 19:48:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:48:03 ---> Running in 535c90b42212 19:48:03 Updating certificates in /etc/ssl/certs... 19:48:04 Removing intermediate container 90ce7093f6f2 19:48:04 ---> e9c162b209c4 19:48:04 Step 13/23 : ENV APP_PORT=48082 19:48:04 ---> Running in 0213358fe327 19:48:04 ---> Running in 1c1672f9a6fa 19:48:04 0 added, 0 removed; done. 19:48:04 Running hooks in /etc/ca-certificates/update.d... 19:48:04 done. 19:48:04 Removing intermediate container defc2fecb3a6 19:48:04 ---> 31e26b8d94ee 19:48:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:48:04 Reading package lists... 19:48:04 Removing intermediate container 535c90b42212 19:48:04 ---> 465cd05c313e 19:48:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:48:04 ---> Running in f27a4abd6a37 19:48:04 Removing intermediate container 0213358fe327 19:48:04 ---> c34fb9f5b968 19:48:04 Step 13/22 : ENV APP_PORT=48060 19:48:05 Building dependency tree... 19:48:05 Reading state information... 19:48:05 The following NEW packages will be installed: 19:48:05 apt-transport-https 19:48:05 Removing intermediate container 1c1672f9a6fa 19:48:05 ---> c02033f8fcc8 19:48:05 Step 14/23 : EXPOSE $APP_PORT 19:48:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:48:05 Need to get 1696 B of archives. 19:48:05 After this operation, 153 kB of additional disk space will be used. 19:48:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:48:05 debconf: delaying package configuration, since apt-utils is not installed 19:48:05 Fetched 1696 B in 0s (30.7 kB/s) 19:48:05 Selecting previously unselected package apt-transport-https. 19:48:05 (Reading database ... 13920 files and directories currently installed.) 19:48:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:48:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:48:05 ---> Running in 5a992455f82f 19:48:05 ---> Running in 83b510d6833f 19:48:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:48:05 Removing intermediate container f27a4abd6a37 19:48:05 ---> ce6e765435d1 19:48:05 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:48:05 Waiting for network to be ready... 19:48:05 ---> 8ac0905c0e40 19:48:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:48:05 ---> Running in 463b974bf541 19:48:06 Removing intermediate container 5a992455f82f 19:48:06 ---> 604385358f84 19:48:06 Step 14/22 : EXPOSE $APP_PORT 19:48:06 Removing intermediate container 83b510d6833f 19:48:06 ---> eedb9c18c7af 19:48:06 Step 15/23 : WORKDIR / 19:48:06 ---> Running in 16c21a2c0997 19:48:06 ---> Running in e64fd945b26a 19:48:07 ---> 1f375404f067 19:48:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:48:07 Removing intermediate container e64fd945b26a 19:48:07 ---> d657801dda9c 19:48:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:48:08 Removing intermediate container 16c21a2c0997 19:48:08 ---> 0a619262ff56 19:48:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:48:09 ---> bf2d2eb4ab52 19:48:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:48:09 ---> 5a5489d4efa6 19:48:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:48:10 Removing intermediate container 463b974bf541 19:48:10 ---> 095024791317 19:48:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:48:10 ---> 4e2a7d31cdc1 19:48:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:48:12 ---> Running in 43774caf2704 19:48:12 ---> Running in 95816757cd38 19:48:12 Removing intermediate container 95816757cd38 19:48:12 ---> 6a32dc802e77 19:48:12 Step 18/21 : CMD ["--init=true"] 19:48:12 ---> 232de5524232 19:48:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:48:12 ---> Running in f31c67f4c685 19:48:12 Removing intermediate container 43774caf2704 19:48:12 ---> 1996b915a1d8 19:48:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:48:12 2021-03-29T19:48:09Z INFO Waiting for automatic snapd restart... 19:48:12 snapd 2.49.1 from Canonical* installed 19:48:12 ---> e17ad7c96a3d 19:48:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:48:12 Removing intermediate container f31c67f4c685 19:48:12 ---> 745bb820e95f 19:48:12 Step 19/21 : LABEL arch=arm64 19:48:12 "snapd" switched to the "latest/stable" channel 19:48:12 19:48:13 ---> Running in 4d96d270606d 19:48:13 ---> 6ea040edb734 19:48:13 Step 19/23 : ENTRYPOINT ["/core-command"] 19:48:13 ---> 77f3ab5c439c 19:48:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:48:13 ---> 790db634f7e1 19:48:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:48:13 ---> Running in ed6a3a36a2a2 19:48:13 ---> Running in e1e16acfce22 19:48:13 ---> Running in 8c6d95fd0f74 19:48:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:48:13 Removing intermediate container 4d96d270606d 19:48:13 ---> 69ff3a194e73 19:48:13 Step 20/21 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:48:13 Status: Downloaded newer image for docker:20.10.0 19:48:13 ---> eeaf43b92773 19:48:13 Step 12/26 : RUN apk add --no-cache bash 19:48:13 ---> Running in f7b8da262ea4 19:48:13 ---> Running in d451107c30a4 19:48:14 Removing intermediate container e1e16acfce22 19:48:14 ---> c0ea93b5c388 19:48:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:48:14 Removing intermediate container 8c6d95fd0f74 19:48:14 ---> d6c8c36e30cd 19:48:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:48:14 ---> Running in fcfd1e836929 19:48:14 ---> Running in 9d11d120c214 19:48:14 Removing intermediate container d451107c30a4 19:48:14 ---> 4f22936f20d6 19:48:14 Step 21/21 : LABEL version=0.0.0 19:48:15 ---> Running in 082359ed58cc 19:48:15 Removing intermediate container 9d11d120c214 19:48:15 ---> 9d4c719457eb 19:48:15 Step 20/22 : LABEL arch=arm64 19:48:15 Removing intermediate container fcfd1e836929 19:48:15 ---> a8f1e4478d70 19:48:15 Step 21/23 : LABEL arch=arm64 19:48:15 ---> Running in af736cd41187 19:48:15 ---> Running in 36e24fc9f43b 19:48:15 core18 20210128 from Canonical* installed 19:48:15 "core18" switched to the "latest/stable" channel 19:48:15 19:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:48:15 Removing intermediate container 082359ed58cc 19:48:15 ---> 3cc5f7e7672c 19:48:15 19:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:48:16 Removing intermediate container 36e24fc9f43b 19:48:16 ---> 53bac6be7390 19:48:16 Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:48:16 Successfully built 3cc5f7e7672c 19:48:16 (1/2) Installing readline (8.0.4-r0) 19:48:16 Removing intermediate container af736cd41187 19:48:16 ---> f96184b22be4 19:48:16 Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:48:16 (2/2) Installing bash (5.0.17-r0) 19:48:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:48:16  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 19:48:16 Executing bash-5.0.17-r0.post-install 19:48:16 Executing busybox-1.31.1-r19.trigger 19:48:16 OK: 12 MiB in 22 packages 19:48:16 ---> Running in 600c8513adca 19:48:16 ---> Running in 66460529f8dc 19:48:16 Removing intermediate container ed6a3a36a2a2 19:48:16 ---> 2a6fcb0832af 19:48:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:48:17 Removing intermediate container 600c8513adca 19:48:17 ---> eba8b07a0990 19:48:17 Step 23/23 : LABEL version=0.0.0 19:48:17 ---> Running in 80ad20c1dc69 19:48:17 Removing intermediate container 66460529f8dc 19:48:17 ---> e36841ceb467 19:48:17 Step 22/22 : LABEL version=0.0.0 19:48:18 ---> Running in 6e6367558dea 19:48:18 ---> 41317b9d9263 19:48:18 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:48:18 snapcraft 4.5.4 from Canonical* installed 19:48:18 "snapcraft" switched to the "latest/stable" channel 19:48:18 19:48:19 Removing intermediate container 80ad20c1dc69 19:48:19 ---> 36f9f356f2d7 19:48:19 19:48:19 Removing intermediate container f7b8da262ea4 19:48:19 ---> 19c9fb1ab570 19:48:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:48:19 Successfully built 36f9f356f2d7 19:48:19 Removing intermediate container 6e6367558dea 19:48:19 ---> 90e3fbd33fcf 19:48:19 19:48:19 Successfully tagged docker-core-command-go-arm64:latest 19:48:19  Building docker-core-command-go ... done Building docker-core-data-go 19:48:20 Successfully built 90e3fbd33fcf 19:48:20 Successfully tagged docker-support-notifications-go-arm64:latest 19:48:20  Building docker-support-notifications-go ... done  ---> Running in 7ef3bf9e2df0 19:48:20 Building docker-core-metadata-go 19:48:20 ---> 598ea89d60f7 19:48:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:48:20 Removing intermediate container 7ef3bf9e2df0 19:48:20 ---> bb0886a47a4f 19:48:20 Step 14/26 : ENV APP_PORT=48090 19:48:21 ---> Running in 0e1dc084a655 19:48:21 ---> e4e14cf8eef4 19:48:21 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:48:21 Removing intermediate container 0e1dc084a655 19:48:21 ---> fe0c85ba79f6 19:48:21 Step 15/26 : EXPOSE $APP_PORT 19:48:21 ---> Running in e02dffee67f2 19:48:22 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: 19:48:22 - README.md 19:48:22 19:48:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:48:22 ---> ac3fa0ca44e3 19:48:22 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:48:22 Removing intermediate container e02dffee67f2 19:48:22 ---> 7cdb9cd0464f 19:48:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:48:23 ---> 1e4dffa779e8 19:48:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:48:23 ---> Running in 942c0c286599 19:48:24 ---> b225e48be733 19:48:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:48:24 Removing intermediate container 942c0c286599 19:48:24 ---> eba127e1459f 19:48:24 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:48:25 ---> 4c2ed3a246c1 19:48:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:48:26 ---> dc4bcbcf53b9 19:48:26 Step 26/31 : RUN chmod +x /entrypoint.sh 19:48:27 ---> Running in 8d09da232d99 19:48:27 ---> b558bd5b3cae 19:48:27 Step 19/26 : RUN apk --no-cache add py3-pip 19:48:27 ---> Running in c3c4b9c2e3e4 19:48:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:48:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:48:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:48:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:48:29 Reading package lists... 19:48:30 (1/33) Installing libbz2 (1.0.8-r1) 19:48:30 (2/33) Installing expat (2.2.9-r1) 19:48:30 (3/33) Installing libffi (3.3-r2) 19:48:30 (4/33) Installing gdbm (1.13-r1) 19:48:30 (5/33) Installing xz-libs (5.2.5-r0) 19:48:30 (6/33) Installing sqlite-libs (3.32.1-r0) 19:48:30 (7/33) Installing python3 (3.8.8-r0) 19:48:30 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 19:48:30 Removing intermediate container 8d09da232d99 19:48:30 ---> 4bee011523f0 19:48:30 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:48:31 ---> Running in 9bc8952cdcee 19:48:31 (8/33) Installing py3-appdirs (1.4.4-r1) 19:48:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:48:31 (10/33) Installing py3-parsing (2.4.7-r0) 19:48:31 (11/33) Installing py3-six (1.15.0-r0) 19:48:31 (12/33) Installing py3-packaging (20.4-r0) 19:48:31 (13/33) Installing py3-setuptools (47.0.0-r0) 19:48:32 (14/33) Installing py3-chardet (3.0.4-r4) 19:48:32 (15/33) Installing py3-idna (2.9-r0) 19:48:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:48:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:48:32 (18/33) Installing py3-requests (2.23.0-r0) 19:48:32 (19/33) Installing py3-msgpack (1.0.0-r0) 19:48:32 (20/33) Installing py3-lockfile (0.12.2-r3) 19:48:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:48:32 (22/33) Installing py3-colorama (0.4.3-r0) 19:48:32 (23/33) Installing py3-distlib (0.3.0-r0) 19:48:32 (24/33) Installing py3-distro (1.5.0-r1) 19:48:32 (25/33) Installing py3-webencodings (0.5.1-r3) 19:48:32 (26/33) Installing py3-html5lib (1.0.1-r4) 19:48:32 (27/33) Installing py3-pytoml (0.1.21-r0) 19:48:32 (28/33) Installing py3-pep517 (0.8.2-r0) 19:48:32 (29/33) Installing py3-progress (1.5-r0) 19:48:32 (30/33) Installing py3-toml (0.10.1-r0) 19:48:32 (31/33) Installing py3-retrying (1.3.3-r0) 19:48:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:48:32 (33/33) Installing py3-pip (20.1.1-r0) 19:48:32 Removing intermediate container 9bc8952cdcee 19:48:32 ---> 183c9c5d653f 19:48:32 Step 28/31 : CMD ["gate"] 19:48:32 Executing busybox-1.31.1-r19.trigger 19:48:32 OK: 71 MiB in 55 packages 19:48:33 ---> Running in 98375881406c 19:48:34 Removing intermediate container 98375881406c 19:48:34 ---> 885802777132 19:48:34 Step 29/31 : LABEL arch=arm64 19:48:35 ---> Running in d480ac055429 19:48:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:48:36 Reading package lists... 19:48:36 Building dependency tree... 19:48:36 Reading state information... 19:48:36 Suggested packages: 19:48:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:48:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:48:36 Recommended packages: 19:48:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:48:36 The following NEW packages will be installed: 19:48:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:48:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:48:36 pkg-config zip 19:48:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:48:36 Need to get 7657 kB of archives. 19:48:36 After this operation, 43.8 MB of additional disk space will be used. 19:48:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:48:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:48:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:48:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:48:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:48:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:48:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:48:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:48:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:48:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:48:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:48:36 Removing intermediate container d480ac055429 19:48:36 ---> ab06da06b520 19:48:36 Step 30/31 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:48:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:48:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:48:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:48:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:48:37 debconf: delaying package configuration, since apt-utils is not installed 19:48:37 Fetched 7657 kB in 1s (8765 kB/s) 19:48:37 Selecting previously unselected package libglib2.0-0:amd64. 19:48:37 (Reading database ... 13924 files and directories currently installed.) 19:48:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:48:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:48:37 ---> Running in d33117a0b6aa 19:48:37 Selecting previously unselected package libpsl5:amd64. 19:48:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:48:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:48:37 Selecting previously unselected package libnghttp2-14:amd64. 19:48:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:48:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:48:37 Selecting previously unselected package librtmp1:amd64. 19:48:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:48:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:48:37 Selecting previously unselected package libcurl3-gnutls:amd64. 19:48:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:48:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:48:38 Selecting previously unselected package liberror-perl. 19:48:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:48:38 Unpacking liberror-perl (0.17025-1) ... 19:48:38 Selecting previously unselected package git-man. 19:48:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:48:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:48:38 Selecting previously unselected package git. 19:48:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:48:38 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:48:38 Removing intermediate container d33117a0b6aa 19:48:38 ---> 8186e8c37de3 19:48:38 Step 31/31 : LABEL version=0.0.0 19:48:39 Selecting previously unselected package libnorm1:amd64. 19:48:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:48:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:48:39 ---> Running in 5b5bd8100421 19:48:39 Selecting previously unselected package libpgm-5.2-0:amd64. 19:48:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:48:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:48:39 Selecting previously unselected package libsodium23:amd64. 19:48:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:48:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:48:39 Selecting previously unselected package libzmq5:amd64. 19:48:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:48:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:48:39 Selecting previously unselected package libzmq3-dev:amd64. 19:48:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:48:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:48:39 Removing intermediate container 5b5bd8100421 19:48:39 ---> 2f5a1d06171c 19:48:39 19:48:39 Selecting previously unselected package pkg-config. 19:48:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:48:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:48:39 Selecting previously unselected package zip. 19:48:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:48:39 Unpacking zip (3.0-11build1) ... 19:48:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:48:39 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:48:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:48:40 Setting up liberror-perl (0.17025-1) ... 19:48:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:48:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:48:40 No schema files found: doing nothing. 19:48:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:48:40 Setting up zip (3.0-11build1) ... 19:48:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:48:40 Setting up libsodium23:amd64 (1.0.16-2) ... 19:48:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:48:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:48:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:48:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:48:40 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:48:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:48:40 Successfully built 2f5a1d06171c 19:48:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:48:40  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 19:48:40 Removing intermediate container c3c4b9c2e3e4 19:48:40 ---> b57d42c5fdac 19:48:40 Step 20/26 : RUN pip install docker-compose==1.23.2 19:48:40 ---> Running in 65e139d4bea8 19:48:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:48:46 git set to automatically installed. 19:48:46 git-man set to automatically installed. 19:48:46 libcurl3-gnutls set to automatically installed. 19:48:46 liberror-perl set to automatically installed. 19:48:46 libglib2.0-0 set to automatically installed. 19:48:46 libnghttp2-14 set to automatically installed. 19:48:46 libnorm1 set to automatically installed. 19:48:46 libpgm-5.2-0 set to automatically installed. 19:48:46 libpsl5 set to automatically installed. 19:48:46 librtmp1 set to automatically installed. 19:48:46 libsodium23 set to automatically installed. 19:48:46 libzmq3-dev set to automatically installed. 19:48:46 libzmq5 set to automatically installed. 19:48:46 pkg-config set to automatically installed. 19:48:46 zip set to automatically installed. 19:48:47 Collecting docker-compose==1.23.2 19:48:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:48:48 snapd is not logged in, snap install commands will use sudo 19:48:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:48:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:48:48 Collecting docopt<0.7,>=0.6.1 19:48:48 Downloading docopt-0.6.2.tar.gz (25 kB) 19:48:51 Collecting texttable<0.10,>=0.9.0 19:48:51 Downloading texttable-0.9.1.tar.gz (11 kB) 19:48:53 Collecting websocket-client<1.0,>=0.32.0 19:48:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:48:54 Collecting cached-property<2,>=1.2.0 19:48:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:48:54 Collecting jsonschema<3,>=2.5.1 19:48:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:48:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:48:54 snap "core18" has no updates available 19:48:55 Collecting PyYAML<4,>=3.10 19:48:55 Downloading PyYAML-3.13.tar.gz (270 kB) 19:48:56 snapd is not logged in, snap install commands will use sudo 19:48:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:48:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:48:57 ---> d3c15c409b57 19:48:57 Step 3/24 : WORKDIR /edgex-go 19:48:57 ---> Using cache 19:48:57 ---> ab30fd7a99ea 19:48:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:48:57 ---> Using cache 19:48:57 ---> e7d47d487a52 19:48:57 Step 5/24 : RUN apk add --update --no-cache make git 19:48:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:49:00 Collecting dockerpty<0.5,>=0.4.1 19:49:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:49:02 ---> Running in 32449d330f77 19:49:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:49:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:03 Collecting docker<4.0,>=3.6.0 19:49:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:49:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:04 Collecting urllib3<1.25,>=1.21.1 19:49:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:49:05 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) 19:49:05 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) 19:49:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:49:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:49:05 ---> d3c15c409b57 19:49:05 Step 3/23 : WORKDIR /edgex-go 19:49:05 ---> Using cache 19:49:05 ---> ab30fd7a99ea 19:49:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:05 ---> Using cache 19:49:05 ---> e7d47d487a52 19:49:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:49:05 Collecting idna<2.8,>=2.5 19:49:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:49:06 ---> Running in db861110e7e7 19:49:06 Collecting docker-pycreds>=0.4.0 19:49:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:49:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:49:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:49:06 ---> d3c15c409b57 19:49:06 Step 3/23 : WORKDIR /edgex-go 19:49:06 ---> Using cache 19:49:06 ---> ab30fd7a99ea 19:49:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:06 ---> Using cache 19:49:06 ---> e7d47d487a52 19:49:06 Step 5/23 : RUN apk add --update --no-cache make git 19:49:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:49:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:49:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:49:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:49:06 ---> Running in 56fdd2edb148 19:49:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:07 Installing collected packages: urllib3, idna, requests, docopt, texttable, websocket-client, cached-property, jsonschema, PyYAML, dockerpty, docker-pycreds, docker, docker-compose 19:49:07 Attempting uninstall: urllib3 19:49:07 Found existing installation: urllib3 1.25.9 19:49:07 Uninstalling urllib3-1.25.9: 19:49:08 OK: 217 MiB in 51 packages 19:49:08 Successfully uninstalled urllib3-1.25.9 19:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:08 Attempting uninstall: idna 19:49:08 Found existing installation: idna 2.9 19:49:09 Uninstalling idna-2.9: 19:49:09 Successfully uninstalled idna-2.9 19:49:09 OK: 217 MiB in 51 packages 19:49:09 Attempting uninstall: requests 19:49:09 Found existing installation: requests 2.23.0 19:49:09 Uninstalling requests-2.23.0: 19:49:09 Successfully uninstalled requests-2.23.0 19:49:10 Running setup.py install for docopt: started 19:49:10 Removing intermediate container 32449d330f77 19:49:10 ---> f905ddc70780 19:49:10 Step 6/24 : COPY go.mod . 19:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:11 Removing intermediate container db861110e7e7 19:49:11 ---> 0dc4a475f13e 19:49:11 Step 6/23 : COPY go.mod . 19:49:12 ---> 2786525a6186 19:49:12 Step 7/24 : RUN go mod download 19:49:12 ---> Running in e9f7a4f70ec9 19:49:12 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:49:12 ---> 81a688d8be6b 19:49:12 Step 7/23 : RUN go mod download 19:49:13 Pulling go-build-helper 19:49:13 + snapcraftctl pull 19:49:13 Running setup.py install for docopt: finished with status 'done' 19:49:13 Running setup.py install for texttable: started 19:49:13 ---> Running in ba54f1a466c5 19:49:14 'app-service-config' has dependencies that need to be staged: go-build-helper 19:49:14 Skipping pull go-build-helper (already ran) 19:49:14 Building go-build-helper 19:49:14 + snapcraftctl build 19:49:14 OK: 217 MiB in 51 packages 19:49:15 Running setup.py install for texttable: finished with status 'done' 19:49:16 Staging go-build-helper 19:49:16 + snapcraftctl stage 19:49:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:49:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:49:16 ---> d3c15c409b57 19:49:16 Step 3/22 : WORKDIR /edgex-go 19:49:16 ---> Using cache 19:49:16 ---> ab30fd7a99ea 19:49:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:49:16 ---> Using cache 19:49:16 ---> e7d47d487a52 19:49:16 Step 5/22 : RUN apk add --update --no-cache make git 19:49:16 ---> Using cache 19:49:16 ---> f905ddc70780 19:49:16 Step 6/22 : COPY go.mod . 19:49:16 ---> Using cache 19:49:16 ---> 2786525a6186 19:49:16 Step 7/22 : RUN go mod download 19:49:16 ---> Running in 3402a1ee9c34 19:49:16 Removing intermediate container 56fdd2edb148 19:49:16 ---> 42bef2f90f01 19:49:16 Step 6/23 : COPY go.mod . 19:49:17 Running setup.py install for PyYAML: started 19:49:17 Removing intermediate container e9f7a4f70ec9 19:49:17 ---> 278d4cafbf8e 19:49:17 Step 8/24 : COPY . . 19:49:18 Removing intermediate container ba54f1a466c5 19:49:18 ---> 262023c1f986 19:49:18 Step 8/23 : COPY . . 19:49:18 ---> 9179ac7e6a7f 19:49:18 Step 7/23 : RUN go mod download 19:49:19 ---> Running in 4e4ba8117334 19:49:20 Running setup.py install for PyYAML: finished with status 'done' 19:49:20 Running setup.py install for dockerpty: started 19:49:23 Running setup.py install for dockerpty: finished with status 'done' 19:49:23 Removing intermediate container 3402a1ee9c34 19:49:23 ---> 18b8e7cc5cb7 19:49:23 Step 8/22 : COPY . . 19:49:25 Removing intermediate container 4e4ba8117334 19:49:25 ---> 983b8d17d6f7 19:49:25 Step 8/23 : COPY . . 19:49:25 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.58.0 19:49:26 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:49:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:49:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:49:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 19:49:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:49:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:49:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:49:26 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:49:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:49:26 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:49:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:49:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 19:49:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:49:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:49:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 19:49:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 19:49:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 19:49:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 19:49:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:49:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 19:49:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 19:49:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:49:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:49:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 19:49:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 19:49:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 19:49:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 19:49:26 Fetched 24.2 MB in 0s (0 B/s) 19:49:26 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:49:26 Fetched 224 kB in 0s (0 B/s) 19:49:26 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:49:26 Fetched 157 kB in 0s (0 B/s) 19:49:26 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:49:26 Fetched 221 kB in 0s (0 B/s) 19:49:26 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:49:26 Fetched 143 kB in 0s (0 B/s) 19:49:26 Pulling app-service-config 19:49:26 + snapcraftctl pull 19:49:26 Cloning into '/root/parts/app-service-config/src'... 19:49:26 Pulling config-common 19:49:26 + snapcraftctl pull 19:49:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:49:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:49:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:49:30 Fetched 0 B in 0s (0 B/s) 19:49:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:49:30 Fetched 0 B in 0s (0 B/s) 19:49:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:49:30 Fetched 0 B in 0s (0 B/s) 19:49:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:49:30 Fetched 0 B in 0s (0 B/s) 19:49:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:49:30 Fetched 0 B in 0s (0 B/s) 19:49:30 Pulling edgex-go 19:49:30 + snapcraftctl pull 19:49:35 Removing intermediate container 65e139d4bea8 19:49:35 ---> f7f0ac405b37 19:49:35 Step 21/26 : RUN apk --no-cache add curl 19:49:36 ---> Running in b85d1b324072 19:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:49:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:49:39 (2/3) Installing libcurl (7.69.1-r3) 19:49:39 (3/3) Installing curl (7.69.1-r3) 19:49:39 Executing busybox-1.31.1-r19.trigger 19:49:39 OK: 72 MiB in 58 packages 19:49:39 ---> b5387a3ef823 19:49:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:49:40 ---> ff7dbb4d49ae 19:49:40 Step 9/23 : RUN make cmd/core-data/core-data 19:49:41 ---> Running in a621284564b3 19:49:42 ---> Running in 9fcce929eac4 19:49:45 Removing intermediate container b85d1b324072 19:49:45 ---> a646839f7068 19:49:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:49:45 ---> Running in 649cb260a443 19:49:45 ---> fbe8880cd5d5 19:49:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:49:46 ---> Running in bbcb6b7d9ac7 19:49:46 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 19:49:46 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 19:49:46 Removing intermediate container 649cb260a443 19:49:46 ---> eefa7bba4257 19:49:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:49:46 ---> Running in ea35fbaf6da9 19:49:47 ---> 964c65ad3226 19:49:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:49:47 ---> Running in 6618759520e3 19:49:47 Removing intermediate container ea35fbaf6da9 19:49:47 ---> 4c100793b34e 19:49:47 Step 24/26 : LABEL arch=arm64 19:49:47 ---> Running in 8413304635c1 19:49:47 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 19:49:48 Removing intermediate container 8413304635c1 19:49:48 ---> 1a8a7bda110f 19:49:48 Step 25/26 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:49:48 ---> Running in 8f24ac21aa1b 19:49: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 19:49:49 Removing intermediate container 8f24ac21aa1b 19:49:49 ---> 462551215564 19:49:49 Step 26/26 : LABEL version=0.0.0 19:49:50 ---> Running in 3b626686d7c8 19:49:50 Removing intermediate container 3b626686d7c8 19:49:50 ---> 1fe148b4516d 19:49:50 19:49:51 Successfully built 1fe148b4516d 19:49:51 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:49:52 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:49:52 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:49:52 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:49:52 Fetched 0 B in 0s (0 B/s) 19:49:52 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:49:52 Fetched 96.5 kB in 0s (0 B/s) 19:49:52 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:49:52 Fetched 279 kB in 0s (0 B/s) 19:49:52 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:49:52 Fetched 122 kB in 0s (0 B/s) 19:49:52 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:49:52 Fetched 77.8 kB in 0s (0 B/s) 19:49:52 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:49:52 Fetched 8848 B in 0s (0 B/s) 19:49:52 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:49:52 Fetched 47.8 kB in 0s (0 B/s) 19:49:52 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:49:52 Fetched 45.6 kB in 0s (0 B/s) 19:49:52 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:49:52 Fetched 15.0 kB in 0s (0 B/s) 19:49:52 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:49:52 Fetched 214 kB in 0s (0 B/s) 19:49:52 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:49:52 Fetched 154 kB in 0s (0 B/s) 19:49:52 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:49:52 Fetched 50.6 kB in 0s (0 B/s) 19:49:52 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:49:52 Fetched 14.8 kB in 0s (0 B/s) 19:49:52 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:49:52 Fetched 41.8 kB in 0s (0 B/s) 19:49:52 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:49:52 Fetched 499 kB in 0s (0 B/s) 19:49:52 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:49:52 Fetched 111 kB in 0s (0 B/s) 19:49:52 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:49:52 Fetched 240 kB in 0s (0 B/s) 19:49:52 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:49:52 Fetched 29.3 kB in 0s (0 B/s) 19:49:52 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:49:52 Fetched 85.5 kB in 0s (0 B/s) 19:49:52 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:49:52 Fetched 24.5 kB in 0s (0 B/s) 19:49:52 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:49:52 Fetched 49.2 kB in 0s (0 B/s) 19:49:52 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:49:52 Fetched 54.2 kB in 0s (0 B/s) 19:49:52 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:49:52 Fetched 30.8 kB in 0s (0 B/s) 19:49:52 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:49:52 Fetched 15.8 kB in 0s (0 B/s) 19:49:52 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:49:52 Fetched 85.9 kB in 0s (0 B/s) 19:49:52 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:49:52 Fetched 8720 B in 0s (0 B/s) 19:49:52 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:49:52 Fetched 137 kB in 0s (0 B/s) 19:49:52 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:49:52 Fetched 119 kB in 0s (0 B/s) 19:49:52 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:49:52 Fetched 109 kB in 0s (0 B/s) 19:49:52 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:49:52 Fetched 11.1 kB in 0s (0 B/s) 19:49:52 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:49:52 Fetched 645 kB in 0s (0 B/s) 19:49:52 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:49:52 Fetched 41.3 kB in 0s (0 B/s) 19:49:52 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:49:52 Fetched 17.9 kB in 0s (0 B/s) 19:49:52 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:49:52 Fetched 368 kB in 0s (0 B/s) 19:49:52 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:49:52 Fetched 187 kB in 0s (0 B/s) 19:49:52 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:49:52 Fetched 175 kB in 0s (0 B/s) 19:49:52 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:49:52 Fetched 206 kB in 0s (0 B/s) 19:49:52 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 19:49:52 Fetched 1301 kB in 0s (0 B/s) 19:49:52 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:49:52 Fetched 36.2 kB in 0s (0 B/s) 19:49:52 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:49:52 Fetched 159 kB in 0s (0 B/s) 19:49:52 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:49:52 Fetched 107 kB in 0s (0 B/s) 19:49:52 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:49:52 Fetched 48.7 kB in 0s (0 B/s) 19:49:52 Pulling static-packages 19:49:52 + snapcraftctl pull 19:49:52 Pulling version 19:49:52 + cd /root/project 19:49:52 + [ -f VERSION ] 19:49:52 + PROJECT_VERSION=local-dev 19:49:52 + git rev-parse --short HEAD 19:49:52 + GIT_REVISION=230efa91 19:49:52 + snapcraftctl set-version local-dev 19:49:52 Skipping build go-build-helper (already ran) 19:49:52 Building app-service-config 19:49:52 + make build 19:49:52 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:49:55 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 19:49:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 19:49:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 19:49:55 go: downloading github.com/google/uuid v1.2.0 19:49:55 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:49:55 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 19:49:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 19:49:55 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 19:49:55 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:49:55 go: downloading github.com/pebbe/zmq4 v1.2.5 19:49:55 go: downloading github.com/BurntSushi/toml v0.3.1 19:49:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:49:55 go: downloading github.com/mitchellh/copystructure v1.0.0 19:49:55 go: downloading github.com/hashicorp/consul/api v1.8.1 19:49:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:49:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:49:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:49:55 go: downloading github.com/pelletier/go-toml v1.2.0 19:49:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:49:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:49:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:49:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:49:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:49:56 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:49:56 go: downloading github.com/go-playground/universal-translator v0.17.0 19:49:56 go: downloading github.com/mattn/go-isatty v0.0.12 19:49:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 19:49:56 go: downloading github.com/leodido/go-urn v1.2.0 19:49:56 go: downloading github.com/fatih/color v1.9.0 19:49:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:49:56 go: downloading github.com/go-kit/kit v0.8.0 19:49:56 go: downloading github.com/go-playground/locales v0.13.0 19:49:56 go: downloading github.com/mattn/go-colorable v0.1.6 19:49:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:49:56 go: downloading github.com/x448/float16 v0.8.4 19:49:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:49:56 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:49:56 go: downloading github.com/hashicorp/serf v0.9.5 19:49:56 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:49:56 go: downloading github.com/gorilla/websocket v1.4.2 19:49:56 go: downloading github.com/gorilla/mux v1.8.0 19:49:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:49:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:49:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:50:06 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:50:06 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:50:06 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:50:06 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:50:06 Building config-common 19:50:06 + snapcraftctl build 19:50:08 Building edgex-go 19:50:08 + cd /root/parts/edgex-go/src 19:50:08 + make build 19:50: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 19:50:09 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 19:50:09 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 19:50:09 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:50:09 go: downloading github.com/imdario/mergo v0.3.12 19:50:09 go: downloading github.com/pkg/errors v0.8.1 19:50:09 go: downloading github.com/go-playground/validator/v10 v10.4.1 19:50:09 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 19:50:13 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 19:50:13 go: downloading gopkg.in/yaml.v2 v2.4.0 19:50:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:50:19 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 19:50:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:50:21 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 19:50:21 go: downloading github.com/stretchr/testify v1.7.0 19:50:21 go: downloading github.com/davecgh/go-spew v1.1.1 19:50:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:50:21 go: downloading github.com/pmezard/go-difflib v1.0.0 19:50:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:50:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:50:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:50:24 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 19:50:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:50:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:50:28 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 19:50:28 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:50:29 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 19:50:29 go: downloading github.com/lib/pq v1.9.0 19:50:31 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:50:31 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:50:31 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:50:31 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:50:31 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:50:31 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:50:31 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:50:31 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:50:31 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:50:31 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:50:31 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:50:31 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:50:31 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:50:31 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:50:31 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:50:31 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:50:31 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:50:31 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:50:31 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:50:31 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:50:31 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:50:31 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:50:31 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:50:31 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:50:31 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:50:31 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:50:35 Building static-packages 19:50:35 + snapcraftctl build 19:50:36 Building version 19:50:36 + snapcraftctl build 19:50:38 Skipping stage go-build-helper (already ran) 19:50:38 Staging app-service-config 19:50:38 + snapcraftctl stage 19:50:39 Staging config-common 19:50:39 + snapcraftctl stage 19:50:40 Staging edgex-go 19:50:40 + snapcraftctl stage 19:50:41 Staging static-packages 19:50:41 + snapcraftctl stage 19:50:42 Staging version 19:50:42 + snapcraftctl stage 19:50:43 Priming go-build-helper 19:50:43 + snapcraftctl prime 19:50:43 Priming app-service-config 19:50:43 + snapcraftctl prime 19:50:45 Priming config-common 19:50:45 + snapcraftctl prime 19:50:45 Priming edgex-go 19:50:45 + snapcraftctl prime 19:50:47 Priming static-packages 19:50:47 + snapcraftctl prime 19:50:49 Priming version 19:50:49 + snapcraftctl prime 19:50:50 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] } 19:51:13  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:51:16 Removing intermediate container a621284564b3 19:51:16 ---> 0abcc99a17ef 19:51:16 19:51:16 Step 10/24 : FROM alpine:3.12 19:51:16 ---> e47305ac9786 19:51:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:51:16 ---> Running in 1d69ba1cd5db 19:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:19 (1/6) Installing ca-certificates (20191127-r4) 19:51:19 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:51:19 (3/6) Installing libcurl (7.69.1-r3) 19:51:19 (4/6) Installing curl (7.69.1-r3) 19:51:19 (5/6) Installing dumb-init (1.2.2-r1) 19:51:19 (6/6) Installing su-exec (0.2-r1) 19:51:19 Executing busybox-1.31.1-r19.trigger 19:51:19 Executing ca-certificates-20191127-r4.trigger 19:51:19 OK: 7 MiB in 20 packages 19:51:22 Removing intermediate container 1d69ba1cd5db 19:51:22 ---> 98962c01c880 19:51:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:51:22 ---> Running in 9f7b0b148c1e 19:51:23 Removing intermediate container 9f7b0b148c1e 19:51:23 ---> c3f0869b6b4e 19:51:23 Step 13/24 : WORKDIR / 19:51:23 ---> Running in 43dbaee7e6cc 19:51:24 Removing intermediate container 43dbaee7e6cc 19:51:24 ---> 97a4d99b735f 19:51:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:51:26 ---> a84670cfdafe 19:51:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:51:27 ---> 4cedde30acbe 19:51:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:51:27 Removing intermediate container bbcb6b7d9ac7 19:51:27 ---> 50aef4be05ed 19:51:27 19:51:27 Step 10/22 : FROM alpine:3.12 19:51:27 ---> e47305ac9786 19:51:27 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:51:27 ---> Using cache 19:51:27 ---> 6faea9301231 19:51:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:51:27 ---> Using cache 19:51:27 ---> e9c162b209c4 19:51:27 Step 13/22 : ENV APP_PORT=48085 19:51:28 ---> Running in b3d826dcd380 19:51:28 ---> 63bbc6cf7411 19:51:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:51:29 Removing intermediate container b3d826dcd380 19:51:29 ---> 8a3b6ccc0a8e 19:51:29 Step 14/22 : EXPOSE $APP_PORT 19:51:29 ---> Running in 6c961c7774fe 19:51:30 ---> a841522d841c 19:51:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:51:30 Removing intermediate container 6c961c7774fe 19:51:30 ---> d99e16f3d718 19:51:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:32 ---> 3088fadb8f5f 19:51:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:51:32 ---> 5cf57fc6141d 19:51:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:51:34 ---> f3217782b1a1 19:51:34 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/ 19:51:34 ---> 84d49b63bc1f 19:51:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:51:34 ---> Running in aa2dfa8c4cf0 19:51:34 Removing intermediate container 6618759520e3 19:51:34 ---> 28ea7525d349 19:51:34 19:51:34 Step 10/23 : FROM alpine:3.12 19:51:34 ---> e47305ac9786 19:51:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:51:34 ---> Using cache 19:51:34 ---> 6faea9301231 19:51:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:51:34 ---> Using cache 19:51:34 ---> e9c162b209c4 19:51:34 Step 13/23 : ENV APP_PORT=48081 19:51:35 ---> Running in d5ba40c183ad 19:51:35 ---> ac307f82be34 19:51:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:51:35 ---> Running in efadde8d2697 19:51:35 Removing intermediate container d5ba40c183ad 19:51:35 ---> 157e0fe45314 19:51:35 Step 14/23 : EXPOSE $APP_PORT 19:51:36 ---> Running in 9123ae77003f 19:51:36 Removing intermediate container efadde8d2697 19:51:36 ---> 11794a756fdf 19:51:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:36 ---> Running in 4931cc4f3916 19:51:36 Removing intermediate container 9123ae77003f 19:51:36 ---> 84cb35c8af5a 19:51:36 Step 15/23 : WORKDIR / 19:51:37 ---> Running in bcfea526c978 19:51:37 Removing intermediate container 4931cc4f3916 19:51:37 ---> 06d6680da586 19:51:37 Step 20/22 : LABEL arch=arm64 19:51:37 ---> Running in ca22f07490cf 19:51:37 Removing intermediate container bcfea526c978 19:51:37 ---> dd667e2c53ab 19:51:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:37 Removing intermediate container aa2dfa8c4cf0 19:51:37 ---> ea4fb0e543be 19:51:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:51:38 ---> Running in 850a75a77cea 19:51:38 Removing intermediate container ca22f07490cf 19:51:38 ---> 43d55b97b680 19:51:38 Step 21/22 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:51:38 ---> Running in 7739e2143c8d 19:51:38 Removing intermediate container 850a75a77cea 19:51:38 ---> 1d9c8bc1b3e4 19:51:38 Step 22/24 : LABEL arch=arm64 19:51:38 ---> cf34cf7ae66f 19:51:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:51:39 ---> Running in f8be1c4854e1 19:51:39 Removing intermediate container 7739e2143c8d 19:51:39 ---> 8f73be715413 19:51:39 Step 22/22 : LABEL version=0.0.0 19:51:39 ---> Running in 5bb52b31f462 19:51:40 Removing intermediate container f8be1c4854e1 19:51:40 ---> ab6a58a619da 19:51:40 Step 23/24 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:51:40 Removing intermediate container 5bb52b31f462 19:51:40 ---> 2da2bccf4383 19:51:40 19:51:40 ---> Running in d40d217f7b83 19:51:40 ---> 0f21c4ed2897 19:51:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:51:40 Successfully built 2da2bccf4383 19:51:41 Removing intermediate container 9fcce929eac4 19:51:41 ---> 2f97cca8f267 19:51:41 19:51:41 Step 10/23 : FROM alpine:3.12 19:51:41 ---> e47305ac9786 19:51:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:51:41 Successfully tagged docker-support-scheduler-go-arm64:latest 19:51:41  Building docker-support-scheduler-go ... done Removing intermediate container d40d217f7b83 19:51:41 ---> 64b44f287bd4 19:51:41 Step 24/24 : LABEL version=0.0.0 19:51:41 ---> Running in a0c87549558c 19:51:41 ---> Running in 348e508fe10d 19:51:41 ---> d08b8efc836d 19:51:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:51:41 Removing intermediate container a0c87549558c 19:51:41 ---> c8c139b0b255 19:51:41 Step 12/23 : ENV APP_PORT=48080 19:51:41 ---> Running in 38a732f0b924 19:51:41 ---> Running in 8c2624678b67 19:51:41 Removing intermediate container 348e508fe10d 19:51:41 ---> e6ef1a28f873 19:51:41 19:51:42 Successfully built e6ef1a28f873 19:51:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:51:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c2624678b67 19:51:43 Removing intermediate container 38a732f0b924 19:51:43 ---> 7bacf13395ba 19:51:43 ---> 09fe911dd352 19:51:43 Step 13/23 : EXPOSE $APP_PORTStep 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:43 19:51:43 ---> Running in bab1954b07a0 19:51:43 ---> Running in 464433a864d1 19:51:44 Removing intermediate container 464433a864d1 19:51:44 Removing intermediate container bab1954b07a0 19:51:44 ---> 501787a199f3 19:51:44 Step 21/23 : LABEL arch=arm64 19:51:44 ---> 9dd4ea651830 19:51:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:44 ---> Running in c3e943fd7cb2 19:51:44 ---> Running in fbfa39882468 19:51:44 Removing intermediate container c3e943fd7cb2 19:51:44 ---> dbb1329bd05b 19:51:44 Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:51:44 ---> Running in 54267406aabb 19:51:45 Removing intermediate container 54267406aabb 19:51:45 ---> a3b6190699d7 19:51:45 Step 23/23 : LABEL version=0.0.0 19:51:45 ---> Running in f93a29d0c73b 19:51:46 Removing intermediate container f93a29d0c73b 19:51:46 ---> b5aa7766dc62 19:51:46 19:51:46 Successfully built b5aa7766dc62 19:51:46 Successfully tagged docker-core-metadata-go-arm64:latest 19:51:46  Building docker-core-metadata-go ... done Removing intermediate container fbfa39882468 19:51:46 ---> 85e2088104ce 19:51:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:51:46 ---> Running in e4660a5fc66f 19:51:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:49 (1/6) Installing dumb-init (1.2.2-r1) 19:51:49 (2/6) Installing libgcc (9.3.0-r2) 19:51:49 (3/6) Installing libsodium (1.0.18-r0) 19:51:49 (4/6) Installing libstdc++ (9.3.0-r2) 19:51:49 (5/6) Installing libzmq (4.3.3-r0) 19:51:50 (6/6) Installing zeromq (4.3.3-r0) 19:51:50 Executing busybox-1.31.1-r19.trigger 19:51:50 OK: 8 MiB in 20 packages 19:51:52 Removing intermediate container e4660a5fc66f 19:51:52 ---> 8db772806aa9 19:51:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:51:52 ---> 9fc7e0ee000d 19:51:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:51:53 ---> 1e165b1ad94a 19:51:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:51:54 ---> d71564044a1b 19:51:54 Step 19/23 : ENTRYPOINT ["/core-data"] 19:51:54 ---> Running in 2f39f50bcd17 19:51:54 Removing intermediate container 2f39f50bcd17 19:51:54 ---> c68cbd6e0678 19:51:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:51:54 ---> Running in 01ee6d67385e 19:51:55 Removing intermediate container 01ee6d67385e 19:51:55 ---> 027259a28043 19:51:55 Step 21/23 : LABEL arch=arm64 19:51:55 ---> Running in 62fe9e0f5894 19:51:56 Removing intermediate container 62fe9e0f5894 19:51:56 ---> f37f8d17176c 19:51:56 Step 22/23 : LABEL git_sha=230efa915a5a331c14751e0f7925e6b0f52b8528 19:51:56 ---> Running in db321596956a 19:51:56 Removing intermediate container db321596956a 19:51:56 ---> 1c69286af8d2 19:51:56 Step 23/23 : LABEL version=0.0.0 19:51:56 ---> Running in 70df6e279dee 19:51:57 Removing intermediate container 70df6e279dee 19:51:57 ---> 257a281e2825 19:51:57 19:51:57 Successfully built 257a281e2825 19:51:57 Successfully tagged docker-core-data-go-arm64:latest 19:51:57  Building docker-core-data-go ... done  [Pipeline] } 19:51:57 $ docker stop --time=1 b13cc8521349b20a7fdc52f5745a66215cbe3ef1b7d149f066e07e85a72aa922 19:51:59 $ docker rm -f b13cc8521349b20a7fdc52f5745a66215cbe3ef1b7d149f066e07e85a72aa922 [Pipeline] // withDockerContainer [Pipeline] sh 19:52:00 + docker images 19:52:00 + grep docker 19:52:00 docker-core-data-go-arm64 latest 257a281e2825 4 seconds ago 21.4MB 19:52:00 docker-core-metadata-go-arm64 latest b5aa7766dc62 15 seconds ago 17.9MB 19:52:00 docker-security-secretstore-setup-go-arm64 latest e6ef1a28f873 19 seconds ago 24.4MB 19:52:00 docker-support-scheduler-go-arm64 latest 2da2bccf4383 21 seconds ago 16.4MB 19:52:00 docker-sys-mgmt-agent-go-arm64 latest 1fe148b4516d 2 minutes ago 301MB 19:52:00 docker-security-bootstrapper-go-arm64 latest 2f5a1d06171c 3 minutes ago 17.9MB 19:52:00 docker-support-notifications-go-arm64 latest 90e3fbd33fcf 3 minutes ago 16.9MB 19:52:00 docker-core-command-go-arm64 latest 36f9f356f2d7 3 minutes ago 16.3MB 19:52:00 docker-security-proxy-setup-go-arm64 latest 3cc5f7e7672c 3 minutes ago 24.1MB 19:52:00 docker 20.10.0 eeaf43b92773 3 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 19:52:02 ---> job-cost.sh 19:52:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Yre1 19:52:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:54:17 lf-activate-venv(): INFO: Adding /tmp/venv-Yre1/bin to PATH 19:54:17 INFO: No Stack... 19:54:17 INFO: Retrieving Pricing Info for: lf-standard-4 19:54:17 INFO: Archiving Costs [Pipeline] sh 19:54:18 + cat /w/workspace/edgex-go/3/archives/cost.csv 19:54:18 + cut -d, -f6 [Pipeline] lock 19:54:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] 19:54:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] did not exist. Created. 19:54:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:54:18 + echo total: 0.20999999344348907 [Pipeline] stash 19:54:19 Stashed 1 file(s) [Pipeline] } 19:54:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3314-3-stack-cost] [Pipeline] // lock [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 19:54:20 provisioning config files... 19:54:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config107717328766939062tmp [Pipeline] { [Pipeline] sh 19:54:20 + set +x 19:54:20 + curl -s https://codecov.io/bash 19:54:20 + bash -s -- 19:54:21 19:54:21 _____ _ 19:54:21 / ____| | | 19:54:21 | | ___ __| | ___ ___ _____ __ 19:54:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:54:21 | |___| (_) | (_| | __/ (_| (_) \ V / 19:54:21 \_____\___/ \__,_|\___|\___\___/ \_/ 19:54:21 Bash-20210309-2b87ace 19:54:21 19:54:21 19:54:21 ==> git version 2.24.3 found 19:54:21 ==> 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 19:54:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:54:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:54:21 ==> Jenkins CI detected. 19:54:21 project root: . 19:54:21 --> token set from env 19:54:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:54:21 ==> Running gcov in . (disable via -X gcov) 19:54:21 ==> Python coveragepy not found 19:54:21 ==> Searching for coverage reports in: 19:54:21 + . 19:54:21 -> Found 1 reports 19:54:21 ==> Detecting git/mercurial file structure 19:54:21 ==> Reading reports 19:54:21 + ./coverage.out bytes=668090 19:54:21 ==> Appending adjustments 19:54:21 https://docs.codecov.io/docs/fixing-reports 19:54:24 + Found adjustments 19:54:24 ==> Gzipping contents 19:54:24 96K /tmp/codecov.ShsHDi.gz 19:54:24 ==> Uploading reports 19:54:24 url: https://codecov.io 19:54:24 query: branch=PR-3314&commit=230efa915a5a331c14751e0f7925e6b0f52b8528&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3314%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3314&job=&cmd_args= 19:54:24 -> Pinging Codecov 19:54:24 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3314&commit=230efa915a5a331c14751e0f7925e6b0f52b8528&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3314%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3314&job=&cmd_args= 19:54:25 -> Uploading to 19:54:25 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/230efa915a5a331c14751e0f7925e6b0f52b8528/18e48b6a-016a-4b11-a82f-f8c335892cce.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T195425Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8659811f6baed62b271c09f08af5bf874db9a3b373a5fec13a7a509b258f3bff 19:54:25 % Total % Received % Xferd Average Speed Time Time Time Current 19:54:25 Dload Upload Total Spent Left Speed 19:54:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96848 0 0 100 96848 0 229k --:--:-- --:--:-- --:--:-- 229k 100 96848 0 0 100 96848 0 228k --:--:-- --:--:-- --:--:-- 229k 19:54:25 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/230efa915a5a331c14751e0f7925e6b0f52b8528 [Pipeline] } 19:54:25 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] { (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 19:54:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:54:28 ---> package-listing.sh 19:54:28 ++ facter osfamily 19:54:28 ++ tr '[:upper:]' '[:lower:]' 19:54:28 + OS_FAMILY=redhat 19:54:28 + workspace=/w/workspace/edgex-go/3 19:54:28 + START_PACKAGES=/tmp/packages_start.txt 19:54:28 + END_PACKAGES=/tmp/packages_end.txt 19:54:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:54:28 + PACKAGES=/tmp/packages_start.txt 19:54:28 + '[' /w/workspace/edgex-go/3 ']' 19:54:28 + PACKAGES=/tmp/packages_end.txt 19:54:28 + case "${OS_FAMILY}" in 19:54:28 + rpm -qa 19:54:28 + sort 19:54:33 + '[' -f /tmp/packages_start.txt ']' 19:54:33 + '[' -f /tmp/packages_end.txt ']' 19:54:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:54:33 + '[' /w/workspace/edgex-go/3 ']' 19:54:33 + mkdir -p /w/workspace/edgex-go/3/archives/ 19:54:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 19:54:33 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:54:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:54:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:54:34 19:54:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:54:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:54:34 alpine: Pulling from edgex-lftools-log-publisher 19:54:34 df20fa9351a1: Pulling fs layer 19:54:34 36b3adc4ff6f: Pulling fs layer 19:54:34 8ad3a11d3b57: Pulling fs layer 19:54:34 46f8f816bc3b: Pulling fs layer 19:54:34 93b61091891f: Pulling fs layer 19:54:34 93b9cdb0e59b: Pulling fs layer 19:54:34 5e14af77c1be: Pulling fs layer 19:54:34 01666e4c0597: Pulling fs layer 19:54:34 aa168da1d23b: Pulling fs layer 19:54:34 46f8f816bc3b: Waiting 19:54:34 93b61091891f: Waiting 19:54:34 5e14af77c1be: Waiting 19:54:34 01666e4c0597: Waiting 19:54:34 36b3adc4ff6f: Verifying Checksum 19:54:34 36b3adc4ff6f: Download complete 19:54:34 46f8f816bc3b: Verifying Checksum 19:54:34 46f8f816bc3b: Download complete 19:54:35 df20fa9351a1: Verifying Checksum 19:54:35 df20fa9351a1: Download complete 19:54:35 93b9cdb0e59b: Verifying Checksum 19:54:35 93b9cdb0e59b: Download complete 19:54:35 93b61091891f: Verifying Checksum 19:54:35 93b61091891f: Download complete 19:54:35 5e14af77c1be: Verifying Checksum 19:54:35 5e14af77c1be: Download complete 19:54:35 01666e4c0597: Verifying Checksum 19:54:35 01666e4c0597: Download complete 19:54:35 8ad3a11d3b57: Verifying Checksum 19:54:35 8ad3a11d3b57: Download complete 19:54:35 df20fa9351a1: Pull complete 19:54:35 36b3adc4ff6f: Pull complete 19:54:37 aa168da1d23b: Verifying Checksum 19:54:37 aa168da1d23b: Download complete 19:54:38 8ad3a11d3b57: Pull complete 19:54:38 46f8f816bc3b: Pull complete 19:54:39 93b61091891f: Pull complete 19:54:39 93b9cdb0e59b: Pull complete 19:54:39 5e14af77c1be: Pull complete 19:54:39 01666e4c0597: Pull complete 19:54:48 aa168da1d23b: Pull complete 19:54:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:54:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:54:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:54:48 prd-centos7-docker-4c-2g-31827 does not seem to be running inside a container 19:54:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:54:52 $ docker top 3ecd52ff6340da82c089f535bab1381c8cc98119ff32e902d0385767e68e223b -eo pid,comm [Pipeline] { [Pipeline] sh 19:54:52 + touch /tmp/pre-build-complete [Pipeline] sh 19:54:53 + mkdir -p /var/log/sa [Pipeline] sh 19:54:53 + ls /var/log/sa-host 19:54:53 + sadf -c /var/log/sa-host/sa23 19:54:53 file_magic: OK 19:54:53 HZ: Using current value: 100 19:54:53 file_header: OK 19:54:53 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 19:54:53 Statistics: 19:54:53 Hnuu...uuuununununu... 19:54:53 File successfully converted to sysstat format version 12.2.1 19:54:53 + sadf -c /var/log/sa-host/sa29 19:54:53 file_magic: OK 19:54:53 HZ: Using current value: 100 19:54:53 file_header: OK 19:54:53 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 19:54:53 Statistics: 19:54:53 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... 19:54:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:54:53 provisioning config files... 19:54:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2540066514257528606tmp [Pipeline] { [Pipeline] echo 19:54:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:54:54 ---> create-netrc.sh [Pipeline] } 19:54:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:54:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:54:54 ---> python-tools-install.sh [Pipeline] echo 19:54:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:54:55 ---> sudo-logs.sh 19:54:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:54:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:54:55 ---> job-cost.sh 19:54:55 lf-activate-venv: SKIPPING 19:54:55 DEBUG: total: 0.20999999344348907 19:54:55 INFO: Retrieving Stack Cost... 19:54:56 INFO: Retrieving Pricing Info for: v1-standard-2 19:54:57 INFO: Archiving Costs [Pipeline] echo 19:54:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:54:57 ---> logs-deploy.sh 19:54:57 lf-activate-venv: SKIPPING 19:54:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3314/3 19:54:57 INFO: archiving workspace using pattern(s): 19:54:58 Archives upload complete. 19:54:58 INFO: archiving logs to Nexus