Pull request #3372 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 105a09adc1e1b7b08d6001329a64af964d39cb96+f0b9a2565c35e3e793117cba23215fdd88b3162c (fddbc3ad8bd702e45d88eaec24e1b0e342f1627d) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-903 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 f0b9a2565c35e3e793117cba23215fdd88b3162c into PR head commit 105a09adc1e1b7b08d6001329a64af964d39cb96 Merge succeeded, producing 105a09adc1e1b7b08d6001329a64af964d39cb96 Checking out Revision 105a09adc1e1b7b08d6001329a64af964d39cb96 (PR-3372) > 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/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # 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 f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:11:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:11:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:11:44 ========================================================= 19:11:44 EdgeX Global Pipelines Version Info 19:11:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6d99df80cbbecfc40465bb2cf8272f3a11e67bc4 # timeout=10 19:11:45 ------------------- 19:11:45 stable info: 19:11:45 ------------------- 19:11:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:11:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:11:45 Message: update stable to v1.0.186 19:11:46 ------------------- 19:11:46 experimental info: 19:11:46 ------------------- 19:11:46 Commited By: **** collab-it+edgex@linuxfoundation.org 19:11:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:11:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:11:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3372 [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3372 [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3372 [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 105a09adc1e1b7b08d6001329a64af964d39cb96 [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 105a09a [Pipeline] echo 19:11:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:11:47 provisioning config files... 19:11:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7242445137157719613tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:11:47 ---> docker-login.sh 19:11:47 nexus3.edgexfoundry.org:10001 19:11:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:48 Configure a credential helper to remove this warning. See 19:11:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:48 19:11:48 Login Succeeded 19:11:48 nexus3.edgexfoundry.org:10002 19:11:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:48 Configure a credential helper to remove this warning. See 19:11:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:48 19:11:48 Login Succeeded 19:11:48 nexus3.edgexfoundry.org:10003 19:11:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:48 Configure a credential helper to remove this warning. See 19:11:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:48 19:11:48 Login Succeeded 19:11:48 nexus3.edgexfoundry.org:10004 19:11:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:48 Configure a credential helper to remove this warning. See 19:11:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:48 19:11:48 Login Succeeded 19:11:48 docker.io 19:11:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:11:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:11:49 Configure a credential helper to remove this warning. See 19:11:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:11:49 19:11:49 Login Succeeded 19:11:49 ---> docker-login.sh ends [Pipeline] } 19:11:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:11:49 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/core-command/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo core-command,cmd/core-command/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/core-data/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo core-data,cmd/core-data/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/core-metadata/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo core-metadata,cmd/core-metadata/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/security-bootstrapper/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/security-proxy-setup/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/support-notifications/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo support-notifications,cmd/support-notifications/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/support-scheduler/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:11:49 + for file in '`ls cmd/**/Dockerfile`' 19:11:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:11:49 ++ cut -d/ -f2 19:11:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:11:49 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 19:11:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:11:50 19:11:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:11:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:11:50 latest: Pulling from edgex-devops/git-semver 19:11:50 31603596830f: Pulling fs layer 19:11:50 2a8b12db71e7: Pulling fs layer 19:11:50 6ca5941a6612: Pulling fs layer 19:11:50 ecc8261a40a4: Pulling fs layer 19:11:50 ecc8261a40a4: Waiting 19:11:50 2a8b12db71e7: Verifying Checksum 19:11:50 2a8b12db71e7: Download complete 19:11:50 31603596830f: Verifying Checksum 19:11:50 31603596830f: Download complete 19:11:50 6ca5941a6612: Download complete 19:11:50 ecc8261a40a4: Verifying Checksum 19:11:50 ecc8261a40a4: Download complete 19:11:50 31603596830f: Pull complete 19:11:50 2a8b12db71e7: Pull complete 19:11:51 6ca5941a6612: Pull complete 19:11:51 ecc8261a40a4: Pull complete 19:11:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:11:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:11:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:11:52 prd-centos7-docker-4c-2g-903 does not seem to be running inside a container 19:11:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:10004/edgex-devops/git-semver:latest cat 19:11:54 $ docker top bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:11:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:11:54 [ssh-agent] Looking for ssh-agent implementation... 19:11:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:11:54 $ docker exec bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent 19:11:55 SSH_AUTH_SOCK=/tmp/ssh-Ur2yQtBqhX43/agent.11 19:11:55 SSH_AGENT_PID=16 19:11:55 Running ssh-add (command line suppressed) 19:11:55 Identity added: /w/workspace/edgex-go/5@tmp/private_key_4710554352857096753.key (/w/workspace/edgex-go/5@tmp/private_key_4710554352857096753.key) 19:11:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:11:55 + git tag --points-at HEAD [Pipeline] } 19:11:55 $ docker exec --env ******** --env ******** bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent -k 19:11:55 unset SSH_AUTH_SOCK; 19:11:55 unset SSH_AGENT_PID; 19:11:55 echo Agent pid 16 killed; 19:11:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:11:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:11:55 [ssh-agent] Looking for ssh-agent implementation... 19:11:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:11:55 $ docker exec bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent 19:11:56 SSH_AUTH_SOCK=/tmp/ssh-Y7iyX7I0dtYX/agent.46 19:11:56 SSH_AGENT_PID=52 19:11:56 Running ssh-add (command line suppressed) 19:11:56 Identity added: /w/workspace/edgex-go/5@tmp/private_key_6542494972170682373.key (/w/workspace/edgex-go/5@tmp/private_key_6542494972170682373.key) 19:11:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:11:56 + git semver init 19:11:56 # -> Open(): unable to determine branch for HEAD 19:11:56 # $GIT_DIR = /w/workspace/edgex-go/5/.git 19:11:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 19:11:56 # $SEMVER_REMOTE_NAME = origin 19:11:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:11:56 # $SEMVER_USER_NAME = edgex-jenkins 19:11:56 # $SEMVER_BRANCH = PR-3372 19:11:56 # $SEMVER_TEMP = /tmp/semver-499886052 19:11:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:12:14 # '/tmp/semver-499886052' -> '/w/workspace/edgex-go/5/.semver' 19:12:14 # -> Force: false 19:12:14 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 19:12:14 $ docker exec --env ******** --env ******** bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 ssh-agent -k 19:12:15 unset SSH_AUTH_SOCK; 19:12:15 unset SSH_AGENT_PID; 19:12:15 echo Agent pid 52 killed; 19:12:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:12:15 + git semver [Pipeline] } 19:12:15 $ docker stop --time=1 bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 19:12:17 $ docker rm -f bc8a7b5f34a258c3cbc3d0957fa8f3000849025064633a46fb1a1c74518b9af7 [Pipeline] // withDockerContainer [Pipeline] sh 19:12:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:12:18 Stashed 1 file(s) [Pipeline] echo 19:12:18 [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:12:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-902 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws 19:12:18 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 19:12:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:12:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:12:19 + sudo service docker restart 19:12:19 + true 19:12:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:12:20 ========================================================= 19:12:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:12:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:12:20 + 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:12:23 using credential edgex-jenkins-ssh 19:12:23 Cloning the remote Git repository 19:12:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:12:23 Sending build context to Docker daemon 329.6MB 19:12:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:12:23 Step 2/6 : FROM ${BASE} 19:12:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:12:23 188c0c94c7c5: Pulling fs layer 19:12:23 0ef7d3d256c8: Pulling fs layer 19:12:23 de9db76c5a1d: Pulling fs layer 19:12:23 bca2f99d35d6: Pulling fs layer 19:12:23 93359f2a8cfa: Pulling fs layer 19:12:23 7c6f9722023f: Pulling fs layer 19:12:23 a35cf1a2eb13: Pulling fs layer 19:12:23 7c6f9722023f: Waiting 19:12:23 bca2f99d35d6: Waiting 19:12:23 93359f2a8cfa: Waiting 19:12:23 a35cf1a2eb13: Waiting 19:12:23 de9db76c5a1d: Verifying Checksum 19:12:23 de9db76c5a1d: Download complete 19:12:23 0ef7d3d256c8: Verifying Checksum 19:12:23 0ef7d3d256c8: Download complete 19:12:23 93359f2a8cfa: Verifying Checksum 19:12:23 93359f2a8cfa: Download complete 19:12:23 188c0c94c7c5: Verifying Checksum 19:12:23 188c0c94c7c5: Download complete 19:12:23 7c6f9722023f: Verifying Checksum 19:12:23 7c6f9722023f: Download complete 19:12:24 188c0c94c7c5: Pull complete 19:12:24 0ef7d3d256c8: Pull complete 19:12:24 de9db76c5a1d: Pull complete 19:12:23 > git init /w/workspace/edgex-go/5 # timeout=10 19:12:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:12:23 > git --version # timeout=10 19:12:23 > git --version # 'git version 2.17.1' 19:12:23 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:25 a35cf1a2eb13: Verifying Checksum 19:12:25 a35cf1a2eb13: Download complete 19:12:26 bca2f99d35d6: Download complete 19:12:31 bca2f99d35d6: Pull complete 19:12:31 93359f2a8cfa: Pull complete 19:12:31 7c6f9722023f: Pull complete 19:12:35 a35cf1a2eb13: Pull complete 19:12:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:12:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:12:35 ---> a62c8e92a672 19:12:35 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:12:36 ---> Running in 0928e87ef6cc 19:12:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:12:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:12:38 (1/12) Installing libmagic (5.38-r0) 19:12:38 (2/12) Installing file (5.38-r0) 19:12:38 (3/12) Installing libc-dev (0.7.2-r3) 19:12:38 (4/12) Installing g++ (9.3.0-r2) 19:12:42 Merging remotes/origin/master commit f0b9a2565c35e3e793117cba23215fdd88b3162c into PR head commit 105a09adc1e1b7b08d6001329a64af964d39cb96 19:12:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:12:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:12:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:12:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:12:42 > git config core.sparsecheckout # timeout=10 19:12:42 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 19:12:43 Merge succeeded, producing 105a09adc1e1b7b08d6001329a64af964d39cb96 19:12:43 Checking out Revision 105a09adc1e1b7b08d6001329a64af964d39cb96 (PR-3372) 19:12:43 (5/12) Installing fortify-headers (1.1-r0) 19:12:43 (6/12) Installing patch (2.7.6-r6) 19:12:43 (7/12) Installing build-base (0.5-r2) 19:12:43 (8/12) Installing libsodium (1.0.18-r0) 19:12:43 (9/12) Installing pkgconf (1.7.2-r0) 19:12:43 (10/12) Installing libsodium-dev (1.0.18-r0) 19:12:43 (11/12) Installing libzmq (4.3.3-r0) 19:12:43 (12/12) Installing zeromq-dev (4.3.3-r0) 19:12:43 Executing busybox-1.31.1-r19.trigger 19:12:43 OK: 233 MiB in 51 packages 19:12:43 > git remote # timeout=10 19:12:43 > git config --get remote.origin.url # timeout=10 19:12:43 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:43 > git merge f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 19:12:43 > git rev-parse HEAD^{commit} # timeout=10 19:12:43 > git config core.sparsecheckout # timeout=10 19:12:43 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 19:12:47 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 19:12:47 Removing intermediate container 0928e87ef6cc 19:12:47 ---> 434765577aa1 19:12:47 Step 4/6 : WORKDIR /edgex-go 19:12:47 ---> Running in a20551cae6b5 19:12:47 Removing intermediate container a20551cae6b5 19:12:47 ---> 0b0056597603 19:12:47 Step 5/6 : COPY go.mod . 19:12:47 ---> e5b0aaad3941 19:12:47 Step 6/6 : RUN go mod download [Pipeline] sh 19:12:47 ---> Running in d67be84b5d9e 19:12:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:12:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:12:49 + true 19:12:49 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:12:51 provisioning config files... 19:12:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4409794065301536026tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:12:51 ---> docker-login.sh 19:12:51 nexus3.edgexfoundry.org:10001 19:12:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:53 Configure a credential helper to remove this warning. See 19:12:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:53 19:12:53 Login Succeeded 19:12:53 nexus3.edgexfoundry.org:10002 19:12:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:53 Configure a credential helper to remove this warning. See 19:12:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:53 19:12:53 Login Succeeded 19:12:53 nexus3.edgexfoundry.org:10003 19:12:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:54 Configure a credential helper to remove this warning. See 19:12:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:54 19:12:54 Login Succeeded 19:12:54 nexus3.edgexfoundry.org:10004 19:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:54 Configure a credential helper to remove this warning. See 19:12:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:54 19:12:54 Login Succeeded 19:12:54 docker.io 19:12:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:12:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:12:55 Configure a credential helper to remove this warning. See 19:12:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:12:55 19:12:55 Login Succeeded 19:12:55 ---> docker-login.sh ends [Pipeline] } 19:12:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 19:12:55 ========================================================= 19:12:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:12:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:12:55 + 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:12:58 Sending build context to Docker daemon 167.4MB 19:12:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:12:58 Step 2/6 : FROM ${BASE} 19:12:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:12:58 5f621e34cdf4: Pulling fs layer 19:12:58 a4357932f1b6: Pulling fs layer 19:12:58 18c013af1878: Pulling fs layer 19:12:58 00ac8860ef70: Pulling fs layer 19:12:58 63d7cb157983: Pulling fs layer 19:12:58 b116817d02f9: Pulling fs layer 19:12:58 745a02a5169b: Pulling fs layer 19:12:58 00ac8860ef70: Waiting 19:12:58 63d7cb157983: Waiting 19:12:58 b116817d02f9: Waiting 19:12:58 745a02a5169b: Waiting 19:12:58 18c013af1878: Download complete 19:12:58 a4357932f1b6: Download complete 19:12:58 63d7cb157983: Verifying Checksum 19:12:58 63d7cb157983: Download complete 19:12:58 b116817d02f9: Verifying Checksum 19:12:58 b116817d02f9: Download complete 19:12:58 5f621e34cdf4: Verifying Checksum 19:12:58 5f621e34cdf4: Download complete 19:12:59 5f621e34cdf4: Pull complete 19:12:59 a4357932f1b6: Pull complete 19:13:00 18c013af1878: Pull complete 19:13:00 745a02a5169b: Verifying Checksum 19:13:00 745a02a5169b: Download complete 19:13:01 00ac8860ef70: Verifying Checksum 19:13:01 00ac8860ef70: Download complete 19:13:09 Removing intermediate container d67be84b5d9e 19:13:09 ---> bf1263827f47 19:13:09 Successfully built bf1263827f47 19:13:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:13:10 + docker inspect -f . ci-base-image-x86_64 19:13:10 . [Pipeline] withDockerContainer 19:13:10 prd-centos7-docker-4c-2g-903 does not seem to be running inside a container 19:13:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 19:13:11 $ docker top c65ca9333f4b82e07b13a4dacc9915098409a657a1767862fc0092c0f18e403b -eo pid,comm [Pipeline] { [Pipeline] sh 19:13:12 + go version 19:13:12 go version go1.15.5 linux/amd64 [Pipeline] } 19:13:12 $ docker stop --time=1 c65ca9333f4b82e07b13a4dacc9915098409a657a1767862fc0092c0f18e403b 19:13:13 $ docker rm -f c65ca9333f4b82e07b13a4dacc9915098409a657a1767862fc0092c0f18e403b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:13:13 + docker inspect -f . ci-base-image-x86_64 19:13:13 . [Pipeline] withDockerContainer 19:13:13 prd-centos7-docker-4c-2g-903 does not seem to be running inside a container 19:13:14 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 19:13:14 00ac8860ef70: Pull complete 19:13:14 63d7cb157983: Pull complete 19:13:14 b116817d02f9: Pull complete 19:13:14 $ docker top 65dfbf45b91b81e1fe136eed6c831adf909ec5eb4aa47f4db1d110c308547c9a -eo pid,comm [Pipeline] { [Pipeline] echo 19:13:14 ========================================================= 19:13:14 [edgeXBuildGoParallel] Running Tests and Build... 19:13:14 ========================================================= [Pipeline] sh 19:13:15 + make test 19:13:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:13:16 745a02a5169b: Pull complete 19:13:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:13:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:13:16 ---> b7e6874047d6 19:13:16 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:13:20 ---> Running in 4b1db5e29c69 19:13:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:22 (1/12) Installing libmagic (5.38-r0) 19:13:23 (2/12) Installing file (5.38-r0) 19:13:23 (3/12) Installing libc-dev (0.7.2-r3) 19:13:23 (4/12) Installing g++ (9.3.0-r2) 19:13:25 ? github.com/edgexfoundry/edgex-go [no test files] 19:13:26 (5/12) Installing fortify-headers (1.1-r0) 19:13:26 (6/12) Installing patch (2.7.6-r6) 19:13:26 (7/12) Installing build-base (0.5-r2) 19:13:26 (8/12) Installing libsodium (1.0.18-r0) 19:13:26 (9/12) Installing pkgconf (1.7.2-r0) 19:13:26 (10/12) Installing libsodium-dev (1.0.18-r0) 19:13:26 (11/12) Installing libzmq (4.3.3-r0) 19:13:27 (12/12) Installing zeromq-dev (4.3.3-r0) 19:13:27 Executing busybox-1.31.1-r19.trigger 19:13:27 OK: 217 MiB in 51 packages 19:13:31 Removing intermediate container 4b1db5e29c69 19:13:31 ---> 67053a6aa3fc 19:13:31 Step 4/6 : WORKDIR /edgex-go 19:13:31 ---> Running in 07128d77d6e4 19:13:32 Removing intermediate container 07128d77d6e4 19:13:32 ---> 76e0036d7185 19:13:32 Step 5/6 : COPY go.mod . 19:13:32 ---> 5c82a233b707 19:13:32 Step 6/6 : RUN go mod download 19:13:32 ---> Running in c7ed7547e126 19:13:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:13:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:13:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:13:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:13:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:13:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:13:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:13:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:13:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.111s coverage: 45.9% of statements 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:13:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 19:13:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements 19:13:59 Removing intermediate container c7ed7547e126 19:13:59 ---> 8488c351e2a9 19:13:59 Successfully built 8488c351e2a9 19:13:59 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:14:00 + docker inspect -f . ci-base-image-arm64 19:14:00 . [Pipeline] withDockerContainer 19:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.209s coverage: 27.1% of statements 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.075s coverage: 71.3% of statements 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.176s coverage: 82.9% of statements 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:14:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements 19:14:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:14:00 prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container 19:14:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:14:01 $ docker top 71499d41749a4715bbc79c7790042d77c034ae5c001a0283305d1e56fd0a025d -eo pid,comm 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.170s coverage: 86.7% of statements 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [Pipeline] { [Pipeline] sh 19:14:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 78.3% of statements 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:14:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:14:02 + go version 19:14:02 go version go1.15.5 linux/arm64 [Pipeline] } 19:14:02 $ docker stop --time=1 71499d41749a4715bbc79c7790042d77c034ae5c001a0283305d1e56fd0a025d 19:14:04 $ docker rm -f 71499d41749a4715bbc79c7790042d77c034ae5c001a0283305d1e56fd0a025d 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 93.0% of statements 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.9% of statements 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:14:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:14:05 + docker inspect -f . ci-base-image-arm64 19:14:05 . [Pipeline] withDockerContainer 19:14:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.062s coverage: 87.5% of statements 19:14:05 prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container 19:14:05 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:14:07 $ docker top aab6886e3cfdb140fb3c35a69124fd132f7674b8468e191fc6af886ace2c4c5a -eo pid,comm [Pipeline] { [Pipeline] echo 19:14:07 ========================================================= 19:14:07 [edgeXBuildGoParallel] Running Tests and Build... 19:14:07 ========================================================= [Pipeline] sh 19:14:08 + make test 19:14:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 19:14:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 19:14:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.274s coverage: 81.9% of statements 19:14:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.085s coverage: 92.9% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.096s coverage: 87.2% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.6% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.226s coverage: 64.4% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 69.0% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 9.6% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.176s coverage: 88.6% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.756s coverage: 28.7% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 19:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:14:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.106s coverage: 64.6% of statements 19:14:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:14:30 ? github.com/edgexfoundry/edgex-go [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 95.6% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:14:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 19:14:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 28.1% of statements 19:14:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 19:14:32 GO111MODULE=on go vet ./... 19:15:04 gofmt -l . 19:15:04 [ "`gofmt -l .`" = "" ] 19:15:04 ./bin/test-go-mod-tidy.sh 19:15:04 ./bin/test-attribution-txt.sh [Pipeline] sh 19:15:05 + ls -al . 19:15:05 total 812 19:15:05 drwxrwxr-x 10 1001 1001 4096 Apr 19 19:15 . 19:15:05 drwxr-xr-x 4 root root 28 Apr 19 19:13 .. 19:15:05 -rw-rw-r-- 1 1001 1001 11 Apr 19 19:11 .dockerignore 19:15:05 drwxrwxr-x 8 1001 1001 179 Apr 19 19:11 .git 19:15:05 drwxrwxr-x 3 1001 1001 125 Apr 19 19:11 .github 19:15:05 -rw-rw-r-- 1 1001 1001 818 Apr 19 19:11 .gitignore 19:15:05 drwx------ 3 1001 1001 60 Apr 19 19:12 .semver 19:15:05 -rw-rw-r-- 1 1001 1001 166 Apr 19 19:11 .sonarcloud.properties 19:15:05 -rw-rw-r-- 1 1001 1001 8609 Apr 19 19:11 Attribution.txt 19:15:05 -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:11 CONTRIBUTING.md 19:15:05 -rw-rw-r-- 1 1001 1001 931 Apr 19 19:11 Dockerfile.build 19:15:05 -rw-rw-r-- 1 1001 1001 863 Apr 19 19:11 Jenkinsfile 19:15:05 -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:11 LICENSE 19:15:05 -rw-rw-r-- 1 1001 1001 5774 Apr 19 19:11 Makefile 19:15:05 -rw-rw-r-- 1 1001 1001 6548 Apr 19 19:11 README.md 19:15:05 -rw-rw-r-- 1 1001 1001 6755 Apr 19 19:11 SECURITY.md 19:15:05 -rw-rw-r-- 1 1001 1001 5 Apr 19 19:12 VERSION 19:15:05 -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:11 ZMQWindows.md 19:15:05 drwxrwxr-x 2 1001 1001 117 Apr 19 19:11 bin 19:15:05 drwxrwxr-x 14 1001 1001 4096 Apr 19 19:11 cmd 19:15:05 -rw-r--r-- 1 root root 703598 Apr 19 19:14 coverage.out 19:15:05 -rw-r--r-- 1 root root 1058 Apr 19 19:15 go.mod 19:15:05 -rw-r--r-- 1 root root 22256 Apr 19 19:15 go.sum 19:15:05 drwxrwxr-x 8 1001 1001 127 Apr 19 19:11 internal 19:15:05 drwxrwxr-x 4 1001 1001 26 Apr 19 19:11 openapi 19:15:05 drwxrwxr-x 4 1001 1001 71 Apr 19 19:11 snap 19:15:05 -rw-rw-r-- 1 1001 1001 168 Apr 19 19:11 version.go [Pipeline] sh 19:15:05 + '[' -e coverage.out ] 19:15:05 + chown 1001:1001 coverage.out [Pipeline] stash 19:15:05 Stashed 1 file(s) [Pipeline] sh 19:15:06 + make build 19:15:06 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:15:10 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:15:18 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:15:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:15:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:15:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:15:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:15:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:15:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:15:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:15:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:15:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:15:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 19:15:32 $ docker stop --time=1 65dfbf45b91b81e1fe136eed6c831adf909ec5eb4aa47f4db1d110c308547c9a 19:15:34 $ docker rm -f 65dfbf45b91b81e1fe136eed6c831adf909ec5eb4aa47f4db1d110c308547c9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:15:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:15:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:15:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:15:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:15:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:15:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] isUnix [Pipeline] sh 19:15:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:15:37 19:15:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:15:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:15:37 latest: Pulling from edgex-devops/edgex-compose 19:15:37 cbdbe7a5bc2a: Pulling fs layer 19:15:37 ca9280d653b3: Pulling fs layer 19:15:37 7e9c9ca2126c: Pulling fs layer 19:15:38 cbdbe7a5bc2a: Verifying Checksum 19:15:38 cbdbe7a5bc2a: Download complete 19:15:38 ca9280d653b3: Verifying Checksum 19:15:38 ca9280d653b3: Download complete 19:15:38 cbdbe7a5bc2a: Pull complete 19:15:39 7e9c9ca2126c: Download complete 19:15:39 ca9280d653b3: Pull complete 19:15:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:15:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:15:47 7e9c9ca2126c: Pull complete 19:15:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:15:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:15:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:15:48 prd-centos7-docker-4c-2g-903 does not seem to be running inside a container 19:15:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:latest cat 19:15:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:15:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:15:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:15:51 $ docker top d6f83acd40822301a86837a21a5bb1c516726b18c4a7ed278f96481b438af52d -eo pid,comm [Pipeline] { [Pipeline] sh 19:15:51 + docker-compose build --help 19:15:51 + grep parallel 19:15:52 --parallel Build images in parallel. [Pipeline] } 19:15:52 $ docker stop --time=1 d6f83acd40822301a86837a21a5bb1c516726b18c4a7ed278f96481b438af52d 19:15:54 $ docker rm -f d6f83acd40822301a86837a21a5bb1c516726b18c4a7ed278f96481b438af52d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:15:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:15:54 . [Pipeline] withDockerContainer 19:15:54 prd-centos7-docker-4c-2g-903 does not seem to be running inside a container 19:15:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.329s coverage: 45.9% of statements 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:15:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:15:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.154s coverage: 19.8% of statements 19:15:54 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:15:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements 19:15:55 $ docker top 59ef18066d2fbfc42b3ad365c68be9c9b710722a7a97c2c450bdca00a8f15400 -eo pid,comm [Pipeline] { [Pipeline] sh 19:15:56 + docker-compose -f ./docker-compose-build.yml build --parallel 19:15:56 Building docker-core-command-go ... 19:15:56 Building docker-core-data-go ... 19:15:56 Building docker-core-metadata-go ... 19:15:56 Building docker-security-bootstrapper-go ... 19:15:56 Building docker-security-proxy-setup-go ... 19:15:56 Building docker-security-secretstore-setup-go ... 19:15:56 Building docker-support-notifications-go ... 19:15:56 Building docker-support-scheduler-go ... 19:15:56 Building docker-sys-mgmt-agent-go ... 19:15:56 Building docker-core-command-go 19:15:56 Building docker-security-proxy-setup-go 19:15:56 Building docker-sys-mgmt-agent-go 19:15:56 Building docker-security-secretstore-setup-go 19:15:56 Building docker-support-notifications-go 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.585s coverage: 27.1% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.216s coverage: 100.0% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:16:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.247s coverage: 71.3% of statements 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:16:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:16:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.499s coverage: 82.9% of statements 19:16:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:16:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:16:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.134s coverage: 78.9% of statements 19:16:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.122s coverage: 28.6% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.231s coverage: 100.0% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.331s coverage: 100.0% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.437s coverage: 86.7% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.437s coverage: 97.5% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.176s coverage: 93.0% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.116s coverage: 58.8% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.241s coverage: 0.9% of statements 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:16:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.136s coverage: 47.1% of statements 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.173s coverage: 79.5% of statements 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.187s coverage: 94.1% of statements 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.175s coverage: 96.3% of statements 19:16:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements 19:16:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:16:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:16:35 ---> bf1263827f47 19:16:35 Step 3/23 : WORKDIR /edgex-go 19:16:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:16:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:16:35 ---> bf1263827f47 19:16:35 Step 3/21 : WORKDIR /edgex-go 19:16:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:16:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:16:35 ---> bf1263827f47 19:16:35 Step 3/22 : WORKDIR /edgex-go 19:16:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:16:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:16:35 ---> bf1263827f47 19:16:35 Step 3/24 : WORKDIR /edgex-go 19:16:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:16:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:16:35 ---> bf1263827f47 19:16:35 Step 3/23 : WORKDIR /edgex-go 19:16:35 ---> Running in 0f44020084df 19:16:35 ---> Running in dc2848255d16 19:16:35 ---> Running in 13a020e9e905 19:16:35 ---> Running in aed4caffbdde 19:16:35 ---> Running in 60e7f63fa507 19:16:35 Removing intermediate container 0f44020084df 19:16:35 ---> 189bf5195e38 19:16:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:35 Removing intermediate container 60e7f63fa507 19:16:35 ---> c7cd6777c71d 19:16:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:35 Removing intermediate container 13a020e9e905 19:16:35 ---> 834134569991 19:16:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:35 Removing intermediate container aed4caffbdde 19:16:35 ---> a039589b9538 19:16:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:35 Removing intermediate container dc2848255d16 19:16:35 ---> edc1ad9cca59 19:16:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:16:35 ---> Running in 47fe5250cf75 19:16:35 ---> Running in 4de72cbc60a1 19:16:35 ---> Running in 25becd892fcc 19:16:35 ---> Running in fe2b8e67e1b1 19:16:35 ---> Running in a4ef7e8fcc0c 19:16:35 Removing intermediate container 47fe5250cf75 19:16:35 ---> 9d4a0556d342 19:16:35 Step 5/24 : RUN apk add --update --no-cache make git 19:16:35 ---> Running in 888aff150196 19:16:35 Removing intermediate container fe2b8e67e1b1 19:16:35 ---> 11b3e53651a0 19:16:35 Step 5/21 : RUN apk add --update --no-cache make git 19:16:35 Removing intermediate container 25becd892fcc 19:16:35 ---> e190891b8ccd 19:16:35 Step 5/23 : RUN apk add --update --no-cache make git 19:16:35 Removing intermediate container 4de72cbc60a1 19:16:35 ---> 173ed0d68ca0 19:16:35 Step 5/23 : RUN apk add --update --no-cache make bash git 19:16:35 Removing intermediate container a4ef7e8fcc0c 19:16:35 ---> d85189ad2372 19:16:35 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:16:35 ---> Running in 5ee5fd3472a0 19:16:35 ---> Running in 6ff79a6c173b 19:16:35 ---> Running in 16b4492fe190 19:16:35 ---> Running in 15ddf338d27b 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:35 OK: 233 MiB in 51 packages 19:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:36 OK: 233 MiB in 51 packages 19:16:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:16:36 OK: 233 MiB in 51 packages 19:16:36 Removing intermediate container 888aff150196 19:16:36 ---> 8bc7bf7ebacf 19:16:36 Step 6/24 : COPY go.mod . 19:16:36 OK: 233 MiB in 51 packages 19:16:36 OK: 233 MiB in 51 packages 19:16:36 Removing intermediate container 5ee5fd3472a0 19:16:36 ---> bd8693665228 19:16:36 Step 6/21 : COPY go.mod . 19:16:36 ---> 97342f31154a 19:16:36 Step 7/24 : RUN go mod download 19:16:37 ---> Running in d2e28d128296 19:16:37 Removing intermediate container 6ff79a6c173b 19:16:37 ---> ce03d4648726 19:16:37 Step 6/23 : COPY go.mod . 19:16:37 ---> ce2e56d9d49f 19:16:37 Step 7/21 : RUN go mod download 19:16:37 ---> Running in 8e0ccecfae77 19:16:37 ---> 4d69d7edc346 19:16:37 Step 7/23 : RUN go mod download 19:16:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.167s coverage: 94.4% of statements 19:16:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.146s coverage: 44.8% of statements 19:16:37 Removing intermediate container 15ddf338d27b 19:16:37 ---> 2b8d2bc07441 19:16:37 Step 6/22 : COPY go.mod . 19:16:37 Removing intermediate container 16b4492fe190 19:16:37 ---> f338da7360df 19:16:37 Step 6/23 : COPY go.mod . 19:16:38 ---> Running in 3342e717dbf8 19:16:38 ---> 4d0cf794a40c 19:16:38 Step 7/22 : RUN go mod download 19:16:38 ---> c74445d0de17 19:16:38 Step 7/23 : RUN go mod download 19:16:38 ---> Running in acffbf7b94f8 19:16:38 ---> Running in 479a12e9a408 19:16:39 Removing intermediate container 8e0ccecfae77 19:16:39 ---> 35407c2d0bba 19:16:39 Step 8/21 : COPY . . 19:16:39 Removing intermediate container 3342e717dbf8 19:16:39 ---> db1c965fc068 19:16:39 Step 8/23 : COPY . . 19:16:39 Removing intermediate container d2e28d128296 19:16:39 ---> ec16765d7186 19:16:39 Step 8/24 : COPY . . 19:16:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.480s coverage: 81.9% of statements 19:16:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 19:16:46 Removing intermediate container acffbf7b94f8 19:16:46 ---> 87f078f04619 19:16:46 Step 8/22 : COPY . . 19:16:48 Removing intermediate container 479a12e9a408 19:16:48 ---> 76da75e83077 19:16:48 Step 8/23 : COPY . . 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.171s coverage: 80.8% of statements 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.206s coverage: 87.2% of statements 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.6% of statements 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.246s coverage: 91.6% of statements 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 64.4% of statements 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:16:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:16:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.133s coverage: 100.0% of statements 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 19:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 19:16:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 19:16:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 19:16:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 69.0% of statements 19:16:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:16:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:16:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:17:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.511s coverage: 38.4% of statements 19:17:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:17:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:17:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.106s coverage: 89.5% of statements 19:17:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:17:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.113s coverage: 84.8% of statements 19:17:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.460s coverage: 47.0% of statements 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:17:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:17:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:17:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.155s coverage: 9.6% of statements 19:17:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:17:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.457s coverage: 88.6% of statements 19:17:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:17:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:17:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.387s coverage: 28.7% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.186s coverage: 100.0% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.182s coverage: 64.6% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.338s coverage: 95.6% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:17:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:17:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 28.1% of statements 19:17:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 19:17:19 GO111MODULE=on go vet ./... 19:17:27 ---> a494d3369ba4 19:17:27 Step 9/23 : RUN make cmd/core-command/core-command 19:17:27 ---> 52858574936c 19:17:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:17:27 ---> Running in aede72cce4e5 19:17:27 ---> Running in 86f47eefb04e 19:17:27 ---> cbfb3a8a4acc 19:17:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:17:27 ---> c4a28309e444 19:17:27 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:17:27 ---> 3ec55f9c078f 19:17:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:17:27 ---> Running in b1b13375eeb3 19:17:27 ---> Running in 2f10889f1540 19:17:27 ---> Running in 89ca86de88d7 19:17:27 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:17:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:17:27 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:17: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:17:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:17:59 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:17:59 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:18:09 Removing intermediate container b1b13375eeb3 19:18:09 ---> 41f640cb2f13 19:18:09 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:18:09 Removing intermediate container 2f10889f1540 19:18:09 ---> 0601d243cf7f 19:18:09 19:18:09 Step 10/24 : FROM alpine:3.12 19:18:09 3.12: Pulling from library/alpine 19:18:10 ---> Running in 91ef1af5e07e 19:18:10 Removing intermediate container aede72cce4e5 19:18:10 ---> 3810b0a83761 19:18:10 19:18:10 Step 10/23 : FROM alpine:3.12 19:18:10 3.12: Pulling from library/alpine 19:18:10 Removing intermediate container 89ca86de88d7 19:18:10 ---> cc6edb5c4b7a 19:18:10 19:18:10 Step 10/22 : FROM alpine:3.12 19:18:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:18:10 Removing intermediate container 86f47eefb04e 19:18:10 ---> 290e5a7d365b 19:18:10 19:18:10 Step 10/21 : FROM alpine:3.12 19:18:10 Status: Downloaded newer image for alpine:3.12 19:18:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:18:10 Status: Image is up to date for alpine:3.12 19:18:10 ---> 13621d1b12d4 19:18:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:18:10 ---> 13621d1b12d4 19:18:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:18:10 3.12: Pulling from library/alpine 19:18:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:18:10 Status: Image is up to date for alpine:3.12 19:18:10 ---> 13621d1b12d4 19:18:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:18:10 3.12: Pulling from library/alpine 19:18:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:18:10 Status: Image is up to date for alpine:3.12 19:18:10 ---> 13621d1b12d4 19:18:10 Step 11/21 : RUN apk add --update --no-cache curl 19:18:10 ---> Running in 2c6c7153e1b7 19:18:10 ---> Running in 04d1b2be57c8 19:18:10 ---> Running in f791c68856a6 19:18:10 ---> Running in a0aabc9690c9 19:18:10 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:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:11 (1/1) Installing dumb-init (1.2.2-r1) 19:18:11 Executing busybox-1.31.1-r20.trigger 19:18:11 (1/6) Installing ca-certificates (20191127-r4) 19:18:11 OK: 6 MiB in 15 packages 19:18:11 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:18:11 (3/6) Installing libcurl (7.76.1-r0) 19:18:11 (4/6) Installing curl (7.76.1-r0) 19:18:11 (5/6) Installing dumb-init (1.2.2-r1) 19:18:11 (6/6) Installing su-exec (0.2-r1) 19:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:11 Executing busybox-1.31.1-r20.trigger 19:18:11 Executing ca-certificates-20191127-r4.trigger 19:18:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:11 OK: 7 MiB in 20 packages 19:18:11 (1/2) Installing ca-certificates (20191127-r4) 19:18:11 (2/2) Installing dumb-init (1.2.2-r1) 19:18:11 Executing busybox-1.31.1-r20.trigger 19:18:11 Executing ca-certificates-20191127-r4.trigger 19:18:11 OK: 6 MiB in 16 packages 19:18:11 (1/4) Installing ca-certificates (20191127-r4) 19:18:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:18:11 (3/4) Installing libcurl (7.76.1-r0) 19:18:11 (4/4) Installing curl (7.76.1-r0) 19:18:11 Executing busybox-1.31.1-r20.trigger 19:18:11 Executing ca-certificates-20191127-r4.trigger 19:18:11 OK: 7 MiB in 18 packages 19:18:13 Removing intermediate container 91ef1af5e07e 19:18:13 ---> 02575ba66686 19:18:13 19:18:13 Step 11/23 : FROM docker:20.10.0 19:18:13 20.10.0: Pulling from library/docker 19:18:13 Removing intermediate container 2c6c7153e1b7 19:18:13 ---> dbb7cf399954 19:18:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:18:15 ---> Running in c868848af6b4 19:18:15 Removing intermediate container 04d1b2be57c8 19:18:15 ---> 71e810d9fdad 19:18:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:18:15 Removing intermediate container a0aabc9690c9 19:18:15 ---> d5b534cb3c53 19:18:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:18:15 Removing intermediate container f791c68856a6 19:18:15 ---> 91cace75d16b 19:18:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:18:15 ---> Running in 01df9806e349 19:18:16 ---> Running in 89bcd50262ac 19:18:16 ---> Running in bab7d8aaa7f1 19:18:16 Removing intermediate container c868848af6b4 19:18:16 ---> c8a5cfd17769 19:18:16 Step 13/23 : ENV APP_PORT=48082 19:18:16 Removing intermediate container 01df9806e349 19:18:16 ---> c120161de0d6 19:18:16 Step 13/24 : WORKDIR / 19:18:16 ---> Running in 203251dc063c 19:18:16 ---> Running in 2a845ea23ba2 19:18:16 Removing intermediate container bab7d8aaa7f1 19:18:16 ---> a93f0b7d6189 19:18:16 Step 13/22 : ENV APP_PORT=48060 19:18:16 Removing intermediate container 89bcd50262ac 19:18:16 ---> 999ef2a6669c 19:18:16 Step 13/21 : WORKDIR /edgex 19:18:16 ---> Running in 8b79ff99b114 19:18:16 ---> Running in 93329461d9dc 19:18:16 Removing intermediate container 203251dc063c 19:18:16 ---> a677d6dd9c4b 19:18:16 Step 14/23 : EXPOSE $APP_PORT 19:18:16 Removing intermediate container 2a845ea23ba2 19:18:16 ---> dde38f3e1262 19:18:16 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:18:16 ---> Running in dd12e7e4e662 19:18:17 Removing intermediate container 93329461d9dc 19:18:17 ---> 9b6ac3dc8aa0 19:18:17 Step 14/22 : EXPOSE $APP_PORT 19:18:17 Removing intermediate container 8b79ff99b114 19:18:17 ---> 75b195d38ef5 19:18:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:18:17 ---> Running in 1d5c551cfb5d 19:18:17 Removing intermediate container dd12e7e4e662 19:18:17 ---> daf5de432465 19:18:17 Step 15/23 : WORKDIR / 19:18:17 ---> b5d4e782ccee 19:18:17 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:18:17 ---> d60c36adfce6 19:18:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:18:17 ---> Running in 53add4b27760 19:18:17 Removing intermediate container 1d5c551cfb5d 19:18:17 ---> da34cdeb8541 19:18:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:18 ---> eef94fd4aa3d 19:18:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:18:18 Removing intermediate container 53add4b27760 19:18:18 ---> 74489e87d0ab 19:18:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:18:18 ---> 212f6d6bdf26 19:18:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:18:18 ---> 023de2b6a7c3 19:18:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:18:18 ---> cdb3a6be62fc 19:18:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:18:19 ---> ae4e14a30475 19:18:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:18:21 ---> 018126eaf4a4 19:18:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:18:21 ---> 865d0f0f1b6e 19:18:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:18:21 ---> 3b07f58b5105 19:18:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:18:21 ---> 766bd4ae85b7 19:18:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:18:21 ---> Running in cd55fb7034df 19:18:21 ---> 23419f64406a 19:18:21 Step 19/23 : ENTRYPOINT ["/core-command"] 19:18:21 Removing intermediate container cd55fb7034df 19:18:21 ---> 0fc1ace51b8d 19:18:21 Step 18/21 : CMD ["--init=true"] 19:18:21 ---> ff12532c3f00 19:18:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:18:21 ---> Running in 166af515989b 19:18:21 ---> Running in e98e567789f7 19:18:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:18:21 Status: Downloaded newer image for docker:20.10.0 19:18:21 ---> aefe523efa57 19:18:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:18:21 ---> Running in b3fde0bf1962 19:18:21 ---> 3c8503492fcd 19:18:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:18:22 ---> Running in 0d2d758d2d78 19:18:22 Removing intermediate container e98e567789f7 19:18:22 ---> d54ce3b0a8ed 19:18:22 Step 19/21 : LABEL arch=x86_64 19:18:22 Removing intermediate container 166af515989b 19:18:22 ---> deb860c370c4 19:18:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:18:22 Removing intermediate container b3fde0bf1962 19:18:22 ---> b0dafae1ea4f 19:18:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:18:22 ---> 9d56b89bec3f 19:18:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:18:22 ---> Running in 20702e2cab22 19:18:22 Removing intermediate container 0d2d758d2d78 19:18:22 ---> 082fd7d9f0d4 19:18:22 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:18:22 ---> Running in b9df7e70c5e8 19:18:22 ---> Running in 651b8f41f874 19:18:22 ---> Running in 184745dff9fc 19:18:22 ---> Running in a6ca951a9b1f 19:18:22 Removing intermediate container 20702e2cab22 19:18:22 ---> 760921948c85 19:18:22 Step 20/21 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:18:22 ---> Running in 5ab52397bc2f 19:18:22 Removing intermediate container b9df7e70c5e8 19:18:22 ---> ce21ea0d99e9 19:18:22 Step 21/23 : LABEL arch=x86_64 19:18:23 Removing intermediate container 651b8f41f874 19:18:23 ---> 74b81e35cd43 19:18:23 Step 20/22 : LABEL arch=x86_64 19:18:23 ---> Running in 2f507867b9fd 19:18:23 ---> Running in e943e4f0819b 19:18:23 Removing intermediate container 5ab52397bc2f 19:18:23 ---> 936da378b44f 19:18:23 Step 21/21 : LABEL version=0.0.0 19:18:23 ---> Running in c0265cbf5b3c 19:18:23 Removing intermediate container e943e4f0819b 19:18:23 ---> d580a6ac9698 19:18:23 Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:18:23 Removing intermediate container 2f507867b9fd 19:18:23 ---> d58352d69bc7 19:18:23 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:18:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:23 ---> Running in c52813a674b7 19:18:23 Removing intermediate container c0265cbf5b3c 19:18:23 ---> 0b5d89e7a0ec 19:18:23 19:18:23 ---> Running in 12bfe93470d3 19:18:23 (1/39) Installing readline (8.0.4-r0) 19:18:23 (2/39) Installing bash (5.0.17-r0) 19:18:23 Executing bash-5.0.17-r0.post-install 19:18:23 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:18:23 (4/39) Installing libcurl (7.76.1-r0) 19:18:23 (5/39) Installing curl (7.76.1-r0) 19:18:23 (6/39) Installing dumb-init (1.2.2-r1) 19:18:23 (7/39) Installing libbz2 (1.0.8-r1) 19:18:23 (8/39) Installing expat (2.2.9-r1) 19:18:23 (9/39) Installing libffi (3.3-r2) 19:18:23 (10/39) Installing gdbm (1.13-r1) 19:18:23 (11/39) Installing xz-libs (5.2.5-r0) 19:18:23 (12/39) Installing sqlite-libs (3.32.1-r0) 19:18:23 (13/39) Installing python3 (3.8.8-r0) 19:18:24 Removing intermediate container c52813a674b7 19:18:24 ---> d23eb92d05e6 19:18:24 Step 22/22 : LABEL version=0.0.0 19:18:24 Successfully built 0b5d89e7a0ec 19:18:24 Successfully tagged docker-security-proxy-setup-go:latest 19:18:24 Removing intermediate container 12bfe93470d3 19:18:24 ---> 09ae6dd56b61 19:18:24 Step 23/23 : LABEL version=0.0.0 19:18:25  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 19:18:26 ---> Running in 9215735741fc 19:18:27 ---> Running in aa98b5b4e153 19:18:29 Removing intermediate container 184745dff9fc 19:18:29 ---> c019b70ee3ff 19:18:29 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:18:29 (14/39) Installing py3-appdirs (1.4.4-r1) 19:18:29 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:18:29 (16/39) Installing py3-parsing (2.4.7-r0) 19:18:29 (17/39) Installing py3-six (1.15.0-r0) 19:18:29 (18/39) Installing py3-packaging (20.4-r0) 19:18:30 (19/39) Installing py3-setuptools (47.0.0-r0) 19:18:30 (20/39) Installing py3-chardet (3.0.4-r4) 19:18:30 Removing intermediate container 9215735741fc 19:18:30 ---> dc607abca0f0 19:18:30 19:18:30 ---> Running in 6fffff5485cf 19:18:30 (21/39) Installing py3-idna (2.9-r0) 19:18:31 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:18:31 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:18:31 Removing intermediate container aa98b5b4e153 19:18:31 ---> 690891c1c427 19:18:31 19:18:31 (24/39) Installing py3-requests (2.23.0-r0) 19:18:31 (25/39) Installing py3-msgpack (1.0.0-r0) 19:18:31 (26/39) Installing py3-lockfile (0.12.2-r3) 19:18:31 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:18:31 (28/39) Installing py3-colorama (0.4.3-r0) 19:18:31 (29/39) Installing py3-distlib (0.3.0-r0) 19:18:31 Successfully built dc607abca0f0 19:18:32 Successfully tagged docker-support-notifications-go:latest 19:18:32 Building docker-support-scheduler-go 19:18:32  Building docker-support-notifications-go ... done (30/39) Installing py3-distro (1.5.0-r1) 19:18:32 (31/39) Installing py3-webencodings (0.5.1-r3) 19:18:32 (32/39) Installing py3-html5lib (1.0.1-r4) 19:18:32 (33/39) Installing py3-pytoml (0.1.21-r0) 19:18:33 (34/39) Installing py3-pep517 (0.8.2-r0) 19:18:33 (35/39) Installing py3-progress (1.5-r0) 19:18:33 (36/39) Installing py3-toml (0.10.1-r0) 19:18:34 (37/39) Installing py3-retrying (1.3.3-r0) 19:18:34 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:18:34 (39/39) Installing py3-pip (20.1.1-r0) 19:18:36 Removing intermediate container 6fffff5485cf 19:18:36 ---> 6472d3bfbaae 19:18:36 Step 22/24 : LABEL arch=x86_64 19:18:37 Executing busybox-1.31.1-r19.trigger 19:18:37 Successfully built 690891c1c427 19:18:37 OK: 72 MiB in 59 packages 19:18:37 Successfully tagged docker-core-command-go:latest 19:18:37 Building docker-security-bootstrapper-go 19:18:37  Building docker-core-command-go ... done  ---> Running in 9b2e01680b54 19:18:42 Removing intermediate container 9b2e01680b54 19:18:42 ---> 95ad7c67a287 19:18:42 Step 23/24 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:18:42 gofmt -l . 19:18:42 [ "`gofmt -l .`" = "" ] 19:18:42 ./bin/test-go-mod-tidy.sh 19:18:42 ./bin/test-attribution-txt.sh [Pipeline] sh 19:18:43 ---> Running in f0f11b3f9ee4 19:18:43 Collecting docker-compose==1.23.2 19:18:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:18:43 + ls -al . 19:18:43 total 840 19:18:43 drwxrwxr-x 9 1001 1001 4096 Apr 19 19:18 . 19:18:43 drwxr-xr-x 4 root root 4096 Apr 19 19:14 .. 19:18:43 -rw-rw-r-- 1 1001 1001 11 Apr 19 19:12 .dockerignore 19:18:43 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:12 .git 19:18:43 drwxrwxr-x 3 1001 1001 4096 Apr 19 19:12 .github 19:18:43 -rw-rw-r-- 1 1001 1001 818 Apr 19 19:12 .gitignore 19:18:43 -rw-rw-r-- 1 1001 1001 166 Apr 19 19:12 .sonarcloud.properties 19:18:43 -rw-rw-r-- 1 1001 1001 8609 Apr 19 19:12 Attribution.txt 19:18:43 -rw-rw-r-- 1 1001 1001 3804 Apr 19 19:12 CONTRIBUTING.md 19:18:43 -rw-rw-r-- 1 1001 1001 931 Apr 19 19:12 Dockerfile.build 19:18:43 -rw-rw-r-- 1 1001 1001 863 Apr 19 19:12 Jenkinsfile 19:18:43 -rw-rw-r-- 1 1001 1001 10775 Apr 19 19:12 LICENSE 19:18:43 -rw-rw-r-- 1 1001 1001 5774 Apr 19 19:12 Makefile 19:18:43 -rw-rw-r-- 1 1001 1001 6548 Apr 19 19:12 README.md 19:18:43 -rw-rw-r-- 1 1001 1001 6755 Apr 19 19:12 SECURITY.md 19:18:43 -rw-rw-r-- 1 1001 1001 5 Apr 19 19:12 VERSION 19:18:43 -rw-rw-r-- 1 1001 1001 4131 Apr 19 19:12 ZMQWindows.md 19:18:43 drwxrwxr-x 2 1001 1001 4096 Apr 19 19:12 bin 19:18:43 drwxrwxr-x 14 1001 1001 4096 Apr 19 19:12 cmd 19:18:43 -rw-r--r-- 1 root root 703598 Apr 19 19:17 coverage.out 19:18:43 -rw-r--r-- 1 root root 1058 Apr 19 19:18 go.mod 19:18:43 -rw-r--r-- 1 root root 22256 Apr 19 19:18 go.sum 19:18:43 drwxrwxr-x 8 1001 1001 4096 Apr 19 19:12 internal 19:18:43 drwxrwxr-x 4 1001 1001 4096 Apr 19 19:12 openapi 19:18:43 drwxrwxr-x 4 1001 1001 4096 Apr 19 19:12 snap 19:18:43 -rw-rw-r-- 1 1001 1001 168 Apr 19 19:12 version.go [Pipeline] sh 19:18:44 + '[' -e coverage.out ] 19:18:44 + chown 1001:1001 coverage.out [Pipeline] stash 19:18:44 Warning: overwriting stash ‘coverage-report’ 19:18:45 Stashed 1 file(s) [Pipeline] sh 19:18:46 Collecting websocket-client<1.0,>=0.32.0 19:18:46 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:18:46 + make build 19:18: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:18:49 Collecting jsonschema<3,>=2.5.1 19:18:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:18:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:18:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:18:50 ---> bf1263827f47 19:18:50 Step 3/23 : WORKDIR /edgex-go 19:18:50 ---> Using cache 19:18:50 ---> edc1ad9cca59 19:18:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:50 ---> Using cache 19:18:50 ---> d85189ad2372 19:18:50 Step 5/23 : RUN apk add --update --no-cache make git 19:18:50 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:18:51 Collecting texttable<0.10,>=0.9.0 19:18:51 Downloading texttable-0.9.1.tar.gz (11 kB) 19:18:52 Removing intermediate container f0f11b3f9ee4 19:18:52 ---> 23d6a0dcad82 19:18:52 Step 24/24 : LABEL version=0.0.0 19:18:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:18:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:18:54 ---> bf1263827f47 19:18:54 Step 3/22 : WORKDIR /edgex-go 19:18:54 ---> Using cache 19:18:54 ---> edc1ad9cca59 19:18:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:18:54 ---> Using cache 19:18:54 ---> d85189ad2372 19:18:54 Step 5/22 : RUN apk add --update --no-cache make git 19:18:54 ---> Running in 5bb7fd812b3e 19:18:54 Collecting PyYAML<4,>=3.10 19:18:54 Downloading PyYAML-3.13.tar.gz (270 kB) 19:18:54 ---> Running in 05f3da876daf 19:18:55 ---> Running in 008ca13e80b1 19:18:56 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:18:57 Collecting docopt<0.7,>=0.6.1 19:18:57 Removing intermediate container 05f3da876daf 19:18:57 ---> a958ce3ba3bb 19:18:57 19:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:57 Downloading docopt-0.6.2.tar.gz (25 kB) 19:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:18:57 Successfully built a958ce3ba3bb 19:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:18:57 Successfully tagged docker-security-secretstore-setup-go:latest 19:18:57  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 19:18:57 Collecting cached-property<2,>=1.2.0 19:18:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:18:58 OK: 233 MiB in 51 packages 19:18:58 OK: 233 MiB in 51 packages 19:18:58 Collecting docker<4.0,>=3.6.0 19:18:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:18:59 Collecting dockerpty<0.5,>=0.4.1 19:18:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:19:02 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:19:02 ---> bf1263827f47 19:19:02 Step 3/31 : WORKDIR /edgex-go 19:19:02 ---> Using cache 19:19:02 ---> edc1ad9cca59 19:19:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:02 ---> Using cache 19:19:02 ---> d85189ad2372 19:19:02 Step 5/31 : RUN apk add --update --no-cache make git 19:19:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:19:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:19:03 Collecting docker-pycreds>=0.4.0 19:19:03 ---> Running in f6e7d4e0fdad 19:19:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:19:03 Collecting urllib3<1.25,>=1.21.1 19:19:03 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:19:03 Removing intermediate container 008ca13e80b1 19:19:03 ---> e7655421a8a0 19:19:03 Step 6/22 : COPY go.mod . 19:19:03 Collecting idna<2.8,>=2.5 19:19:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:19:03 Removing intermediate container 5bb7fd812b3e 19:19:03 ---> 5f47f7b9912d 19:19:03 Step 6/23 : COPY go.mod . 19:19:03 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:19:03 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:19:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:19:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:19:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:19:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:19:04 Installing collected packages: websocket-client, jsonschema, texttable, PyYAML, docopt, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose 19:19:05 ---> 45f7767bdcbb 19:19:05 Step 7/22 : RUN go mod download 19:19:05 ---> 8ad29c33759a 19:19:05 Step 7/23 : RUN go mod download 19:19:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:05 ---> Running in 498da73f371e 19:19:05 Running setup.py install for texttable: started 19:19:05 ---> Running in 81d7fffa24aa 19:19:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:06 OK: 233 MiB in 51 packages 19:19:06 Running setup.py install for texttable: finished with status 'done' 19:19:06 Running setup.py install for PyYAML: started 19:19:07 Running setup.py install for PyYAML: finished with status 'done' 19:19:07 Running setup.py install for docopt: started 19:19:07 Removing intermediate container f6e7d4e0fdad 19:19:07 ---> 080740f8ca08 19:19:07 Step 6/31 : COPY go.mod . 19:19:08 Running setup.py install for docopt: finished with status 'done' 19:19:08 Attempting uninstall: urllib3 19:19:08 Found existing installation: urllib3 1.25.9 19:19:08 Uninstalling urllib3-1.25.9: 19:19:08 Successfully uninstalled urllib3-1.25.9 19:19:08 ---> 90d635b6ea16 19:19:08 Step 7/31 : RUN go mod download 19:19:08 ---> Running in e7b632b16cd1 19:19:09 Attempting uninstall: idna 19:19:09 Found existing installation: idna 2.9 19:19:09 Uninstalling idna-2.9: 19:19:09 Successfully uninstalled idna-2.9 19:19:10 Attempting uninstall: requests 19:19:10 Found existing installation: requests 2.23.0 19:19:10 Uninstalling requests-2.23.0: 19:19:10 Successfully uninstalled requests-2.23.0 19:19:12 Running setup.py install for dockerpty: started 19:19:12 Removing intermediate container 81d7fffa24aa 19:19:12 ---> 217c91443f68 19:19:12 Step 8/23 : COPY . . 19:19:12 Removing intermediate container 498da73f371e 19:19:12 ---> f09c3601f592 19:19:12 Step 8/22 : COPY . . 19:19:13 Running setup.py install for dockerpty: finished with status 'done' 19:19:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:19:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:19:17 ---> bf1263827f47 19:19:17 Step 3/23 : WORKDIR /edgex-go 19:19:17 ---> Using cache 19:19:17 ---> edc1ad9cca59 19:19:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:19:17 ---> Using cache 19:19:17 ---> d85189ad2372 19:19:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:19:18 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:19:20 ---> Running in 34981ac2d74a 19:19:23 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:19:23 Removing intermediate container e7b632b16cd1 19:19:23 ---> 632e66943ae0 19:19:23 Step 8/31 : COPY . . 19:19:24 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:19:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:29 OK: 233 MiB in 51 packages 19:19:30 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:19:31 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:19:36 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:19:39 Removing intermediate container 34981ac2d74a 19:19:39 ---> 4a5e036d45bf 19:19:39 Step 6/23 : COPY go.mod . 19:19:42 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:19:42 ---> 727114dd38c0 19:19:42 Step 7/23 : RUN go mod download 19:19:43 ---> Running in 9f80659a464d 19:19:46 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:19:49 ---> 722675326c0b 19:19:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:19:49 ---> 4ac1865df409 19:19:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:19:49 ---> Running in 1f2c0644afb6 19:19:49 ---> Running in 0fa7e3293323 19:19:51 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:19:51 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:19:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:19:52 Removing intermediate container 9f80659a464d 19:19:52 ---> ac219ea57dbf 19:19:52 Step 8/23 : COPY . . 19:19:55 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:20:00 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:20:02 ---> fffc82094ec0 19:20:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:20:02 Removing intermediate container a6ca951a9b1f 19:20:02 ---> 75930c32d435 19:20:02 Step 14/23 : ENV APP_PORT=48090 19:20:05 ---> Running in d3178492783a 19:20:05 ---> Running in b557fc121498 19:20:07 Removing intermediate container b557fc121498 19:20:07 ---> 2d493d3d8097 19:20:07 Step 15/23 : EXPOSE $APP_PORT 19:20:07 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:20:08 ---> Running in d521399a096e 19:20:08 Removing intermediate container d521399a096e 19:20:08 ---> aad09a9f1904 19:20:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] } 19:20:09 $ docker stop --time=1 aab6886e3cfdb140fb3c35a69124fd132f7674b8468e191fc6af886ace2c4c5a 19:20:11 $ docker rm -f aab6886e3cfdb140fb3c35a69124fd132f7674b8468e191fc6af886ace2c4c5a 19:20:12 ---> abfbd815bf1b 19:20:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:13 19:20:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:20:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:14 latest: Pulling from edgex-devops/edgex-compose-arm64 19:20:14 29e5d40040c1: Pulling fs layer 19:20:14 1ce36da41761: Pulling fs layer 19:20:14 25b303627fd3: Pulling fs layer 19:20:14 29e5d40040c1: Verifying Checksum 19:20:14 29e5d40040c1: Download complete 19:20:14 ---> eb8965c74ade 19:20:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:20:14 1ce36da41761: Verifying Checksum 19:20:14 1ce36da41761: Download complete 19:20:15 29e5d40040c1: Pull complete 19:20:16 1ce36da41761: Pull complete 19:20:16 25b303627fd3: Verifying Checksum 19:20:16 25b303627fd3: Download complete 19:20:17 ---> 18b082b1f4dd 19:20:17 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:20:18 ---> Running in cbe3f4eec02b 19:20:19 Removing intermediate container cbe3f4eec02b 19:20:19 ---> 4954217d636c 19:20:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:22 ---> Running in 655de90889f9 19:20:23 ---> bbba62f7ce01 19:20:23 Step 9/23 : RUN make cmd/core-data/core-data 19:20:23 Removing intermediate container 655de90889f9 19:20:23 ---> 1b5cd404a420 19:20:23 Step 21/23 : LABEL arch=x86_64 19:20:23 ---> Running in 50e16dca640a 19:20:23 ---> Running in 29c1d9de5229 19:20:24 Removing intermediate container 29c1d9de5229 19:20:24 ---> 2aeb6ff8f68c 19:20:24 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:20:24 ---> Running in 80e9130b355e 19:20:24 Removing intermediate container 80e9130b355e 19:20:24 ---> dbcc36594e88 19:20:24 Step 23/23 : LABEL version=0.0.0 19:20:24 ---> Running in d77c9ba3951e 19:20:24 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:20:25 Removing intermediate container d77c9ba3951e 19:20:25 ---> 0eace7856037 19:20:25 19:20:25 Successfully built 0eace7856037 19:20:25 Successfully tagged docker-sys-mgmt-agent-go:latest 19:20:26 25b303627fd3: Pull complete 19:20:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:20:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:20:26 prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container 19:20:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:20:30 $ docker top b9dfce6d77eac37e76f94cb0e09d6e4208425f84a4aa3c648bd48236f70ad5f9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:31 + grep parallel 19:20:31 + docker-compose build --help 19:20:33  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1f2c0644afb6 19:20:33 ---> c904dd4c4ce4 19:20:33 19:20:33 Step 10/22 : FROM alpine:3.12 19:20:33 ---> 13621d1b12d4 19:20:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:20:33 ---> Using cache 19:20:33 ---> dbb7cf399954 19:20:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:20:33 ---> Using cache 19:20:33 ---> c8a5cfd17769 19:20:33 Step 13/22 : ENV APP_PORT=48085 19:20:34 ---> Running in 473411f09eaa 19:20:34 Removing intermediate container 0fa7e3293323 19:20:34 ---> d282769dea69 19:20:34 19:20:34 Step 10/23 : FROM alpine:3.12 19:20:34 ---> 13621d1b12d4 19:20:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:20:34 ---> Using cache 19:20:34 ---> dbb7cf399954 19:20:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:20:34 ---> Using cache 19:20:34 ---> c8a5cfd17769 19:20:34 Step 13/23 : ENV APP_PORT=48081 19:20:34 Removing intermediate container 473411f09eaa 19:20:34 ---> 1d7481221c4e 19:20:34 Step 14/22 : EXPOSE $APP_PORT 19:20:35 ---> Running in 695ddab5ec03 19:20:35 --parallel Build images in parallel. [Pipeline] } 19:20:35 $ docker stop --time=1 b9dfce6d77eac37e76f94cb0e09d6e4208425f84a4aa3c648bd48236f70ad5f9 19:20:36 ---> Running in e673de0972fa 19:20:36 Removing intermediate container 695ddab5ec03 19:20:36 ---> dde7b82e1ffa 19:20:36 Step 14/23 : EXPOSE $APP_PORT 19:20:37 $ docker rm -f b9dfce6d77eac37e76f94cb0e09d6e4208425f84a4aa3c648bd48236f70ad5f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:20:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:20:38 . 19:20:38 ---> Running in b05a4e4ce315 19:20:38 Removing intermediate container e673de0972fa 19:20:38 ---> eabe779875fc 19:20:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:38 Removing intermediate container d3178492783a 19:20:38 ---> a14152c64336 19:20:38 19:20:38 Step 10/31 : FROM alpine:3.12 19:20:38 ---> 13621d1b12d4 19:20:38 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:20:38 ---> Running in 02d9f3b4ab35 [Pipeline] withDockerContainer 19:20:38 prd-ubuntu18.04-docker-arm64-4c-16g-902 does not seem to be running inside a container 19:20:38 Removing intermediate container b05a4e4ce315 19:20:38 ---> e528e725a2d7 19:20:38 Step 15/23 : WORKDIR / 19:20:38 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:20:38 ---> 53789e8e5456 19:20:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:20:38 ---> Running in f2bb76a5a9be 19:20:38 Removing intermediate container 02d9f3b4ab35 19:20:38 ---> e0f3c2f0365c 19:20:38 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:20:38 ---> Running in f6656280afba 19:20:39 Removing intermediate container f2bb76a5a9be 19:20:39 ---> 68dd39ce979b 19:20:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:39 ---> 21f05194409a 19:20:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:20:39 ---> e68730409971 19:20:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:20:39 $ docker top a163c0f416a0a33417c304b56ae7952cd55816af56ec56cc763421754daa83d6 -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:40 (1/2) Installing dumb-init (1.2.2-r1) 19:20:40 (2/2) Installing su-exec (0.2-r1) 19:20:40 Executing busybox-1.31.1-r20.trigger 19:20:40 OK: 6 MiB in 16 packages 19:20:40 + docker-compose -f ./docker-compose-build.yml build --parallel 19:20:41 ---> 6e0bac15a8f6 19:20:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:20:41 ---> 37ee96539c5e 19:20:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:20:41 ---> Running in d4b4165f21e3 19:20:42 ---> 2c9a3aeb8faf 19:20:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:20:42 Removing intermediate container f6656280afba 19:20:42 ---> 4031323c2c93 19:20:42 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:20:42 ---> Running in 076af110f460 19:20:42 ---> Running in ddc3b7df108e 19:20:42 Removing intermediate container d4b4165f21e3 19:20:42 ---> 815d374b56eb 19:20:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:42 Removing intermediate container 076af110f460 19:20:42 ---> fbd2ea014ffc 19:20:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:42 ---> Running in 9654e71bae00 19:20:43 Removing intermediate container ddc3b7df108e 19:20:43 ---> 6aed0df10563 19:20:43 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:20:43 ---> Running in 45c5f6416925 19:20:43 ---> Running in dc275c24c107 19:20:43 Removing intermediate container 9654e71bae00 19:20:43 ---> 58b232a96ce5 19:20:43 Step 20/22 : LABEL arch=x86_64 19:20:43 Removing intermediate container 45c5f6416925 19:20:43 ---> 856690620dcb 19:20:43 Step 21/23 : LABEL arch=x86_64 19:20:43 ---> Running in 0a974c4f1699 19:20:44 ---> Running in 2a572d406cc1 19:20:44 Removing intermediate container dc275c24c107 19:20:44 ---> f9b6ef89bf7d 19:20:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:20:44 Building docker-core-command-go ... 19:20:44 Building docker-core-data-go ... 19:20:44 Building docker-core-metadata-go ... 19:20:44 Building docker-security-bootstrapper-go ... 19:20:44 Building docker-security-proxy-setup-go ... 19:20:44 Building docker-security-secretstore-setup-go ... 19:20:44 Building docker-support-notifications-go ... 19:20:44 Building docker-support-scheduler-go ... 19:20:44 Building docker-sys-mgmt-agent-go ... 19:20:44 Building docker-support-scheduler-go 19:20:44 Building docker-security-bootstrapper-go 19:20:44 Building docker-core-data-go 19:20:44 Building docker-support-notifications-go 19:20:44 Building docker-security-secretstore-setup-go 19:20:44 Removing intermediate container 0a974c4f1699 19:20:44 ---> 0e134b40ad98 19:20:44 Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:20:44 ---> Running in d8c5f0433f7b 19:20:44 ---> Running in 8a3d13651b29 19:20:44 Removing intermediate container 2a572d406cc1 19:20:44 ---> b87cdc709940 19:20:44 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:20:44 ---> Running in e1901fb7d8ea 19:20:44 Removing intermediate container 8a3d13651b29 19:20:44 ---> b282910c9332 19:20:44 Step 22/22 : LABEL version=0.0.0 19:20:44 ---> Running in 9df568dde18a 19:20:44 Removing intermediate container e1901fb7d8ea 19:20:44 ---> 7667b1a87c64 19:20:44 Step 23/23 : LABEL version=0.0.0 19:20:45 ---> Running in d689bbe56391 19:20:45 Removing intermediate container 9df568dde18a 19:20:45 ---> 7e0a70f81067 19:20:45 19:20:45 Removing intermediate container d689bbe56391 19:20:45 ---> 88dae60d7685 19:20:45 19:20:45 Successfully built 7e0a70f81067 19:20:45 Successfully built 88dae60d7685 19:20:45 Successfully tagged docker-support-scheduler-go:latest 19:20:45  Building docker-support-scheduler-go ... done Successfully tagged docker-core-metadata-go:latest 19:20:46  Building docker-core-metadata-go ... done Removing intermediate container d8c5f0433f7b 19:20:46 ---> 4bb25a901543 19:20:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:20:46 ---> Running in b9e6f913d4d2 19:20:47 Removing intermediate container b9e6f913d4d2 19:20:47 ---> 9e2504857404 19:20:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:20:48 ---> da4ccf6f0b62 19:20:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:20:48 ---> Running in ea850e4f5556 19:20:50 Removing intermediate container ea850e4f5556 19:20:50 ---> d623ed8300ed 19:20:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:52 Removing intermediate container 50e16dca640a 19:20:52 ---> e3bee79ada17 19:20:52 19:20:52 Step 10/23 : FROM alpine:3.12 19:20:52 ---> 13621d1b12d4 19:20:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:20:52 ---> 41e289333f2d 19:20:52 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:20:52 ---> Running in 5911c891439b 19:20:52 Removing intermediate container 5911c891439b 19:20:52 ---> d7ee546c5839 19:20:52 Step 12/23 : ENV APP_PORT=48080 19:20:52 ---> Running in 6a4b68f9126a 19:20:52 ---> 3c2e6fd70545 19:20:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:20:53 Removing intermediate container 6a4b68f9126a 19:20:53 ---> 96c3aada0ab8 19:20:53 Step 13/23 : EXPOSE $APP_PORT 19:20:53 ---> Running in 31f08589ff3f 19:20:53 ---> 9ce10e5e2402 19:20:53 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:20:53 Removing intermediate container 31f08589ff3f 19:20:53 ---> 736f315baa19 19:20:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:53 ---> Running in 82d01e2418de 19:20:53 ---> 3ab7ce052a6f 19:20:53 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:20:53 ---> 4b7d00e3b9f7 19:20:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:20:54 ---> Running in 05ecddf11934 19:20:54 Removing intermediate container 05ecddf11934 19:20:54 ---> bb5fd21e9af0 19:20:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:20:54 Removing intermediate container 82d01e2418de 19:20:54 ---> 390b25091a12 19:20:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:20:54 ---> Running in 636629cd78ab 19:20:54 ---> 50eba8169edb 19:20:54 Step 26/31 : RUN chmod +x /entrypoint.sh 19:20:54 ---> Running in 4c029a0791d7 19:20:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:55 Removing intermediate container 4c029a0791d7 19:20:55 ---> f87583e6921b 19:20:55 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:20:55 ---> Running in 84e98b0c597a 19:20:55 Removing intermediate container 84e98b0c597a 19:20:55 ---> 97596f2e3f9b 19:20:55 Step 28/31 : CMD ["gate"] 19:20:56 (1/6) Installing dumb-init (1.2.2-r1) 19:20:56 ---> Running in 7446a1fe9eb1 19:20:56 (2/6) Installing libgcc (9.3.0-r2) 19:20:56 (3/6) Installing libsodium (1.0.18-r0) 19:20:56 Removing intermediate container 7446a1fe9eb1 19:20:56 ---> 07a3902ef619 19:20:56 Step 29/31 : LABEL arch=x86_64 19:20:56 (4/6) Installing libstdc++ (9.3.0-r2) 19:20:56 ---> Running in b65ed117b8a4 19:20:56 Removing intermediate container b65ed117b8a4 19:20:56 ---> e5bb82131696 19:20:56 Step 30/31 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:20:56 ---> Running in 41ac9c414c24 19:20:57 Removing intermediate container 41ac9c414c24 19:20:57 ---> 7d93669468eb 19:20:57 Step 31/31 : LABEL version=0.0.0 19:20:57 ---> Running in 40d3636d2f62 19:20:57 (5/6) Installing libzmq (4.3.3-r0) 19:20:57 (6/6) Installing zeromq (4.3.3-r0) 19:20:57 Removing intermediate container 40d3636d2f62 19:20:57 ---> dfb870d4b026 19:20:57 19:20:57 Executing busybox-1.31.1-r20.trigger 19:20:57 OK: 8 MiB in 20 packages 19:20:57 Successfully built dfb870d4b026 19:20:57 Successfully tagged docker-security-bootstrapper-go:latest 19:20:57  Building docker-security-bootstrapper-go ... done Removing intermediate container 636629cd78ab 19:20:57 ---> 5541bbccfa8e 19:20:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:58 ---> 1fc2b02dc181 19:20:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:20:58 ---> d03bff233199 19:20:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:20:58 ---> 98811df70aa4 19:20:58 Step 19/23 : ENTRYPOINT ["/core-data"] 19:20:58 ---> Running in 0f5c28028c68 19:20:59 Removing intermediate container 0f5c28028c68 19:20:59 ---> dc14c167c291 19:20:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:59 ---> Running in 5431879fec58 19:20:59 Removing intermediate container 5431879fec58 19:20:59 ---> 11b0c7abd733 19:20:59 Step 21/23 : LABEL arch=x86_64 19:20:59 ---> Running in 27066ad78880 19:20:59 Removing intermediate container 27066ad78880 19:20:59 ---> d2354b83f8fa 19:20:59 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:20:59 ---> Running in a2764ed24ab6 19:21:00 Removing intermediate container a2764ed24ab6 19:21:00 ---> d65baa9f6873 19:21:00 Step 23/23 : LABEL version=0.0.0 19:21:00 ---> Running in 2a6aaaad1bc3 19:21:00 Removing intermediate container 2a6aaaad1bc3 19:21:00 ---> 671d6630040d 19:21:00 19:21:00 Successfully built 671d6630040d 19:21:00 Successfully tagged docker-core-data-go:latest 19:21:01  Building docker-core-data-go ... done  [Pipeline] } 19:21:01 $ docker stop --time=1 59ef18066d2fbfc42b3ad365c68be9c9b710722a7a97c2c450bdca00a8f15400 19:21:03 $ docker rm -f 59ef18066d2fbfc42b3ad365c68be9c9b710722a7a97c2c450bdca00a8f15400 [Pipeline] // withDockerContainer [Pipeline] sh 19:21:04 + docker images 19:21:04 + grep docker 19:21:04 docker-core-data-go latest 671d6630040d 5 seconds ago 22.9MB 19:21:04 docker-security-bootstrapper-go latest dfb870d4b026 7 seconds ago 19.3MB 19:21:04 docker-core-metadata-go latest 88dae60d7685 19 seconds ago 19.2MB 19:21:04 docker-support-scheduler-go latest 7e0a70f81067 19 seconds ago 17.7MB 19:21:04 docker-sys-mgmt-agent-go latest 0eace7856037 40 seconds ago 312MB 19:21:04 docker-security-secretstore-setup-go latest a958ce3ba3bb 2 minutes ago 26.3MB 19:21:04 docker-support-notifications-go latest dc607abca0f0 2 minutes ago 18.2MB 19:21:04 docker-core-command-go latest 690891c1c427 2 minutes ago 17.5MB 19:21:04 docker-security-proxy-setup-go latest 0b5d89e7a0ec 2 minutes ago 26MB 19:21:04 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:21:04 Running on prd-ubuntu18.04-docker-8c-8g-891 in /w/workspace/edgexfoundry_edgex-go_PR-3372 [Pipeline] { [Pipeline] ws 19:21:04 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 19:21:07 using credential edgex-jenkins-ssh 19:21:07 Cloning the remote Git repository 19:21:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:21:07 > git init /w/workspace/edgex-go/5 # timeout=10 19:21:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:21:07 > git --version # timeout=10 19:21:07 > git --version # 'git version 2.17.1' 19:21:07 using GIT_SSH to set credentials SSH Credentials for GitHub 19:21:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:21:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:21:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:21:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:21:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:21:19 using GIT_SSH to set credentials SSH Credentials for GitHub 19:21:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3372/head:refs/remotes/origin/PR-3372 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:21:19 Merging remotes/origin/master commit f0b9a2565c35e3e793117cba23215fdd88b3162c into PR head commit 105a09adc1e1b7b08d6001329a64af964d39cb96 19:21:19 Merge succeeded, producing 105a09adc1e1b7b08d6001329a64af964d39cb96 19:21:19 Checking out Revision 105a09adc1e1b7b08d6001329a64af964d39cb96 (PR-3372) 19:21:19 > git config core.sparsecheckout # timeout=10 19:21:19 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 19:21:19 > git remote # timeout=10 19:21:19 > git config --get remote.origin.url # timeout=10 19:21:19 using GIT_SSH to set credentials SSH Credentials for GitHub 19:21:19 > git merge f0b9a2565c35e3e793117cba23215fdd88b3162c # timeout=10 19:21:19 > git rev-parse HEAD^{commit} # timeout=10 19:21:19 > git config core.sparsecheckout # timeout=10 19:21:19 > git checkout -f 105a09adc1e1b7b08d6001329a64af964d39cb96 # timeout=10 19:21:23 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:21:24 + echo snap-build.sh 19:21:24 snap-build.sh 19:21:24 + SNAP_BASE_DIR=. 19:21:24 + '[' '!' -z /w/workspace/edgex-go/5 ']' 19:21:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 19:21:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 19:21:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 19:21:24 + cd /w/workspace/edgex-go/5 19:21:24 + sudo apt-get remove -qy --purge lxd lxd-client 19:21:24 Reading package lists... 19:21:24 Building dependency tree... 19:21:24 Reading state information... 19:21:24 The following packages were automatically installed and are no longer required: 19:21:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:21:24 uidmap xdelta3 19:21:24 Use 'sudo apt autoremove' to remove them. 19:21:24 The following packages will be REMOVED: 19:21:24 lxd* lxd-client* 19:21:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:21:25 After this operation, 31.7 MB disk space will be freed. 19:21:26 (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:21:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:21:27 Removing lxd dnsmasq configuration 19:21:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:21:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:22:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:22:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:22:05 ---> 8488c351e2a9 19:22:05 Step 3/31 : WORKDIR /edgex-go 19:22:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:22:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:22:05 ---> 8488c351e2a9 19:22:05 Step 3/24 : WORKDIR /edgex-go 19:22:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:22:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:22:05 ---> 8488c351e2a9 19:22:05 Step 3/22 : WORKDIR /edgex-go 19:22:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:22:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:22:05 ---> 8488c351e2a9 19:22:05 Step 3/22 : WORKDIR /edgex-go 19:22:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:22:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:22:05 ---> 8488c351e2a9 19:22:05 Step 3/23 : WORKDIR /edgex-go 19:22:05 ---> Running in 62cbe8828388 19:22:05 ---> Running in b58e11690f01 19:22:05 ---> Running in 2c652a67a79b 19:22:05 ---> Running in 1507d659d4dc 19:22:05 ---> Running in 812bde125cd8 19:22:05 Removing intermediate container 2c652a67a79b 19:22:05 Removing intermediate container 62cbe8828388 19:22:05 ---> 5a718cb744af 19:22:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 496bc3d438c7 19:22:05 19:22:05 Removing intermediate container b58e11690f01 19:22:05 ---> 8a51b940cbee 19:22:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:05 19:22:05 Removing intermediate container 812bde125cd8 19:22:05 ---> 57fb4697083b 19:22:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:05 Removing intermediate container 1507d659d4dc 19:22:05 ---> 1a035a2a2389 19:22:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:22:05 ---> Running in c8f07de0251c 19:22:05 ---> Running in 763bd614d82f 19:22:05 ---> Running in eb9baeebf84f 19:22:05 ---> Running in 38883b0753d6 19:22:05 ---> Running in cdab3d2a9db7 19:22:05 Removing intermediate container c8f07de0251c 19:22:05 ---> a74c25ba1ec2 19:22:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:22:05 Removing intermediate container 38883b0753d6 19:22:05 ---> 10f9770bbdb0 19:22:05 Step 5/22 : RUN apk add --update --no-cache make git 19:22:05 Removing intermediate container 763bd614d82f 19:22:05 ---> 893eb04b16f8 19:22:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:22:05 ---> Running in 67bb05d65589 19:22:05 ---> Running in 3ca88d9f2881 19:22:05 ---> Running in e9056c33ca15 19:22:06 Removing intermediate container eb9baeebf84f 19:22:06 ---> cfb1ab87bf9e 19:22:06 Step 5/31 : RUN apk add --update --no-cache make git 19:22:06 Removing intermediate container cdab3d2a9db7 19:22:06 ---> 138e96a30eb2 19:22:06 Step 5/24 : RUN apk add --update --no-cache make git 19:22:06 ---> Running in c09ae2d35b1d 19:22:06 ---> Running in 5edd7bacbabd 19:22:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:22:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:22:09 OK: 217 MiB in 51 packages 19:22:09 OK: 217 MiB in 51 packages 19:22:09 OK: 217 MiB in 51 packages 19:22:10 OK: 217 MiB in 51 packages 19:22:10 OK: 217 MiB in 51 packages 19:22:11 Removing intermediate container 67bb05d65589 19:22:11 ---> 657148206050 19:22:11 Step 6/22 : COPY go.mod . 19:22:11 Removing intermediate container e9056c33ca15 19:22:11 ---> 307bbfa476a7 19:22:11 Step 6/23 : COPY go.mod . 19:22:12 Removing intermediate container 3ca88d9f2881 19:22:12 ---> 97481128fe31 19:22:12 Step 6/22 : COPY go.mod . 19:22:12 Removing intermediate container c09ae2d35b1d 19:22:12 ---> 505adf8ed12b 19:22:12 Step 6/31 : COPY go.mod . 19:22:12 Removing intermediate container 5edd7bacbabd 19:22:12 ---> baa49eb5a480 19:22:12 Step 6/24 : COPY go.mod . 19:22:12 ---> 98109b7fdb9a 19:22:12 Step 7/22 : RUN go mod download 19:22:12 ---> 59c1d913bd84 19:22:12 Step 7/23 : RUN go mod download 19:22:12 ---> Running in 35dfb1056bd3 19:22:12 ---> Running in d9fe05e9819d 19:22:13 ---> 4e6360187bf6 19:22:13 Step 7/22 : RUN go mod download 19:22:13 ---> a0c6a8c03ca4 19:22:13 Step 7/31 : RUN go mod download 19:22:13 ---> c8b3377187b4 19:22:13 Step 7/24 : RUN go mod download 19:22:13 ---> Running in b35017b75e42 19:22:13 ---> Running in a0b10f6d5ac0 19:22:13 ---> Running in 1783b271a056 19:22:17 Removing intermediate container 35dfb1056bd3 19:22:17 ---> 60b6ea26d425 19:22:17 Step 8/23 : COPY . . 19:22:17 Removing intermediate container d9fe05e9819d 19:22:17 ---> bcaf56ff9ab7 19:22:17 Step 8/22 : COPY . . 19:22:17 Removing intermediate container b35017b75e42 19:22:17 ---> fb23e08cf4c4 19:22:17 Step 8/22 : COPY . . 19:22:18 Removing intermediate container a0b10f6d5ac0 19:22:18 ---> 21f3dc402eb7 19:22:18 Step 8/31 : COPY . . 19:22:18 Removing intermediate container 1783b271a056 19:22:18 ---> 0789c2edfd8f 19:22:18 Step 8/24 : COPY . . 19:22:35 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:22:35 (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:22:35 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:22:35 Processing triggers for systemd (237-3ubuntu10.42) ... 19:22:35 Processing triggers for ureadahead (0.100.0-21) ... 19:22:35 + sudo snap remove --purge lxd 19:22:35 snap "lxd" is not installed 19:22:35 + sudo groupadd --force --system lxd 19:22:35 ++ whoami 19:22:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:22:35 + newgrp - lxd 19:22:35 + sudo snap install lxd 19:22:43 2021-04-19T19:22:41Z INFO Waiting for automatic snapd restart... 19:22:45 ---> 739e72409e55 19:22:45 Step 9/23 : RUN make cmd/core-data/core-data 19:22:45 ---> b176591558ab 19:22:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:22:45 ---> 202dcae77bd4 19:22:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:22:45 ---> 68f3fa16a083 19:22:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:22:45 ---> Running in 64e5ac534739 19:22:45 ---> 8d2f643f52dd 19:22:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:22:45 ---> Running in 525d32516548 19:22:45 ---> Running in 0a36754be8c7 19:22:45 ---> Running in d0d9221c3c64 19:22:45 ---> Running in db62d8bc4759 19:22:45 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:22:45 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:22:45 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:22:45 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:22:45 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:22:55 lxd 4.13 from Canonical* installed 19:22:55 + sudo lxd init --auto 19:23:03 + sudo snap install --classic snapcraft 19:23:09 snapcraft 4.6.2 from Canonical* installed 19:23:09 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:23:09 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:23:09 % Total % Received % Xferd Average Speed Time Time Time Current 19:23:09 Dload Upload Total Spent Left Speed 19:23:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5056 0 --:--:-- --:--:-- --:--:-- 5097 19:23:09 26 3325k 26 896k 0 0 2230k 0 0:00:01 --:--:-- 0:00:01 2230k 100 3325k 100 3325k 0 0 6623k 0 --:--:-- --:--:-- --:--:-- 23.9M 19:23:09 ./yq_linux_amd64 19:23:09 + sudo snapcraft prime --use-lxd 19:23:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:23:11 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:23:11 - README.md 19:23:11 19:23:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:23:12 Launching a container. 19:23:24 Waiting for container to be ready 19:23:24 To start your first instance, try: lxc launch ubuntu:18.04 19:23:24 19:23:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:23:27 Waiting for network to be ready... 19:23:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:23:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 19:23:28 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:23:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 19:23:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:23:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:23:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 19:23:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 19:23:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 19:23:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 19:23:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:23:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:23:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:23:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:23:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:23:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:23:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:23:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:23:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:23:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 19:23:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 19:23:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:23:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:23:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 19:23:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 19:23:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 19:23:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 19:23:33 Fetched 24.4 MB in 5s (4683 kB/s) 19:23:34 Reading package lists... 19:23:34 Reading package lists... 19:23:34 Building dependency tree... 19:23:34 Reading state information... 19:23:35 The following additional packages will be installed: 19:23:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:23:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:23:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:23:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:23:35 Suggested packages: 19:23:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:23:35 Recommended packages: 19:23:35 gnupg libsasl2-modules 19:23:35 The following NEW packages will be installed: 19:23:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:23:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:23:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:23:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:23:35 The following packages will be upgraded: 19:23:35 gpg gpg-agent gpgconf libudev1 19:23:35 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 19:23:35 Need to get 3529 kB of archives. 19:23:35 After this operation, 13.3 MB of additional disk space will be used. 19:23:35 Get:1 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:23:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 19:23:35 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:23:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:23:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:23:35 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 19:23:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:23:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:23:36 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:23:36 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:23:36 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:23:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:23:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:23:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:23:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:23:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:23:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:23:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:23:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:23:36 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:23:36 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:23:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:23:36 debconf: delaying package configuration, since apt-utils is not installed 19:23:36 Fetched 3529 kB in 1s (2728 kB/s) 19:23:36 (Reading database ... 12511 files and directories currently installed.) 19:23:36 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 19:23:36 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:23:36 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 19:23:36 Selecting previously unselected package udev. 19:23:36 (Reading database ... 12511 files and directories currently installed.) 19:23:36 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 19:23:37 Unpacking udev (237-3ubuntu10.46) ... 19:23:37 Selecting previously unselected package libfuse2:amd64. 19:23:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:23:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:23:37 Selecting previously unselected package fuse. 19:23:37 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:23:37 Unpacking fuse (2.9.7-1ubuntu1) ... 19:23:37 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:23:37 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:23:37 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:23:37 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:23:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:23:37 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:23:37 Selecting previously unselected package libksba8:amd64. 19:23:37 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:23:37 Unpacking libksba8:amd64 (1.3.5-2) ... 19:23:37 Selecting previously unselected package libroken18-heimdal:amd64. 19:23:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:23:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:23:38 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:38 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:23:38 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:38 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libwind0-heimdal:amd64. 19:23:38 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:38 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:23:38 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:38 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:23:38 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:38 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:23:38 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:38 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:23:38 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:23:38 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:38 Selecting previously unselected package libsasl2-modules-db:amd64. 19:23:38 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:23:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:23:38 Selecting previously unselected package libsasl2-2:amd64. 19:23:38 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:23:38 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:23:38 Selecting previously unselected package libldap-common. 19:23:38 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:23:38 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:23:38 Selecting previously unselected package libldap-2.4-2:amd64. 19:23:38 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:23:38 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:23:39 Selecting previously unselected package dirmngr. 19:23:39 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:23:39 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:23:39 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:23:39 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:23:39 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:23:39 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:23:39 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:23:39 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:23:39 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:39 Setting up libksba8:amd64 (1.3.5-2) ... 19:23:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:23:39 Setting up udev (237-3ubuntu10.46) ... 19:23:40 invoke-rc.d: policy-rc.d denied execution of start. 19:23:40 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Processing triggers for systemd (237-3ubuntu10) ... 19:23:40 Setting up fuse (2.9.7-1ubuntu1) ... 19:23:40 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:23:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:23:40 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:23:40 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:23:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:23:41 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:23:41 settings in the [Install] section, and DefaultInstance for template units). 19:23:41 This means they are not meant to be enabled using systemctl. 19:23:41 Possible reasons for having this kind of units are: 19:23:41 1) A unit may be statically enabled by being symlinked from another unit's 19:23:41 .wants/ or .requires/ directory. 19:23:41 2) A unit's purpose may be to act as a helper for some other unit which has 19:23:41 a requirement dependency on it. 19:23:41 3) A unit may be started when needed via activation (socket, path, timer, 19:23:41 D-Bus, udev, scripted systemctl call, ...). 19:23:41 4) In case of template units, the unit is meant to be enabled with some 19:23:41 instance name specified. 19:23:41 Reading package lists... 19:23:41 Building dependency tree... 19:23:41 Reading state information... 19:23:41 The following additional packages will be installed: 19:23:41 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:23:41 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:23:41 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:23:41 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:23:41 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:23:41 Suggested packages: 19:23:41 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:23:41 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:23:41 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:23:41 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:23:41 systemd-container policykit-1 19:23:41 Recommended packages: 19:23:41 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:23:41 The following NEW packages will be installed: 19:23:41 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:23:41 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:23:41 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:23:41 multiarch-support openssh-client python3 python3-minimal python3.6 19:23:41 python3.6-minimal snapd squashfs-tools sudo 19:23:41 The following packages will be upgraded: 19:23:41 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:23:42 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 19:23:42 Need to get 35.2 MB of archives. 19:23:42 After this operation, 141 MB of additional disk space will be used. 19:23:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 19:23:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:23:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:23:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:23:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 19:23:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:23:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:23:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:23:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:23:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:23:42 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:23:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:23:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:23:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:23:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:23:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:23:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:23:42 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 19:23:42 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 19:23:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 19:23:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:23:43 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:23:43 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:23:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:23:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:23:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:23:43 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:23:43 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:23:43 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:23:43 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:23:43 debconf: delaying package configuration, since apt-utils is not installed 19:23:43 Fetched 35.2 MB in 1s (28.0 MB/s) 19:23:43 (Reading database ... 12757 files and directories currently installed.) 19:23:43 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 19:23:43 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:23:44 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 19:23:44 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:23:44 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 19:23:44 (Reading database ... 12757 files and directories currently installed.) 19:23:44 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 19:23:44 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 19:23:44 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 19:23:45 (Reading database ... 12757 files and directories currently installed.) 19:23:45 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 19:23:45 Unpacking apt (1.6.13) over (1.6.1) ... 19:23:45 Setting up apt (1.6.13) ... 19:23:45 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:23:45 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:23:45 (Reading database ... 12764 files and directories currently installed.) 19:23:45 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:23:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:23:46 Selecting previously unselected package libpython3.6-minimal:amd64. 19:23:46 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:23:46 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:23:46 Selecting previously unselected package libexpat1:amd64. 19:23:46 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:23:46 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:23:46 Selecting previously unselected package python3.6-minimal. 19:23:46 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:23:46 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:23:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 19:23:47 Checking for services that may need to be restarted...done. 19:23:47 Checking for services that may need to be restarted...done. 19:23:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:23:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:23:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:23:47 Selecting previously unselected package python3-minimal. 19:23:47 (Reading database ... 13012 files and directories currently installed.) 19:23:47 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:23:47 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:23:47 Selecting previously unselected package mime-support. 19:23:47 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:23:47 Unpacking mime-support (3.60ubuntu1) ... 19:23:48 Selecting previously unselected package libmpdec2:amd64. 19:23:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:23:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:23:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:23:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:23:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:23:48 Selecting previously unselected package python3.6. 19:23:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:23:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:23:48 Selecting previously unselected package libpython3-stdlib:amd64. 19:23:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:23:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:23:48 Setting up python3-minimal (3.6.7-1~18.04) ... 19:23:48 Selecting previously unselected package python3. 19:23:48 (Reading database ... 13442 files and directories currently installed.) 19:23:48 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:23:48 Unpacking python3 (3.6.7-1~18.04) ... 19:23:48 Selecting previously unselected package multiarch-support. 19:23:48 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:23:48 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:23:48 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:23:49 Selecting previously unselected package liblzo2-2:amd64. 19:23:49 (Reading database ... 13479 files and directories currently installed.) 19:23:49 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:23:49 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:23:49 Selecting previously unselected package libbsd0:amd64. 19:23:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:23:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:23:49 Selecting previously unselected package sudo. 19:23:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:23:49 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:23:49 Selecting previously unselected package apparmor. 19:23:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:23:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:23:49 Selecting previously unselected package libedit2:amd64. 19:23:49 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:23:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:23:49 Selecting previously unselected package libkrb5support0:amd64. 19:23:49 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:23:49 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:23:49 Selecting previously unselected package libk5crypto3:amd64. 19:23:49 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:23:49 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:23:49 Selecting previously unselected package libkeyutils1:amd64. 19:23:49 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:23:49 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:23:50 Selecting previously unselected package libkrb5-3:amd64. 19:23:50 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:23:50 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:23:50 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:23:50 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:23:50 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:23:50 Selecting previously unselected package libssl1.0.0:amd64. 19:23:50 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:23:50 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:23:51 Selecting previously unselected package openssh-client. 19:23:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:23:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:23:51 Selecting previously unselected package squashfs-tools. 19:23:51 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:23:51 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:23:51 Selecting previously unselected package snapd. 19:23:51 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:23:51 Unpacking snapd (2.48.3+18.04) ... 19:23:54 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:23:54 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:23:54 Setting up mime-support (3.60ubuntu1) ... 19:23:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:23:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:23:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:23:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:23:54 Setting up systemd (237-3ubuntu10.46) ... 19:23:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:23:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:23:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:23:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:23:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:23:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:23:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:23:55 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:23:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:23:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:23:56 Setting up python3 (3.6.7-1~18.04) ... 19:23:56 running python rtupdate hooks for python3.6... 19:23:56 running python post-rtupdate hooks for python3.6... 19:23:56 Setting up apparmor (2.12-4ubuntu5.1) ... 19:23:57 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:23:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:23:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:23:58 Setting up snapd (2.48.3+18.04) ... 19:23:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:23:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:23:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:23:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:23:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:23:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:23:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:23:59 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:24:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:24:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:24:00 /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:24:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:24:00 Processing triggers for systemd (237-3ubuntu10.46) ... 19:24:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:24:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:24:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:24:03 Reading package lists... 19:24:03 Reading package lists... 19:24:03 Building dependency tree... 19:24:03 Reading state information... 19:24:04 Calculating upgrade... 19:24:04 The following packages will be upgraded: 19:24:04 advancecomp base-files bash binutils binutils-common 19:24:04 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:24:04 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:24:04 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:24:04 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:24:04 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:24:04 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:24:04 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 19:24:04 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 19:24:04 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 19:24:04 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 19:24:04 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 19:24:04 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 19:24:04 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 19:24:04 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:24:04 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:24:04 Need to get 64.0 MB of archives. 19:24:04 After this operation, 5034 kB of additional disk space will be used. 19:24:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 19:24:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:24:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:24:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:24:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:24:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:24:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:24:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:24:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:24:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:24:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:24:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:24:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:24:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:24:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:24:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:24:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:24:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:24:04 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:24:04 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:24:04 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:24:04 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:24:04 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:24:04 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:24:04 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:24:04 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:24:04 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:24:04 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:24:04 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:24:04 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:24:04 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:24:04 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:24:04 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:24:04 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:24:04 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:24:04 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:24:04 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 19:24:04 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 19:24:04 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:24:04 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:24:04 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 19:24:04 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:24:04 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:24:04 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:24:04 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:24:04 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:24:04 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:24:04 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:24:04 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:24:04 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:24:04 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:24:04 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:24:04 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:24:04 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:24:04 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:24:04 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:24:04 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:24:05 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:24:05 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:24:05 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:24:05 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:24:05 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:24:05 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:24:05 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:24:05 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:24:05 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:24:05 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:24:05 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:24:05 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:24:05 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:24:05 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:24:05 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:24:05 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:24:05 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:24:05 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:24:05 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:24:05 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:24:05 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:24:05 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:24:05 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:24:05 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:24:05 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:24:05 Get:83 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:24:05 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:24:05 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 19:24:05 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:24:05 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:24:05 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:24:05 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:24:05 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:24:05 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 19:24:05 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 19:24:05 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:24:05 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:24:05 Get:95 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:24:05 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:24:05 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:24:05 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:24:05 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:24:05 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:24:05 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:24:06 debconf: delaying package configuration, since apt-utils is not installed 19:24:06 Fetched 64.0 MB in 2s (36.9 MB/s) 19:24:06 (Reading database ... 13912 files and directories currently installed.) 19:24:06 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:24:06 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:06 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:24:06 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:06 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 19:24:06 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 19:24:07 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:07 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:07 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:07 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:07 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:08 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:08 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:08 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:08 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:08 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:08 (Reading database ... 13911 files and directories currently installed.) 19:24:08 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:24:08 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:24:08 (Reading database ... 13911 files and directories currently installed.) 19:24:08 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:08 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:08 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:08 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:09 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:09 (Reading database ... 13911 files and directories currently installed.) 19:24:09 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:24:09 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:09 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:24:09 (Reading database ... 13911 files and directories currently installed.) 19:24:09 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:24:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:24:10 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:24:10 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:24:10 Setting up base-files (10.1ubuntu2.10) ... 19:24:10 Installing new version of config file /etc/issue ... 19:24:10 Installing new version of config file /etc/issue.net ... 19:24:10 Installing new version of config file /etc/lsb-release ... 19:24:10 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:24:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:24:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:24:10 Removing obsolete conffile /etc/default/motd-news ... 19:24:11 (Reading database ... 13912 files and directories currently installed.) 19:24:11 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:24:11 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:24:11 Setting up bash (4.4.18-2ubuntu1.2) ... 19:24:11 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:24:11 (Reading database ... 13912 files and directories currently installed.) 19:24:11 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:11 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:24:11 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:24:11 (Reading database ... 13912 files and directories currently installed.) 19:24:11 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:24:11 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:24:11 Setting up tar (1.29b-2ubuntu0.2) ... 19:24:12 (Reading database ... 13912 files and directories currently installed.) 19:24:12 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:24:12 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:24:12 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:24:12 (Reading database ... 13912 files and directories currently installed.) 19:24:12 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:24:12 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:24:12 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:24:12 (Reading database ... 13912 files and directories currently installed.) 19:24:12 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:24:12 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:24:12 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:24:12 (Reading database ... 13912 files and directories currently installed.) 19:24:12 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:24:13 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:24:13 Setting up grep (3.1-2build1) ... 19:24:13 (Reading database ... 13912 files and directories currently installed.) 19:24:13 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:24:13 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:24:13 Setting up login (1:4.5-1ubuntu2) ... 19:24:13 (Reading database ... 13912 files and directories currently installed.) 19:24:13 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:13 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:13 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:24:13 (Reading database ... 13912 files and directories currently installed.) 19:24:13 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:24:13 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:14 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:24:14 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:14 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:24:14 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:15 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:24:15 (Reading database ... 13912 files and directories currently installed.) 19:24:15 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:24:15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:16 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:24:16 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:24:16 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:24:16 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:24:16 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:24:16 (Reading database ... 13912 files and directories currently installed.) 19:24:16 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:24:16 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:24:17 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:24:17 (Reading database ... 13912 files and directories currently installed.) 19:24:17 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:17 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:17 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:17 (Reading database ... 13912 files and directories currently installed.) 19:24:17 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:17 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:17 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:17 (Reading database ... 13912 files and directories currently installed.) 19:24:17 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:17 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:17 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:17 (Reading database ... 13912 files and directories currently installed.) 19:24:17 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:17 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:18 (Reading database ... 13912 files and directories currently installed.) 19:24:18 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:18 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:18 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:18 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:18 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:24:18 (Reading database ... 13912 files and directories currently installed.) 19:24:18 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:18 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:18 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:24:18 (Reading database ... 13912 files and directories currently installed.) 19:24:18 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:18 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:18 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:19 (Reading database ... 13912 files and directories currently installed.) 19:24:19 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:19 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:19 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:24:19 (Reading database ... 13912 files and directories currently installed.) 19:24:19 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:19 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:24:20 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:24:20 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:24:20 (Reading database ... 13912 files and directories currently installed.) 19:24:20 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:24:20 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:20 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:24:20 (Reading database ... 13912 files and directories currently installed.) 19:24:20 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:24:20 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:24:21 (Reading database ... 13914 files and directories currently installed.) 19:24:21 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:24:21 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:24:21 Setting up debconf (1.5.66ubuntu1) ... 19:24:21 (Reading database ... 13914 files and directories currently installed.) 19:24:21 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:24:21 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:24:21 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:24:22 (Reading database ... 13914 files and directories currently installed.) 19:24:22 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:24:22 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:24:22 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:24:22 (Reading database ... 13914 files and directories currently installed.) 19:24:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:24:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:24:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:24:22 (Reading database ... 13914 files and directories currently installed.) 19:24:22 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:24:22 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:24:22 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:24:22 (Reading database ... 13914 files and directories currently installed.) 19:24:22 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:24:22 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:24:22 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:24:23 (Reading database ... 13914 files and directories currently installed.) 19:24:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 19:24:23 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 19:24:23 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:24:23 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:24:23 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:24:23 (Reading database ... 13914 files and directories currently installed.) 19:24:23 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:24:23 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:24:23 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:24:23 (Reading database ... 13914 files and directories currently installed.) 19:24:23 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:24:23 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:24: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:24:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:24:24 (Reading database ... 13914 files and directories currently installed.) 19:24:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:24:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:24:24 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:24:24 (Reading database ... 13914 files and directories currently installed.) 19:24:24 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:24:24 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:24:24 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:24:24 (Reading database ... 13914 files and directories currently installed.) 19:24:24 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:24:24 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:24:25 Setting up passwd (1:4.5-1ubuntu2) ... 19:24:25 (Reading database ... 13914 files and directories currently installed.) 19:24:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:24:25 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:24:25 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:24:25 (Reading database ... 13914 files and directories currently installed.) 19:24:25 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 19:24:25 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 19:24:25 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 19:24:25 (Reading database ... 13914 files and directories currently installed.) 19:24:25 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 19:24:25 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 19:24:25 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 19:24:25 (Reading database ... 13914 files and directories currently installed.) 19:24:25 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:24:25 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:24:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:24:26 (Reading database ... 13914 files and directories currently installed.) 19:24:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:24:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:24:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:24:26 (Reading database ... 13914 files and directories currently installed.) 19:24:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:24:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:24:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:24:26 (Reading database ... 13914 files and directories currently installed.) 19:24:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:24:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:24:26 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:24:26 (Reading database ... 13914 files and directories currently installed.) 19:24:26 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 19:24:26 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 19:24:26 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 19:24:27 (Reading database ... 13914 files and directories currently installed.) 19:24:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 19:24:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 19:24:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 19:24:27 (Reading database ... 13915 files and directories currently installed.) 19:24:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:24:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:24:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:24:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:24:27 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:24:27 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:24:28 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:24:28 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:24:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:24:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:24:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:24:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:24:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:24:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:24:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:24:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:24:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:24:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:24:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:24:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:24:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:24:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:24:29 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:24:29 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:24:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:24:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:24:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:24:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:24:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:24:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:24:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:24:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:24:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:24:30 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:24:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:24:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:24:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:24:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:24:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:24:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:24:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:24:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:24:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:24:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:24:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:24:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:24:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:24:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:24:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:24:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:24:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:24:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:24:36 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:24:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:24:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:24:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:24:37 19:24:37 Current default time zone: 'Etc/UTC' 19:24:37 Local time is now: Mon Apr 19 19:24:37 UTC 2021. 19:24:37 Universal Time is now: Mon Apr 19 19:24:37 UTC 2021. 19:24:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:24:37 19:24:37 Setting up systemd-sysv (237-3ubuntu10.46) ... 19:24:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:37 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 19:24:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:24:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:24:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:24:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:24:37 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:24:37 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:24:37 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:24:37 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:37 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:24:37 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:24:37 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:24:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:38 Setting up patch (2.7.6-2ubuntu1.1) ... 19:24:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:24:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:24:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 19:24:38 Installing new version of config file /etc/ssl/openssl.cnf ... 19:24:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:24:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:24:38 Setting up ca-certificates (20210119~18.04.1) ... 19:24:38 Removing intermediate container db62d8bc4759 19:24:38 ---> dc6af8a92780 19:24:38 19:24:38 Step 10/31 : FROM alpine:3.12 19:24:38 3.12: Pulling from library/alpine 19:24:39 Updating certificates in /etc/ssl/certs... 19:24:40 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 19:24:40 Status: Downloaded newer image for alpine:3.12 19:24:40 ---> 9852663dfa18 19:24:40 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:24:40 23 added, 27 removed; done. 19:24:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:24:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:24:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:24:40 Setting up pkgbinarymangler (138.18.04.1) ... 19:24:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:24:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up perl (5.26.1-6ubuntu0.5) ... 19:24:40 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:24:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:24:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:24:40 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:24:40 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:24:40 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:24:40 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:24:40 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:24:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:24:41 Processing triggers for systemd (237-3ubuntu10.46) ... 19:24:41 Processing triggers for mime-support (3.60ubuntu1) ... 19:24:41 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:24:41 Updating certificates in /etc/ssl/certs... 19:24:41 ---> Running in 2c639e9cfe27 19:24:41 0 added, 0 removed; done. 19:24:41 Running hooks in /etc/ca-certificates/update.d... 19:24:41 done. 19:24:42 Reading package lists... 19:24:42 Removing intermediate container d0d9221c3c64 19:24:42 ---> 6827b41c05ca 19:24:42 19:24:42 Step 10/24 : FROM alpine:3.12 19:24:42 ---> 9852663dfa18 19:24:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:24:42 Removing intermediate container 2c639e9cfe27 19:24:42 ---> 6a57bc33a02e 19:24:42 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:24:42 ---> Running in ff152dc9e4f6 19:24:42 Building dependency tree... 19:24:42 Reading state information... 19:24:42 ---> Running in 8ab9e83a1af5 19:24:42 The following NEW packages will be installed: 19:24:42 apt-transport-https 19:24:43 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:24:43 Need to get 1692 B of archives. 19:24:43 After this operation, 154 kB of additional disk space will be used. 19:24:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 19:24:43 debconf: delaying package configuration, since apt-utils is not installed 19:24:43 Fetched 1692 B in 0s (8555 B/s) 19:24:43 Selecting previously unselected package apt-transport-https. 19:24:43 (Reading database ... 13920 files and directories currently installed.) 19:24:43 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 19:24:43 Unpacking apt-transport-https (1.6.13) ... 19:24:43 Setting up apt-transport-https (1.6.13) ... 19:24:43 Waiting for network to be ready... 19:24:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:46 (1/2) Installing dumb-init (1.2.2-r1) 19:24:46 (2/2) Installing su-exec (0.2-r1) 19:24:46 (1/6) Installing ca-certificates (20191127-r4) 19:24:46 Executing busybox-1.31.1-r20.trigger 19:24:46 OK: 5 MiB in 16 packages 19:24:46 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:24:46 (3/6) Installing libcurl (7.76.1-r0) 19:24:46 (4/6) Installing curl (7.76.1-r0) 19:24:46 (5/6) Installing dumb-init (1.2.2-r1) 19:24:46 (6/6) Installing su-exec (0.2-r1) 19:24:46 Executing busybox-1.31.1-r20.trigger 19:24:46 Executing ca-certificates-20191127-r4.trigger 19:24:47 OK: 7 MiB in 20 packages 19:24:49 Removing intermediate container 8ab9e83a1af5 19:24:49 ---> 57a69939c34b 19:24:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:24:49 ---> Running in a56bdc185d21 19:24:50 2021-04-19T19:24:47Z INFO Waiting for automatic snapd restart... 19:24:50 snapd 2.49.2 from Canonical* installed 19:24:50 Removing intermediate container ff152dc9e4f6 19:24:50 ---> 6d23f1a8a628 19:24:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:24:50 "snapd" switched to the "latest/stable" channel 19:24:50 19:24:50 Removing intermediate container 0a36754be8c7 19:24:50 ---> 5bfb5badf4c8 19:24:50 19:24:50 Step 10/22 : FROM alpine:3.12 19:24:50 ---> 9852663dfa18 19:24:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:24:50 ---> Running in 9480c3933a62 19:24:50 Removing intermediate container a56bdc185d21 19:24:50 ---> 158b0f498ef0 19:24:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:24:50 ---> Running in aebfd21a7b58 19:24:51 ---> Running in c029af484535 19:24:51 Removing intermediate container 525d32516548 19:24:51 ---> 4f84eb97a7ff 19:24:51 19:24:51 Step 10/22 : FROM alpine:3.12 19:24:51 ---> 9852663dfa18 19:24:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:24:51 Removing intermediate container 9480c3933a62 19:24:51 ---> 2eac91431614 19:24:51 Step 13/24 : WORKDIR / 19:24:51 ---> Running in 497b34ab6010 19:24:51 Removing intermediate container c029af484535 19:24:51 ---> bdbda17d10f8 19:24:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:24:51 ---> Running in 3dd209655c3a 19:24:51 ---> Running in c622b05456ec 19:24:52 Removing intermediate container 3dd209655c3a 19:24:52 ---> c2d0522757f7 19:24:52 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:24:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:24:53 (1/2) Installing ca-certificates (20191127-r4) 19:24:53 (2/2) Installing dumb-init (1.2.2-r1) 19:24:53 Executing busybox-1.31.1-r20.trigger 19:24:53 Executing ca-certificates-20191127-r4.trigger 19:24:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:24:54 OK: 6 MiB in 16 packages 19:24:54 ---> 51b9f77de68e 19:24:54 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:24:54 (1/1) Installing dumb-init (1.2.2-r1) 19:24:54 Executing busybox-1.31.1-r20.trigger 19:24:54 OK: 5 MiB in 15 packages 19:24:54 core18 20210309 from Canonical* installed 19:24:54 "core18" switched to the "latest/stable" channel 19:24:54 19:24:56 Removing intermediate container c622b05456ec 19:24:56 ---> 21bf56a004c4 19:24:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:24:56 ---> ecfde94443dc 19:24:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:24:56 ---> Running in 3a354f52c90c 19:24:57 Removing intermediate container 497b34ab6010 19:24:57 ---> efaf22fa1204 19:24:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:24:57 Removing intermediate container aebfd21a7b58 19:24:57 ---> 1864f19f1cad 19:24:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:24:57 ---> Running in fb3d8aac8684 19:24:57 Removing intermediate container 3a354f52c90c 19:24:57 ---> eb6c78af2f57 19:24:57 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:24:57 ---> cee395e448b3 19:24:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:24:57 ---> Running in 28b7fb445b8b 19:24:58 Removing intermediate container fb3d8aac8684 19:24:58 ---> 5ceb6500a376 19:24:58 Step 13/22 : ENV APP_PORT=48085 19:24:58 ---> Running in fdc19c71cdbe 19:24:58 Removing intermediate container 28b7fb445b8b 19:24:58 ---> 141b3d385ed2 19:24:58 Step 13/22 : ENV APP_PORT=48060 19:24:59 ---> 6056ee14fdb3 19:24:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:24:59 ---> Running in af21cc854923 19:24:59 ---> Running in 9abbdb5a90df 19:24:59 ---> b7bd014ee4ca 19:24:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:24:59 Removing intermediate container fdc19c71cdbe 19:24:59 ---> c5fc32794569 19:24:59 Step 14/22 : EXPOSE $APP_PORT 19:24:59 ---> Running in 600bcc182ef1 19:24:59 Removing intermediate container af21cc854923 19:24:59 ---> 8225694cc3e7 19:24:59 Step 14/22 : EXPOSE $APP_PORT 19:25:00 ---> Running in 9042bbc40992 19:25:00 snapcraft 4.6.2 from Canonical* installed 19:25:00 "snapcraft" switched to the "latest/stable" channel 19:25:00 19:25:00 Removing intermediate container 600bcc182ef1 19:25:00 ---> 2ffc3e77dd50 19:25:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:00 Removing intermediate container 9042bbc40992 19:25:00 ---> e1287bd8e334 19:25:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:01 ---> f04e50ef1b5a 19:25:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:25:01 ---> dc81d74e84c4 19:25:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:25:02 ---> b4f0474c3f75 19:25:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:25:02 ---> ba66b94a6ba0 19:25:02 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:25:03 ---> Running in 22a8cf244ff3 19:25:03 Removing intermediate container 9abbdb5a90df 19:25:03 ---> 238b18bef8d5 19:25:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:03 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:25:03 - README.md 19:25:03 19:25:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:25:04 ---> 83d58cbe6fe3 19:25:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:25:04 ---> cd855202d16f 19:25:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:25:04 ---> 6c07509d7f51 19:25:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:25:05 ---> 99998ff56e50 19:25:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:25:05 ---> da6d7d16422f 19:25:05 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:25:05 ---> Running in deca88f78cc1 19:25:06 ---> Running in 0f21d2dbad20 19:25:06 ---> adba0e49e38c 19:25:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:25:06 Removing intermediate container 64e5ac534739 19:25:06 ---> e44466619483 19:25:06 19:25:06 Step 10/23 : FROM alpine:3.12 19:25:06 ---> 9852663dfa18 19:25:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:25:06 Removing intermediate container deca88f78cc1 19:25:06 ---> c1b96c5822f7 19:25:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:07 Removing intermediate container 22a8cf244ff3 19:25:07 ---> 483e5bc9a957 19:25:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:25:07 ---> Running in bf011258624d 19:25:07 ---> Running in 43974fb7692c 19:25:07 ---> Running in 614b14b70f3f 19:25:07 Removing intermediate container 0f21d2dbad20 19:25:07 ---> 74a7506909f2 19:25:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:07 ---> Running in 00fbd5da5aca 19:25:07 ---> 1b6c6feb4cd2 19:25:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:25:07 Removing intermediate container bf011258624d 19:25:07 ---> 169c3f22c3ef 19:25:07 Step 20/22 : LABEL arch=arm64 19:25:07 Removing intermediate container 43974fb7692c 19:25:07 ---> 322b440171a8 19:25:07 Step 12/23 : ENV APP_PORT=48080 19:25:07 Removing intermediate container 614b14b70f3f 19:25:07 ---> fc464cb88db4 19:25:07 Step 22/24 : LABEL arch=arm64 19:25:08 ---> Running in d8e2af0aa05c 19:25:08 ---> Running in 75378588c741 19:25:08 ---> Running in cf48d0249274 19:25:08 Removing intermediate container 00fbd5da5aca 19:25:08 ---> dcc09f13ac59 19:25:08 Step 20/22 : LABEL arch=arm64 19:25:08 ---> 31c01908960d 19:25:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:25:08 ---> Running in 05a92494a497 19:25:08 Removing intermediate container d8e2af0aa05c 19:25:08 ---> 9d46cf235046 19:25:08 Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:25:08 Removing intermediate container cf48d0249274 19:25:08 ---> a0d1d5c0ef26 19:25:08 Step 13/23 : EXPOSE $APP_PORT 19:25:08 ---> Running in aa41d1f0449d 19:25:08 Removing intermediate container 75378588c741 19:25:08 ---> 9a5376f8ba42 19:25:08 Step 23/24 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:25:09 ---> Running in 3966b3366a6c 19:25:09 Removing intermediate container 05a92494a497 19:25:09 ---> db70bfe95730 19:25:09 Step 21/22 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:25:09 ---> Running in a119f193a387 19:25:09 ---> 9fb66d3aa21c 19:25:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:25:09 ---> Running in 2d36ac5e3af3 19:25:09 Removing intermediate container aa41d1f0449d 19:25:09 ---> a070f0eadf72 19:25:09 Step 22/22 : LABEL version=0.0.0 19:25:09 ---> Running in da9e8bfbfa44 19:25:09 ---> Running in a6947db7de11 19:25:09 Removing intermediate container 3966b3366a6c 19:25:09 ---> afbea0922675 19:25:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:09 Removing intermediate container a119f193a387 19:25:09 ---> 053c9ffb7681 19:25:09 Step 24/24 : LABEL version=0.0.0 19:25:10 ---> Running in 3786c2f178e4 19:25:10 Removing intermediate container 2d36ac5e3af3 19:25:10 ---> 080401d708f5 19:25:10 Step 22/22 : LABEL version=0.0.0 19:25:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:25:10 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:25:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:25:10 ---> Running in 374483fe1e49 19:25:10 ---> Running in 77b7c6e4d44f 19:25:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:25:10 Removing intermediate container a6947db7de11 19:25:10 ---> a778f1c4a7d5 19:25:10 19:25:10 Removing intermediate container da9e8bfbfa44 19:25:10 ---> 188bef53283d 19:25:10 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:25:10 Removing intermediate container 374483fe1e49 19:25:10 ---> 291e05361703 19:25:10 19:25:11 Removing intermediate container 77b7c6e4d44f 19:25:11 ---> 5ede85661b89 19:25:11 19:25:11 Successfully built a778f1c4a7d5 19:25:11 Successfully tagged docker-support-scheduler-go-arm64:latest 19:25:11  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 19:25:11 Successfully built 291e05361703 19:25:11 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:25:11 Building docker-security-proxy-setup-go 19:25:11  Building docker-security-secretstore-setup-go ... done  ---> 345e7a4b970a 19:25:11 Successfully built 5ede85661b89 19:25:11 Step 26/31 : RUN chmod +x /entrypoint.sh 19:25:11 Reading package lists... 19:25:11 Successfully tagged docker-support-notifications-go-arm64:latest 19:25:11  Building docker-support-notifications-go ... done Building docker-core-metadata-go 19:25:12 ---> Running in a674596144af 19:25:12 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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:25:13 Removing intermediate container 3786c2f178e4 19:25:13 ---> ec1b438d2254 19:25:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:25:13 ---> Running in 3ff7cd935d54 19:25:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:14 Removing intermediate container a674596144af 19:25:14 ---> 5b16ddcf7fba 19:25:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:25:15 ---> Running in 9a4da86c194e 19:25:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:16 (1/6) Installing dumb-init (1.2.2-r1) 19:25:16 (2/6) Installing libgcc (9.3.0-r2) 19:25:16 Removing intermediate container 9a4da86c194e 19:25:16 ---> 894116645bdd 19:25:16 Step 28/31 : CMD ["gate"] 19:25:16 (3/6) Installing libsodium (1.0.18-r0) 19:25:16 (4/6) Installing libstdc++ (9.3.0-r2) 19:25:16 (5/6) Installing libzmq (4.3.3-r0) 19:25:16 (6/6) Installing zeromq (4.3.3-r0) 19:25:17 Executing busybox-1.31.1-r20.trigger 19:25:17 OK: 8 MiB in 20 packages 19:25:17 ---> Running in 98631144e872 19:25:18 Removing intermediate container 98631144e872 19:25:18 ---> 488c51d31d5b 19:25:18 Step 29/31 : LABEL arch=arm64 19:25:18 ---> Running in 79fdeeedcb68 19:25:18 Removing intermediate container 3ff7cd935d54 19:25:18 ---> 5a4537db54f6 19:25:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:25:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:25:19 Reading package lists... 19:25:19 Building dependency tree... 19:25:19 Reading state information... 19:25:19 Suggested packages: 19:25:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:25:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:25:19 Recommended packages: 19:25:19 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:25:19 The following NEW packages will be installed: 19:25:19 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:25:19 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:25:19 pkg-config zip 19:25:19 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:25:19 Need to get 7663 kB of archives. 19:25:19 After this operation, 43.8 MB of additional disk space will be used. 19:25:19 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:25:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 19:25:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:25:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:25:19 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:25:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:25:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:25:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:25:19 Removing intermediate container 79fdeeedcb68 19:25:19 ---> 94e6d74243ff 19:25:19 Step 30/31 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:25:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:25:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:25:19 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:25:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:25:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:25:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:25:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:25:19 debconf: delaying package configuration, since apt-utils is not installed 19:25:19 Fetched 7663 kB in 1s (10.5 MB/s) 19:25:19 ---> Running in 1eee7d7cb702 19:25:19 ---> 0bcc8d3bc904 19:25:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:25:19 Selecting previously unselected package libglib2.0-0:amd64. 19:25:19 (Reading database ... 13924 files and directories currently installed.) 19:25:19 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:25:19 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:25:20 Selecting previously unselected package libpsl5:amd64. 19:25:20 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:25:20 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:25:20 Selecting previously unselected package libnghttp2-14:amd64. 19:25:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:25:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:25:20 Selecting previously unselected package librtmp1:amd64. 19:25:20 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:25:20 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:25:20 Selecting previously unselected package libcurl3-gnutls:amd64. 19:25:20 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 19:25:20 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:25:20 Selecting previously unselected package liberror-perl. 19:25:20 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:25:20 Unpacking liberror-perl (0.17025-1) ... 19:25:20 Removing intermediate container 1eee7d7cb702 19:25:20 ---> 21df03ae6994 19:25:20 Step 31/31 : LABEL version=0.0.0 19:25:20 Selecting previously unselected package git-man. 19:25:20 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:25:20 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:25:20 Selecting previously unselected package git. 19:25:20 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:25:20 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:25:20 ---> Running in 3cfd19e3e012 19:25:21 ---> 9cf2065047c0 19:25:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:25:21 Removing intermediate container 3cfd19e3e012 19:25:21 ---> 587cea36e941 19:25:21 19:25:21 Selecting previously unselected package libnorm1:amd64. 19:25:21 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:25:21 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:25:21 Selecting previously unselected package libpgm-5.2-0:amd64. 19:25:21 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:25:21 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:25:21 Selecting previously unselected package libsodium23:amd64. 19:25:21 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:25:21 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:25:21 Successfully built 587cea36e941 19:25:21 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:25:21  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 19:25:22 Selecting previously unselected package libzmq5:amd64. 19:25:22 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:25:22 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:25:22 Selecting previously unselected package libzmq3-dev:amd64. 19:25:22 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:25:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:25:22 ---> b6d14723f811 19:25:22 Step 19/23 : ENTRYPOINT ["/core-data"] 19:25:22 Selecting previously unselected package pkg-config. 19:25:22 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:25:22 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:25:22 Selecting previously unselected package zip. 19:25:22 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:25:22 Unpacking zip (3.0-11build1) ... 19:25:22 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:25:22 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:25:22 ---> Running in 1718a6411985 19:25:22 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:25:22 Setting up liberror-perl (0.17025-1) ... 19:25:22 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:25:22 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:25:22 No schema files found: doing nothing. 19:25:22 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:25:22 Setting up zip (3.0-11build1) ... 19:25:22 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:25:22 Setting up libsodium23:amd64 (1.0.16-2) ... 19:25:22 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:25:22 Removing intermediate container 1718a6411985 19:25:22 ---> 8e6d52d605bd 19:25:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:25:22 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:25:22 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 19:25:22 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:25:22 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:25:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:25:22 ---> Running in dda69fa42b24 19:25:23 Removing intermediate container dda69fa42b24 19:25:23 ---> 9362c63fa07f 19:25:23 Step 21/23 : LABEL arch=arm64 19:25:23 ---> Running in cf5798e138c0 19:25:24 Removing intermediate container cf5798e138c0 19:25:24 ---> d69356a6328e 19:25:24 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:25:25 ---> Running in 158e36284734 19:25:25 Removing intermediate container 158e36284734 19:25:25 ---> a29d813d4e8d 19:25:25 Step 23/23 : LABEL version=0.0.0 19:25:26 ---> Running in 23f5c96def0d 19:25:26 Removing intermediate container 23f5c96def0d 19:25:26 ---> c6ea5462680b 19:25:26 19:25:27 Successfully built c6ea5462680b 19:25:27 Successfully tagged docker-core-data-go-arm64:latest 19:25:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:25:29 git set to automatically installed. 19:25:29 git-man set to automatically installed. 19:25:29 libcurl3-gnutls set to automatically installed. 19:25:29 liberror-perl set to automatically installed. 19:25:29 libglib2.0-0 set to automatically installed. 19:25:29 libnghttp2-14 set to automatically installed. 19:25:29 libnorm1 set to automatically installed. 19:25:29 libpgm-5.2-0 set to automatically installed. 19:25:29 libpsl5 set to automatically installed. 19:25:29 librtmp1 set to automatically installed. 19:25:29 libsodium23 set to automatically installed. 19:25:29 libzmq3-dev set to automatically installed. 19:25:29 libzmq5 set to automatically installed. 19:25:29 pkg-config set to automatically installed. 19:25:29 zip set to automatically installed. 19:25:33 snapd is not logged in, snap install commands will use sudo 19:25:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:25:39 snap "core18" has no updates available 19:25:41 snapd is not logged in, snap install commands will use sudo 19:25:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:26:02 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:26:02 Pulling go-build-helper 19:26:02 + snapcraftctl pull 19:26:03 'app-service-config' has dependencies that need to be staged: go-build-helper 19:26:03 Skipping pull go-build-helper (already ran) 19:26:03 Building go-build-helper 19:26:03 + snapcraftctl build 19:26:05 Staging go-build-helper 19:26:05 + snapcraftctl stage 19:26:14  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:26:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:26:14 ---> 8488c351e2a9 19:26:14 Step 3/23 : WORKDIR /edgex-go 19:26:14 ---> Using cache 19:26:14 ---> 1a035a2a2389 19:26:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:14 ---> Using cache 19:26:14 ---> a74c25ba1ec2 19:26:14 Step 5/23 : RUN apk add --update --no-cache make bash git 19:26:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:26:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:26:14 ---> 8488c351e2a9 19:26:14 Step 3/23 : WORKDIR /edgex-go 19:26:14 ---> Using cache 19:26:14 ---> 1a035a2a2389 19:26:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:14 ---> Using cache 19:26:14 ---> a74c25ba1ec2 19:26:14 Step 5/23 : RUN apk add --update --no-cache make git 19:26:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:26:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:26:14 ---> 8488c351e2a9 19:26:14 Step 3/21 : WORKDIR /edgex-go 19:26:14 ---> Using cache 19:26:14 ---> 1a035a2a2389 19:26:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:14 ---> Using cache 19:26:14 ---> a74c25ba1ec2 19:26:14 Step 5/21 : RUN apk add --update --no-cache make git 19:26:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:26:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:26:14 ---> 8488c351e2a9 19:26:14 Step 3/23 : WORKDIR /edgex-go 19:26:14 ---> Using cache 19:26:14 ---> 1a035a2a2389 19:26:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:26:14 ---> Using cache 19:26:14 ---> a74c25ba1ec2 19:26:14 Step 5/23 : RUN apk add --update --no-cache make git 19:26:14 ---> Running in 817db1d0a8be 19:26:14 ---> Running in 10f60641e948 19:26:14 ---> Running in a2fd9686bd64 19:26:14 ---> Running in ecca111ffb46 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:26:17 OK: 217 MiB in 51 packages 19:26:17 OK: 217 MiB in 51 packages 19:26:17 OK: 217 MiB in 51 packages 19:26:17 OK: 217 MiB in 51 packages 19:26:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:26:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:26:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 19:26:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 19:26:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:26:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:26:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 19:26:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 19:26:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 19:26:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 19:26:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:26:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:26:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:26:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:26:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:26:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:26:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:26:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:26:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:26:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 19:26:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 19:26:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:26:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:26:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 19:26:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 19:26:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 19:26:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 19:26:18 Fetched 24.4 MB in 0s (0 B/s) 19:26:18 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:26:18 Fetched 224 kB in 0s (0 B/s) 19:26:18 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:26:18 Fetched 157 kB in 0s (0 B/s) 19:26:18 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:26:18 Fetched 221 kB in 0s (0 B/s) 19:26:18 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:26:18 Fetched 143 kB in 0s (0 B/s) 19:26:18 Pulling app-service-config 19:26:18 + snapcraftctl pull 19:26:19 Cloning into '/root/parts/app-service-config/src'... 19:26:19 Removing intermediate container 817db1d0a8be 19:26:19 ---> 991a0fb3fc24 19:26:19 Step 6/21 : COPY go.mod . 19:26:19 Pulling config-common 19:26:19 + snapcraftctl pull 19:26:19 Removing intermediate container ecca111ffb46 19:26:19 ---> 00cc7356e0a8 19:26:19 Step 6/23 : COPY go.mod . 19:26:19 Removing intermediate container 10f60641e948 19:26:19 ---> f0ce11a73931 19:26:19 Step 6/23 : COPY go.mod .Removing intermediate container a2fd9686bd64 19:26:19 19:26:19 ---> 9cbd74a00cc9 19:26:19 Step 6/23 : COPY go.mod . 19:26:20 ---> 4c07af744749 19:26:20 Step 7/21 : RUN go mod download 19:26:20 ---> Running in 093fe2d231cf 19:26:20 ---> 08826d10873e 19:26:20 Step 7/23 : RUN go mod download 19:26:20 ---> 474de86ce49e 19:26:20 Step 7/23 : RUN go mod download 19:26:20 ---> Running in bb50d48ca7bf 19:26:21 ---> 0012a7cf271b 19:26:21 Step 7/23 : RUN go mod download 19:26:21 ---> Running in 469b9aed5baf 19:26:21 ---> Running in 5c1ab36b6bf0 19:26:23 Removing intermediate container 093fe2d231cf 19:26:23 ---> 1b2464416153 19:26:23 Step 8/21 : COPY . . 19:26:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:26:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:26:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:26:24 Fetched 0 B in 0s (0 B/s) 19:26:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:26:24 Fetched 0 B in 0s (0 B/s) 19:26:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:26:24 Fetched 0 B in 0s (0 B/s) 19:26:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:26:24 Fetched 0 B in 0s (0 B/s) 19:26:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:26:24 Fetched 0 B in 0s (0 B/s) 19:26:24 Pulling edgex-go 19:26:24 + snapcraftctl pull 19:26:25 Removing intermediate container 5c1ab36b6bf0 19:26:25 ---> 4749cb1aca67 19:26:25 Step 8/23 : COPY . . 19:26:25 Removing intermediate container 469b9aed5baf 19:26:25 Removing intermediate container bb50d48ca7bf 19:26:25 ---> fbd321719e3e 19:26:25 Step 8/23 : COPY . . 19:26:25 ---> 9677d93a15d3 19:26:25 Step 8/23 : COPY . . 19:26:46 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:26:46 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:26:46 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:26:46 Fetched 0 B in 0s (0 B/s) 19:26:46 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:26:46 Fetched 96.5 kB in 0s (0 B/s) 19:26:46 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:26:46 Fetched 279 kB in 0s (0 B/s) 19:26:46 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:26:46 Fetched 122 kB in 0s (0 B/s) 19:26:46 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:26:46 Fetched 77.8 kB in 0s (0 B/s) 19:26:46 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:26:46 Fetched 8848 B in 0s (0 B/s) 19:26:46 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:26:46 Fetched 47.8 kB in 0s (0 B/s) 19:26:46 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:26:46 Fetched 45.6 kB in 0s (0 B/s) 19:26:46 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:26:46 Fetched 15.0 kB in 0s (0 B/s) 19:26:46 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 19:26:46 Fetched 219 kB in 0s (0 B/s) 19:26:46 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:26:46 Fetched 154 kB in 0s (0 B/s) 19:26:46 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:26:46 Fetched 50.6 kB in 0s (0 B/s) 19:26:46 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:26:46 Fetched 14.8 kB in 0s (0 B/s) 19:26:46 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:26:46 Fetched 41.8 kB in 0s (0 B/s) 19:26:46 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:26:46 Fetched 499 kB in 0s (0 B/s) 19:26:46 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:26:46 Fetched 111 kB in 0s (0 B/s) 19:26:46 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:26:46 Fetched 240 kB in 0s (0 B/s) 19:26:46 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:26:46 Fetched 29.3 kB in 0s (0 B/s) 19:26:46 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:26:46 Fetched 85.5 kB in 0s (0 B/s) 19:26:46 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:26:46 Fetched 24.5 kB in 0s (0 B/s) 19:26:46 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:26:46 Fetched 49.2 kB in 0s (0 B/s) 19:26:46 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:26:46 Fetched 54.2 kB in 0s (0 B/s) 19:26:46 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:26:46 Fetched 30.8 kB in 0s (0 B/s) 19:26:46 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:26:46 Fetched 15.8 kB in 0s (0 B/s) 19:26:46 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:26:46 Fetched 85.9 kB in 0s (0 B/s) 19:26:46 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:26:46 Fetched 8720 B in 0s (0 B/s) 19:26:46 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 19:26:46 Fetched 137 kB in 0s (0 B/s) 19:26:46 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:26:46 Fetched 119 kB in 0s (0 B/s) 19:26:46 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 19:26:46 Fetched 110 kB in 0s (0 B/s) 19:26:46 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:26:46 Fetched 11.1 kB in 0s (0 B/s) 19:26:46 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:26:46 Fetched 645 kB in 0s (0 B/s) 19:26:46 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:26:46 Fetched 41.3 kB in 0s (0 B/s) 19:26:46 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:26:46 Fetched 17.9 kB in 0s (0 B/s) 19:26:46 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:26:46 Fetched 368 kB in 0s (0 B/s) 19:26:46 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:26:46 Fetched 187 kB in 0s (0 B/s) 19:26:46 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:26:46 Fetched 175 kB in 0s (0 B/s) 19:26:46 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:26:46 Fetched 206 kB in 0s (0 B/s) 19:26:46 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 19:26:46 Fetched 1301 kB in 0s (0 B/s) 19:26:46 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:26:46 Fetched 36.2 kB in 0s (0 B/s) 19:26:46 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 19:26:46 Fetched 159 kB in 0s (0 B/s) 19:26:46 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:26:46 Fetched 107 kB in 0s (0 B/s) 19:26:46 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:26:46 Fetched 48.7 kB in 0s (0 B/s) 19:26:46 Pulling static-packages 19:26:46 + snapcraftctl pull 19:26:46 Pulling version 19:26:46 + cd /root/project 19:26:46 + [ -f VERSION ] 19:26:46 + PROJECT_VERSION=local-dev 19:26:46 + git rev-parse --short HEAD 19:26:46 + GIT_REVISION=105a09ad 19:26:46 + snapcraftctl set-version local-dev 19:26:47 Skipping build go-build-helper (already ran) 19:26:48 ---> 392c8ac26d7f 19:26:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:26:48 Building app-service-config 19:26:48 + make build 19:26:48 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:26:48 ---> fd7ec12d12c4 19:26:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:26:48 ---> cb05243af312 19:26:48 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:26:48 ---> d14ccee173fe 19:26:48 Step 9/23 : RUN make cmd/core-command/core-command 19:26:48 ---> Running in 03cd00c2bf03 19:26:48 ---> Running in 1e2d9324ca2b 19:26:48 ---> Running in f53a7263fb98 19:26:48 ---> Running in 68eacf1b0876 19:26:50 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:26:50 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:26:50 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:26:50 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 19:26:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 19:26:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 19:26:50 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 19:26:50 go: downloading github.com/go-kit/kit v0.8.0 19:26:50 go: downloading github.com/BurntSushi/toml v0.3.1 19:26:50 go: downloading github.com/hashicorp/consul/api v1.8.1 19:26:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 19:26:50 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 19:26:50 go: downloading github.com/go-playground/validator/v10 v10.4.1 19:26:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 19:26:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:26:50 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 19:26:50 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:26:50 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:26:51 go: downloading github.com/mattn/go-isatty v0.0.12 19:26:51 go: downloading github.com/gorilla/mux v1.8.0 19:26:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:26:51 go: downloading github.com/pelletier/go-toml v1.2.0 19:26:51 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:26:51 go: downloading github.com/fatih/color v1.9.0 19:26:51 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:26:51 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:26:51 go: downloading github.com/mattn/go-colorable v0.1.6 19:26:51 go: downloading github.com/go-playground/universal-translator v0.17.0 19:26:51 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:26:51 go: downloading github.com/pebbe/zmq4 v1.2.7 19:26:51 go: downloading github.com/go-playground/locales v0.13.0 19:26:51 go: downloading github.com/hashicorp/serf v0.9.5 19:26:51 go: downloading github.com/leodido/go-urn v1.2.0 19:26:51 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:26:51 go: downloading github.com/google/uuid v1.2.0 19:26:51 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:26:51 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:26:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 19:26:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:26:52 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:26:52 go: downloading github.com/mitchellh/copystructure v1.0.0 19:26:52 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:26:52 go: downloading github.com/gorilla/websocket v1.4.2 19:26:52 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:26:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:26:52 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:26:52 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:26:52 go: downloading github.com/x448/float16 v0.8.4 19:26:52 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:27:04 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:27:04 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:27:04 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:27:04 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:27:04 Building config-common 19:27:04 + snapcraftctl build 19:27:07 Building edgex-go 19:27:07 + cd /root/parts/edgex-go/src 19:27:07 + make build 19:27:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:27:08 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 19:27:08 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 19:27:08 go: downloading github.com/pkg/errors v0.8.1 19:27:08 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:27:08 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 19:27:08 go: downloading github.com/pelletier/go-toml v1.9.0 19:27:08 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.9 19:27:08 go: downloading github.com/imdario/mergo v0.3.12 19:27:08 go: downloading github.com/go-playground/validator/v10 v10.5.0 19:27:08 go: downloading golang.org/x/text v0.3.2 19:27:14 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:27:14 go: downloading gopkg.in/yaml.v2 v2.4.0 19:27:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:27:21 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:27:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:27:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:27:23 go: downloading github.com/stretchr/testify v1.7.0 19:27:23 go: downloading github.com/davecgh/go-spew v1.1.1 19:27:23 go: downloading github.com/pmezard/go-difflib v1.0.0 19:27:23 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:27:25 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:27:25 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:27:27 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:27:28 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:27:29 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:27:31 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:27:31 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:27:32 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:27:32 go: downloading github.com/lib/pq v1.9.0 19:27:34 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:27:34 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:27:34 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:27:34 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:27:34 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:27:34 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:27:34 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:27:34 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:27:34 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:27:34 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:27:34 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:27:34 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:27:34 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:27:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:27:34 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:27:34 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:27:34 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:27:34 + 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:27:34 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:27:34 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:27:34 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:27:34 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:27:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:27:34 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:27:34 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:27:34 + 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:27:38 Building static-packages 19:27:38 + snapcraftctl build 19:27:40 Building version 19:27:40 + snapcraftctl build 19:27:43 Skipping stage go-build-helper (already ran) 19:27:43 Staging app-service-config 19:27:43 + snapcraftctl stage 19:27:44 Staging config-common 19:27:44 + snapcraftctl stage 19:27:45 Staging edgex-go 19:27:45 + snapcraftctl stage 19:27:46 Staging static-packages 19:27:46 + snapcraftctl stage 19:27:47 Staging version 19:27:47 + snapcraftctl stage 19:27:48 Priming go-build-helper 19:27:48 + snapcraftctl prime 19:27:49 Priming app-service-config 19:27:49 + snapcraftctl prime 19:27:51 Priming config-common 19:27:51 + snapcraftctl prime 19:27:52 Priming edgex-go 19:27:52 + snapcraftctl prime 19:27:53 Priming static-packages 19:27:53 + snapcraftctl prime 19:27:56 Priming version 19:27:56 + snapcraftctl prime 19:27:57 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:28:12 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:28:22 Removing intermediate container f53a7263fb98 19:28:22 ---> 2be63adfea68 19:28:22 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:28:23 ---> Running in b983372c7fa8 19:28:23 Removing intermediate container 03cd00c2bf03 19:28:23 ---> bfe719fa31f2 19:28:23 19:28:23 Step 10/21 : FROM alpine:3.12 19:28:23 ---> 9852663dfa18 19:28:23 Step 11/21 : RUN apk add --update --no-cache curl 19:28:23 ---> Running in 43879cffcf83 19:28:24 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:28:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:28:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:28:26 (1/4) Installing ca-certificates (20191127-r4) 19:28:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:28:26 (3/4) Installing libcurl (7.76.1-r0) 19:28:26 (4/4) Installing curl (7.76.1-r0) 19:28:26 Executing busybox-1.31.1-r20.trigger 19:28:26 Executing ca-certificates-20191127-r4.trigger 19:28:26 OK: 7 MiB in 18 packages 19:28:28 Removing intermediate container 1e2d9324ca2b 19:28:28 ---> f14aee9872e5 19:28:28 19:28:28 Step 10/23 : FROM alpine:3.12 19:28:28 ---> 9852663dfa18 19:28:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:28:28 ---> Using cache 19:28:28 ---> efaf22fa1204 19:28:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:28 ---> Using cache 19:28:28 ---> 5ceb6500a376 19:28:28 Step 13/23 : ENV APP_PORT=48082 19:28:28 ---> Running in 0300f7b3774f 19:28:29 Removing intermediate container 43879cffcf83 19:28:29 ---> 6d7d3b992fc0 19:28:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:28:29 Removing intermediate container b983372c7fa8 19:28:29 ---> 26b804be5931 19:28:29 19:28:29 Step 11/23 : FROM docker:20.10.0 19:28:29 ---> Running in efad9c349730 19:28:29 Removing intermediate container 0300f7b3774f 19:28:29 ---> e63898c2e845 19:28:29 Step 14/23 : EXPOSE $APP_PORT 19:28:29 20.10.0: Pulling from library/docker 19:28:29 ---> Running in 1174136f910d 19:28:30 Removing intermediate container efad9c349730 19:28:30 ---> 4b8a10dcd6bd 19:28:30 Step 13/21 : WORKDIR /edgex 19:28:31 Removing intermediate container 1174136f910d 19:28:31 ---> 3f78100b948e 19:28:31 Step 15/23 : WORKDIR / 19:28:31 ---> Running in 3573c0f1ce25 19:28:31 ---> Running in dd3ff4dfa6de 19:28:32 Removing intermediate container 3573c0f1ce25 19:28:32 ---> 2910e5803b3a 19:28:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:28:32 Removing intermediate container dd3ff4dfa6de 19:28:32 ---> 59a749b2f899 19:28:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:34 ---> ab4fe20fdbf3 19:28:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:28:34 ---> 19fe10356601 19:28:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:28:37 ---> a87408ce9fa9 19:28:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:28:37 Removing intermediate container 68eacf1b0876 19:28:37 ---> c028924882d4 19:28:37 19:28:37 Step 10/23 : FROM alpine:3.12 19:28:37 ---> 9852663dfa18 19:28:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:28:37 ---> Using cache 19:28:37 ---> efaf22fa1204 19:28:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:37 ---> Using cache 19:28:37 ---> 5ceb6500a376 19:28:37 Step 13/23 : ENV APP_PORT=48081 19:28:37 ---> ae94aa40dfa0 19:28:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:28:37 ---> Running in a15423fc3117 19:28:38 ---> fc1d5a613eef 19:28:38 Step 19/23 : ENTRYPOINT ["/core-command"] 19:28:39 ---> 3627a523ff68 19:28:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:28:39 Removing intermediate container a15423fc3117 19:28:39 ---> f99937d26d82 19:28:39 Step 14/23 : EXPOSE $APP_PORT 19:28:39 ---> Running in d3461932bf1c 19:28:39 ---> Running in 212aed4f818d 19:28:39 ---> Running in bc627c56b075 19:28:39 Removing intermediate container d3461932bf1c 19:28:39 ---> 572aef977919 19:28:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:39 ---> Running in 1c08d9abe8cb 19:28:40 Removing intermediate container 212aed4f818d 19:28:40 ---> 88b9c6e8288d 19:28:40 Step 15/23 : WORKDIR / 19:28:40 Removing intermediate container bc627c56b075 19:28:40 ---> 27d9d8cf0c67 19:28:40 Step 18/21 : CMD ["--init=true"] 19:28:40 ---> Running in 5260e9b0fd35 19:28:40 ---> Running in 1a49fabfb175 19:28:40 Removing intermediate container 1c08d9abe8cb 19:28:40 ---> 67b32cc8d82d 19:28:40 Step 21/23 : LABEL arch=arm64 19:28:41 ---> Running in b3ba06e6a42b 19:28:41 Removing intermediate container 5260e9b0fd35 19:28:41 ---> 5e6f37f03774 19:28:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:41 Removing intermediate container 1a49fabfb175 19:28:41 ---> ef956d8bf47e 19:28:41 Step 19/21 : LABEL arch=arm64 19:28:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:28:41 Status: Downloaded newer image for docker:20.10.0 19:28:41 ---> eeaf43b92773 19:28:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 19:28:41 ---> Running in a4d6193e03d3 19:28:41 ---> Running in cef6c0f94967 19:28:41 Removing intermediate container b3ba06e6a42b 19:28:41 ---> b05cd887a84e 19:28:41 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:28:41 ---> Running in 40dc68e232b7 19:28:42 ---> c4d65efa7f93 19:28:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:28:42 Removing intermediate container a4d6193e03d3 19:28:42 Removing intermediate container cef6c0f94967 19:28:42 ---> 83c9bcf8c557 19:28:42 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 19:28:42 ---> 516cfd998c1c 19:28:42 Step 20/21 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:28:42 ---> Running in 5eea9dde9f38 19:28:42 ---> Running in 26b6fb86ee1d 19:28:42 Removing intermediate container 40dc68e232b7 19:28:42 ---> 8ef726a80a71 19:28:42 Step 23/23 : LABEL version=0.0.0 19:28:42 ---> Running in e7c998625e62 19:28:43 Removing intermediate container 5eea9dde9f38 19:28:43 ---> b0e087bcc82a 19:28:43 Step 21/21 : LABEL version=0.0.0 19:28:43 Removing intermediate container e7c998625e62 19:28:43 ---> 332f8866fc5f 19:28:43 19:28:43 ---> Running in 6d18c8425c16 19:28:43 ---> 76cdc47c28e1 19:28:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:28:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:28:43 Successfully built 332f8866fc5f 19:28:44 Successfully tagged docker-core-command-go-arm64:latest 19:28:44  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:28:44 Removing intermediate container 6d18c8425c16 19:28:44 ---> 647fd55450e9 19:28:44 19:28:44 Successfully built 647fd55450e9 19:28:44 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:28:44  Building docker-security-proxy-setup-go ... done (1/39) Installing readline (8.0.4-r0) 19:28:44 (2/39) Installing bash (5.0.17-r0) 19:28:44 Executing bash-5.0.17-r0.post-install 19:28:44 (3/39) Installing nghttp2-libs (1.41.0-r0) 19:28:44 (4/39) Installing libcurl (7.76.1-r0) 19:28:44 (5/39) Installing curl (7.76.1-r0) 19:28:44 (6/39) Installing dumb-init (1.2.2-r1) 19:28:44 (7/39) Installing libbz2 (1.0.8-r1) 19:28:44 (8/39) Installing expat (2.2.9-r1) 19:28:44 (9/39) Installing libffi (3.3-r2) 19:28:44 ---> ed8fcc19367c 19:28:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:28:44 (10/39) Installing gdbm (1.13-r1) 19:28:44 (11/39) Installing xz-libs (5.2.5-r0) 19:28:44 (12/39) Installing sqlite-libs (3.32.1-r0) 19:28:44 (13/39) Installing python3 (3.8.8-r0) 19:28:44 ---> Running in dea684f96027 19:28:45 Removing intermediate container dea684f96027 19:28:45 ---> ac8874dae8b3 19:28:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:45 ---> Running in e6139d75bc35 19:28:46 Removing intermediate container e6139d75bc35 19:28:46 ---> 5e4bf84db773 19:28:46 Step 21/23 : LABEL arch=arm64 19:28:46 (14/39) Installing py3-appdirs (1.4.4-r1) 19:28:46 (15/39) Installing py3-ordered-set (4.0.1-r0) 19:28:46 (16/39) Installing py3-parsing (2.4.7-r0) 19:28:46 (17/39) Installing py3-six (1.15.0-r0) 19:28:46 (18/39) Installing py3-packaging (20.4-r0) 19:28:46 (19/39) Installing py3-setuptools (47.0.0-r0) 19:28:46 ---> Running in d36cf498f798 19:28:46 (20/39) Installing py3-chardet (3.0.4-r4) 19:28:46 (21/39) Installing py3-idna (2.9-r0) 19:28:46 (22/39) Installing py3-certifi (2020.4.5.1-r0) 19:28:46 (23/39) Installing py3-urllib3 (1.25.9-r0) 19:28:47 (24/39) Installing py3-requests (2.23.0-r0) 19:28:47 (25/39) Installing py3-msgpack (1.0.0-r0) 19:28:47 (26/39) Installing py3-lockfile (0.12.2-r3) 19:28:47 (27/39) Installing py3-cachecontrol (0.12.6-r0) 19:28:47 (28/39) Installing py3-colorama (0.4.3-r0) 19:28:47 (29/39) Installing py3-distlib (0.3.0-r0) 19:28:47 (30/39) Installing py3-distro (1.5.0-r1) 19:28:47 (31/39) Installing py3-webencodings (0.5.1-r3) 19:28:47 (32/39) Installing py3-html5lib (1.0.1-r4) 19:28:47 (33/39) Installing py3-pytoml (0.1.21-r0) 19:28:47 (34/39) Installing py3-pep517 (0.8.2-r0) 19:28:47 (35/39) Installing py3-progress (1.5-r0) 19:28:47 (36/39) Installing py3-toml (0.10.1-r0) 19:28:47 (37/39) Installing py3-retrying (1.3.3-r0) 19:28:47 (38/39) Installing py3-contextlib2 (0.6.0-r0) 19:28:47 (39/39) Installing py3-pip (20.1.1-r0) 19:28:47 Removing intermediate container d36cf498f798 19:28:47 ---> f1c764ca7900 19:28:47 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:28:47 Executing busybox-1.31.1-r19.trigger 19:28:47 OK: 72 MiB in 59 packages 19:28:47 ---> Running in a47bd930603b 19:28:47 Removing intermediate container a47bd930603b 19:28:47 ---> d8cbc7a75834 19:28:47 Step 23/23 : LABEL version=0.0.0 19:28:48 ---> Running in 4dd021154626 19:28:48 Removing intermediate container 4dd021154626 19:28:48 ---> 5e4d090a993f 19:28:48 19:28:49 Successfully built 5e4d090a993f 19:28:49 Successfully tagged docker-core-metadata-go-arm64:latest 19:28:51  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 19:28:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:28:52 Collecting cached-property<2,>=1.2.0 19:28:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:28:52 Collecting jsonschema<3,>=2.5.1 19:28:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:28:53 Collecting websocket-client<1.0,>=0.32.0 19:28:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:28:53 Collecting dockerpty<0.5,>=0.4.1 19:28:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:28:55 Collecting docopt<0.7,>=0.6.1 19:28:55 Downloading docopt-0.6.2.tar.gz (25 kB) 19:28:56 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:28:57 Collecting PyYAML<4,>=3.10 19:28:57 Downloading PyYAML-3.13.tar.gz (270 kB) 19:29:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:29:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:29:01 Collecting texttable<0.10,>=0.9.0 19:29:01 Downloading texttable-0.9.1.tar.gz (11 kB) 19:29:04 Collecting docker<4.0,>=3.6.0 19:29:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:29:04 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:29:04 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:29:04 Collecting urllib3<1.25,>=1.21.1 19:29:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:29:04 Collecting idna<2.8,>=2.5 19:29:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:29:05 Collecting docker-pycreds>=0.4.0 19:29:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:29:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:29:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:29:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:29:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:29:06 Installing collected packages: cached-property, jsonschema, websocket-client, dockerpty, docopt, PyYAML, urllib3, idna, requests, texttable, docker-pycreds, docker, docker-compose 19:29:06 Running setup.py install for dockerpty: started 19:29:08 Running setup.py install for dockerpty: finished with status 'done' 19:29:08 Running setup.py install for docopt: started 19:29:10 Running setup.py install for docopt: finished with status 'done' 19:29:10 Running setup.py install for PyYAML: started 19:29:12 Running setup.py install for PyYAML: finished with status 'done' 19:29:12 Attempting uninstall: urllib3 19:29:12 Found existing installation: urllib3 1.25.9 19:29:12 Uninstalling urllib3-1.25.9: 19:29:12 Successfully uninstalled urllib3-1.25.9 19:29:12 Attempting uninstall: idna 19:29:12 Found existing installation: idna 2.9 19:29:12 Uninstalling idna-2.9: 19:29:12 Successfully uninstalled idna-2.9 19:29:13 Attempting uninstall: requests 19:29:13 Found existing installation: requests 2.23.0 19:29:13 Uninstalling requests-2.23.0: 19:29:13 Successfully uninstalled requests-2.23.0 19:29:14 Running setup.py install for texttable: started 19:29:16 Running setup.py install for texttable: finished with status 'done' 19:29:17 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:29:25 Removing intermediate container 26b6fb86ee1d 19:29:25 ---> 035c1f487900 19:29:25 Step 14/23 : ENV APP_PORT=48090 19:29:25 ---> Running in 6a40c401e5a8 19:29:25 Removing intermediate container 6a40c401e5a8 19:29:25 ---> 70d66bd0cdc8 19:29:25 Step 15/23 : EXPOSE $APP_PORT 19:29:26 ---> Running in a3d2f86eea26 19:29:26 Removing intermediate container a3d2f86eea26 19:29:26 ---> 22f817a70a7e 19:29:26 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:29:27 ---> d488b8329dca 19:29:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:29:28 ---> 6ea35e337b83 19:29:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:29:29 ---> 14ae17a1acf0 19:29:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 19:29:29 ---> Running in 66ebda0c8686 19:29:29 Removing intermediate container 66ebda0c8686 19:29:29 ---> c736020e319b 19:29:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:29:30 ---> Running in 7378b03cf912 19:29:30 Removing intermediate container 7378b03cf912 19:29:30 ---> ab55f35d85f3 19:29:30 Step 21/23 : LABEL arch=arm64 19:29:31 ---> Running in 6d219004bc4f 19:29:31 Removing intermediate container 6d219004bc4f 19:29:31 ---> c4a8694f5429 19:29:31 Step 22/23 : LABEL git_sha=105a09adc1e1b7b08d6001329a64af964d39cb96 19:29:31 ---> Running in 4530f7faf067 19:29:32 Removing intermediate container 4530f7faf067 19:29:32 ---> 8f74666d7eb2 19:29:32 Step 23/23 : LABEL version=0.0.0 19:29:32 ---> Running in 49300e7c32b8 19:29:32 Removing intermediate container 49300e7c32b8 19:29:32 ---> a96e2f17c131 19:29:32 19:29:33 Successfully built a96e2f17c131 19:29:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:29:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:29:33 $ docker stop --time=1 a163c0f416a0a33417c304b56ae7952cd55816af56ec56cc763421754daa83d6 19:29:35 $ docker rm -f a163c0f416a0a33417c304b56ae7952cd55816af56ec56cc763421754daa83d6 [Pipeline] // withDockerContainer [Pipeline] sh 19:29:35 + + dockergrep images docker 19:29:35 19:29:36 docker-sys-mgmt-agent-go-arm64 latest a96e2f17c131 3 seconds ago 299MB 19:29:36 docker-core-metadata-go-arm64 latest 5e4d090a993f 47 seconds ago 18.1MB 19:29:36 docker-security-proxy-setup-go-arm64 latest 647fd55450e9 52 seconds ago 24.6MB 19:29:36 docker-core-command-go-arm64 latest 332f8866fc5f 53 seconds ago 16.5MB 19:29:36 docker-core-data-go-arm64 latest c6ea5462680b 4 minutes ago 21.6MB 19:29:36 docker-security-bootstrapper-go-arm64 latest 587cea36e941 4 minutes ago 18.1MB 19:29:36 docker-security-secretstore-setup-go-arm64 latest 291e05361703 4 minutes ago 24.9MB 19:29:36 docker-support-notifications-go-arm64 latest 5ede85661b89 4 minutes ago 17.2MB 19:29:36 docker-support-scheduler-go-arm64 latest a778f1c4a7d5 4 minutes ago 16.6MB 19:29:36 docker 20.10.0 eeaf43b92773 4 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:29:36 ---> job-cost.sh 19:29:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1EZJ 19:30:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:31:52 lf-activate-venv(): INFO: Adding /tmp/venv-1EZJ/bin to PATH 19:31:52 INFO: No Stack... 19:31:52 INFO: Retrieving Pricing Info for: lf-standard-4 19:31:52 INFO: Archiving Costs [Pipeline] sh 19:31:52 + cat /w/workspace/edgex-go/5/archives/cost.csv 19:31:52 + cut -d, -f6 [Pipeline] lock 19:31:52 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3372-5-stack-cost] 19:31:52 Resource [jenkins-edgexfoundry-edgex-go-PR-3372-5-stack-cost] did not exist. Created. 19:31:52 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3372-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:31:53 + echo total: 0.20999999344348907 [Pipeline] stash 19:31:53 Stashed 1 file(s) [Pipeline] } 19:31:53 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3372-5-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:31:54 provisioning config files... 19:31:54 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6879488419526850707tmp [Pipeline] { [Pipeline] sh 19:31:54 + set +x 19:31:54 + curl -s https://codecov.io/bash 19:31:54 + bash -s -- 19:31:54 19:31:54 _____ _ 19:31:54 / ____| | | 19:31:54 | | ___ __| | ___ ___ _____ __ 19:31:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:31:54 | |___| (_) | (_| | __/ (_| (_) \ V / 19:31:54 \_____\___/ \__,_|\___|\___\___/ \_/ 19:31:54 Bash-1.0.1 19:31:54 19:31:54 19:31:54 ==> git version 2.24.3 found 19:31:54 ==> 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:31:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:31:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:31:55 ==> Jenkins CI detected. 19:31:55 project root: . 19:31:55 --> token set from env 19:31:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:31:55 ==> Running gcov in . (disable via -X gcov) 19:31:55 ==> Python coveragepy not found 19:31:55 ==> Searching for coverage reports in: 19:31:55 + . 19:31:55 -> Found 1 reports 19:31:55 ==> Detecting git/mercurial file structure 19:31:55 ==> Reading reports 19:31:55 + ./coverage.out bytes=703598 19:31:55 ==> Appending adjustments 19:31:55 https://docs.codecov.io/docs/fixing-reports 19:31:58 + Found adjustments 19:31:58 ==> Gzipping contents 19:31:58 100K /tmp/codecov.7gktRU.gz 19:31:58 ==> Uploading reports 19:31:58 url: https://codecov.io 19:31:58 query: branch=PR-3372&commit=105a09adc1e1b7b08d6001329a64af964d39cb96&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= 19:31:58 -> Pinging Codecov 19:31:58 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3372&commit=105a09adc1e1b7b08d6001329a64af964d39cb96&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3372%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3372&job=&cmd_args= 19:31:59 -> Uploading to 19:31:59 https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/105a09adc1e1b7b08d6001329a64af964d39cb96/73589daf-bde4-4675-9e9b-8295d8f315db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T193159Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b8071cef877578a97f7cba23a687d88404fdd08ca8a3ecbeb711be6c990f0fa9 19:31:59 % Total % Received % Xferd Average Speed Time Time Time Current 19:31:59 Dload Upload Total Spent Left Speed 19:32:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 197k --:--:-- --:--:-- --:--:-- 197k 100 98k 0 0 100 98k 0 197k --:--:-- --:--:-- --:--:-- 197k 19:32:00 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/105a09adc1e1b7b08d6001329a64af964d39cb96 [Pipeline] } 19:32:00 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:32:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:32:01 ---> package-listing.sh 19:32:01 ++ facter osfamily 19:32:01 ++ tr '[:upper:]' '[:lower:]' 19:32:01 + OS_FAMILY=redhat 19:32:01 + workspace=/w/workspace/edgex-go/5 19:32:01 + START_PACKAGES=/tmp/packages_start.txt 19:32:01 + END_PACKAGES=/tmp/packages_end.txt 19:32:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:32:01 + PACKAGES=/tmp/packages_start.txt 19:32:01 + '[' /w/workspace/edgex-go/5 ']' 19:32:01 + PACKAGES=/tmp/packages_end.txt 19:32:01 + case "${OS_FAMILY}" in 19:32:01 + rpm -qa 19:32:01 + sort 19:32:07 + '[' -f /tmp/packages_start.txt ']' 19:32:07 + '[' -f /tmp/packages_end.txt ']' 19:32:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:32:07 + '[' /w/workspace/edgex-go/5 ']' 19:32:07 + mkdir -p /w/workspace/edgex-go/5/archives/ 19:32:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 19:32:07 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:32:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:32:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:32:07 19:32:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:32:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:32:08 alpine: Pulling from edgex-lftools-log-publisher 19:32:08 df20fa9351a1: Pulling fs layer 19:32:08 36b3adc4ff6f: Pulling fs layer 19:32:08 8ad3a11d3b57: Pulling fs layer 19:32:08 46f8f816bc3b: Pulling fs layer 19:32:08 93b61091891f: Pulling fs layer 19:32:08 93b9cdb0e59b: Pulling fs layer 19:32:08 5e14af77c1be: Pulling fs layer 19:32:08 01666e4c0597: Pulling fs layer 19:32:08 aa168da1d23b: Pulling fs layer 19:32:08 46f8f816bc3b: Waiting 19:32:08 93b9cdb0e59b: Waiting 19:32:08 93b61091891f: Waiting 19:32:08 5e14af77c1be: Waiting 19:32:08 01666e4c0597: Waiting 19:32:08 aa168da1d23b: Waiting 19:32:08 36b3adc4ff6f: Download complete 19:32:08 46f8f816bc3b: Verifying Checksum 19:32:08 46f8f816bc3b: Download complete 19:32:08 df20fa9351a1: Verifying Checksum 19:32:08 df20fa9351a1: Download complete 19:32:08 93b9cdb0e59b: Verifying Checksum 19:32:08 93b9cdb0e59b: Download complete 19:32:08 5e14af77c1be: Download complete 19:32:08 93b61091891f: Verifying Checksum 19:32:08 93b61091891f: Download complete 19:32:08 01666e4c0597: Verifying Checksum 19:32:08 01666e4c0597: Download complete 19:32:08 8ad3a11d3b57: Verifying Checksum 19:32:08 8ad3a11d3b57: Download complete 19:32:08 df20fa9351a1: Pull complete 19:32:08 36b3adc4ff6f: Pull complete 19:32:09 8ad3a11d3b57: Pull complete 19:32:10 aa168da1d23b: Verifying Checksum 19:32:10 aa168da1d23b: Download complete 19:32:12 46f8f816bc3b: Pull complete 19:32:13 93b61091891f: Pull complete 19:32:13 93b9cdb0e59b: Pull complete 19:32:13 5e14af77c1be: Pull complete 19:32:13 01666e4c0597: Pull complete 19:32:23 aa168da1d23b: Pull complete 19:32:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:32:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:32:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:32:24 prd-centos7-docker-4c-2g-903 does not seem to be running inside a container 19:32:24 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat 19:32:27 $ docker top 9730ef2520991606c9e9c6ebf936b6215162919223d816bd7da9caccdbcdb4b3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:32:27 + touch /tmp/pre-build-complete [Pipeline] sh 19:32:27 + mkdir -p /var/log/sa [Pipeline] sh 19:32:28 + ls /var/log/sa-host 19:32:28 + sadf -c /var/log/sa-host/sa19 19:32:28 file_magic: OK 19:32:28 HZ: Using current value: 100 19:32:28 file_header: OK 19:32:28 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:32:28 Statistics: 19:32:28 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... 19:32:28 File successfully converted to sysstat format version 12.2.1 19:32:28 + sadf -c /var/log/sa-host/sa23 19:32:28 file_magic: OK 19:32:28 HZ: Using current value: 100 19:32:28 file_header: OK 19:32:28 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:32:28 Statistics: 19:32:28 Hnuu...uuuununununu... 19:32:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:32:28 provisioning config files... 19:32:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config2978662753895037523tmp [Pipeline] { [Pipeline] echo 19:32:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:32:28 ---> create-netrc.sh [Pipeline] } 19:32:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:32:28 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:32:28 ---> python-tools-install.sh [Pipeline] echo 19:32:28 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:32:29 ---> sudo-logs.sh 19:32:29 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:32:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:32:29 ---> job-cost.sh 19:32:29 lf-activate-venv: SKIPPING 19:32:29 DEBUG: total: 0.20999999344348907 19:32:29 INFO: Retrieving Stack Cost... 19:32:30 INFO: Retrieving Pricing Info for: v1-standard-2 19:32:31 INFO: Archiving Costs [Pipeline] echo 19:32:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:32:31 ---> logs-deploy.sh 19:32:31 lf-activate-venv: SKIPPING 19:32:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3372/5 19:32:31 INFO: archiving workspace using pattern(s): 19:32:33 Archives upload complete. 19:32:33 INFO: archiving logs to Nexus 19:32:34 ---> uname -a: 19:32:34 Linux prd-centos7-docker-4c-2g-903.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:32:34 19:32:34 19:32:34 ---> lscpu: 19:32:34 Architecture: x86_64 19:32:34 CPU op-mode(s): 32-bit, 64-bit 19:32:34 Byte Order: Little Endian 19:32:34 Address sizes: 40 bits physical, 48 bits virtual 19:32:34 CPU(s): 4 19:32:34 On-line CPU(s) list: 0-3 19:32:34 Thread(s) per core: 1 19:32:34 Core(s) per socket: 1 19:32:34 Socket(s): 4 19:32:34 NUMA node(s): 1 19:32:34 Vendor ID: GenuineIntel 19:32:34 CPU family: 6 19:32:34 Model: 44 19:32:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:32:34 Stepping: 1 19:32:34 CPU MHz: 2933.438 19:32:34 BogoMIPS: 5866.87 19:32:34 Virtualization: VT-x 19:32:34 Hypervisor vendor: KVM 19:32:34 Virtualization type: full 19:32:34 L1d cache: 128 KiB 19:32:34 L1i cache: 128 KiB 19:32:34 L2 cache: 16 MiB 19:32:34 L3 cache: 64 MiB 19:32:34 NUMA node0 CPU(s): 0-3 19:32:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:32:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:32:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:32:34 Vulnerability Meltdown: Mitigation; PTI 19:32:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:32:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:32:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:32:34 Vulnerability Srbds: Not affected 19:32:34 Vulnerability Tsx async abort: Not affected 19:32:34 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:32:34 19:32:34 19:32:34 ---> nproc: 19:32:34 4 19:32:34 19:32:34 19:32:34 ---> df -h: 19:32:34 Filesystem Size Used Available Use% Mounted on 19:32:34 overlay 50.0G 13.1G 36.9G 26% / 19:32:34 tmpfs 64.0M 0 64.0M 0% /dev 19:32:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:32:34 shm 64.0M 0 64.0M 0% /dev/shm 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5 19:32:34 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/5@tmp 19:32:34 19:32:34 19:32:34 ---> free -m: 19:32:34 total used free shared buff/cache available 19:32:34 Mem: 1837 680 137 0 1019 1073 19:32:34 Swap: 1023 112 911 19:32:34 19:32:34 19:32:34 ---> ip addr: 19:32:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:32:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:32:34 inet 127.0.0.1/8 scope host lo 19:32:34 valid_lft forever preferred_lft forever 19:32:34 inet6 ::1/128 scope host 19:32:34 valid_lft forever preferred_lft forever 19:32:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:32:34 link/ether fa:16:3e:b2:ad:32 brd ff:ff:ff:ff:ff:ff 19:32:34 inet 10.30.123.133/23 brd 10.30.123.255 scope global dynamic eth0 19:32:34 valid_lft 85106sec preferred_lft 85106sec 19:32:34 inet6 fe80::f816:3eff:feb2:ad32/64 scope link 19:32:34 valid_lft forever preferred_lft forever 19:32:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:32:34 link/ether 02:42:a2:e4:3a:cc brd ff:ff:ff:ff:ff:ff 19:32:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:32:34 valid_lft forever preferred_lft forever 19:32:34 inet6 fe80::42:a2ff:fee4:3acc/64 scope link 19:32:34 valid_lft forever preferred_lft forever 19:32:34 19:32:34 19:32:34 ---> sar -b -r -n DEV: 19:32:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 19:32:34 19:32:34 19:10:48 LINUX RESTART (4 CPU) 19:32:34 19:32:34 19:12:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:32:34 19:13:01 279.50 104.59 174.92 0.00 7427.28 53443.26 0.00 19:32:34 19:14:01 225.34 99.93 125.40 0.00 3483.69 18787.46 0.00 19:32:34 19:15:01 114.12 55.98 58.13 0.00 1878.61 5861.05 0.00 19:32:34 19:16:02 163.31 45.40 117.91 0.00 8011.02 46401.48 0.00 19:32:34 19:17:03 2235.12 1881.72 353.39 0.00 165919.58 207671.03 0.00 19:32:34 19:18:01 1601.85 1381.74 220.12 0.00 76762.41 91643.70 0.00 19:32:34 19:19:02 1362.13 1009.01 353.12 0.00 99345.87 128588.93 0.00 19:32:34 19:20:02 2160.77 1805.46 355.31 0.00 131406.37 135633.65 0.00 19:32:34 19:21:02 701.00 414.26 286.74 0.00 27041.38 47627.68 0.00 19:32:34 19:22:01 17.79 9.85 7.94 0.00 418.82 267.50 0.00 19:32:34 19:23:01 1.53 1.37 0.17 0.00 101.67 1.73 0.00 19:32:34 19:24:01 0.43 0.18 0.25 0.00 1.73 3.11 0.00 19:32:34 19:25:01 1.07 0.63 0.43 0.00 132.42 4.78 0.00 19:32:34 19:26:01 2.35 1.70 0.65 0.00 55.28 8.34 0.00 19:32:34 19:27:01 0.95 0.05 0.90 0.00 1.20 15.94 0.00 19:32:34 19:28:01 0.27 0.02 0.25 0.00 0.27 3.11 0.00 19:32:34 19:29:01 0.28 0.05 0.23 0.00 0.40 2.70 0.00 19:32:34 19:30:01 0.20 0.03 0.17 0.00 0.27 1.50 0.00 19:32:34 19:31:01 0.32 0.02 0.30 0.00 0.13 3.26 0.00 19:32:34 19:32:01 21.91 21.60 0.32 0.00 1456.14 26.42 0.00 19:32:34 Average: 444.76 341.79 102.97 0.00 26246.13 36921.05 0.00 19:32:34 19:32:34 19:12:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:32:34 19:13:01 78448 0 796304 42.32 1504 1005288 1523812 52.01 642992 870272 92476 19:32:34 19:14:01 264220 0 830412 44.13 728 786184 1787788 61.01 661412 672548 32140 19:32:34 19:15:01 351572 0 746616 39.68 728 782628 1335084 45.56 493956 740120 45648 19:32:34 19:16:02 78660 0 738176 39.23 272 1064436 1258628 42.95 699544 833940 71816 19:32:34 19:17:03 52888 0 860120 45.71 100 968436 2306780 78.73 765068 827552 64064 19:32:34 19:18:01 409928 0 769140 40.88 92 702384 2070360 70.66 551020 651420 68 19:32:34 19:19:02 163848 0 696408 37.01 16 1021272 1489784 50.84 595972 892872 42968 19:32:34 19:20:02 84892 0 1007556 53.55 12 789084 2636840 89.99 657528 875000 1760 19:32:34 19:21:02 331684 0 643812 34.22 12 906036 1534528 52.37 544608 748464 20 19:32:34 19:22:01 359112 0 605268 32.17 12 917152 1176012 40.14 537204 734912 12 19:32:34 19:23:01 357960 0 603388 32.07 12 920184 1162636 39.68 536340 737284 8 19:32:34 19:24:01 357248 0 604036 32.10 12 920248 1162780 39.68 537188 737348 20 19:32:34 19:25:01 353544 0 604104 32.11 12 923884 1162888 39.69 537144 741304 8 19:32:34 19:26:01 352432 0 604236 32.11 12 924864 1162768 39.68 536772 742012 8 19:32:34 19:27:01 352664 0 603988 32.10 12 924880 1162840 39.69 536852 742016 8 19:32:34 19:28:01 353116 0 603532 32.08 12 924884 1162768 39.68 536664 742020 12 19:32:34 19:29:01 352992 0 603644 32.08 12 924896 1162768 39.68 536664 742032 8 19:32:34 19:30:01 352744 0 603884 32.10 12 924904 1162768 39.68 536796 742048 12 19:32:34 19:31:01 352860 0 603760 32.09 12 924912 1162768 39.68 536676 742052 8 19:32:34 19:32:01 299200 0 616196 32.75 12 966136 1177368 40.18 554068 774592 192 19:32:34 Average: 283001 0 687229 36.52 180 911135 1438098 49.08 576723 764490 17563 19:32:34 19:32:34 19:12:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:32:34 19:13:01 eth0 712.22 659.17 4382.10 91.86 0.00 0.00 0.00 0.00 19:32:34 19:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:13:01 docker0 394.07 383.15 29.72 1550.16 0.00 0.00 0.00 0.00 19:32:34 19:14:01 vethc567174 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:14:01 eth0 36.18 20.58 33.50 13.80 0.00 0.00 0.00 0.00 19:32:34 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:15:01 vethc567174 2.23 2.23 0.18 0.19 0.00 0.00 0.00 0.00 19:32:34 19:15:01 eth0 42.52 34.96 16.90 78.91 0.00 0.00 0.00 0.00 19:32:34 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:15:01 docker0 2.23 2.23 0.15 0.19 0.00 0.00 0.00 0.00 19:32:34 19:16:02 veth3b25a99 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:16:02 eth0 210.76 154.03 1685.44 69.32 0.00 0.00 0.00 0.00 19:32:34 19:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:17:03 veth3b25a99 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:17:03 eth0 73.06 57.53 159.27 10.35 0.00 0.00 0.00 0.00 19:32:34 19:17:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:17:03 docker0 49.98 57.37 3.36 147.26 0.00 0.00 0.00 0.00 19:32:34 19:18:01 vethc8b7ee7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:18:01 vethc46d947 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:18:01 veth3b25a99 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:18:01 eth0 8.27 4.25 6.83 3.65 0.00 0.00 0.00 0.00 19:32:34 19:19:02 veth3b25a99 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:19:02 eth0 277.22 196.03 1830.81 98.19 0.00 0.00 0.00 0.00 19:32:34 19:19:02 veth2a86f7e 24.05 48.40 1.85 338.06 0.00 0.00 0.00 0.00 19:32:34 19:19:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:32:34 19:20:02 veth655e34a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:20:02 veth3b25a99 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:20:02 eth0 58.28 37.73 90.91 16.47 0.00 0.00 0.00 0.00 19:32:34 19:20:02 veth21bd97e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:32:34 19:21:02 veth3b25a99 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:21:02 eth0 77.89 52.02 115.50 77.38 0.00 0.00 0.00 0.00 19:32:34 19:21:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 19:32:34 19:21:02 docker0 1162.56 1087.62 92.30 4414.70 0.00 0.00 0.00 0.00 19:32:34 19:22:01 eth0 2.95 2.13 3.19 1.21 0.00 0.00 0.00 0.00 19:32:34 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:23:01 eth0 0.60 0.08 0.06 0.01 0.00 0.00 0.00 0.00 19:32:34 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:24:01 eth0 1.30 0.55 0.47 0.15 0.00 0.00 0.00 0.00 19:32:34 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:25:01 eth0 0.50 0.33 0.27 0.26 0.00 0.00 0.00 0.00 19:32:34 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:32:34 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:27:01 eth0 0.38 0.22 0.15 0.07 0.00 0.00 0.00 0.00 19:32:34 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:28:01 eth0 0.10 0.13 0.01 0.01 0.00 0.00 0.00 0.00 19:32:34 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:29:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:32:34 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:30:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:31:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:32:34 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:32:01 eth0 30.80 27.87 12.55 49.85 0.00 0.00 0.00 0.00 19:32:34 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 Average: eth0 77.18 62.81 420.41 25.66 0.00 0.00 0.00 0.00 19:32:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:32:34 Average: docker0 26.88 29.05 1.96 119.42 0.00 0.00 0.00 0.00 19:32:34 19:32:34 19:32:34 ---> sar -P ALL: 19:32:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 19:32:34 19:32:34 19:10:48 LINUX RESTART (4 CPU) 19:32:34 19:32:34 19:12:01 CPU %user %nice %system %iowait %steal %idle 19:32:34 19:13:01 all 16.28 0.00 9.81 4.74 0.11 69.06 19:32:34 19:13:01 0 16.16 0.00 10.48 4.32 0.10 68.94 19:32:34 19:13:01 1 17.19 0.00 9.39 3.22 0.10 70.10 19:32:34 19:13:01 2 17.07 0.00 9.78 5.78 0.17 67.20 19:32:34 19:13:01 3 14.69 0.00 9.61 5.64 0.07 70.00 19:32:34 19:14:01 all 47.42 0.00 12.66 5.33 0.10 34.48 19:32:34 19:14:01 0 47.83 0.00 12.07 4.66 0.07 35.37 19:32:34 19:14:01 1 47.45 0.00 13.02 6.16 0.09 33.28 19:32:34 19:14:01 2 47.57 0.00 12.74 5.67 0.07 33.96 19:32:34 19:14:01 3 46.84 0.00 12.80 4.85 0.19 35.32 19:32:34 19:15:01 all 49.95 0.00 14.11 3.04 0.33 32.58 19:32:34 19:15:01 0 49.36 0.00 13.86 1.74 0.31 34.73 19:32:34 19:15:01 1 49.98 0.00 13.72 4.45 0.38 31.46 19:32:34 19:15:01 2 49.06 0.00 14.50 2.16 0.24 34.04 19:32:34 19:15:01 3 51.39 0.00 14.35 3.79 0.37 30.10 19:32:34 19:16:02 all 25.08 0.00 12.27 4.35 0.25 58.04 19:32:34 19:16:02 0 25.26 0.00 12.34 3.16 0.22 59.02 19:32:34 19:16:02 1 24.89 0.00 12.20 4.33 0.24 58.35 19:32:34 19:16:02 2 25.30 0.00 12.66 6.09 0.25 55.69 19:32:34 19:16:02 3 24.89 0.00 11.89 3.83 0.27 59.12 19:32:34 19:17:03 all 20.19 0.00 29.93 23.02 0.35 26.51 19:32:34 19:17:03 0 20.60 0.00 28.72 22.22 0.47 27.99 19:32:34 19:17:03 1 20.99 0.00 29.44 20.72 0.32 28.54 19:32:34 19:17:03 2 18.89 0.00 30.51 25.31 0.31 24.98 19:32:34 19:17:03 3 20.29 0.00 31.07 23.82 0.30 24.53 19:32:34 19:18:01 all 60.24 0.00 19.75 11.61 0.13 8.27 19:32:34 19:18:01 0 61.27 0.00 19.15 11.42 0.12 8.03 19:32:34 19:18:01 1 59.20 0.00 19.47 11.14 0.22 9.97 19:32:34 19:18:01 2 59.47 0.00 20.39 12.03 0.11 8.00 19:32:34 19:18:01 3 61.00 0.00 19.97 11.83 0.09 7.11 19:32:34 19:19:02 all 18.72 0.00 18.56 29.53 0.19 32.99 19:32:34 19:19:02 0 17.68 0.00 16.99 23.60 0.24 41.49 19:32:34 19:19:02 1 19.14 0.00 18.74 29.54 0.19 32.39 19:32:34 19:19:02 2 19.05 0.00 19.10 32.04 0.16 29.65 19:32:34 19:19:02 3 19.03 0.00 19.43 33.00 0.16 28.38 19:32:34 19:20:02 all 24.07 0.00 21.35 32.82 0.31 21.45 19:32:34 19:20:02 0 22.24 0.00 20.10 32.91 0.33 24.42 19:32:34 19:20:02 1 23.30 0.00 22.14 34.30 0.37 19.90 19:32:34 19:20:02 2 24.48 0.00 21.45 33.04 0.31 20.71 19:32:34 19:20:02 3 26.28 0.00 21.72 31.02 0.25 20.74 19:32:34 19:21:02 all 49.67 0.00 17.87 10.00 0.28 22.17 19:32:34 19:21:02 0 47.71 0.00 17.49 9.14 0.34 25.32 19:32:34 19:21:02 1 50.61 0.00 17.41 8.15 0.23 23.60 19:32:34 19:21:02 2 50.19 0.00 17.74 10.04 0.25 21.79 19:32:34 19:21:02 3 50.20 0.00 18.85 12.68 0.32 17.95 19:32:34 19:22:01 all 0.32 0.00 0.23 0.30 0.00 99.15 19:32:34 19:22:01 0 0.71 0.00 0.30 0.02 0.02 98.95 19:32:34 19:22:01 1 0.14 0.00 0.22 0.56 0.00 99.08 19:32:34 19:22:01 2 0.19 0.00 0.17 0.03 0.00 99.61 19:32:34 19:22:01 3 0.24 0.00 0.22 0.59 0.00 98.95 19:32:34 19:23:01 all 0.14 0.00 0.03 0.00 0.00 99.83 19:32:34 19:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:32:34 19:23:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:32:34 19:23:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:32:34 19:23:01 3 0.52 0.00 0.05 0.00 0.00 99.43 19:32:34 19:32:34 19:23:01 CPU %user %nice %system %iowait %steal %idle 19:32:34 19:24:01 all 0.17 0.00 0.06 0.01 0.02 99.74 19:32:34 19:24:01 0 0.02 0.00 0.02 0.02 0.00 99.95 19:32:34 19:24:01 1 0.47 0.00 0.05 0.00 0.02 99.47 19:32:34 19:24:01 2 0.08 0.00 0.05 0.02 0.03 99.82 19:32:34 19:24:01 3 0.12 0.00 0.12 0.02 0.03 99.72 19:32:34 19:25:01 all 0.18 0.00 0.03 0.02 0.01 99.76 19:32:34 19:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:32:34 19:25:01 1 0.58 0.00 0.03 0.03 0.02 99.33 19:32:34 19:25:01 2 0.07 0.00 0.05 0.03 0.00 99.85 19:32:34 19:25:01 3 0.05 0.00 0.03 0.00 0.02 99.90 19:32:34 19:26:01 all 0.17 0.00 0.07 0.03 0.00 99.73 19:32:34 19:26:01 0 0.03 0.00 0.08 0.08 0.02 99.78 19:32:34 19:26:01 1 0.22 0.00 0.05 0.00 0.00 99.73 19:32:34 19:26:01 2 0.37 0.00 0.07 0.02 0.00 99.55 19:32:34 19:26:01 3 0.07 0.00 0.07 0.00 0.00 99.87 19:32:34 19:27:01 all 0.15 0.00 0.02 0.00 0.00 99.83 19:32:34 19:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:32:34 19:27:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:32:34 19:27:01 2 0.02 0.00 0.02 0.00 0.00 99.97 19:32:34 19:27:01 3 0.53 0.00 0.05 0.00 0.00 99.42 19:32:34 19:28:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:32:34 19:28:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:32:34 19:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:32:34 19:28:01 2 0.05 0.00 0.03 0.00 0.00 99.92 19:32:34 19:28:01 3 0.52 0.00 0.03 0.00 0.00 99.45 19:32:34 19:29:01 all 0.15 0.00 0.03 0.00 0.00 99.83 19:32:34 19:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:32:34 19:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 19:32:34 19:29:01 2 0.03 0.00 0.05 0.00 0.00 99.92 19:32:34 19:29:01 3 0.52 0.00 0.02 0.00 0.00 99.47 19:32:34 19:30:01 all 0.07 0.00 0.04 0.00 0.00 99.89 19:32:34 19:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:32:34 19:30:01 1 0.03 0.00 0.00 0.00 0.00 99.97 19:32:34 19:30:01 2 0.05 0.00 0.05 0.00 0.00 99.90 19:32:34 19:30:01 3 0.18 0.00 0.07 0.00 0.02 99.73 19:32:34 19:31:01 all 0.09 0.00 0.03 0.00 0.00 99.88 19:32:34 19:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:32:34 19:31:01 1 0.32 0.00 0.03 0.00 0.02 99.63 19:32:34 19:31:01 2 0.02 0.00 0.03 0.00 0.00 99.95 19:32:34 19:31:01 3 0.00 0.00 0.02 0.00 0.00 99.98 19:32:34 19:32:01 all 1.55 0.00 0.87 0.58 0.01 96.98 19:32:34 19:32:01 0 1.57 0.00 1.08 0.75 0.02 96.58 19:32:34 19:32:01 1 1.84 0.00 0.80 0.45 0.00 96.91 19:32:34 19:32:01 2 1.13 0.00 0.67 0.35 0.03 97.81 19:32:34 19:32:01 3 1.67 0.00 0.94 0.77 0.00 96.63 19:32:34 Average: all 15.33 0.00 7.69 6.11 0.10 70.77 19:32:34 Average: 0 15.14 0.00 7.47 5.57 0.11 71.71 19:32:34 Average: 1 15.39 0.00 7.64 6.00 0.11 70.87 19:32:34 Average: 2 15.25 0.00 7.81 6.47 0.10 70.37 19:32:34 Average: 3 15.53 0.00 7.84 6.40 0.10 70.14 19:32:34 19:32:34 19:32:34