Pull request #3322 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at f2bd0815c0e73667d07e5744b61daa5be38d8f92 rather than 03959d18d1ddb09d08d2fce729251ed877b5097a Obtained Jenkinsfile from f2bd0815c0e73667d07e5744b61daa5be38d8f92 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32384 in /w/workspace/edgexfoundry_edgex-go_PR-3322 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 03959d18d1ddb09d08d2fce729251ed877b5097a Merge succeeded, producing 03959d18d1ddb09d08d2fce729251ed877b5097a Checking out Revision 03959d18d1ddb09d08d2fce729251ed877b5097a (PR-3322) > 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/3322/head:refs/remotes/origin/PR-3322 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 Commit message: "feat(scheduler): Implement Patch /intervalaction V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:50:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:50:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:50:11 ========================================================= 01:50:11 EdgeX Global Pipelines Version Info 01:50:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d9eae9228d1cdab44e59710f7e61038a8f28f00b # timeout=10 01:50:12 ------------------- 01:50:12 stable info: 01:50:12 ------------------- 01:50:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:50:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 01:50:12 Message: update stable to v1.0.186 01:50:14 ------------------- 01:50:14 experimental info: 01:50:14 ------------------- 01:50:14 Commited By: **** collab-it+edgex@linuxfoundation.org 01:50:14 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 01:50:14 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:50:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:50:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:50:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:50:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:50:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:50:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3322 [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3322 [Pipeline] echo 01:50:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3322 [Pipeline] echo 01:50:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 03959d18d1ddb09d08d2fce729251ed877b5097a [Pipeline] echo 01:50:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 03959d1 [Pipeline] echo 01:50:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:50:17 provisioning config files... 01:50:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1886306335544730286tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:50:17 ---> docker-login.sh 01:50:17 nexus3.edgexfoundry.org:10001 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 nexus3.edgexfoundry.org:10002 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 nexus3.edgexfoundry.org:10003 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 nexus3.edgexfoundry.org:10004 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:50:18 Configure a credential helper to remove this warning. See 01:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:50:18 01:50:18 Login Succeeded 01:50:18 docker.io 01:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:50:19 Configure a credential helper to remove this warning. See 01:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:50:19 01:50:19 Login Succeeded 01:50:19 ---> docker-login.sh ends [Pipeline] } 01:50:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:50:19 ++ 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 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/core-command/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo core-command,cmd/core-command/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/core-data/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo core-data,cmd/core-data/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/core-metadata/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo core-metadata,cmd/core-metadata/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/security-bootstrapper/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/security-proxy-setup/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/support-notifications/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo support-notifications,cmd/support-notifications/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/support-scheduler/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:50:19 + for file in '`ls cmd/**/Dockerfile`' 01:50:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:50:19 ++ cut -d/ -f2 01:50:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:50:19 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 01:50:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:21 01:50:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:50:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:21 latest: Pulling from edgex-devops/git-semver 01:50:21 31603596830f: Pulling fs layer 01:50:21 2a8b12db71e7: Pulling fs layer 01:50:21 6ca5941a6612: Pulling fs layer 01:50:21 ecc8261a40a4: Pulling fs layer 01:50:21 ecc8261a40a4: Waiting 01:50:21 2a8b12db71e7: Verifying Checksum 01:50:21 2a8b12db71e7: Download complete 01:50:21 31603596830f: Verifying Checksum 01:50:21 31603596830f: Download complete 01:50:21 ecc8261a40a4: Verifying Checksum 01:50:21 ecc8261a40a4: Download complete 01:50:21 6ca5941a6612: Verifying Checksum 01:50:21 6ca5941a6612: Download complete 01:50:22 31603596830f: Pull complete 01:50:22 2a8b12db71e7: Pull complete 01:50:23 6ca5941a6612: Pull complete 01:50:23 ecc8261a40a4: Pull complete 01:50:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:50:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:50:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:50:23 prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container 01:50:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 01:50:26 $ docker top b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:50:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:50:26 [ssh-agent] Looking for ssh-agent implementation... 01:50:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:50:26 $ docker exec b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent 01:50:26 SSH_AUTH_SOCK=/tmp/ssh-BSgxD7U0KpxG/agent.12 01:50:26 SSH_AGENT_PID=17 01:50:26 Running ssh-add (command line suppressed) 01:50:26 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7511976676536442838.key (/w/workspace/edgex-go/4@tmp/private_key_7511976676536442838.key) 01:50:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:50:27 + git tag --points-at HEAD [Pipeline] } 01:50:27 $ docker exec --env ******** --env ******** b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent -k 01:50:27 unset SSH_AUTH_SOCK; 01:50:27 unset SSH_AGENT_PID; 01:50:27 echo Agent pid 17 killed; 01:50:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:50:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:50:27 [ssh-agent] Looking for ssh-agent implementation... 01:50:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:50:27 $ docker exec b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent 01:50:28 SSH_AUTH_SOCK=/tmp/ssh-mwwtIFhyGiIX/agent.47 01:50:28 SSH_AGENT_PID=52 01:50:28 Running ssh-add (command line suppressed) 01:50:28 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3567302592912112888.key (/w/workspace/edgex-go/4@tmp/private_key_3567302592912112888.key) 01:50:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:50:28 + git semver init 01:50:28 # -> Open(): unable to determine branch for HEAD 01:50:28 # $GIT_DIR = /w/workspace/edgex-go/4/.git 01:50:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 01:50:28 # $SEMVER_REMOTE_NAME = origin 01:50:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:50:28 # $SEMVER_USER_NAME = edgex-jenkins 01:50:28 # $SEMVER_BRANCH = PR-3322 01:50:28 # $SEMVER_TEMP = /tmp/semver-953827756 01:50:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:50:50 # '/tmp/semver-953827756' -> '/w/workspace/edgex-go/4/.semver' 01:50:50 # -> Force: false 01:50:50 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 01:50:50 $ docker exec --env ******** --env ******** b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a ssh-agent -k 01:50:50 unset SSH_AUTH_SOCK; 01:50:50 unset SSH_AGENT_PID; 01:50:50 echo Agent pid 52 killed; 01:50:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:50:51 + git semver [Pipeline] } 01:50:51 $ docker stop --time=1 b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a 01:50:53 $ docker rm -f b2e285ca894bc102cbc80d13c240d0477d10a71fb25c787b90061398e36a085a [Pipeline] // withDockerContainer [Pipeline] sh 01:50:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:50:54 Stashed 1 file(s) [Pipeline] echo 01:50:54 [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 01:50:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:50:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:50:55 + sudo service docker restart 01:50:55 + true 01:50:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:50:56 ========================================================= 01:50:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:50:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:50:56 + 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 . 01:51:01 Sending build context to Docker daemon 329MB 01:51:01 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:51:01 Step 2/6 : FROM ${BASE} 01:51:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:51:01 188c0c94c7c5: Pulling fs layer 01:51:01 0ef7d3d256c8: Pulling fs layer 01:51:01 de9db76c5a1d: Pulling fs layer 01:51:01 bca2f99d35d6: Pulling fs layer 01:51:01 93359f2a8cfa: Pulling fs layer 01:51:01 7c6f9722023f: Pulling fs layer 01:51:01 a35cf1a2eb13: Pulling fs layer 01:51:01 bca2f99d35d6: Waiting 01:51:01 93359f2a8cfa: Waiting 01:51:01 7c6f9722023f: Waiting 01:51:01 a35cf1a2eb13: Waiting 01:51:01 de9db76c5a1d: Verifying Checksum 01:51:01 de9db76c5a1d: Download complete 01:51:01 0ef7d3d256c8: Verifying Checksum 01:51:01 0ef7d3d256c8: Download complete 01:51:01 93359f2a8cfa: Download complete 01:51:01 7c6f9722023f: Verifying Checksum 01:51:01 7c6f9722023f: Download complete 01:51:01 188c0c94c7c5: Download complete 01:51:01 188c0c94c7c5: Pull complete 01:51:01 0ef7d3d256c8: Pull complete 01:51:01 de9db76c5a1d: Pull complete 01:51:03 a35cf1a2eb13: Verifying Checksum 01:51:04 bca2f99d35d6: Verifying Checksum 01:51:04 bca2f99d35d6: Download complete 01:51:09 Still waiting to schedule task 01:51:09 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:51:10 bca2f99d35d6: Pull complete 01:51:10 93359f2a8cfa: Pull complete 01:51:10 7c6f9722023f: Pull complete 01:51:15 a35cf1a2eb13: Pull complete 01:51:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:51:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:51:15 ---> a62c8e92a672 01:51:15 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 01:51:15 ---> Running in 391db1dc0b12 01:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:51:16 (1/12) Installing libmagic (5.38-r0) 01:51:17 (2/12) Installing file (5.38-r0) 01:51:17 (3/12) Installing libc-dev (0.7.2-r3) 01:51:17 (4/12) Installing g++ (9.3.0-r2) 01:51:20 (5/12) Installing fortify-headers (1.1-r0) 01:51:20 (6/12) Installing patch (2.7.6-r6) 01:51:20 (7/12) Installing build-base (0.5-r2) 01:51:20 (8/12) Installing libsodium (1.0.18-r0) 01:51:20 (9/12) Installing pkgconf (1.7.2-r0) 01:51:21 (10/12) Installing libsodium-dev (1.0.18-r0) 01:51:21 (11/12) Installing libzmq (4.3.3-r0) 01:51:21 (12/12) Installing zeromq-dev (4.3.3-r0) 01:51:21 Executing busybox-1.31.1-r19.trigger 01:51:21 OK: 233 MiB in 51 packages 01:51:25 Removing intermediate container 391db1dc0b12 01:51:25 ---> 69a69076adfd 01:51:25 Step 4/6 : WORKDIR /edgex-go 01:51:25 ---> Running in e3adc15ddc43 01:51:25 Removing intermediate container e3adc15ddc43 01:51:25 ---> 04223d88eeec 01:51:25 Step 5/6 : COPY go.mod . 01:51:25 ---> 215e1a3d7cf6 01:51:25 Step 6/6 : RUN go mod download 01:51:25 ---> Running in d0f296620601 01:51:47 Removing intermediate container d0f296620601 01:51:47 ---> b35026497b1d 01:51:47 Successfully built b35026497b1d 01:51:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:51:48 + docker inspect -f . ci-base-image-x86_64 01:51:48 . [Pipeline] withDockerContainer 01:51:48 prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container 01:51:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:51:49 $ docker top 146e5ce435751422fa169f7b83cdee55e1031557714f278a7ef2b0408b62fe02 -eo pid,comm [Pipeline] { [Pipeline] sh 01:51:49 + go version 01:51:49 go version go1.15.5 linux/amd64 [Pipeline] } 01:51:49 $ docker stop --time=1 146e5ce435751422fa169f7b83cdee55e1031557714f278a7ef2b0408b62fe02 01:51:51 $ docker rm -f 146e5ce435751422fa169f7b83cdee55e1031557714f278a7ef2b0408b62fe02 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:51:52 + docker inspect -f . ci-base-image-x86_64 01:51:52 . [Pipeline] withDockerContainer 01:51:52 prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container 01:51:52 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:51:53 $ docker top 47c6ae3e7b1a99f75e8557267c94d07f2328ce1d969ad28237a07696afb9d99f -eo pid,comm [Pipeline] { [Pipeline] echo 01:51:53 ========================================================= 01:51:53 [edgeXBuildGoParallel] Running Tests and Build... 01:51:53 ========================================================= [Pipeline] sh 01:51:53 + make test 01:51:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:52:03 ? github.com/edgexfoundry/edgex-go [no test files] 01:52:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:52:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:52:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:52:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:52:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:52:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:52:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:52:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:52:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:52:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:52:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 45.9% of statements 01:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:52:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:52:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements 01:52:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements 01:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.231s coverage: 27.1% of statements 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:52:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:52:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.160s coverage: 82.9% of statements 01:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.062s coverage: 78.9% of statements 01:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.320s coverage: 28.6% of statements 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.123s coverage: 100.0% of statements 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.164s coverage: 97.5% of statements 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.416s coverage: 92.8% of statements 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.103s coverage: 1.0% of statements 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:52:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.065s coverage: 47.1% of statements 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 01:52:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.085s coverage: 87.5% of statements 01:52:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32386 in /w/workspace/edgexfoundry_edgex-go_PR-3322 [Pipeline] { [Pipeline] ws 01:52:59 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 01:52:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements 01:52:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 01:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.271s coverage: 82.6% of statements 01:53:04 using credential edgex-jenkins-ssh 01:53:04 Cloning the remote Git repository 01:53:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:53:04 > git init /w/workspace/edgex-go/4 # timeout=10 01:53:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:53:04 > git --version # timeout=10 01:53:04 > git --version # 'git version 2.17.1' 01:53:04 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.094s coverage: 92.9% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.6% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 64.4% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 69.0% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 38.4% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:53:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.150s coverage: 87.1% of statements 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:53:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:53:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:53:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:53:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:53:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:53:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 95.6% of statements 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:53:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:53:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:53:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:53:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:53:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 01:53:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements 01:53:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 01:53:13 GO111MODULE=on go vet ./... 01:53:22 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 03959d18d1ddb09d08d2fce729251ed877b5097a 01:53:23 Merge succeeded, producing 03959d18d1ddb09d08d2fce729251ed877b5097a 01:53:23 Checking out Revision 03959d18d1ddb09d08d2fce729251ed877b5097a (PR-3322) 01:53:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:53:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:53:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:53:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:53:21 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3322/head:refs/remotes/origin/PR-3322 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:53:22 > git config core.sparsecheckout # timeout=10 01:53:22 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 01:53:23 > git remote # timeout=10 01:53:23 > git config --get remote.origin.url # timeout=10 01:53:23 using GIT_SSH to set credentials SSH Credentials for GitHub 01:53:23 > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 01:53:23 > git rev-parse HEAD^{commit} # timeout=10 01:53:23 > git config core.sparsecheckout # timeout=10 01:53:23 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 01:53:27 Commit message: "feat(scheduler): Implement Patch /intervalaction V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:53:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:53:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:53:29 + sudo service docker restart 01:53:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:53:31 provisioning config files... 01:53:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3088758033905089582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:53:32 ---> docker-login.sh 01:53:32 nexus3.edgexfoundry.org:10001 01:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:53:33 Configure a credential helper to remove this warning. See 01:53:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:53:33 01:53:33 Login Succeeded 01:53:33 nexus3.edgexfoundry.org:10002 01:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:53:33 Configure a credential helper to remove this warning. See 01:53:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:53:33 01:53:33 Login Succeeded 01:53:33 nexus3.edgexfoundry.org:10003 01:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:53:34 Configure a credential helper to remove this warning. See 01:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:53:34 01:53:34 Login Succeeded 01:53:34 nexus3.edgexfoundry.org:10004 01:53:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:53:34 Configure a credential helper to remove this warning. See 01:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:53:34 01:53:34 Login Succeeded 01:53:34 docker.io 01:53:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:53:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:53:35 Configure a credential helper to remove this warning. See 01:53:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:53:35 01:53:35 Login Succeeded 01:53:35 ---> docker-login.sh ends [Pipeline] } 01:53:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:53:35 ========================================================= 01:53:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:53:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:53:36 + 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 . 01:53:38 Sending build context to Docker daemon 167.1MB 01:53:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:53:38 Step 2/6 : FROM ${BASE} 01:53:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:53:38 5f621e34cdf4: Pulling fs layer 01:53:38 a4357932f1b6: Pulling fs layer 01:53:38 18c013af1878: Pulling fs layer 01:53:38 00ac8860ef70: Pulling fs layer 01:53:38 63d7cb157983: Pulling fs layer 01:53:38 b116817d02f9: Pulling fs layer 01:53:38 745a02a5169b: Pulling fs layer 01:53:38 00ac8860ef70: Waiting 01:53:38 63d7cb157983: Waiting 01:53:38 b116817d02f9: Waiting 01:53:38 745a02a5169b: Waiting 01:53:38 18c013af1878: Download complete 01:53:38 a4357932f1b6: Download complete 01:53:38 63d7cb157983: Verifying Checksum 01:53:38 63d7cb157983: Download complete 01:53:38 b116817d02f9: Verifying Checksum 01:53:38 b116817d02f9: Download complete 01:53:38 5f621e34cdf4: Verifying Checksum 01:53:38 5f621e34cdf4: Download complete 01:53:39 5f621e34cdf4: Pull complete 01:53:40 a4357932f1b6: Pull complete 01:53:40 18c013af1878: Pull complete 01:53:41 745a02a5169b: Verifying Checksum 01:53:41 745a02a5169b: Download complete 01:53:42 00ac8860ef70: Verifying Checksum 01:53:42 00ac8860ef70: Download complete 01:53:45 gofmt -l . 01:53:45 [ "`gofmt -l .`" = "" ] 01:53:45 ./bin/test-go-mod-tidy.sh 01:53:45 ./bin/test-attribution-txt.sh [Pipeline] sh 01:53:45 + ls -al . 01:53:45 total 784 01:53:45 drwxrwxr-x 10 1001 1001 4096 Apr 1 01:53 . 01:53:45 drwxr-xr-x 4 root root 28 Apr 1 01:51 .. 01:53:45 -rw-rw-r-- 1 1001 1001 11 Apr 1 01:50 .dockerignore 01:53:45 drwxrwxr-x 8 1001 1001 179 Apr 1 01:50 .git 01:53:45 drwxrwxr-x 3 1001 1001 125 Apr 1 01:50 .github 01:53:45 -rw-rw-r-- 1 1001 1001 818 Apr 1 01:50 .gitignore 01:53:45 drwx------ 3 1001 1001 60 Apr 1 01:50 .semver 01:53:45 -rw-rw-r-- 1 1001 1001 166 Apr 1 01:50 .sonarcloud.properties 01:53:45 -rw-rw-r-- 1 1001 1001 8607 Apr 1 01:50 Attribution.txt 01:53:45 -rw-rw-r-- 1 1001 1001 3804 Apr 1 01:50 CONTRIBUTING.md 01:53:45 -rw-rw-r-- 1 1001 1001 931 Apr 1 01:50 Dockerfile.build 01:53:45 -rw-rw-r-- 1 1001 1001 863 Apr 1 01:50 Jenkinsfile 01:53:45 -rw-rw-r-- 1 1001 1001 10775 Apr 1 01:50 LICENSE 01:53:45 -rw-rw-r-- 1 1001 1001 5774 Apr 1 01:50 Makefile 01:53:45 -rw-rw-r-- 1 1001 1001 6548 Apr 1 01:50 README.md 01:53:45 -rw-rw-r-- 1 1001 1001 6755 Apr 1 01:50 SECURITY.md 01:53:45 -rw-rw-r-- 1 1001 1001 5 Apr 1 01:50 VERSION 01:53:45 -rw-rw-r-- 1 1001 1001 4131 Apr 1 01:50 ZMQWindows.md 01:53:45 drwxrwxr-x 2 1001 1001 117 Apr 1 01:50 bin 01:53:45 drwxrwxr-x 14 1001 1001 4096 Apr 1 01:50 cmd 01:53:45 -rw-r--r-- 1 root root 672489 Apr 1 01:53 coverage.out 01:53:45 -rw-r--r-- 1 root root 1056 Apr 1 01:53 go.mod 01:53:45 -rw-r--r-- 1 root root 22360 Apr 1 01:53 go.sum 01:53:45 drwxrwxr-x 8 1001 1001 127 Apr 1 01:50 internal 01:53:45 drwxrwxr-x 4 1001 1001 26 Apr 1 01:50 openapi 01:53:45 drwxrwxr-x 4 1001 1001 71 Apr 1 01:50 snap 01:53:45 -rw-rw-r-- 1 1001 1001 168 Apr 1 01:50 version.go [Pipeline] sh 01:53:46 + '[' -e coverage.out ] 01:53:46 + chown 1001:1001 coverage.out [Pipeline] stash 01:53:46 Stashed 1 file(s) [Pipeline] sh 01:53:46 + make build 01:53: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 01:53: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 01:53:52 00ac8860ef70: Pull complete 01:53:53 63d7cb157983: Pull complete 01:53:53 b116817d02f9: Pull complete 01:53:56 745a02a5169b: Pull complete 01:53:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:53:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:53:56 ---> b7e6874047d6 01:53:56 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 01:54:00 ---> Running in 645ef28b0332 01:54:01 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 01:54:01 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 01:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:54:02 (1/12) Installing libmagic (5.38-r0) 01:54:03 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 01:54:03 (2/12) Installing file (5.38-r0) 01:54:03 (3/12) Installing libc-dev (0.7.2-r3) 01:54:03 (4/12) Installing g++ (9.3.0-r2) 01:54:03 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 01:54:05 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 01:54:06 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 01:54:06 (5/12) Installing fortify-headers (1.1-r0) 01:54:06 (6/12) Installing patch (2.7.6-r6) 01:54:06 (7/12) Installing build-base (0.5-r2) 01:54:06 (8/12) Installing libsodium (1.0.18-r0) 01:54:06 (9/12) Installing pkgconf (1.7.2-r0) 01:54:06 (10/12) Installing libsodium-dev (1.0.18-r0) 01:54:06 (11/12) Installing libzmq (4.3.3-r0) 01:54:06 (12/12) Installing zeromq-dev (4.3.3-r0) 01:54:06 Executing busybox-1.31.1-r19.trigger 01:54:06 OK: 217 MiB in 51 packages 01:54:08 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 01:54:09 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 01:54:10 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 01:54:11 Removing intermediate container 645ef28b0332 01:54:11 ---> 11186f718a6e 01:54:11 Step 4/6 : WORKDIR /edgex-go 01:54:11 ---> Running in a49cfc96b09f 01:54:11 Removing intermediate container a49cfc96b09f 01:54:11 ---> b1dea51ecf63 01:54:11 Step 5/6 : COPY go.mod . 01:54:12 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 01:54:12 ---> 972ecb7e7ba2 01:54:12 Step 6/6 : RUN go mod download 01:54:12 ---> Running in c62a9b7fc9df [Pipeline] } 01:54:14 $ docker stop --time=1 47c6ae3e7b1a99f75e8557267c94d07f2328ce1d969ad28237a07696afb9d99f 01:54:15 $ docker rm -f 47c6ae3e7b1a99f75e8557267c94d07f2328ce1d969ad28237a07696afb9d99f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:54:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:54:19 01:54:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:54:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:54:19 latest: Pulling from edgex-devops/edgex-compose 01:54:19 cbdbe7a5bc2a: Pulling fs layer 01:54:19 ca9280d653b3: Pulling fs layer 01:54:19 7e9c9ca2126c: Pulling fs layer 01:54:20 cbdbe7a5bc2a: Download complete 01:54:20 cbdbe7a5bc2a: Pull complete 01:54:20 ca9280d653b3: Verifying Checksum 01:54:20 ca9280d653b3: Download complete 01:54:21 ca9280d653b3: Pull complete 01:54:21 7e9c9ca2126c: Verifying Checksum 01:54:21 7e9c9ca2126c: Download complete 01:54:28 7e9c9ca2126c: Pull complete 01:54:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:54:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:54:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:54:28 prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container 01:54:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:54:30 $ docker top 77a314ee279b473f382c873bd56fe1ee0e414cc701a989976a26b79e60430da2 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:30 + docker-compose build --help 01:54:30 + grep parallel 01:54:31 --parallel Build images in parallel. [Pipeline] } 01:54:32 $ docker stop --time=1 77a314ee279b473f382c873bd56fe1ee0e414cc701a989976a26b79e60430da2 01:54:33 $ docker rm -f 77a314ee279b473f382c873bd56fe1ee0e414cc701a989976a26b79e60430da2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:54:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:54:34 . [Pipeline] withDockerContainer 01:54:34 prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container 01:54:34 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:54:35 $ docker top bbd2c79fd16cea224e657ab2add4e81f867d5e80f0488d941db39d0abcaf9eb5 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:35 + docker-compose -f ./docker-compose-build.yml build --parallel 01:54:36 Building docker-core-command-go ... 01:54:36 Building docker-core-data-go ... 01:54:36 Building docker-core-metadata-go ... 01:54:36 Building docker-security-bootstrapper-go ... 01:54:36 Building docker-security-proxy-setup-go ... 01:54:36 Building docker-security-secretstore-setup-go ... 01:54:36 Building docker-support-notifications-go ... 01:54:36 Building docker-support-scheduler-go ... 01:54:36 Building docker-sys-mgmt-agent-go ... 01:54:36 Building docker-support-scheduler-go 01:54:36 Building docker-security-bootstrapper-go 01:54:36 Building docker-core-command-go 01:54:36 Building docker-support-notifications-go 01:54:36 Building docker-core-metadata-go 01:54:39 Removing intermediate container c62a9b7fc9df 01:54:39 ---> 60f706151110 01:54:39 Successfully built 60f706151110 01:54:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:54:39 + docker inspect -f . ci-base-image-arm64 01:54:39 . [Pipeline] withDockerContainer 01:54:39 prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container 01:54:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:54:41 $ docker top 6f05af0ab97a195e7320cbe0d9016085130f82c5af08e3a76e0ba2907478d498 -eo pid,comm [Pipeline] { [Pipeline] sh 01:54:42 + go version 01:54:42 go version go1.15.5 linux/arm64 [Pipeline] } 01:54:42 $ docker stop --time=1 6f05af0ab97a195e7320cbe0d9016085130f82c5af08e3a76e0ba2907478d498 01:54:44 $ docker rm -f 6f05af0ab97a195e7320cbe0d9016085130f82c5af08e3a76e0ba2907478d498 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:54:45 + docker inspect -f . ci-base-image-arm64 01:54:45 . [Pipeline] withDockerContainer 01:54:45 prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container 01:54:45 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:54:47 $ docker top aa4ea7eb57d9ca11d21d10863145f9a8b67d45f3a4233b2802f857f488a170d3 -eo pid,comm [Pipeline] { [Pipeline] echo 01:54:47 ========================================================= 01:54:47 [edgeXBuildGoParallel] Running Tests and Build... 01:54:47 ========================================================= [Pipeline] sh 01:54:48 + make test 01:54:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:55:10 ? github.com/edgexfoundry/edgex-go [no test files] 01:55:15 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:15 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:55:15 ---> b35026497b1d 01:55:15 Step 3/31 : WORKDIR /edgex-go 01:55:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:55:15 ---> b35026497b1d 01:55:15 Step 3/23 : WORKDIR /edgex-go 01:55:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:55:15 ---> b35026497b1d 01:55:15 Step 3/22 : WORKDIR /edgex-go 01:55:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:55:15 ---> b35026497b1d 01:55:15 Step 3/23 : WORKDIR /edgex-go 01:55:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:55:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:55:15 ---> b35026497b1d 01:55:15 Step 3/22 : WORKDIR /edgex-go 01:55:15 ---> Running in b25502b5f9c1 01:55:15 ---> Running in 7aa2d1e5fc6b 01:55:15 ---> Running in 749c1121cc09 01:55:15 ---> Running in 6541f8ce6ff4 01:55:15 ---> Running in 1c31d984995f 01:55:15 Removing intermediate container 1c31d984995f 01:55:15 ---> af94033c9b33 01:55:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:15 Removing intermediate container 6541f8ce6ff4 01:55:15 ---> 7d77367f054b 01:55:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:15 Removing intermediate container 749c1121cc09 01:55:15 ---> 929925c216c3 01:55:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:15 Removing intermediate container b25502b5f9c1 01:55:15 ---> 99e7987c1d9c 01:55:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:15 Removing intermediate container 7aa2d1e5fc6b 01:55:15 ---> e0d136420889 01:55:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:55:15 ---> Running in 33415ee51990 01:55:15 ---> Running in 40f194b36ad3 01:55:15 ---> Running in 4d1997c3f46f 01:55:15 ---> Running in 7bd9a97b5344 01:55:15 ---> Running in fa96e0f049c0 01:55:15 Removing intermediate container 40f194b36ad3 01:55:15 ---> 5c29597c0247 01:55:15 Step 5/23 : RUN apk add --update --no-cache make git 01:55:15 Removing intermediate container 33415ee51990 01:55:15 ---> b9bdc001f978 01:55:15 Step 5/31 : RUN apk add --update --no-cache make git 01:55:15 ---> Running in 5edb35e97ea3 01:55:15 ---> Running in 0b3e63452496 01:55:15 Removing intermediate container 4d1997c3f46f 01:55:15 ---> 968a5097913b 01:55:15 Step 5/23 : RUN apk add --update --no-cache make git 01:55:15 Removing intermediate container fa96e0f049c0 01:55:15 ---> 46f1836c5ea2 01:55:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:55:15 Removing intermediate container 7bd9a97b5344 01:55:15 ---> bd869e6b959a 01:55:15 Step 5/22 : RUN apk add --update --no-cache make git 01:55:15 ---> Running in 9e8ad94088d5 01:55:15 ---> Running in 445f739daf16 01:55:15 ---> Running in 265d2a5bb6e5 01:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:55:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:55:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:55:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:55:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:55:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:55:17 OK: 233 MiB in 51 packages 01:55:17 OK: 233 MiB in 51 packages 01:55:17 OK: 233 MiB in 51 packages 01:55:17 Removing intermediate container 0b3e63452496 01:55:17 ---> 115bfaf5dbd3 01:55:17 Step 6/31 : COPY go.mod . 01:55:18 OK: 233 MiB in 51 packages 01:55:18 ---> 83208f5b2cb4 01:55:18 Step 7/31 : RUN go mod download 01:55:18 Removing intermediate container 5edb35e97ea3 01:55:18 ---> 7ee2bd6f04d7 01:55:18 Step 6/23 : COPY go.mod . 01:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:55:18 Removing intermediate container 445f739daf16 01:55:18 ---> e1ec8f79f19b 01:55:18 Step 6/22 : COPY go.mod . 01:55:18 ---> Running in 0b1bf0cb8af5 01:55:19 ---> 93761032181b 01:55:19 Step 7/23 : RUN go mod download 01:55:19 ---> 26ae524a7634 01:55:19 Step 7/22 : RUN go mod download 01:55:19 ---> Running in 05abd4bfed56 01:55:19 ---> Running in 5cfd785c8a5f 01:55:19 Removing intermediate container 9e8ad94088d5 01:55:19 ---> 21837d21ce90 01:55:19 Step 6/23 : COPY go.mod . 01:55:20 ---> 58e7327afa45 01:55:20 Step 7/23 : RUN go mod download 01:55:20 ---> Running in d9f7ac9aeed5 01:55:20 OK: 233 MiB in 51 packages 01:55:21 Removing intermediate container 265d2a5bb6e5 01:55:21 ---> af19498dcb0d 01:55:21 Step 6/22 : COPY go.mod . 01:55:21 Removing intermediate container 0b1bf0cb8af5 01:55:21 ---> 0a6ef119db3a 01:55:21 Step 8/31 : COPY . . 01:55:21 ---> d18f60d955d4 01:55:21 Step 7/22 : RUN go mod download 01:55:21 Removing intermediate container 5cfd785c8a5f 01:55:21 ---> 1502ec91bbb8 01:55:21 Step 8/22 : COPY . . 01:55:22 ---> Running in 4ca1e302cf86 01:55:22 Removing intermediate container 05abd4bfed56 01:55:22 ---> 98e0621fe6cc 01:55:22 Step 8/23 : COPY . . 01:55:22 Removing intermediate container d9f7ac9aeed5 01:55:22 ---> 9271b67ebb20 01:55:22 Step 8/23 : COPY . . 01:55:40 Removing intermediate container 4ca1e302cf86 01:55:40 ---> 6f90a0f6c2b2 01:55:40 Step 8/22 : COPY . . 01:55:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:55:59 ---> f48273350967 01:55:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:55:59 ---> a8f093262565 01:55:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:55:59 ---> 980eb5430308 01:55:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:56:01 ---> Running in 5890580f226c 01:56:01 ---> Running in 1dad22d0e60e 01:56:02 ---> Running in cbde11ec7999 01:56:03 ---> 0580256a4207 01:56:03 Step 9/23 : RUN make cmd/core-command/core-command 01:56:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:56:04 ---> Running in d26efd2931a9 01:56:05 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 01:56:05 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 01:56:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:56:06 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 01:56:08 ---> a9dba77f35f2 01:56:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:56:08 ---> Running in ea4b85f75e23 01:56:09 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 01:56:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:56:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:56:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:56:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:56:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:56:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:56:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:56:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:56:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:56:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:56:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements 01:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.140s coverage: 19.8% of statements 01:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.321s coverage: 100.0% of statements 01:56:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.551s coverage: 27.1% of statements 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:56:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.180s coverage: 100.0% of statements 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:56:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.150s coverage: 100.0% of statements 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:56:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:56:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 71.3% of statements 01:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:56:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.500s coverage: 82.9% of statements 01:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements 01:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:56:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.237s coverage: 28.6% of statements 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:56:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:56:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:56:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.373s coverage: 86.7% of statements 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:56:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.412s coverage: 97.5% of statements 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:56:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.208s coverage: 78.3% of statements 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:56:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:56:56 Removing intermediate container 1dad22d0e60e 01:56:56 ---> d694152576ac 01:56:56 01:56:56 Step 10/31 : FROM alpine:3.12 01:56:56 3.12: Pulling from library/alpine 01:56:56 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 01:56:56 Status: Downloaded newer image for alpine:3.12 01:56:56 ---> 42cb162f0360 01:56:56 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:56:56 Removing intermediate container d26efd2931a9 01:56:56 ---> 1511009ba677 01:56:56 01:56:56 Step 10/23 : FROM alpine:3.12 01:56:56 ---> 42cb162f0360 01:56:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:56:56 Removing intermediate container 5890580f226c 01:56:56 ---> 2b18636af8dc 01:56:56 01:56:56 Step 10/22 : FROM alpine:3.12 01:56:56 ---> 42cb162f0360 01:56:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:56:56 ---> Running in 772b5a3bdbbf 01:56:56 Removing intermediate container cbde11ec7999 01:56:56 ---> e36cf8225870 01:56:56 01:56:56 Step 10/23 : FROM alpine:3.12 01:56:56 ---> 42cb162f0360 01:56:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:56:56 ---> Running in 84454d0c9ea8 01:56:56 ---> Running in 352ef6e0d6d6 01:56:56 ---> Running in efd828171c55 01:56:56 Removing intermediate container 772b5a3bdbbf 01:56:56 ---> 93a1fe570975 01:56:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:56:56 ---> Running in 180c6a3e7ef0 01:56:56 Removing intermediate container ea4b85f75e23 01:56:56 ---> 1e7537109054 01:56:56 01:56:56 Step 10/22 : FROM alpine:3.12 01:56:56 ---> 42cb162f0360 01:56:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:56:56 ---> Running in 125aaecce2d6 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:56:56 (1/2) Installing ca-certificates (20191127-r4) 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:56:56 (2/2) Installing dumb-init (1.2.2-r1) 01:56:56 Executing busybox-1.31.1-r19.trigger 01:56:56 Executing ca-certificates-20191127-r4.trigger 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:56:56 OK: 6 MiB in 16 packages 01:56:56 (1/1) Installing dumb-init (1.2.2-r1) 01:56:56 Executing busybox-1.31.1-r19.trigger 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:56:56 (1/1) Installing dumb-init (1.2.2-r1) 01:56:56 Executing busybox-1.31.1-r19.trigger 01:56:56 OK: 6 MiB in 15 packages 01:56:56 OK: 6 MiB in 15 packages 01:56:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:56:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:56:57 (1/2) Installing dumb-init (1.2.2-r1) 01:56:57 (2/2) Installing su-exec (0.2-r1) 01:56:57 Executing busybox-1.31.1-r19.trigger 01:56:57 OK: 6 MiB in 16 packages 01:56:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:56:57 (1/1) Installing dumb-init (1.2.2-r1) 01:56:57 Executing busybox-1.31.1-r19.trigger 01:56:57 OK: 6 MiB in 15 packages 01:56:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.186s coverage: 92.8% of statements 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:56:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.108s coverage: 58.8% of statements 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:56:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.190s coverage: 1.0% of statements 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:56:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:56:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.214s coverage: 47.1% of statements 01:56:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.175s coverage: 79.5% of statements 01:56:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.144s coverage: 94.1% of statements 01:56:59 Removing intermediate container 84454d0c9ea8 01:56:59 ---> 5cee0858e481 01:56:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:56:59 Removing intermediate container efd828171c55 01:56:59 ---> bb4f5a8c9c06 01:56:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:56:59 Removing intermediate container 352ef6e0d6d6 01:56:59 ---> e1abe41a9e5d 01:56:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:56:59 ---> Running in b438bcf2367f 01:57:00 ---> Running in c3a6a276205b 01:57:00 Removing intermediate container 180c6a3e7ef0 01:57:00 ---> 60eeed8d03be 01:57:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:57:00 ---> Running in 314f0179b9f7 01:57:00 Removing intermediate container 125aaecce2d6 01:57:00 ---> 48324eb37b45 01:57:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:57:00 ---> Running in 87790cc5e26a 01:57:00 ---> Running in 2e21c09140e3 01:57:00 Removing intermediate container b438bcf2367f 01:57:00 ---> c968fbe95706 01:57:00 Step 13/22 : ENV APP_PORT=48060 01:57:00 Removing intermediate container c3a6a276205b 01:57:00 ---> 001664763f6e 01:57:00 Step 13/23 : ENV APP_PORT=48081 01:57:00 Removing intermediate container 314f0179b9f7 01:57:00 ---> 094c3263c534 01:57:00 Step 13/23 : ENV APP_PORT=48082 01:57:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.160s coverage: 96.3% of statements 01:57:01 Removing intermediate container 87790cc5e26a 01:57:01 ---> d36c8628e6f0 01:57:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:57:01 ---> Running in 46964b1123ad 01:57:01 ---> Running in 896ae0088ea5 01:57:01 ---> Running in 2e86f1757349 01:57:01 Removing intermediate container 2e21c09140e3 01:57:01 ---> 007b07f3fcdf 01:57:01 Step 13/22 : ENV APP_PORT=48085 01:57:01 ---> Running in f298aa5e8c4e 01:57:01 ---> Running in 496b494e97bb 01:57:01 Removing intermediate container 896ae0088ea5 01:57:01 ---> 92ad827adb35 01:57:01 Step 14/23 : EXPOSE $APP_PORT 01:57:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.125s coverage: 87.5% of statements 01:57:01 Removing intermediate container 2e86f1757349 01:57:01 ---> 2cbcc920d314 01:57:01 Step 14/23 : EXPOSE $APP_PORT 01:57:01 Removing intermediate container 46964b1123ad 01:57:01 ---> 1998b16ab381 01:57:01 Step 14/22 : EXPOSE $APP_PORT 01:57:01 Removing intermediate container f298aa5e8c4e 01:57:01 ---> ae941eaa6a6c 01:57:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:57:01 Removing intermediate container 496b494e97bb 01:57:01 ---> 23e7afe0a2d0 01:57:01 Step 14/22 : EXPOSE $APP_PORT 01:57:01 ---> Running in 44da016c0df8 01:57:01 ---> Running in 16b7534e6cf1 01:57:01 ---> Running in abc76ba8795b 01:57:01 ---> Running in 6548a2a4e192 01:57:01 ---> Running in cc70684c6319 01:57:02 Removing intermediate container 16b7534e6cf1 01:57:02 ---> 265ec797ef02 01:57:02 Step 15/23 : WORKDIR / 01:57:02 Removing intermediate container 44da016c0df8 01:57:02 ---> c6e6de2afc51 01:57:02 Step 15/23 : WORKDIR / 01:57:02 Removing intermediate container abc76ba8795b 01:57:02 ---> 24b46a8e5141 01:57:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:02 Removing intermediate container cc70684c6319 01:57:02 ---> a34d0bd493ad 01:57:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:02 ---> Running in cb2d69251416 01:57:02 ---> Running in a5e68acccd2e 01:57:02 ---> 1dd2cd3ae595 01:57:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:57:02 Removing intermediate container cb2d69251416 01:57:02 ---> 3ec1a7568d5b 01:57:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:02 Removing intermediate container a5e68acccd2e 01:57:02 ---> bc0df4b189f3 01:57:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:02 ---> 4febead9341f 01:57:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:57:03 ---> 21e064b62ad1 01:57:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:57:03 Removing intermediate container 6548a2a4e192 01:57:03 ---> 3ce295cee28d 01:57:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:57:03 ---> ccfba041225c 01:57:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:57:04 ---> Running in 3c5e4cfed6d7 01:57:04 ---> c6945d7b3e29 01:57:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:57:04 ---> a86e9b9b1dc1 01:57:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:57:04 ---> 22e90f8cded3 01:57:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:57:04 Removing intermediate container 3c5e4cfed6d7 01:57:04 ---> 62d6e6b89ee1 01:57:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:57:04 ---> 61de7a70cee2 01:57:04 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:57:04 ---> bf2f3cc57a6d 01:57:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:57:04 ---> c43757399e45 01:57:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:57:04 ---> d72208987595 01:57:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:57:04 ---> 079aadc6f97f 01:57:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:57:04 ---> Running in 2eb5aac1e2c6 01:57:04 ---> Running in ba63374b19e3 01:57:04 ---> Running in bb7e6213c032 01:57:04 ---> Running in ff386ae25c2b 01:57:05 ---> a04c22ec1bdf 01:57:05 Step 19/23 : ENTRYPOINT ["/core-command"] 01:57:05 Removing intermediate container 2eb5aac1e2c6 01:57:05 ---> 5c269b6da3d2 01:57:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:57:05 ---> Running in f2f4d71a997c 01:57:05 Removing intermediate container ba63374b19e3 01:57:05 ---> f61423c39809 01:57:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:57:05 Removing intermediate container bb7e6213c032 01:57:05 ---> b70dc113f79b 01:57:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:57:05 ---> Running in f1e6398a10ff 01:57:05 ---> Running in 2043383c56c3 01:57:05 ---> Running in 440ee9efe599 01:57:05 Removing intermediate container f2f4d71a997c 01:57:05 ---> e1a7f497b9af 01:57:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:57:05 Removing intermediate container f1e6398a10ff 01:57:05 ---> e509d915a46e 01:57:05 Step 20/22 : LABEL arch=x86_64 01:57:05 ---> Running in c4158134a79d 01:57:06 Removing intermediate container 2043383c56c3 01:57:06 ---> d9a6c4ce963e 01:57:06 Step 20/22 : LABEL arch=x86_64 01:57:06 Removing intermediate container 440ee9efe599 01:57:06 ---> 34e90c358c5e 01:57:06 Step 21/23 : LABEL arch=x86_64 01:57:06 ---> Running in d2301a66236e 01:57:06 ---> Running in 13043c09a33b 01:57:06 ---> Running in 4409a9bd610f 01:57:06 Removing intermediate container c4158134a79d 01:57:06 ---> 8f5ac5836a17 01:57:06 Step 21/23 : LABEL arch=x86_64 01:57:06 ---> Running in 4e11a880905f 01:57:06 Removing intermediate container d2301a66236e 01:57:06 ---> 45d8fb1cbbb3 01:57:06 Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:57:06 Removing intermediate container 13043c09a33b 01:57:06 ---> 23d39000a37a 01:57:06 Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:57:06 Removing intermediate container 4409a9bd610f 01:57:06 ---> 2f86522b0b94 01:57:06 Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:57:06 ---> Running in 477714ddbe33 01:57:06 ---> Running in 9e9890e232a4 01:57:06 ---> Running in 533e2d70b77c 01:57:06 Removing intermediate container ff386ae25c2b 01:57:06 ---> 554989258d11 01:57:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:57:07 Removing intermediate container 4e11a880905f 01:57:07 ---> a44238546867 01:57:07 Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:57:07 ---> Running in c9c9a28efc20 01:57:07 Removing intermediate container 477714ddbe33 01:57:07 ---> 64048a510cea 01:57:07 Step 22/22 : LABEL version=0.0.0 01:57:07 Removing intermediate container 9e9890e232a4 01:57:07 ---> b9eaccc988c5 01:57:07 Step 22/22 : LABEL version=0.0.0 01:57:07 Removing intermediate container 533e2d70b77c 01:57:07 ---> cb339a45b0ee 01:57:07 Step 23/23 : LABEL version=0.0.0 01:57:07 ---> 26d4fcb04b7b 01:57:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:57:07 ---> Running in 467f74826fc7 01:57:07 ---> Running in 76836466deaf 01:57:07 ---> Running in ec0b7727b348 01:57:07 Removing intermediate container c9c9a28efc20 01:57:07 ---> 4a7894e5bc09 01:57:07 Step 23/23 : LABEL version=0.0.0 01:57:08 ---> Running in 10a78eb260a0 01:57:08 Removing intermediate container 467f74826fc7 01:57:08 ---> 4b23819877d6 01:57:08 01:57:08 Removing intermediate container 76836466deaf 01:57:08 ---> 5ee794402125 01:57:08 01:57:08 Removing intermediate container ec0b7727b348 01:57:08 ---> 11611476e62d 01:57:08 01:57:08 Removing intermediate container 10a78eb260a0 01:57:08 ---> 661d4a2ec7f9 01:57:08 01:57:08 ---> 0742afcee85d 01:57:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:57:08 Successfully built 4b23819877d6 01:57:08 Successfully built 5ee794402125 01:57:08 Successfully tagged docker-support-scheduler-go:latest 01:57:08  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 01:57:08 Successfully tagged docker-support-notifications-go:latest 01:57:08  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 01:57:08 Successfully built 661d4a2ec7f9 01:57:08 Successfully built 11611476e62d 01:57:08 Successfully tagged docker-core-metadata-go:latest 01:57:08  Building docker-core-metadata-go ... done Building docker-core-data-go 01:57:08 Successfully tagged docker-core-command-go:latest 01:57:08 Building docker-sys-mgmt-agent-go 01:57:08  Building docker-core-command-go ... done  ---> 71f77d10e3a1 01:57:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:57:09 ---> b5052b3f2cbe 01:57:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:57:09 ---> 38a79e4af90b 01:57:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:57:09 ---> Running in 3b8a04aa10f8 01:57:09 Removing intermediate container 3b8a04aa10f8 01:57:09 ---> 229438bff94e 01:57:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:57:10 ---> 98aaf10678d4 01:57:10 Step 26/31 : RUN chmod +x /entrypoint.sh 01:57:10 ---> Running in e3aea8f8c78d 01:57:15 Removing intermediate container e3aea8f8c78d 01:57:15 ---> ee66cfb43d5e 01:57:15 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.171s coverage: 94.4% of statements 01:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements 01:57:19 ---> Running in b72c027d03b9 01:57:19 Removing intermediate container b72c027d03b9 01:57:19 ---> 7d4999a27b29 01:57:19 Step 28/31 : CMD ["gate"] 01:57:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.486s coverage: 82.6% of statements 01:57:20 ---> Running in d99e4958d830 01:57:22 Removing intermediate container d99e4958d830 01:57:22 ---> 3eb0d26f9e73 01:57:22 Step 29/31 : LABEL arch=x86_64 01:57:22 ---> Running in c531b8421f23 01:57:23 Removing intermediate container c531b8421f23 01:57:23 ---> 722e75090a19 01:57:23 Step 30/31 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:57:23 ---> Running in a2647c5c7a16 01:57:23 Removing intermediate container a2647c5c7a16 01:57:23 ---> e08ef13ba155 01:57:23 Step 31/31 : LABEL version=0.0.0 01:57:23 ---> Running in 24264f14acde 01:57:23 Removing intermediate container 24264f14acde 01:57:23 ---> 3682fdc80af4 01:57:23 01:57:24 Successfully built 3682fdc80af4 01:57:24 Successfully tagged docker-security-bootstrapper-go:latest 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.195s coverage: 92.9% of statements 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.175s coverage: 87.2% of statements 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.210s coverage: 84.6% of statements 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.6% of statements 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 64.4% of statements 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:57:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 01:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 01:57:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 01:57:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 69.0% of statements 01:57:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:57:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:57:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 01:57:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.464s coverage: 38.4% of statements 01:57:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:57:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:57:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements 01:57:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 01:57:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 01:57:39  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:57:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:57:39 ---> b35026497b1d 01:57:39 Step 3/21 : WORKDIR /edgex-go 01:57:39 ---> Using cache 01:57:39 ---> e0d136420889 01:57:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:39 ---> Using cache 01:57:39 ---> 46f1836c5ea2 01:57:39 Step 5/21 : RUN apk add --update --no-cache make git 01:57:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:57:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:57:39 ---> b35026497b1d 01:57:39 Step 3/23 : WORKDIR /edgex-go 01:57:39 ---> Using cache 01:57:39 ---> e0d136420889 01:57:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:39 ---> Using cache 01:57:39 ---> 46f1836c5ea2 01:57:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:57:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:57:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:57:39 ---> b35026497b1d 01:57:39 Step 3/26 : WORKDIR /edgex-go 01:57:39 ---> Using cache 01:57:39 ---> e0d136420889 01:57:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:39 ---> Using cache 01:57:39 ---> 46f1836c5ea2 01:57:39 Step 5/26 : RUN apk add --update --no-cache make bash git 01:57:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:57:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:57:39 ---> b35026497b1d 01:57:39 Step 3/24 : WORKDIR /edgex-go 01:57:39 ---> Using cache 01:57:39 ---> e0d136420889 01:57:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:57:39 ---> Using cache 01:57:39 ---> 46f1836c5ea2 01:57:39 Step 5/24 : RUN apk add --update --no-cache make git 01:57:40 ---> Running in 6d27dce4454c 01:57:40 ---> Running in 0a746e2a535e 01:57:40 ---> Running in 69328a77bb01 01:57:40 ---> Running in 879800481e53 01:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:57:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:57:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:57:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:57:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:57:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:57:42 OK: 233 MiB in 51 packages 01:57:42 OK: 233 MiB in 51 packages 01:57:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.0% of statements 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:57:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.150s coverage: 100.0% of statements 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:57:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:57:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.412s coverage: 87.1% of statements 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:57:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:57:42 OK: 233 MiB in 51 packages 01:57:43 OK: 233 MiB in 51 packages 01:57:43 Removing intermediate container 879800481e53 01:57:43 ---> 41db28fcd383 01:57:43 Step 6/24 : COPY go.mod . 01:57:43 Removing intermediate container 0a746e2a535e 01:57:43 ---> 03010da86463 01:57:43 Step 6/23 : COPY go.mod . 01:57:43 Removing intermediate container 69328a77bb01 01:57:43 ---> 068b421fcf79 01:57:43 Step 6/26 : COPY go.mod . 01:57:43 ---> 322c21aba53f 01:57:43 Step 7/24 : RUN go mod download 01:57:43 Removing intermediate container 6d27dce4454c 01:57:43 ---> 715c05e27d8c 01:57:43 Step 6/21 : COPY go.mod . 01:57:43 ---> 6100f7c814eb 01:57:43 Step 7/23 : RUN go mod download 01:57:43 ---> Running in a3d9583d6ca6 01:57:43 ---> 8d1edebd7b05 01:57:43 Step 7/26 : RUN go mod download 01:57:44 ---> Running in 22ed504fcd9b 01:57:44 ---> Running in fa6675506d6e 01:57:44 ---> a8d6a32aa1d2 01:57:44 Step 7/21 : RUN go mod download 01:57:44 ---> Running in 0c2deb718e8a 01:57:46 Removing intermediate container 0c2deb718e8a 01:57:46 ---> 689d8e7c1fa0 01:57:46 Step 8/21 : COPY . . 01:57:46 Removing intermediate container fa6675506d6e 01:57:46 ---> 7b425d2dda92 01:57:46 Step 8/26 : COPY . . 01:57:46 Removing intermediate container a3d9583d6ca6 01:57:46 ---> 1e2b0ad3c187 01:57:46 Step 8/24 : COPY . . 01:57:46 Removing intermediate container 22ed504fcd9b 01:57:46 ---> 74512d24fe82 01:57:46 Step 8/23 : COPY . . 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.472s coverage: 29.1% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.181s coverage: 99.0% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.211s coverage: 100.0% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.350s coverage: 95.6% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 01:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 32.1% of statements 01:57:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 01:57:52 GO111MODULE=on go vet ./... 01:58:18 ---> 499c483ad1d6 01:58:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:58:18 ---> 9515e93281ea 01:58:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:58:18 ---> Running in f90396b7fb49 01:58:18 ---> Running in ca15503463e4 01:58:18 ---> b8b0f51a2b64 01:58:18 Step 9/23 : RUN make cmd/core-data/core-data 01:58:18 ---> Running in 905a49a86150 01:58:18 ---> fde299e3b635 01:58:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:58:18 ---> Running in f59faaa91631 01:58:18 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 01:58:18 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 01:58:18 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 01:58:18 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 01:58:45 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 01:58:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:58:47 Removing intermediate container ca15503463e4 01:58:47 ---> cc11abba5d84 01:58:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:58:47 ---> Running in 1faf551e9107 01:58:48 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 01:58:53 Removing intermediate container f59faaa91631 01:58:53 ---> 2f77284776f1 01:58:53 01:58:53 Step 10/24 : FROM alpine:3.12 01:58:53 ---> 42cb162f0360 01:58:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 01:58:53 Removing intermediate container f90396b7fb49 01:58:53 ---> 7562e2f29f70 01:58:53 01:58:53 Step 10/21 : FROM alpine:3.12 01:58:53 ---> 42cb162f0360 01:58:53 Step 11/21 : RUN apk add --update --no-cache curl 01:58:53 ---> Running in bc5a04a50e70 01:58:53 ---> Running in 68dd549f6e7b 01:58:53 Removing intermediate container 1faf551e9107 01:58:53 ---> 4fefb1e8f935 01:58:53 01:58:53 Step 11/26 : FROM docker:20.10.0 01:58:53 20.10.0: Pulling from library/docker 01:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:58:54 (1/4) Installing ca-certificates (20191127-r4) 01:58:54 (1/6) Installing ca-certificates (20191127-r4) 01:58:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:58:54 (2/6) Installing nghttp2-libs (1.41.0-r0) 01:58:54 (3/4) Installing libcurl (7.69.1-r3) 01:58:54 (3/6) Installing libcurl (7.69.1-r3) 01:58:54 (4/4) Installing curl (7.69.1-r3) 01:58:54 Executing busybox-1.31.1-r19.trigger 01:58:54 (4/6) Installing curl (7.69.1-r3) 01:58:54 (5/6) Installing dumb-init (1.2.2-r1) 01:58:54 (6/6) Installing su-exec (0.2-r1) 01:58:54 Executing busybox-1.31.1-r19.trigger 01:58:54 Executing ca-certificates-20191127-r4.trigger 01:58:54 Executing ca-certificates-20191127-r4.trigger 01:58:54 OK: 7 MiB in 18 packages 01:58:54 OK: 7 MiB in 20 packages 01:58:57 Removing intermediate container 905a49a86150 01:58:57 ---> 7371406b4b19 01:58:57 01:58:57 Step 10/23 : FROM alpine:3.12 01:58:57 ---> 42cb162f0360 01:58:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:58:57 ---> Running in 9b737746d2c4 01:58:57 Removing intermediate container 9b737746d2c4 01:58:57 ---> 9d0e4dfd3ac2 01:58:57 Step 12/23 : ENV APP_PORT=48080 01:58:58 Removing intermediate container 68dd549f6e7b 01:58:58 ---> babd6b6d3410 01:58:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:58:58 Removing intermediate container bc5a04a50e70 01:58:58 ---> 9c9b66021e73 01:58:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:58:58 ---> Running in ef742af9b5f1 01:58:58 ---> Running in 977881a44355 01:58:59 ---> Running in a98286bd5527 01:58:59 Removing intermediate container 977881a44355 01:58:59 Removing intermediate container ef742af9b5f1 01:58:59 ---> ddddb2d46674 01:58:59 Step 13/23 : EXPOSE $APP_PORT 01:58:59 ---> ff9c3419872a 01:58:59 Step 13/24 : WORKDIR / 01:58:59 ---> Running in 8d0713329548 01:58:59 ---> Running in 25f183623dd6 01:58:59 Removing intermediate container a98286bd5527 01:58:59 ---> 8d6030ef4638 01:58:59 Step 13/21 : WORKDIR /edgex 01:58:59 ---> Running in 47060e3df261 01:58:59 Removing intermediate container 25f183623dd6 01:58:59 ---> b53a001cd4bb 01:58:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:58:59 ---> Running in 45fe96e34243 01:58:59 Removing intermediate container 8d0713329548 01:58:59 ---> d6910893baaf 01:58:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:58:59 Removing intermediate container 47060e3df261 01:58:59 ---> 6f7576ca6eaf 01:58:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:59:00 ---> 697591a16a35 01:59:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:59:00 ---> d42fc1fa9c94 01:59:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:59:00 ---> 54cc08194679 01:59:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:59:00 ---> 898eba6b44b3 01:59:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:59:01 Removing intermediate container 45fe96e34243 01:59:01 ---> 625be206f2ae 01:59:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:59:01 ---> dd811a618377 01:59:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:59:01 ---> Running in db9f8f4384e9 01:59:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:59:01 Status: Downloaded newer image for docker:20.10.0 01:59:01 ---> aefe523efa57 01:59:01 Step 12/26 : RUN apk add --no-cache bash 01:59:01 ---> e42e41945626 01:59:01 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:59:01 ---> Running in 6e05ca7f7969 01:59:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:59:02 ---> 95759de9ab0d 01:59:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:59:02 ---> Running in 96f1c6a7135b 01:59:02 Removing intermediate container 96f1c6a7135b 01:59:02 ---> fa241ebdd6fc 01:59:02 Step 18/21 : CMD ["--init=true"] 01:59:02 ---> Running in 990efc76dad7 01:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:59:02 ---> 40bd63033c05 01:59:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:59:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:59:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:59:02 (1/2) Installing readline (8.0.4-r0) 01:59:02 (2/2) Installing bash (5.0.17-r0) 01:59:02 Executing bash-5.0.17-r0.post-install 01:59:02 Executing busybox-1.31.1-r19.trigger 01:59:02 OK: 12 MiB in 22 packages 01:59:02 Removing intermediate container 990efc76dad7 01:59:02 ---> 507670b4d86e 01:59:02 Step 19/21 : LABEL arch=x86_64 01:59:03 ---> Running in cc7f78376864 01:59:03 ---> 07d47b9dd6c9 01:59:03 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/ 01:59:03 ---> Running in cbdf6f1c1ac8 01:59:03 (1/6) Installing dumb-init (1.2.2-r1) 01:59:03 Removing intermediate container cc7f78376864 01:59:03 ---> 86d809ba6893 01:59:03 Step 20/21 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:59:03 (2/6) Installing libgcc (9.3.0-r2) 01:59:03 (3/6) Installing libsodium (1.0.18-r0) 01:59:03 (4/6) Installing libstdc++ (9.3.0-r2) 01:59:03 ---> Running in 8f738c11e95c 01:59:03 Removing intermediate container 6e05ca7f7969 01:59:03 ---> 33cec72b3bb9 01:59:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:59:03 ---> Running in c8b88bf503b4 01:59:03 (5/6) Installing libzmq (4.3.3-r0) 01:59:03 Removing intermediate container 8f738c11e95c 01:59:03 ---> 81a686afa8c8 01:59:03 Step 21/21 : LABEL version=0.0.0 01:59:03 (6/6) Installing zeromq (4.3.3-r0) 01:59:03 Removing intermediate container c8b88bf503b4 01:59:03 ---> 06419548fbf4 01:59:03 Step 14/26 : ENV APP_PORT=48090 01:59:03 Executing busybox-1.31.1-r19.trigger 01:59:03 OK: 8 MiB in 20 packages 01:59:04 ---> Running in 245f039de925 01:59:04 ---> Running in 120cc384ea00 01:59:04 Removing intermediate container 245f039de925 01:59:04 ---> 5bdb0ab7d8d2 01:59:04 01:59:04 Removing intermediate container 120cc384ea00 01:59:04 ---> 0aeb36391977 01:59:04 Step 15/26 : EXPOSE $APP_PORT 01:59:04 Successfully built 5bdb0ab7d8d2 01:59:04 Successfully tagged docker-security-proxy-setup-go:latest 01:59:04  Building docker-security-proxy-setup-go ... done  ---> Running in 878698fde26f 01:59:04 Removing intermediate container db9f8f4384e9 01:59:04 ---> 93cf7bc4b1cf 01:59:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:59:05 Removing intermediate container cbdf6f1c1ac8 01:59:05 ---> 2ec3c7745e38 01:59:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:59:05 Removing intermediate container 878698fde26f 01:59:05 ---> c5ce48246163 01:59:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:59:05 ---> Running in 3dbe30073733 01:59:05 ---> 6eff5296ffde 01:59:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:59:05 Removing intermediate container 3dbe30073733 01:59:05 ---> 60b639756e69 01:59:05 Step 22/24 : LABEL arch=x86_64 01:59:05 ---> Running in bdaad0bc9346 01:59:05 ---> 675efbc75db2 01:59:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:59:05 Removing intermediate container bdaad0bc9346 01:59:05 ---> e35d83d82f5b 01:59:05 Step 23/24 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:59:05 ---> 12dd152e7124 01:59:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:59:05 ---> Running in 78b5326fbc16 01:59:05 ---> fd81c964dfce 01:59:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:59:06 Removing intermediate container 78b5326fbc16 01:59:06 ---> 5d8d286f44e2 01:59:06 Step 24/24 : LABEL version=0.0.0 01:59:06 ---> Running in 50674a614399 01:59:06 ---> 0ebbb6491e24 01:59:06 Step 19/23 : ENTRYPOINT ["/core-data"] 01:59:06 ---> 9d29bf80791a 01:59:06 Step 19/26 : RUN apk --no-cache add py3-pip 01:59:06 ---> Running in c2c2cd823244 01:59:06 Removing intermediate container 50674a614399 01:59:06 ---> d16f8759986c 01:59:06 01:59:06 ---> Running in 4f345f54e53c 01:59:06 Removing intermediate container c2c2cd823244 01:59:06 ---> f455c507d7d9 01:59:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:59:06 Successfully built d16f8759986c 01:59:07 Successfully tagged docker-security-secretstore-setup-go:latest 01:59:07  Building docker-security-secretstore-setup-go ... done  ---> Running in 8e09f1de4f7f 01:59:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:59:07 Removing intermediate container 8e09f1de4f7f 01:59:07 ---> fbe6bf9a6d40 01:59:07 Step 21/23 : LABEL arch=x86_64 01:59:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:59:07 (1/33) Installing libbz2 (1.0.8-r1) 01:59:07 (2/33) Installing expat (2.2.9-r1) 01:59:07 (3/33) Installing libffi (3.3-r2) 01:59:07 (4/33) Installing gdbm (1.13-r1) 01:59:07 (5/33) Installing xz-libs (5.2.5-r0) 01:59:07 (6/33) Installing sqlite-libs (3.32.1-r0) 01:59:07 (7/33) Installing python3 (3.8.8-r0) 01:59:07 ---> Running in 7563e9914387 01:59:08 Removing intermediate container 7563e9914387 01:59:08 ---> 2f55a98898a4 01:59:08 Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:59:11 (8/33) Installing py3-appdirs (1.4.4-r1) 01:59:11 ---> Running in d8dcbce1faf5 01:59:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:59:11 (10/33) Installing py3-parsing (2.4.7-r0) 01:59:11 (11/33) Installing py3-six (1.15.0-r0) 01:59:11 (12/33) Installing py3-packaging (20.4-r0) 01:59:11 (13/33) Installing py3-setuptools (47.0.0-r0) 01:59:11 (14/33) Installing py3-chardet (3.0.4-r4) 01:59:11 (15/33) Installing py3-idna (2.9-r0) 01:59:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:59:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:59:11 (18/33) Installing py3-requests (2.23.0-r0) 01:59:11 (19/33) Installing py3-msgpack (1.0.0-r0) 01:59:11 (20/33) Installing py3-lockfile (0.12.2-r3) 01:59:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:59:12 (22/33) Installing py3-colorama (0.4.3-r0) 01:59:12 (23/33) Installing py3-distlib (0.3.0-r0) 01:59:12 Removing intermediate container d8dcbce1faf5 01:59:12 ---> 37f4428993a5 01:59:12 Step 23/23 : LABEL version=0.0.0 01:59:12 (24/33) Installing py3-distro (1.5.0-r1) 01:59:12 (25/33) Installing py3-webencodings (0.5.1-r3) 01:59:12 (26/33) Installing py3-html5lib (1.0.1-r4) 01:59:13 (27/33) Installing py3-pytoml (0.1.21-r0) 01:59:13 ---> Running in 69d69a4f653f 01:59:13 (28/33) Installing py3-pep517 (0.8.2-r0) 01:59:13 (29/33) Installing py3-progress (1.5-r0) 01:59:13 (30/33) Installing py3-toml (0.10.1-r0) 01:59:13 (31/33) Installing py3-retrying (1.3.3-r0) 01:59:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:59:13 (33/33) Installing py3-pip (20.1.1-r0) 01:59:13 Executing busybox-1.31.1-r19.trigger 01:59:13 Removing intermediate container 69d69a4f653f 01:59:13 ---> a8327c8d43b0 01:59:13 01:59:13 OK: 71 MiB in 55 packages 01:59:14 Successfully built a8327c8d43b0 01:59:14 Successfully tagged docker-core-data-go:latest 01:59:14 gofmt -l . 01:59:14 [ "`gofmt -l .`" = "" ] 01:59:14 ./bin/test-go-mod-tidy.sh 01:59:14 ./bin/test-attribution-txt.sh [Pipeline] sh 01:59:15 + ls -al . 01:59:15 total 812 01:59:15 drwxrwxr-x 9 1001 1001 4096 Apr 1 01:59 . 01:59:15 drwxr-xr-x 4 root root 4096 Apr 1 01:54 .. 01:59:15 -rw-rw-r-- 1 1001 1001 11 Apr 1 01:53 .dockerignore 01:59:15 drwxrwxr-x 8 1001 1001 4096 Apr 1 01:53 .git 01:59:15 drwxrwxr-x 3 1001 1001 4096 Apr 1 01:53 .github 01:59:15 -rw-rw-r-- 1 1001 1001 818 Apr 1 01:53 .gitignore 01:59:15 -rw-rw-r-- 1 1001 1001 166 Apr 1 01:53 .sonarcloud.properties 01:59:15 -rw-rw-r-- 1 1001 1001 8607 Apr 1 01:53 Attribution.txt 01:59:15 -rw-rw-r-- 1 1001 1001 3804 Apr 1 01:53 CONTRIBUTING.md 01:59:15 -rw-rw-r-- 1 1001 1001 931 Apr 1 01:53 Dockerfile.build 01:59:15 -rw-rw-r-- 1 1001 1001 863 Apr 1 01:53 Jenkinsfile 01:59:15 -rw-rw-r-- 1 1001 1001 10775 Apr 1 01:53 LICENSE 01:59:15 -rw-rw-r-- 1 1001 1001 5774 Apr 1 01:53 Makefile 01:59:15 -rw-rw-r-- 1 1001 1001 6548 Apr 1 01:53 README.md 01:59:15 -rw-rw-r-- 1 1001 1001 6755 Apr 1 01:53 SECURITY.md 01:59:15 -rw-rw-r-- 1 1001 1001 5 Apr 1 01:50 VERSION 01:59:15 -rw-rw-r-- 1 1001 1001 4131 Apr 1 01:53 ZMQWindows.md 01:59:15 drwxrwxr-x 2 1001 1001 4096 Apr 1 01:53 bin 01:59:15 drwxrwxr-x 14 1001 1001 4096 Apr 1 01:53 cmd 01:59:15 -rw-r--r-- 1 root root 672489 Apr 1 01:57 coverage.out 01:59:15 -rw-r--r-- 1 root root 1056 Apr 1 01:59 go.mod 01:59:15 -rw-r--r-- 1 root root 22360 Apr 1 01:59 go.sum 01:59:15 drwxrwxr-x 8 1001 1001 4096 Apr 1 01:53 internal 01:59:15 drwxrwxr-x 4 1001 1001 4096 Apr 1 01:53 openapi 01:59:15 drwxrwxr-x 4 1001 1001 4096 Apr 1 01:53 snap 01:59:15 -rw-rw-r-- 1 1001 1001 168 Apr 1 01:53 version.go [Pipeline] sh 01:59:16 + '[' -e coverage.out ] 01:59:16 + chown 1001:1001 coverage.out [Pipeline] stash 01:59:16 Warning: overwriting stash ‘coverage-report’ 01:59:17 Stashed 1 file(s) [Pipeline] sh 01:59:18 + make build 01:59:18 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 01:59:19  Building docker-core-data-go ... done Removing intermediate container 4f345f54e53c 01:59:19 ---> 3e74b693663f 01:59:19 Step 20/26 : RUN pip install docker-compose==1.23.2 01:59:20 ---> Running in 14947d0fd6a9 01:59:22 Collecting docker-compose==1.23.2 01:59:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:59:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:59:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:59:22 Collecting texttable<0.10,>=0.9.0 01:59:22 Downloading texttable-0.9.1.tar.gz (11 kB) 01:59:22 Collecting cached-property<2,>=1.2.0 01:59:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:59:23 Collecting PyYAML<4,>=3.10 01:59:23 Downloading PyYAML-3.13.tar.gz (270 kB) 01:59:24 Collecting docker<4.0,>=3.6.0 01:59:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:59:24 Collecting websocket-client<1.0,>=0.32.0 01:59:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 01:59:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:59:24 Collecting jsonschema<3,>=2.5.1 01:59:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:59:24 Collecting docopt<0.7,>=0.6.1 01:59:24 Downloading docopt-0.6.2.tar.gz (25 kB) 01:59:25 Collecting dockerpty<0.5,>=0.4.1 01:59:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:59:25 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) 01:59:25 Collecting urllib3<1.25,>=1.21.1 01:59:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:59:25 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) 01:59:25 Collecting idna<2.8,>=2.5 01:59:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:59:25 Collecting docker-pycreds>=0.4.0 01:59:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:59:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:59:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:59:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:59:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:59:25 Installing collected packages: urllib3, idna, requests, texttable, cached-property, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, docopt, dockerpty, docker-compose 01:59:25 Attempting uninstall: urllib3 01:59:25 Found existing installation: urllib3 1.25.9 01:59:25 Uninstalling urllib3-1.25.9: 01:59:26 Successfully uninstalled urllib3-1.25.9 01:59:26 Attempting uninstall: idna 01:59:26 Found existing installation: idna 2.9 01:59:26 Uninstalling idna-2.9: 01:59:26 Successfully uninstalled idna-2.9 01:59:26 Attempting uninstall: requests 01:59:26 Found existing installation: requests 2.23.0 01:59:26 Uninstalling requests-2.23.0: 01:59:26 Successfully uninstalled requests-2.23.0 01:59:26 Running setup.py install for texttable: started 01:59:27 Running setup.py install for texttable: finished with status 'done' 01:59:27 Running setup.py install for PyYAML: started 01:59:27 Running setup.py install for PyYAML: finished with status 'done' 01:59:28 Running setup.py install for docopt: started 01:59:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:59:28 Running setup.py install for docopt: finished with status 'done' 01:59:28 Running setup.py install for dockerpty: started 01:59:29 Running setup.py install for dockerpty: finished with status 'done' 01:59:29 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 01:59:32 Removing intermediate container 14947d0fd6a9 01:59:32 ---> 5b5649cbc96e 01:59:32 Step 21/26 : RUN apk --no-cache add curl 01:59:32 ---> Running in 0cc864fea51a 01:59:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:59:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:59:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:59:33 (2/3) Installing libcurl (7.69.1-r3) 01:59:33 (3/3) Installing curl (7.69.1-r3) 01:59:33 Executing busybox-1.31.1-r19.trigger 01:59:33 OK: 72 MiB in 58 packages 01:59:33 Removing intermediate container 0cc864fea51a 01:59:33 ---> 0c87c15b7dfc 01:59:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:59:33 ---> Running in 68b7a485012d 01:59:33 Removing intermediate container 68b7a485012d 01:59:33 ---> c98695e427e2 01:59:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:59:33 ---> Running in 725d548386aa 01:59:33 Removing intermediate container 725d548386aa 01:59:33 ---> b889abded575 01:59:33 Step 24/26 : LABEL arch=x86_64 01:59:33 ---> Running in 67321ed2ee7f 01:59:34 Removing intermediate container 67321ed2ee7f 01:59:34 ---> dcd5e500119a 01:59:34 Step 25/26 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 01:59:34 ---> Running in 51f5f263c4bf 01:59:34 Removing intermediate container 51f5f263c4bf 01:59:34 ---> 3358b7a1d2f5 01:59:34 Step 26/26 : LABEL version=0.0.0 01:59:34 ---> Running in cad1546534c1 01:59:34 Removing intermediate container cad1546534c1 01:59:34 ---> b7265c552e97 01:59:34 01:59:34 Successfully built b7265c552e97 01:59:34 Successfully tagged docker-sys-mgmt-agent-go:latest 01:59:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:59:35 $ docker stop --time=1 bbd2c79fd16cea224e657ab2add4e81f867d5e80f0488d941db39d0abcaf9eb5 01:59:37 $ docker rm -f bbd2c79fd16cea224e657ab2add4e81f867d5e80f0488d941db39d0abcaf9eb5 [Pipeline] // withDockerContainer [Pipeline] sh 01:59:38 + docker images 01:59:38 + grep docker 01:59:38 docker-sys-mgmt-agent-go latest b7265c552e97 4 seconds ago 314MB 01:59:38 docker-core-data-go latest a8327c8d43b0 25 seconds ago 22.7MB 01:59:38 docker-security-secretstore-setup-go latest d16f8759986c 32 seconds ago 25.7MB 01:59:38 docker-security-proxy-setup-go latest 5bdb0ab7d8d2 34 seconds ago 25.4MB 01:59:38 docker-security-bootstrapper-go latest 3682fdc80af4 2 minutes ago 18.9MB 01:59:38 docker-core-command-go latest 661d4a2ec7f9 2 minutes ago 17.3MB 01:59:38 docker-support-scheduler-go latest 4b23819877d6 2 minutes ago 17.4MB 01:59:38 docker-support-notifications-go latest 5ee794402125 2 minutes ago 17.9MB 01:59:38 docker-core-metadata-go latest 11611476e62d 2 minutes ago 19MB 01:59:38 docker 20.10.0 aefe523efa57 3 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 01:59:39 Running on prd-ubuntu18.04-docker-8c-8g-32377 in /w/workspace/edgexfoundry_edgex-go_PR-3322 [Pipeline] { [Pipeline] ws 01:59:39 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 01:59:41 using credential edgex-jenkins-ssh 01:59:41 Cloning the remote Git repository 01:59:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:59:41 > git init /w/workspace/edgex-go/4 # timeout=10 01:59:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:59:41 > git --version # timeout=10 01:59:41 > git --version # 'git version 2.17.1' 01:59:41 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:59:47 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 03959d18d1ddb09d08d2fce729251ed877b5097a 01:59:47 Merge succeeded, producing 03959d18d1ddb09d08d2fce729251ed877b5097a 01:59:47 Checking out Revision 03959d18d1ddb09d08d2fce729251ed877b5097a (PR-3322) 01:59:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:59:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:59:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:59:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:59:46 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3322/head:refs/remotes/origin/PR-3322 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:59:47 > git config core.sparsecheckout # timeout=10 01:59:47 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 01:59:47 > git remote # timeout=10 01:59:47 > git config --get remote.origin.url # timeout=10 01:59:47 using GIT_SSH to set credentials SSH Credentials for GitHub 01:59:47 > git merge f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 01:59:47 > git rev-parse HEAD^{commit} # timeout=10 01:59:47 > git config core.sparsecheckout # timeout=10 01:59:47 > git checkout -f 03959d18d1ddb09d08d2fce729251ed877b5097a # timeout=10 01:59:51 Commit message: "feat(scheduler): Implement Patch /intervalaction V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:59:52 + echo snap-build.sh 01:59:52 snap-build.sh 01:59:52 + SNAP_BASE_DIR=. 01:59:52 + '[' '!' -z /w/workspace/edgex-go/4 ']' 01:59:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 01:59:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 01:59:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 01:59:52 + cd /w/workspace/edgex-go/4 01:59:52 + sudo apt-get remove -qy --purge lxd lxd-client 01:59:52 Reading package lists... 01:59:52 Building dependency tree... 01:59:52 Reading state information... 01:59:52 The following packages were automatically installed and are no longer required: 01:59:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:59:52 uidmap xdelta3 01:59:52 Use 'sudo apt autoremove' to remove them. 01:59:52 The following packages will be REMOVED: 01:59:52 lxd* lxd-client* 01:59:52 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:59:52 After this operation, 31.7 MB disk space will be freed. 01:59:53 (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.) 01:59:53 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:59:54 Removing lxd dnsmasq configuration 01:59:54 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:59:54 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:59:55 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 01:59:56 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 02:00:03 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 02:00:03 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 02:00:09 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 02:00:14 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 02:00:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:00:24 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 02:00:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:00: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 [Pipeline] } 02:00:41 $ docker stop --time=1 aa4ea7eb57d9ca11d21d10863145f9a8b67d45f3a4233b2802f857f488a170d3 02:00:43 $ docker rm -f aa4ea7eb57d9ca11d21d10863145f9a8b67d45f3a4233b2802f857f488a170d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:00:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:00:45 02:00:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:00:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:00:46 latest: Pulling from edgex-devops/edgex-compose-arm64 02:00:46 29e5d40040c1: Pulling fs layer 02:00:46 1ce36da41761: Pulling fs layer 02:00:46 25b303627fd3: Pulling fs layer 02:00:46 29e5d40040c1: Verifying Checksum 02:00:46 29e5d40040c1: Download complete 02:00:47 29e5d40040c1: Pull complete 02:00:47 1ce36da41761: Verifying Checksum 02:00:47 1ce36da41761: Download complete 02:00:48 1ce36da41761: Pull complete 02:00:49 25b303627fd3: Verifying Checksum 02:00:49 25b303627fd3: Download complete 02:00:59 25b303627fd3: Pull complete 02:00:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:00:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:00:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:00:59 prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container 02:00:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:01:02 $ docker top 6096e6bcad9a374853746a27fc1644386024d6ec312022183f4c22dcedde05fa -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:03 + docker-compose build --help 02:01:03 + grep parallel 02:01:07 --parallel Build images in parallel. [Pipeline] } 02:01:07 $ docker stop --time=1 6096e6bcad9a374853746a27fc1644386024d6ec312022183f4c22dcedde05fa 02:01:09 $ docker rm -f 6096e6bcad9a374853746a27fc1644386024d6ec312022183f4c22dcedde05fa [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:01:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:01:10 . [Pipeline] withDockerContainer 02:01:10 prd-ubuntu18.04-docker-arm64-4c-16g-32386 does not seem to be running inside a container 02:01:10 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:01:12 $ docker top 1d66e56099c0eac47565cd3c6e0a77bb99b5fae5974ca07f980e5ec6de9b4202 -eo pid,comm [Pipeline] { [Pipeline] sh 02:01:13 + docker-compose -f ./docker-compose-build.yml build --parallel 02:01:17 Building docker-core-command-go ... 02:01:17 Building docker-core-data-go ... 02:01:17 Building docker-core-metadata-go ... 02:01:17 Building docker-security-bootstrapper-go ... 02:01:17 Building docker-security-proxy-setup-go ... 02:01:17 Building docker-security-secretstore-setup-go ... 02:01:17 Building docker-support-notifications-go ... 02:01:17 Building docker-support-scheduler-go ... 02:01:17 Building docker-sys-mgmt-agent-go ... 02:01:17 Building docker-support-scheduler-go 02:01:17 Building docker-security-bootstrapper-go 02:01:17 Building docker-core-data-go 02:01:17 Building docker-support-notifications-go 02:01:17 Building docker-security-secretstore-setup-go 02:01:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:01:46 (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.) 02:01:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:01:46 Processing triggers for systemd (237-3ubuntu10.42) ... 02:01:46 Processing triggers for ureadahead (0.100.0-21) ... 02:01:46 + sudo snap remove --purge lxd 02:01:46 snap "lxd" is not installed 02:01:46 + sudo groupadd --force --system lxd 02:01:46 ++ whoami 02:01:46 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:01:46 + newgrp - lxd 02:01:46 + sudo snap install lxd 02:02:13 2021-04-01T02:02:08Z INFO Waiting for automatic snapd restart... 02:02:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:02:39 ---> 60f706151110 02:02:39 Step 3/22 : WORKDIR /edgex-go 02:02:39 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 02:02:39 ---> 60f706151110 02:02:39 Step 3/31 : WORKDIR /edgex-go 02:02:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:02:39 ---> 60f706151110 02:02:39 Step 3/23 : WORKDIR /edgex-go 02:02:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:02:39 ---> 60f706151110 02:02:39 Step 3/24 : WORKDIR /edgex-go 02:02:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:02:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:02:39 ---> 60f706151110 02:02:39 Step 3/22 : WORKDIR /edgex-go 02:02:39 ---> Running in 3f298e4c9bae 02:02:39 ---> Running in 0139c764d18b 02:02:39 ---> Running in 45624fdb5d6e 02:02:39 ---> Running in f5ba0afeaf93 02:02:39 ---> Running in 400df9f3b583 02:02:39 Removing intermediate container f5ba0afeaf93 02:02:39 ---> 3de8301ee96a 02:02:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:39 Removing intermediate container 45624fdb5d6e 02:02:39 ---> 09b5e1470d63 02:02:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:39 Removing intermediate container 0139c764d18b 02:02:39 ---> e2689753eddc 02:02:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:39 Removing intermediate container 400df9f3b583 02:02:39 ---> db5c659c7a05 02:02:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:39 Removing intermediate container 3f298e4c9bae 02:02:39 ---> 7bf8ed10a6e7 02:02:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:02:39 ---> Running in ce11a68dfe4d 02:02:39 ---> Running in 939b75e0f162 02:02:39 ---> Running in c1885bd997e3 02:02:39 ---> Running in 2be3f6509557 02:02:39 ---> Running in 7dc086018342 02:02:39 Removing intermediate container ce11a68dfe4d 02:02:39 ---> b8793a567958 02:02:39 Step 5/22 : RUN apk add --update --no-cache make git 02:02:39 ---> Running in 770e804f9ad4 02:02:39 Removing intermediate container c1885bd997e3 02:02:39 ---> 298f6a254a07 02:02:39 Step 5/31 : RUN apk add --update --no-cache make git 02:02:39 ---> Running in a1b30c0f05ac 02:02:39 Removing intermediate container 939b75e0f162 02:02:39 ---> c122be46504d 02:02:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 02:02:39 Removing intermediate container 2be3f6509557 02:02:39 ---> 74eb7d78ddaa 02:02:39 Step 5/24 : RUN apk add --update --no-cache make git 02:02:39 Removing intermediate container 7dc086018342 02:02:39 ---> 5548c98cd57e 02:02:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:02:39 ---> Running in 9723eee1b4e0 02:02:39 ---> Running in 66f48a3562f0 02:02:39 ---> Running in ca592f390567 02:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:39 lxd 4.12 from Canonical* installed 02:02:39 + sudo lxd init --auto 02:02:40 OK: 217 MiB in 51 packages 02:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:02:40 OK: 217 MiB in 51 packages 02:02:40 OK: 217 MiB in 51 packages 02:02:40 OK: 217 MiB in 51 packages 02:02:40 OK: 217 MiB in 51 packages 02:02:41 Removing intermediate container 770e804f9ad4 02:02:41 ---> 679dc9e5d67f 02:02:41 Step 6/22 : COPY go.mod . 02:02:42 Removing intermediate container a1b30c0f05ac 02:02:42 ---> 2b998d0afd0e 02:02:42 Step 6/31 : COPY go.mod . 02:02:42 ---> b8baebb17f35 02:02:42 Step 7/22 : RUN go mod download 02:02:42 Removing intermediate container 9723eee1b4e0 02:02:42 ---> c5dd344e3d03 02:02:42 Step 6/22 : COPY go.mod . 02:02:42 ---> Running in 243d7e98a6c0 02:02:42 Removing intermediate container 66f48a3562f0 02:02:42 ---> dad309c04181 02:02:42 Step 6/24 : COPY go.mod . 02:02:42 Removing intermediate container ca592f390567 02:02:42 ---> 03ccf26012ab 02:02:42 Step 6/23 : COPY go.mod . 02:02:43 ---> 7b340f0c5e6c 02:02:43 Step 7/31 : RUN go mod download 02:02:43 ---> Running in e1c111b66e36 02:02:44 ---> f1e6396ddd3b 02:02:44 Step 7/22 : RUN go mod download 02:02:44 ---> 96da7fa62e97 02:02:44 Step 7/24 : RUN go mod download 02:02:44 ---> Running in e554fda99198 02:02:44 ---> 11a0d4a733b6 02:02:44 Step 7/23 : RUN go mod download 02:02:44 ---> Running in 4a6ffdd1fa01 02:02:44 ---> Running in f2963d8d9897 02:02:44 + sudo snap install --classic snapcraft 02:02:47 Removing intermediate container 243d7e98a6c0 02:02:47 ---> fcd247c1fad0 02:02:47 Step 8/22 : COPY . . 02:02:47 Removing intermediate container e1c111b66e36 02:02:47 ---> 68112aa5ff3a 02:02:47 Step 8/31 : COPY . . 02:02:49 Removing intermediate container e554fda99198 02:02:49 ---> b09bdf0bf551 02:02:49 Step 8/22 : COPY . . 02:02:50 Removing intermediate container 4a6ffdd1fa01 02:02:50 ---> ffd05d4cb596 02:02:50 Step 8/24 : COPY . . 02:02:50 Removing intermediate container f2963d8d9897 02:02:50 ---> d5f70c66b275 02:02:50 Step 8/23 : COPY . . 02:02:57 snapcraft 4.6 from Canonical* installed 02:02:57 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 02:02:57 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 02:02:57 % Total % Received % Xferd Average Speed Time Time Time Current 02:02:57 Dload Upload Total Spent Left Speed 02:02:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 02:02:57 100 3325k 100 3325k 0 0 6443k 0 --:--:-- --:--:-- --:--:-- 6443k 02:02:57 ./yq_linux_amd64 02:02:57 + sudo snapcraft prime --use-lxd 02:02:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:02:58 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: 02:02:58 - README.md 02:02:58 02:02:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:02:59 Launching a container. 02:03:09 Waiting for container to be ready 02:03:09 To start your first instance, try: lxc launch ubuntu:18.04 02:03:09 02:03:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:03:13 Waiting for network to be ready... 02:03:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:03:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 02:03:14 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:03:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 02:03:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 02:03:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:03:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 02:03:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 02:03:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 02:03:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 02:03:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:03:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:03:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:03:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:03:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:03:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:03:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:03:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:03:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:03:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 02:03:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 02:03:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 02:03:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:03:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 02:03:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 02:03:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 02:03:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 02:03:17 ---> 468e4988ae3a 02:03:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 02:03:17 ---> 3950352a66d7 02:03:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 02:03:17 ---> 93392ef2c40e 02:03:17 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:03:17 ---> 4da499092b86 02:03:17 Step 9/23 : RUN make cmd/core-data/core-data 02:03:17 ---> dfb9656c6d5f 02:03:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:03:17 ---> Running in 7523cf55790d 02:03:17 ---> Running in f6d917a4562d 02:03:17 ---> Running in 432388a86b1b 02:03:17 ---> Running in 505bc1037662 02:03:17 ---> Running in c39fc2e33c23 02:03:17 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 02:03:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:03:17 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 02:03:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:03:17 Fetched 24.2 MB in 4s (6184 kB/s) 02:03:17 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 02:03:18 Reading package lists... 02:03:18 Reading package lists... 02:03:18 Building dependency tree... 02:03:18 Reading state information... 02:03:19 The following additional packages will be installed: 02:03:19 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:03:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:03:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:03:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:03:19 Suggested packages: 02:03:19 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:03:19 Recommended packages: 02:03:19 gnupg libsasl2-modules 02:03:19 The following NEW packages will be installed: 02:03:19 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:03:19 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:03:19 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:03:19 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:03:19 The following packages will be upgraded: 02:03:19 gpg gpg-agent gpgconf libudev1 02:03:19 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 02:03:19 Need to get 3530 kB of archives. 02:03:19 After this operation, 13.3 MB of additional disk space will be used. 02:03:19 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] 02:03:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 02:03:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 02:03:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 02:03:19 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 02:03:19 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 02:03:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:03:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:03:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 02:03:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 02:03:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 02:03:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:03:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:03:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:03:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:03:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:03:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:03:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:03:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:03:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:03:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:03:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 02:03:20 debconf: delaying package configuration, since apt-utils is not installed 02:03:20 Fetched 3530 kB in 1s (3199 kB/s) 02:03:20 (Reading database ... 12511 files and directories currently installed.) 02:03:20 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 02:03:20 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:03:20 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 02:03:20 Selecting previously unselected package udev. 02:03:20 (Reading database ... 12511 files and directories currently installed.) 02:03:20 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 02:03:20 Unpacking udev (237-3ubuntu10.45) ... 02:03:20 Selecting previously unselected package libfuse2:amd64. 02:03:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:03:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:03:20 Selecting previously unselected package fuse. 02:03:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:03:20 Unpacking fuse (2.9.7-1ubuntu1) ... 02:03:21 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 02:03:21 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:03:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 02:03:21 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:03:21 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 02:03:21 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:03:21 Selecting previously unselected package libksba8:amd64. 02:03:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:03:21 Unpacking libksba8:amd64 (1.3.5-2) ... 02:03:21 Selecting previously unselected package libroken18-heimdal:amd64. 02:03:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:03:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:03:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:22 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:03:22 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:22 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:22 Selecting previously unselected package libwind0-heimdal:amd64. 02:03:22 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:22 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:22 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:03:22 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:22 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:22 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:03:22 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:22 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:22 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:03:22 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:22 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:03:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:03:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:22 Selecting previously unselected package libsasl2-modules-db:amd64. 02:03:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:03:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:03:22 Selecting previously unselected package libsasl2-2:amd64. 02:03:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:03:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:03:22 Selecting previously unselected package libldap-common. 02:03:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 02:03:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:03:22 Selecting previously unselected package libldap-2.4-2:amd64. 02:03:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 02:03:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:03:23 Selecting previously unselected package dirmngr. 02:03:23 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 02:03:23 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 02:03:23 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:03:23 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 02:03:23 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:03:23 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:03:23 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:03:23 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 02:03:23 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:23 Setting up libksba8:amd64 (1.3.5-2) ... 02:03:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:03:23 Setting up udev (237-3ubuntu10.45) ... 02:03:23 invoke-rc.d: policy-rc.d denied execution of start. 02:03:23 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:23 Processing triggers for systemd (237-3ubuntu10) ... 02:03:23 Setting up fuse (2.9.7-1ubuntu1) ... 02:03:24 Setting up gpg (2.2.4-1ubuntu1.4) ... 02:03:24 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:24 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:24 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:24 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:24 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:24 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:24 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:03:24 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:03:24 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 02:03:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:03:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:03:24 settings in the [Install] section, and DefaultInstance for template units). 02:03:24 This means they are not meant to be enabled using systemctl. 02:03:24 Possible reasons for having this kind of units are: 02:03:24 1) A unit may be statically enabled by being symlinked from another unit's 02:03:24 .wants/ or .requires/ directory. 02:03:24 2) A unit's purpose may be to act as a helper for some other unit which has 02:03:24 a requirement dependency on it. 02:03:24 3) A unit may be started when needed via activation (socket, path, timer, 02:03:24 D-Bus, udev, scripted systemctl call, ...). 02:03:24 4) In case of template units, the unit is meant to be enabled with some 02:03:24 instance name specified. 02:03:25 Reading package lists... 02:03:25 Building dependency tree... 02:03:25 Reading state information... 02:03:25 The following additional packages will be installed: 02:03:25 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:03:25 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:03:25 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:03:25 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:03:25 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:03:25 Suggested packages: 02:03:25 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:03:25 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:03:25 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:03:25 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:03:25 systemd-container policykit-1 02:03:25 Recommended packages: 02:03:25 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:03:25 The following NEW packages will be installed: 02:03:25 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:03:25 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:03:25 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:03:25 multiarch-support openssh-client python3 python3-minimal python3.6 02:03:25 python3.6-minimal snapd squashfs-tools sudo 02:03:25 The following packages will be upgraded: 02:03:25 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:03:25 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 02:03:25 Need to get 35.2 MB of archives. 02:03:25 After this operation, 141 MB of additional disk space will be used. 02:03:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:03:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:03:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 02:03:25 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 02:03:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 02:03:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:03:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 02:03:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 02:03:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 02:03:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:03:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:03:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:03:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:03:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:03:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:03:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:03:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 02:03:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:03:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 02:03:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 02:03:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:03:26 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:03:26 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:03:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:03:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:03:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:03:26 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:03:26 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:03:26 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:03:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:03:26 debconf: delaying package configuration, since apt-utils is not installed 02:03:26 Fetched 35.2 MB in 1s (25.0 MB/s) 02:03:26 (Reading database ... 12757 files and directories currently installed.) 02:03:26 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 02:03:27 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:03:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 02:03:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:03:27 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 02:03:28 (Reading database ... 12757 files and directories currently installed.) 02:03:28 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:03:28 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:03:28 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:03:28 (Reading database ... 12757 files and directories currently installed.) 02:03:28 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:03:28 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:03:28 Setting up apt (1.6.12ubuntu0.2) ... 02:03:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:03:29 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:03:29 (Reading database ... 12764 files and directories currently installed.) 02:03:29 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:03:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:03:31 Selecting previously unselected package libpython3.6-minimal:amd64. 02:03:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:03:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:03:31 Selecting previously unselected package libexpat1:amd64. 02:03:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:03:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:03:31 Selecting previously unselected package python3.6-minimal. 02:03:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:03:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:03:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 02:03:31 Checking for services that may need to be restarted...done. 02:03:31 Checking for services that may need to be restarted...done. 02:03:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:03:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:03:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:03:32 Selecting previously unselected package python3-minimal. 02:03:32 (Reading database ... 13012 files and directories currently installed.) 02:03:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:03:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:03:32 Selecting previously unselected package mime-support. 02:03:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:03:32 Unpacking mime-support (3.60ubuntu1) ... 02:03:32 Selecting previously unselected package libmpdec2:amd64. 02:03:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:03:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:03:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:03:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:03:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:03:33 Selecting previously unselected package python3.6. 02:03:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:03:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:03:33 Selecting previously unselected package libpython3-stdlib:amd64. 02:03:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:03:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:03:33 Setting up python3-minimal (3.6.7-1~18.04) ... 02:03:33 Selecting previously unselected package python3. 02:03:33 (Reading database ... 13442 files and directories currently installed.) 02:03:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:03:33 Unpacking python3 (3.6.7-1~18.04) ... 02:03:33 Selecting previously unselected package multiarch-support. 02:03:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:03:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:03:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:03:33 Selecting previously unselected package liblzo2-2:amd64. 02:03:33 (Reading database ... 13479 files and directories currently installed.) 02:03:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:03:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:03:33 Selecting previously unselected package libbsd0:amd64. 02:03:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:03:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:03:33 Selecting previously unselected package sudo. 02:03:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:03:33 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:03:34 Selecting previously unselected package apparmor. 02:03:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:03:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:03:34 Selecting previously unselected package libedit2:amd64. 02:03:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:03:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:03:34 Selecting previously unselected package libkrb5support0:amd64. 02:03:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:03:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:03:34 Selecting previously unselected package libk5crypto3:amd64. 02:03:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:03:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:03:34 Selecting previously unselected package libkeyutils1:amd64. 02:03:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:03:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:03:34 Selecting previously unselected package libkrb5-3:amd64. 02:03:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:03:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:03:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:03:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:03:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:03:34 Selecting previously unselected package libssl1.0.0:amd64. 02:03:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 02:03:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:03:34 Selecting previously unselected package openssh-client. 02:03:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:03:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:03:35 Selecting previously unselected package squashfs-tools. 02:03:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:03:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:03:35 Selecting previously unselected package snapd. 02:03:35 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 02:03:35 Unpacking snapd (2.48.3+18.04) ... 02:03:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:03:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:03:37 Setting up mime-support (3.60ubuntu1) ... 02:03:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:03:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:03:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:03:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:03:37 Setting up systemd (237-3ubuntu10.45) ... 02:03:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:03:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:03:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:03:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:03:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:03:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:03:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:03:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:03:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:03:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:03:39 Setting up python3 (3.6.7-1~18.04) ... 02:03:39 running python rtupdate hooks for python3.6... 02:03:39 running python post-rtupdate hooks for python3.6... 02:03:39 Setting up apparmor (2.12-4ubuntu5.1) ... 02:03:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:03:40 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:03:40 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:03:40 Setting up snapd (2.48.3+18.04) ... 02:03:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:03:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:03:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:03:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:03:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:03:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:03:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:03:42 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:03:42 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:03:42 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:03:42 /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' 02:03:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:03:42 Processing triggers for systemd (237-3ubuntu10.45) ... 02:03:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:03:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:03:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:03:44 Reading package lists... 02:03:44 Reading package lists... 02:03:44 Building dependency tree... 02:03:44 Reading state information... 02:03:44 Calculating upgrade... 02:03:45 The following packages will be upgraded: 02:03:45 advancecomp base-files bash binutils binutils-common 02:03:45 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:03:45 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:03:45 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:03:45 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:03:45 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:03:45 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:03:45 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 02:03:45 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 02:03:45 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 02:03:45 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 02:03:45 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 02:03:45 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 02:03:45 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 02:03:45 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:03:45 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:03:45 Need to get 63.8 MB of archives. 02:03:45 After this operation, 5208 kB of additional disk space will be used. 02:03:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 02:03:45 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:03:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:03:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:03:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:03:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:03:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:03:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:03:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:03:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:03:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:03:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:03:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:03:46 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:03:46 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:03:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:03:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:03:46 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:03:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:03:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:03:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:03:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:03:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:03:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:03:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:03:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:03:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:03:46 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:03:46 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:03:46 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:03:46 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:03:46 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:03:46 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:03:46 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:03:46 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:03:46 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:03:46 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:03:46 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:03:46 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:03:46 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:03:46 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:03:46 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:03:46 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:03:46 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:03:46 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:03:46 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:03:46 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:03:46 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:03:46 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:03:46 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 02:03:46 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:03:46 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:03:46 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:03:46 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 02:03:46 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:03:46 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:03:46 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 02:03:46 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:03:46 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:03:46 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:03:46 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:03:46 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 02:03:46 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:03:46 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:03:46 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:03:46 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 02:03:46 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:03:46 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:03:46 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 02:03:46 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:03:46 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:03:46 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:03:46 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:03:46 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:03:46 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:03:46 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:03:46 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:03:46 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:03:46 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:03:46 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:03:46 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 02:03:46 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:03:46 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:03:46 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 02:03:46 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 02:03:46 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 02:03:46 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:03:46 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:03:46 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:03:46 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:03:47 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:03:47 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:03:48 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:03:48 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:03:48 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:03:48 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:03:48 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:03:48 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:03:48 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:03:48 debconf: delaying package configuration, since apt-utils is not installed 02:03:48 Fetched 63.8 MB in 3s (19.4 MB/s) 02:03:48 (Reading database ... 13912 files and directories currently installed.) 02:03:48 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:03:48 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:03:49 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:03:49 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:03:49 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 02:03:49 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 02:03:50 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:50 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:50 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:50 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:50 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:50 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:50 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:50 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:50 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:50 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:50 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:50 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:51 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:03:51 (Reading database ... 13911 files and directories currently installed.) 02:03:51 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:51 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:03:51 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:03:51 (Reading database ... 13911 files and directories currently installed.) 02:03:51 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:51 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:51 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:51 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:51 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:03:51 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:03:51 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:03:52 (Reading database ... 13911 files and directories currently installed.) 02:03:52 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:03:52 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:03:52 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:03:53 (Reading database ... 13911 files and directories currently installed.) 02:03:53 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:03:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:03:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:03:53 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:03:53 Setting up base-files (10.1ubuntu2.10) ... 02:03:53 Installing new version of config file /etc/issue ... 02:03:53 Installing new version of config file /etc/issue.net ... 02:03:53 Installing new version of config file /etc/lsb-release ... 02:03:53 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:03:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:03:53 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:03:53 Removing obsolete conffile /etc/default/motd-news ... 02:03:53 (Reading database ... 13912 files and directories currently installed.) 02:03:53 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:03:53 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:03:53 Setting up bash (4.4.18-2ubuntu1.2) ... 02:03:54 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 02:03:54 (Reading database ... 13912 files and directories currently installed.) 02:03:54 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:03:54 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:03:54 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:03:54 (Reading database ... 13912 files and directories currently installed.) 02:03:54 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:03:54 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:03:54 Setting up tar (1.29b-2ubuntu0.2) ... 02:03:54 (Reading database ... 13912 files and directories currently installed.) 02:03:54 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:03:54 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:03:55 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:03:55 (Reading database ... 13912 files and directories currently installed.) 02:03:55 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:03:55 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:03:55 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:03:55 (Reading database ... 13912 files and directories currently installed.) 02:03:55 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:03:55 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:03:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:03:56 (Reading database ... 13912 files and directories currently installed.) 02:03:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:03:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:03:56 Setting up grep (3.1-2build1) ... 02:03:56 (Reading database ... 13912 files and directories currently installed.) 02:03:56 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:03:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:03:56 Setting up login (1:4.5-1ubuntu2) ... 02:03:57 (Reading database ... 13912 files and directories currently installed.) 02:03:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:03:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:03:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:03:57 (Reading database ... 13912 files and directories currently installed.) 02:03:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:03:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:03:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:03:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:03:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:03:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:03:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:03:58 (Reading database ... 13912 files and directories currently installed.) 02:03:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:03:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:03:59 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:03:59 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:03:59 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:03:59 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:03:59 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:03:59 (Reading database ... 13912 files and directories currently installed.) 02:03:59 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:03:59 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:03:59 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:04:00 (Reading database ... 13912 files and directories currently installed.) 02:04:00 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:00 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:00 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:04:00 (Reading database ... 13912 files and directories currently installed.) 02:04:00 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:00 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:04:00 (Reading database ... 13912 files and directories currently installed.) 02:04:00 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:00 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:00 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:04:00 (Reading database ... 13912 files and directories currently installed.) 02:04:00 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:00 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:00 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:04:00 (Reading database ... 13912 files and directories currently installed.) 02:04:00 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:04:00 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:04:00 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:04:00 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:04:01 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:04:01 (Reading database ... 13912 files and directories currently installed.) 02:04:01 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:04:01 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:04:01 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:04:01 (Reading database ... 13912 files and directories currently installed.) 02:04:01 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:01 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:01 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:04:01 (Reading database ... 13912 files and directories currently installed.) 02:04:01 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:01 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:01 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:04:01 (Reading database ... 13912 files and directories currently installed.) 02:04:01 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:01 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:02 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:04:02 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:04:02 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:04:02 (Reading database ... 13912 files and directories currently installed.) 02:04:02 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:04:03 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:04:03 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:04:03 (Reading database ... 13912 files and directories currently installed.) 02:04:03 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:04:03 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:04:03 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:04:03 (Reading database ... 13914 files and directories currently installed.) 02:04:03 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:04:03 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:04:03 Setting up debconf (1.5.66ubuntu1) ... 02:04:03 (Reading database ... 13914 files and directories currently installed.) 02:04:03 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:04:04 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:04:04 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:04:04 (Reading database ... 13914 files and directories currently installed.) 02:04:04 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:04:04 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:04:04 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:04:04 (Reading database ... 13914 files and directories currently installed.) 02:04:04 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:04:04 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:04:04 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:04:04 (Reading database ... 13914 files and directories currently installed.) 02:04:04 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:04:04 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:04:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:04:04 (Reading database ... 13914 files and directories currently installed.) 02:04:04 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:04:04 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:04:05 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:04:05 (Reading database ... 13914 files and directories currently installed.) 02:04:05 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:04:05 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:04:05 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 02:04:05 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 02:04:05 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:04:05 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:04:05 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:04:05 (Reading database ... 13914 files and directories currently installed.) 02:04:05 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:04:05 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:04:05 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:04:05 (Reading database ... 13914 files and directories currently installed.) 02:04:05 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:04:05 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:04:06 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:04:06 (Reading database ... 13914 files and directories currently installed.) 02:04:06 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:04:06 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:04:06 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:04:06 (Reading database ... 13914 files and directories currently installed.) 02:04:06 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 02:04:06 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 02:04:06 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 02:04:06 (Reading database ... 13914 files and directories currently installed.) 02:04:06 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:04:06 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:04:07 Setting up passwd (1:4.5-1ubuntu2) ... 02:04:07 (Reading database ... 13914 files and directories currently installed.) 02:04:07 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 02:04:07 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:04:07 Setting up gpgv (2.2.4-1ubuntu1.4) ... 02:04:07 (Reading database ... 13914 files and directories currently installed.) 02:04:07 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:04:07 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:04:07 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:04:08 (Reading database ... 13914 files and directories currently installed.) 02:04:08 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:04:08 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:04:08 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:04:08 (Reading database ... 13914 files and directories currently installed.) 02:04:08 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:04:08 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:04:08 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:04:09 (Reading database ... 13914 files and directories currently installed.) 02:04:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:04:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:04:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:04:09 (Reading database ... 13914 files and directories currently installed.) 02:04:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:04:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:04:09 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:04:09 (Reading database ... 13914 files and directories currently installed.) 02:04:09 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 02:04:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 02:04:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 02:04:10 (Reading database ... 13915 files and directories currently installed.) 02:04:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:04:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:04:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:04:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:04:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:04:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:04:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 02:04:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 02:04:10 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:04:10 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:04:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:04:11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:04:11 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:04:11 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:04:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:04:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:04:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:04:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:04:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:04:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:04:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:04:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:04:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:04:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:04:13 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:04:13 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:04:13 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:04:13 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:04:13 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:04:13 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:04:13 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:04:13 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:04:13 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:04:13 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:04:13 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:04:14 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:04:14 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:14 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:14 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:14 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:15 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:15 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:16 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:17 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:17 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:17 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:17 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:18 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:04:18 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:04:18 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:04:18 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:04:18 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:04:18 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:04:18 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:04:18 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:04:18 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:04:18 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:04:18 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:04:18 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:04:19 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:04:19 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:04:19 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:04:19 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:04:19 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:04:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:04:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:04:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:04:19 02:04:19 Current default time zone: 'Etc/UTC' 02:04:19 Local time is now: Thu Apr 1 02:04:19 UTC 2021. 02:04:19 Universal Time is now: Thu Apr 1 02:04:19 UTC 2021. 02:04:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:04:19 02:04:19 Setting up systemd-sysv (237-3ubuntu10.45) ... 02:04:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:19 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 02:04:19 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:04:19 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:04:19 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:04:19 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:04:19 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:04:19 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:04:20 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:04:20 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:20 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:04:20 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:04:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 02:04:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:20 Setting up patch (2.7.6-2ubuntu1.1) ... 02:04:20 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:04:20 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:04:20 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 02:04:20 Installing new version of config file /etc/ssl/openssl.cnf ... 02:04:20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:04:20 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:04:20 Setting up ca-certificates (20210119~18.04.1) ... 02:04:22 Updating certificates in /etc/ssl/certs... 02:04:23 23 added, 27 removed; done. 02:04:23 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:04:23 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:04:23 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:04:23 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:04:23 Setting up pkgbinarymangler (138.18.04.1) ... 02:04:23 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 02:04:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up perl (5.26.1-6ubuntu0.5) ... 02:04:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 02:04:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:04:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:04:23 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 02:04:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:04:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:04:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:04:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:04:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:04:23 Processing triggers for systemd (237-3ubuntu10.45) ... 02:04:24 Processing triggers for mime-support (3.60ubuntu1) ... 02:04:24 Processing triggers for ca-certificates (20210119~18.04.1) ... 02:04:24 Updating certificates in /etc/ssl/certs... 02:04:24 0 added, 0 removed; done. 02:04:24 Running hooks in /etc/ca-certificates/update.d... 02:04:24 done. 02:04:25 Reading package lists... 02:04:25 Building dependency tree... 02:04:25 Reading state information... 02:04:25 The following NEW packages will be installed: 02:04:25 apt-transport-https 02:04:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:04:25 Need to get 1696 B of archives. 02:04:25 After this operation, 153 kB of additional disk space will be used. 02:04:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:04:25 debconf: delaying package configuration, since apt-utils is not installed 02:04:25 Fetched 1696 B in 0s (29.5 kB/s) 02:04:25 Selecting previously unselected package apt-transport-https. 02:04:25 (Reading database ... 13920 files and directories currently installed.) 02:04:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:04:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:04:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:04:25 Waiting for network to be ready... 02:04:32 2021-04-01T02:04:28Z INFO Waiting for automatic snapd restart... 02:04:32 snapd 2.49.1 from Canonical* installed 02:04:32 "snapd" switched to the "latest/stable" channel 02:04:32 02:04:35 core18 20210309 from Canonical* installed 02:04:35 "core18" switched to the "latest/stable" channel 02:04:35 02:04:38 snapcraft 4.6 from Canonical* installed 02:04:38 "snapcraft" switched to the "latest/stable" channel 02:04:38 02:04:43 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:04:43 - README.md 02:04:43 02:04:43 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:04:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:04:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:04:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:04:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:04:50 Reading package lists... 02:04:50 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 02:04:54 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 02:04:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:04:57 Reading package lists... 02:04:57 Building dependency tree... 02:04:57 Reading state information... 02:04:57 Suggested packages: 02:04:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:04:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:04:57 Recommended packages: 02:04:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:04:57 The following NEW packages will be installed: 02:04:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:04:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:04:57 pkg-config zip 02:04:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:04:57 Need to get 7663 kB of archives. 02:04:57 After this operation, 43.8 MB of additional disk space will be used. 02:04:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 02:04:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 02:04:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 02:04:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 02:04:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:04:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:04:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:04:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:04:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:04:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:04:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:04:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:04:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:04:57 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:04:57 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:04:57 debconf: delaying package configuration, since apt-utils is not installed 02:04:57 Fetched 7663 kB in 1s (8380 kB/s) 02:04:58 Selecting previously unselected package libglib2.0-0:amd64. 02:04:58 (Reading database ... 13924 files and directories currently installed.) 02:04:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 02:04:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:04:59 Selecting previously unselected package libpsl5:amd64. 02:04:59 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:04:59 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:04:59 Selecting previously unselected package libnghttp2-14:amd64. 02:04:59 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:04:59 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:05:00 Selecting previously unselected package librtmp1:amd64. 02:05:00 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:05:00 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:05:00 Selecting previously unselected package libcurl3-gnutls:amd64. 02:05:00 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 02:05:00 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:05:00 Selecting previously unselected package liberror-perl. 02:05:00 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:05:00 Unpacking liberror-perl (0.17025-1) ... 02:05:00 Selecting previously unselected package git-man. 02:05:00 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 02:05:00 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 02:05:00 Selecting previously unselected package git. 02:05:00 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 02:05:00 Unpacking git (1:2.17.1-1ubuntu0.8) ... 02:05:01 Selecting previously unselected package libnorm1:amd64. 02:05:01 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:05:01 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:05:01 Selecting previously unselected package libpgm-5.2-0:amd64. 02:05:01 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:05:01 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:05:01 Selecting previously unselected package libsodium23:amd64. 02:05:01 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:05:01 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:05:01 Selecting previously unselected package libzmq5:amd64. 02:05:01 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:05:01 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:05:01 Selecting previously unselected package libzmq3-dev:amd64. 02:05:01 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:05:01 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:05:01 Selecting previously unselected package pkg-config. 02:05:01 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:05:01 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:05:02 Selecting previously unselected package zip. 02:05:02 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:05:02 Unpacking zip (3.0-11build1) ... 02:05:02 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:05:02 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 02:05:02 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:05:02 Setting up liberror-perl (0.17025-1) ... 02:05:02 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:05:02 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:05:02 No schema files found: doing nothing. 02:05:02 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:05:02 Setting up zip (3.0-11build1) ... 02:05:02 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:05:02 Setting up libsodium23:amd64 (1.0.16-2) ... 02:05:02 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:05:02 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:05:02 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:05:02 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:05:02 Setting up git (1:2.17.1-1ubuntu0.8) ... 02:05:02 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:05:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:05:09 git set to automatically installed. 02:05:09 git-man set to automatically installed. 02:05:09 libcurl3-gnutls set to automatically installed. 02:05:09 liberror-perl set to automatically installed. 02:05:09 libglib2.0-0 set to automatically installed. 02:05:09 libnghttp2-14 set to automatically installed. 02:05:09 libnorm1 set to automatically installed. 02:05:09 libpgm-5.2-0 set to automatically installed. 02:05:09 libpsl5 set to automatically installed. 02:05:09 librtmp1 set to automatically installed. 02:05:09 libsodium23 set to automatically installed. 02:05:09 libzmq3-dev set to automatically installed. 02:05:09 libzmq5 set to automatically installed. 02:05:09 pkg-config set to automatically installed. 02:05:09 zip set to automatically installed. 02:05:11 snapd is not logged in, snap install commands will use sudo 02:05:16 Removing intermediate container 432388a86b1b 02:05:16 ---> f6ee26d0d9c0 02:05:16 02:05:16 Step 10/31 : FROM alpine:3.12 02:05:16 Removing intermediate container c39fc2e33c23 02:05:16 ---> 158a8f1bf088 02:05:16 02:05:16 Step 10/24 : FROM alpine:3.12 02:05:16 3.12: Pulling from library/alpine 02:05:16 3.12: Pulling from library/alpine 02:05:16 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 02:05:16 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 02:05:16 Status: Downloaded newer image for alpine:3.12 02:05:16 Status: Image is up to date for alpine:3.12 02:05:16 ---> e47305ac9786 02:05:16 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:05:16 ---> e47305ac9786 02:05:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 02:05:16 ---> Running in bd8a7a5f3d3d 02:05:16 ---> Running in 64fdd950a383 02:05:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:05:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:05:20 (1/6) Installing ca-certificates (20191127-r4) 02:05:20 (2/6) Installing nghttp2-libs (1.41.0-r0) 02:05:20 (3/6) Installing libcurl (7.69.1-r3) 02:05:20 (4/6) Installing curl (7.69.1-r3) 02:05:20 (5/6) Installing dumb-init (1.2.2-r1) 02:05:20 (6/6) Installing su-exec (0.2-r1) 02:05:20 Executing busybox-1.31.1-r19.trigger 02:05:20 Executing ca-certificates-20191127-r4.trigger 02:05:20 OK: 7 MiB in 20 packages 02:05:20 Removing intermediate container 64fdd950a383 02:05:20 ---> c2bda745ef11 02:05:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 02:05:23 Removing intermediate container 7523cf55790d 02:05:23 ---> 72d78a06fb40 02:05:23 02:05:23 Step 10/22 : FROM alpine:3.12 02:05:23 ---> e47305ac9786 02:05:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 02:05:23 Removing intermediate container f6d917a4562d 02:05:23 ---> d4bafb5b6d70 02:05:23 02:05:23 Step 10/22 : FROM alpine:3.12 02:05:23 ---> e47305ac9786 02:05:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 02:05:23 ---> Running in c65a654cd337 02:05:24 ---> Running in 1fcf15e56bbf 02:05:24 ---> Running in aa84b5435d6d 02:05:25 Removing intermediate container bd8a7a5f3d3d 02:05:25 ---> 74528fc3ec26 02:05:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:05:25 ---> Running in 3788f45acfec 02:05:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:05:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:05:26 Removing intermediate container 3788f45acfec 02:05:26 ---> 290c665b1241 02:05:26 Step 13/24 : WORKDIR / 02:05:27 (1/2) Installing dumb-init (1.2.2-r1) 02:05:27 (2/2) Installing su-exec (0.2-r1) 02:05:27 Executing busybox-1.31.1-r19.trigger 02:05:27 OK: 5 MiB in 16 packages 02:05:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:05:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:05:28 (1/1) Installing dumb-init (1.2.2-r1) 02:05:28 Executing busybox-1.31.1-r19.trigger 02:05:28 OK: 5 MiB in 15 packages 02:05:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:05:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:05:29 (1/2) Installing ca-certificates (20191127-r4) 02:05:29 (2/2) Installing dumb-init (1.2.2-r1) 02:05:29 Executing busybox-1.31.1-r19.trigger 02:05:29 Executing ca-certificates-20191127-r4.trigger 02:05:29 OK: 6 MiB in 16 packages 02:05:31 ---> Running in 278b69bcb8dd 02:05:32 Removing intermediate container 505bc1037662 02:05:32 ---> 4435cf2f9f32 02:05:32 02:05:32 Step 10/23 : FROM alpine:3.12 02:05:32 ---> e47305ac9786 02:05:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:05:38 ---> Running in a9d7d2525e46 02:05:38 Removing intermediate container 278b69bcb8dd 02:05:38 ---> 25df8fcee654 02:05:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:05:38 Removing intermediate container c65a654cd337 02:05:38 ---> 8057152372af 02:05:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 02:05:38 Removing intermediate container 1fcf15e56bbf 02:05:38 ---> 2506be57f381 02:05:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:05:38 ---> Running in 743638d4e57d 02:05:38 ---> Running in 856331f44c20 02:05:40 Removing intermediate container a9d7d2525e46 02:05:40 ---> d61e7cb17ec7 02:05:40 Step 12/23 : ENV APP_PORT=48080 02:05:41 Removing intermediate container 743638d4e57d 02:05:41 ---> 965f5217438c 02:05:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:05:41 Removing intermediate container 856331f44c20 02:05:41 ---> aa173918505f 02:05:41 Step 13/22 : ENV APP_PORT=48085 02:05:41 Removing intermediate container aa84b5435d6d 02:05:41 ---> 3ed2623203f4 02:05:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:05:41 ---> b2ea393d233f 02:05:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:05:42 ---> Running in 9eb72642a95b 02:05:43 ---> Running in 02cc63817663 02:05:43 ---> Running in 48fcd0310245 02:05:43 ---> Running in 4a472be845f3 02:05:44 ---> dbfa840c534e 02:05:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:05:45 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 02:05:45 snapd is not logged in, snap install commands will use sudo 02:05:45 Removing intermediate container 9eb72642a95b 02:05:45 ---> 699939ff0842 02:05:45 Step 13/23 : EXPOSE $APP_PORT 02:05:45 Removing intermediate container 02cc63817663 02:05:46 ---> 63366261b606 02:05:46 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:05:46 Removing intermediate container 48fcd0310245 02:05:46 ---> 6c21f8978e9b 02:05:46 Step 14/22 : EXPOSE $APP_PORT 02:05:46 Removing intermediate container 4a472be845f3 02:05:46 ---> 25e25079f7c9 02:05:46 Step 13/22 : ENV APP_PORT=48060 02:05:46 ---> b5d2d72ad407 02:05:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:05:47 ---> Running in 448e360ab82f 02:05:47 ---> Running in 54ae2ad03370 02:05:48 ---> Running in 57b97d3f77f1 02:05:48 ---> Running in 7592f547229f 02:05:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:05:48 snap "core18" has no updates available 02:05:49 ---> 01623e4d463c 02:05:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:05:49 Removing intermediate container 448e360ab82f 02:05:49 ---> c68d74278cb7 02:05:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container 54ae2ad03370 02:05:49 ---> 8fc8545b9282 02:05:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:05:49 02:05:49 Pulling go-build-helper 02:05:49 + snapcraftctl pull 02:05:50 'app-service-config' has dependencies that need to be staged: go-build-helper 02:05:50 Skipping pull go-build-helper (already ran) 02:05:50 Building go-build-helper 02:05:50 + snapcraftctl build 02:05:50 Removing intermediate container 7592f547229f 02:05:50 ---> 1194bff8b2a4 02:05:50 Step 14/22 : EXPOSE $APP_PORT 02:05:51 ---> Running in 8c261354ff7d 02:05:51 ---> 0f26335ce297 02:05:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:05:51 ---> 45825cf258bb 02:05:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:05:52 ---> Running in 2bd442dd297d 02:05:52 Staging go-build-helper 02:05:52 + snapcraftctl stage 02:05:54 ---> 556f610a59aa 02:05:54 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/ 02:05:54 Removing intermediate container 2bd442dd297d 02:05:54 ---> edad1e20a736 02:05:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:05:55 ---> Running in c5de9753334d 02:05:55 Removing intermediate container 57b97d3f77f1 02:05:55 ---> ada6c8da5243 02:05:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 02:05:55 ---> 757a757ca4df 02:05:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:05:56 ---> Running in 8c7d7f67db9e 02:05:56 ---> 8b135aba74d8 02:05:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:05:56 ---> cbeba75140bd 02:05:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 02:05:57 Removing intermediate container 8c261354ff7d 02:05:57 ---> 9c4702ec0885 02:05:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 02:05:58 ---> Running in 2087d9c20eaf 02:05:58 Removing intermediate container 8c7d7f67db9e 02:05:58 ---> f5b066cde9e1 02:05:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:05:59 ---> Running in 9029c1df326d 02:05:59 ---> dd82a90dffdb 02:05:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:06:00 Removing intermediate container 2087d9c20eaf 02:06:00 ---> d2b3fab9db89 02:06:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:06:00 ---> c6c0628b1380 02:06:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 02:06:00 ---> b1833ac17f09 02:06:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:06:01 Removing intermediate container c5de9753334d 02:06:01 ---> 448e038cd110 02:06:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:06:01 ---> Running in 031b412203f1 02:06:01 ---> Running in a7b9534f3385 02:06:01 ---> Running in c05a2f940923 02:06:02 ---> Running in 11914bea198d 02:06:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:06:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:06:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 02:06:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 02:06:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 02:06:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:06:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 02:06:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 02:06:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 02:06:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 02:06:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:06:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:06:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:06:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:06:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:06:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:06:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:06:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:06:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:06:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 02:06:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 02:06:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 02:06:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:06:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 02:06:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 02:06:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 02:06:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 02:06:02 Fetched 24.2 MB in 0s (0 B/s) 02:06:02 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:06:02 Fetched 224 kB in 0s (0 B/s) 02:06:02 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:06:02 Fetched 157 kB in 0s (0 B/s) 02:06:02 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:06:02 Fetched 221 kB in 0s (0 B/s) 02:06:02 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:06:02 Fetched 143 kB in 0s (0 B/s) 02:06:02 Pulling app-service-config 02:06:02 + snapcraftctl pull 02:06:02 Cloning into '/root/parts/app-service-config/src'... 02:06:02 (1/6) Installing dumb-init (1.2.2-r1) 02:06:02 (2/6) Installing libgcc (9.3.0-r2) 02:06:02 (3/6) Installing libsodium (1.0.18-r0) 02:06:02 Removing intermediate container 031b412203f1 02:06:02 ---> 44a5101b8a71 02:06:02 Step 20/22 : LABEL arch=arm64 02:06:02 (4/6) Installing libstdc++ (9.3.0-r2) 02:06:02 Pulling config-common 02:06:02 + snapcraftctl pull 02:06:02 (5/6) Installing libzmq (4.3.3-r0) 02:06:03 (6/6) Installing zeromq (4.3.3-r0) 02:06:03 Executing busybox-1.31.1-r19.trigger 02:06:03 OK: 8 MiB in 20 packages 02:06:03 Removing intermediate container a7b9534f3385 02:06:03 ---> b246ce931d43 02:06:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:06:04 ---> Running in ae1a086d67d7 02:06:04 Removing intermediate container 11914bea198d 02:06:04 ---> 44646766ac6d 02:06:04 Step 22/24 : LABEL arch=arm64 02:06:05 ---> Running in 65adbb07af3c 02:06:05 ---> Running in f8452e4099c8 02:06:05 Removing intermediate container ae1a086d67d7 02:06:05 ---> 944d16c25ae0 02:06:05 Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:06:06 ---> Running in 3eee3fa1e9d0 02:06:06 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:06:06 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:06:06 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:06:06 Fetched 0 B in 0s (0 B/s) 02:06:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:06:06 Fetched 0 B in 0s (0 B/s) 02:06:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:06:06 Fetched 0 B in 0s (0 B/s) 02:06:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:06:06 Fetched 0 B in 0s (0 B/s) 02:06:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:06:06 Fetched 0 B in 0s (0 B/s) 02:06:06 Pulling edgex-go 02:06:06 + snapcraftctl pull 02:06:07 Removing intermediate container 65adbb07af3c 02:06:07 Removing intermediate container c05a2f940923 02:06:07 ---> d8e501c1eee3 02:06:07 ---> de8e1d046e41 02:06:07 Step 20/22 : LABEL arch=arm64Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 02:06:07 02:06:07 Removing intermediate container f8452e4099c8 02:06:07 ---> 4f1c6872a85e 02:06:07 Step 23/24 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:06:07 Removing intermediate container 9029c1df326d 02:06:07 ---> 55a2117bbef7 02:06:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:06:08 Removing intermediate container 3eee3fa1e9d0 02:06:08 ---> c5bc216de788 02:06:08 Step 22/22 : LABEL version=0.0.0 02:06:09 ---> Running in 134092a8c4a9 02:06:09 ---> Running in 5d6ee6c1869c 02:06:10 ---> 26eb7d33318b 02:06:10 ---> 8154053d583b 02:06:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper .Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:06:10 02:06:11 ---> Running in 46da9d299cdc 02:06:11 Removing intermediate container 5d6ee6c1869c 02:06:11 ---> c1b6577379f5 02:06:11 Step 24/24 : LABEL version=0.0.0 02:06:12 Removing intermediate container 134092a8c4a9 02:06:12 ---> a0be51698ca4 02:06:12 Step 21/22 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:06:12 ---> 823e404d4cc8 02:06:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:06:13 ---> Running in c0d05ae109aa 02:06:13 ---> ac5692637b2f 02:06:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:06:13 ---> Running in fa6e2828d83d 02:06:13 Removing intermediate container 46da9d299cdc 02:06:13 ---> d2fbfd79a9e7 02:06:13 02:06:13 ---> 70be241ea5cd 02:06:13 Step 19/23 : ENTRYPOINT ["/core-data"] 02:06:14 ---> Running in c6cec3c0a18a 02:06:14 Removing intermediate container c0d05ae109aa 02:06:14 ---> 63d82aa30207 02:06:14 02:06:14 Successfully built d2fbfd79a9e7 02:06:14 Successfully built 63d82aa30207 02:06:14 Successfully tagged docker-support-scheduler-go-arm64:latest 02:06:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:06:14 Removing intermediate container fa6e2828d83d 02:06:14 Building docker-sys-mgmt-agent-go 02:06:14 ---> 5b569b60af53 02:06:14  Building docker-support-scheduler-go ... done Step 22/22 : LABEL version=0.0.0 02:06:14 Building docker-security-proxy-setup-go 02:06:16  Building docker-security-secretstore-setup-go ... done  ---> Running in dc31723f7af5 02:06:16 ---> b715856ccd66 02:06:16 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:06:16 Removing intermediate container c6cec3c0a18a 02:06:16 ---> 475ce552aba0 02:06:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:06:16 ---> Running in d362990b0c87 02:06:17 Removing intermediate container dc31723f7af5 02:06:17 ---> 313fc90f402a 02:06:17 02:06:17 Successfully built 313fc90f402a 02:06:17 ---> 0c2080bd12ca 02:06:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:06:17 Successfully tagged docker-support-notifications-go-arm64:latest 02:06:17  Building docker-support-notifications-go ... done Building docker-core-metadata-go 02:06:18 Removing intermediate container d362990b0c87 02:06:18 ---> 52a4df4d7222 02:06:18 Step 21/23 : LABEL arch=arm64 02:06:19 ---> c260952ecac5 02:06:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 02:06:20 ---> Running in 0eddb6bc93df 02:06:21 ---> Running in 7fa8770c6fc8 02:06:22 Removing intermediate container 0eddb6bc93df 02:06:22 ---> 0962e7b02c17 02:06:22 Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:06:23 Removing intermediate container 7fa8770c6fc8 02:06:23 ---> ff53eacc2c30 02:06:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:06:23 ---> Running in d386dbe7e5e3 02:06:24 Removing intermediate container d386dbe7e5e3 02:06:24 ---> b23592ad42e9 02:06:24 Step 23/23 : LABEL version=0.0.0 02:06:26 ---> 1c594f15eb6f 02:06:26 Step 26/31 : RUN chmod +x /entrypoint.sh 02:06:26 ---> Running in c757959c7b62 02:06:27 Removing intermediate container c757959c7b62 02:06:27 ---> 3f32e86de385 02:06:27 02:06:27 ---> Running in f3891159bc71 02:06:28 Successfully built 3f32e86de385 02:06:28 Successfully tagged docker-core-data-go-arm64:latest 02:06:28  Building docker-core-data-go ... done Building docker-core-command-go 02:06:28 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:06:28 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:06:28 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:06:28 Fetched 0 B in 0s (0 B/s) 02:06:28 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:06:28 Fetched 96.5 kB in 0s (0 B/s) 02:06:28 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:06:28 Fetched 279 kB in 0s (0 B/s) 02:06:28 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:06:28 Fetched 122 kB in 0s (0 B/s) 02:06:28 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:06:28 Fetched 77.8 kB in 0s (0 B/s) 02:06:28 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:06:28 Fetched 8848 B in 0s (0 B/s) 02:06:28 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:06:28 Fetched 47.8 kB in 0s (0 B/s) 02:06:28 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:06:28 Fetched 45.6 kB in 0s (0 B/s) 02:06:28 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:06:28 Fetched 15.0 kB in 0s (0 B/s) 02:06:28 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 02:06:28 Fetched 219 kB in 0s (0 B/s) 02:06:28 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 02:06:28 Fetched 154 kB in 0s (0 B/s) 02:06:28 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:06:28 Fetched 50.6 kB in 0s (0 B/s) 02:06:28 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:06:28 Fetched 14.8 kB in 0s (0 B/s) 02:06:28 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:06:28 Fetched 41.8 kB in 0s (0 B/s) 02:06:28 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:06:28 Fetched 499 kB in 0s (0 B/s) 02:06:28 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:06:28 Fetched 111 kB in 0s (0 B/s) 02:06:28 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:06:28 Fetched 240 kB in 0s (0 B/s) 02:06:28 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:06:28 Fetched 29.3 kB in 0s (0 B/s) 02:06:28 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:06:28 Fetched 85.5 kB in 0s (0 B/s) 02:06:28 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:06:28 Fetched 24.5 kB in 0s (0 B/s) 02:06:28 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:06:28 Fetched 49.2 kB in 0s (0 B/s) 02:06:28 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:06:28 Fetched 54.2 kB in 0s (0 B/s) 02:06:28 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:06:28 Fetched 30.8 kB in 0s (0 B/s) 02:06:28 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 02:06:28 Fetched 15.8 kB in 0s (0 B/s) 02:06:28 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:06:28 Fetched 85.9 kB in 0s (0 B/s) 02:06:28 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:06:28 Fetched 8720 B in 0s (0 B/s) 02:06:28 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 02:06:28 Fetched 137 kB in 0s (0 B/s) 02:06:28 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:06:28 Fetched 119 kB in 0s (0 B/s) 02:06:28 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 02:06:28 Fetched 109 kB in 0s (0 B/s) 02:06:28 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:06:28 Fetched 11.1 kB in 0s (0 B/s) 02:06:28 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:06:28 Fetched 645 kB in 0s (0 B/s) 02:06:28 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:06:28 Fetched 41.3 kB in 0s (0 B/s) 02:06:28 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:06:28 Fetched 17.9 kB in 0s (0 B/s) 02:06:28 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:06:28 Fetched 368 kB in 0s (0 B/s) 02:06:28 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:06:28 Fetched 187 kB in 0s (0 B/s) 02:06:28 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:06:28 Fetched 175 kB in 0s (0 B/s) 02:06:28 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:06:28 Fetched 206 kB in 0s (0 B/s) 02:06:28 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 02:06:28 Fetched 1301 kB in 0s (0 B/s) 02:06:28 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:06:28 Fetched 36.2 kB in 0s (0 B/s) 02:06:28 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 02:06:28 Fetched 159 kB in 0s (0 B/s) 02:06:28 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:06:28 Fetched 107 kB in 0s (0 B/s) 02:06:28 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:06:28 Fetched 48.7 kB in 0s (0 B/s) 02:06:28 Pulling static-packages 02:06:28 + snapcraftctl pull 02:06:28 Pulling version 02:06:28 + cd /root/project 02:06:28 + [ -f VERSION ] 02:06:28 + PROJECT_VERSION=local-dev 02:06:28 + git rev-parse --short HEAD 02:06:28 + GIT_REVISION=03959d18 02:06:28 + snapcraftctl set-version local-dev 02:06:29 Skipping build go-build-helper (already ran) 02:06:29 Building app-service-config 02:06:29 + make build 02:06:29 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 02:06:31 Removing intermediate container f3891159bc71 02:06:31 ---> 006098dd964e 02:06:31 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 02:06:32 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 02:06:32 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 02:06:32 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 02:06:32 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 02:06:32 ---> Running in 8aa486d6b885 02:06:32 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 02:06:32 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 02:06:32 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 02:06:32 go: downloading github.com/gorilla/websocket v1.4.2 02:06:32 go: downloading github.com/google/uuid v1.2.0 02:06:32 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 02:06:32 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:06:32 go: downloading github.com/gorilla/mux v1.8.0 02:06:32 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 02:06:32 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 02:06:32 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:06:33 go: downloading github.com/hashicorp/consul/api v1.8.1 02:06:33 go: downloading github.com/pelletier/go-toml v1.2.0 02:06:33 go: downloading github.com/go-kit/kit v0.8.0 02:06:33 go: downloading github.com/go-playground/validator/v10 v10.4.1 02:06:33 go: downloading github.com/x448/float16 v0.8.4 02:06:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:06:33 go: downloading github.com/hashicorp/go-hclog v0.12.0 02:06:33 go: downloading github.com/hashicorp/serf v0.9.5 02:06:33 go: downloading github.com/mitchellh/copystructure v1.0.0 02:06:33 Removing intermediate container 8aa486d6b885 02:06:33 ---> 07de415515b1 02:06:33 Step 28/31 : CMD ["gate"] 02:06:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:06:33 go: downloading github.com/fatih/color v1.9.0 02:06:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:06:33 go: downloading github.com/BurntSushi/toml v0.3.1 02:06:33 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 02:06:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 02:06:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:06:33 go: downloading github.com/mattn/go-colorable v0.1.6 02:06:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:06:33 go: downloading github.com/mattn/go-isatty v0.0.12 02:06:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:06:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:06:33 go: downloading github.com/go-playground/universal-translator v0.17.0 02:06:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:06:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:06:33 go: downloading github.com/leodido/go-urn v1.2.0 02:06:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:06:33 go: downloading github.com/pebbe/zmq4 v1.2.5 02:06:33 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 02:06:33 go: downloading github.com/go-playground/locales v0.13.0 02:06:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:06:34 ---> Running in de8e5674fef4 02:06:35 Removing intermediate container de8e5674fef4 02:06:35 ---> 72f7be350aca 02:06:35 Step 29/31 : LABEL arch=arm64 02:06:36 ---> Running in f35cddbf691b 02:06:37 Removing intermediate container f35cddbf691b 02:06:37 ---> 512b7d1d44e8 02:06:37 Step 30/31 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:06:38 ---> Running in 6790b05f96e0 02:06:39 Removing intermediate container 6790b05f96e0 02:06:39 ---> d853768f221c 02:06:39 Step 31/31 : LABEL version=0.0.0 02:06:40 ---> Running in 920284b50f1f 02:06:41 Removing intermediate container 920284b50f1f 02:06:41 ---> 6089ea321832 02:06:41 02:06:42 Successfully built 6089ea321832 02:06:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 02:06:44 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 02:06:44 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 02:06:44 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 02:06:44 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 02:06:44 Building config-common 02:06:44 + snapcraftctl build 02:06:46 Building edgex-go 02:06:46 + cd /root/parts/edgex-go/src 02:06:46 + make build 02:06: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 02:06:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.28 02:06:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:06:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.7 02:06:46 go: downloading github.com/imdario/mergo v0.3.12 02:06:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 02:06:46 go: downloading github.com/pkg/errors v0.8.1 02:06:46 go: downloading github.com/pebbe/zmq4 v1.2.7 02:06: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 02:06:51 go: downloading gopkg.in/yaml.v2 v2.4.0 02:06:56 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 02:06:57 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 02:06:58 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 02:06:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:06:59 go: downloading github.com/stretchr/testify v1.7.0 02:06:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:06:59 go: downloading github.com/pmezard/go-difflib v1.0.0 02:06:59 go: downloading github.com/davecgh/go-spew v1.1.1 02:07:01 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 02:07:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:07:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:07:03 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 02:07:04 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 02:07:05 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 02:07:06 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 02:07:07 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:07:08 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 02:07:08 go: downloading github.com/lib/pq v1.9.0 02:07:08  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:07:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:07:08 ---> 60f706151110 02:07:08 Step 3/21 : WORKDIR /edgex-go 02:07:08 ---> Using cache 02:07:08 ---> 7bf8ed10a6e7 02:07:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:07:08 ---> Using cache 02:07:08 ---> 5548c98cd57e 02:07:08 Step 5/21 : RUN apk add --update --no-cache make git 02:07:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:07:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:07:08 ---> 60f706151110 02:07:08 Step 3/26 : WORKDIR /edgex-go 02:07:08 ---> Using cache 02:07:08 ---> 7bf8ed10a6e7 02:07:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:07:08 ---> Using cache 02:07:08 ---> 5548c98cd57e 02:07:08 Step 5/26 : RUN apk add --update --no-cache make bash git 02:07:10 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 02:07:10 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 02:07:10 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 02:07:10 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 02:07:10 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 02:07:10 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 02:07:10 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 02:07:10 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 02:07:10 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 02:07:10 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 02:07:10 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 02:07:10 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 02:07:10 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 02:07:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 02:07:10 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 02:07:10 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 02:07:10 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 02:07:10 + 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 02:07:10 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 02:07:10 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 02:07:10 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 02:07:10 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 02:07:10 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 02:07:10 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 02:07:10 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 02:07:10 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 02:07:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:07:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:07:10 ---> 60f706151110 02:07:10 Step 3/23 : WORKDIR /edgex-go 02:07:10 ---> Using cache 02:07:10 ---> 7bf8ed10a6e7 02:07:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:07:10 ---> Using cache 02:07:10 ---> 5548c98cd57e 02:07:10 Step 5/23 : RUN apk add --update --no-cache make git 02:07:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:07:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:07:12 ---> 60f706151110 02:07:12 Step 3/23 : WORKDIR /edgex-go 02:07:12 ---> Using cache 02:07:12 ---> 7bf8ed10a6e7 02:07:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:07:12 ---> Using cache 02:07:12 ---> 5548c98cd57e 02:07:12 Step 5/23 : RUN apk add --update --no-cache make git 02:07:13 Building static-packages 02:07:13 + snapcraftctl build 02:07:14 ---> Running in bf471f1173bb 02:07:14 ---> Running in b59d655fdccb 02:07:14 ---> Running in 436d470ba995 02:07:14 ---> Running in e90cf01acd3d 02:07:15 Building version 02:07:15 + snapcraftctl build 02:07:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:07:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:07:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:07:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:07:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:07:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:07:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:07:16 Skipping stage go-build-helper (already ran) 02:07:16 Staging app-service-config 02:07:16 + snapcraftctl stage 02:07:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:07:17 Staging config-common 02:07:17 + snapcraftctl stage 02:07:17 OK: 217 MiB in 51 packages 02:07:17 OK: 217 MiB in 51 packages 02:07:18 OK: 217 MiB in 51 packages 02:07:18 Staging edgex-go 02:07:18 + snapcraftctl stage 02:07:18 OK: 217 MiB in 51 packages 02:07:19 Removing intermediate container 436d470ba995 02:07:19 ---> d73ee29e46a0 02:07:19 Step 6/23 : COPY go.mod . 02:07:19 Staging static-packages 02:07:19 + snapcraftctl stage 02:07:19 Removing intermediate container b59d655fdccb 02:07:19 ---> a9b1dee24f36 02:07:19 Step 6/26 : COPY go.mod . 02:07:19 Removing intermediate container bf471f1173bb 02:07:19 ---> 82e0fb2db7b3 02:07:19 Step 6/21 : COPY go.mod . 02:07:20 Removing intermediate container e90cf01acd3d 02:07:20 ---> c68724a89149 02:07:20 Step 6/23 : COPY go.mod . 02:07:20 ---> 11f364821898 02:07:20 Step 7/23 : RUN go mod download 02:07:20 ---> Running in 027c3a146752 02:07:20 ---> 9fab87909425 02:07:20 Step 7/26 : RUN go mod download 02:07:20 ---> c77ab8b162bb 02:07:20 Step 7/21 : RUN go mod download 02:07:20 Staging version 02:07:20 + snapcraftctl stage 02:07:21 ---> Running in 16918c389a6f 02:07:21 ---> Running in 54dfa556e9eb 02:07:21 ---> d7f79c63af9c 02:07:21 Step 7/23 : RUN go mod download 02:07:21 ---> Running in 07982a10f4fb 02:07:21 Priming go-build-helper 02:07:21 + snapcraftctl prime 02:07:22 Priming app-service-config 02:07:22 + snapcraftctl prime 02:07:23 Removing intermediate container 027c3a146752 02:07:23 ---> 35dc1d7b67c7 02:07:23 Step 8/23 : COPY . . 02:07:24 Priming config-common 02:07:24 + snapcraftctl prime 02:07:24 Removing intermediate container 16918c389a6f 02:07:24 ---> 12bc2069f131 02:07:24 Step 8/26 : COPY . . 02:07:25 Priming edgex-go 02:07:25 + snapcraftctl prime 02:07:25 Removing intermediate container 07982a10f4fb 02:07:25 ---> 1f6b4b0f0176 02:07:25 Step 8/23 : COPY . . 02:07:25 Removing intermediate container 54dfa556e9eb 02:07:25 ---> a5f7eca2f72c 02:07:25 Step 8/21 : COPY . . 02:07:25 Priming static-packages 02:07:25 + snapcraftctl prime 02:07:28 Priming version 02:07:28 + snapcraftctl prime 02:07:29 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] } 02:07:48 ---> c6d08ad63205 02:07:48 Step 9/23 : RUN make cmd/core-command/core-command 02:07:48 ---> b432ab41ca10 02:07:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:07:48 ---> 56407401ce70 02:07:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:07:48 ---> d55ff9461825 02:07:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 02:07:48 ---> Running in 9b6259a55cae 02:07:48 ---> Running in 8a4f2a3db789 02:07:48 ---> Running in d5057d288586 02:07:48 ---> Running in e2791047dc63 02:07:49 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 02:07:49 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 02:07:49 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 02:07:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:09:11 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 02:09:19 Removing intermediate container 8a4f2a3db789 02:09:19 ---> d96d30637570 02:09:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:09:19 Removing intermediate container d5057d288586 02:09:19 ---> bbb7171095d1 02:09:19 02:09:19 Step 10/21 : FROM alpine:3.12 02:09:19 ---> e47305ac9786 02:09:19 Step 11/21 : RUN apk add --update --no-cache curl 02:09:19 ---> Running in 52ac1e4d2b60 02:09:19 ---> Running in 521554d98ccf 02:09:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:22 (1/4) Installing ca-certificates (20191127-r4) 02:09:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:09:22 (3/4) Installing libcurl (7.69.1-r3) 02:09:22 (4/4) Installing curl (7.69.1-r3) 02:09:22 Executing busybox-1.31.1-r19.trigger 02:09:22 Executing ca-certificates-20191127-r4.trigger 02:09:22 OK: 7 MiB in 18 packages 02:09:24 Removing intermediate container 9b6259a55cae 02:09:24 ---> 768dcd9b6558 02:09:24 02:09:24 Step 10/23 : FROM alpine:3.12 02:09:24 ---> e47305ac9786 02:09:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:09:24 ---> Using cache 02:09:24 ---> 2506be57f381 02:09:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:09:24 ---> Using cache 02:09:24 ---> aa173918505f 02:09:24 Step 13/23 : ENV APP_PORT=48082 02:09:24 ---> Running in 6fe4bd35a85d 02:09:25 Removing intermediate container 521554d98ccf 02:09:25 ---> 62ac1dcaf78f 02:09:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:09:25 ---> Running in e5461c6b4a47 02:09:25 Removing intermediate container 52ac1e4d2b60 02:09:25 ---> 21b365673a43 02:09:25 02:09:25 Step 11/26 : FROM docker:20.10.0 02:09:25 Removing intermediate container 6fe4bd35a85d 02:09:25 ---> 4a8bbb203891 02:09:25 Step 14/23 : EXPOSE $APP_PORT 02:09:25 20.10.0: Pulling from library/docker 02:09:25 ---> Running in a16ebd3339b4 02:09:26 Removing intermediate container e5461c6b4a47 02:09:26 ---> 645f2cd20876 02:09:26 Step 13/21 : WORKDIR /edgex 02:09:26 ---> Running in ecd71488c534 02:09:26 Removing intermediate container a16ebd3339b4 02:09:26 ---> 25e0b66cc556 02:09:26 Step 15/23 : WORKDIR / 02:09:26 ---> Running in cf6d1dc4d256 02:09:27 Removing intermediate container ecd71488c534 02:09:27 ---> ae6b8d8bf816 02:09:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:09:27 Removing intermediate container cf6d1dc4d256 02:09:27 ---> 989ed782b175 02:09:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:09:29 ---> 1a2d6468f0c6 02:09:29 ---> b56676618d74 02:09:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:09:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:09:30 Removing intermediate container e2791047dc63 02:09:30 ---> 210f3511bf49 02:09:30 02:09:30 Step 10/23 : FROM alpine:3.12 02:09:30 ---> e47305ac9786 02:09:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 02:09:30 ---> Using cache 02:09:30 ---> 2506be57f381 02:09:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:09:30 ---> Using cache 02:09:30 ---> aa173918505f 02:09:30 Step 13/23 : ENV APP_PORT=48081 02:09:31 ---> 2d3e27fd6f5e 02:09:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:09:31 ---> Running in c71f44a1c135 02:09:31 ---> 36f084168ab3 02:09:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:09:31 Removing intermediate container c71f44a1c135 02:09:31 ---> c92186d54e67 02:09:31 Step 14/23 : EXPOSE $APP_PORT 02:09:32 ---> Running in 90db2ceb7c7a 02:09:32 ---> 6167e9c1acdb 02:09:32 Step 19/23 : ENTRYPOINT ["/core-command"] 02:09:32 ---> 2a83435e3366 02:09:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:09:32 ---> Running in 80ac4c093c03 02:09:32 Removing intermediate container 90db2ceb7c7a 02:09:32 ---> 2876439a0ab4 02:09:32 Step 15/23 : WORKDIR / 02:09:33 ---> Running in d0982d3ff06b 02:09:33 ---> Running in c32d7ae5d8db 02:09:33 Removing intermediate container 80ac4c093c03 02:09:33 ---> b982f3961b24 02:09:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:09:33 Removing intermediate container c32d7ae5d8db 02:09:33 ---> fadda9a8e6de 02:09:33 Step 18/21 : CMD ["--init=true"] 02:09:33 ---> Running in a9735a10300d 02:09:33 Removing intermediate container d0982d3ff06b 02:09:33 ---> 119ed8222770 02:09:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:09:33 ---> Running in 67bfc7fc0186 02:09:34 Removing intermediate container a9735a10300d 02:09:34 ---> 3e4410f0234e 02:09:34 Step 21/23 : LABEL arch=arm64 02:09:34 ---> Running in e3afc20df238 02:09:34 Removing intermediate container 67bfc7fc0186 02:09:34 ---> ddcb3861883b 02:09:34 Step 19/21 : LABEL arch=arm64 02:09:35 ---> 423c815f1f26 02:09:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:09:35 ---> Running in a45f53e6314c 02:09:35 Removing intermediate container e3afc20df238 02:09:35 ---> d044e264db93 02:09:35 Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:09:35 ---> Running in b132c785908f 02:09:35 Removing intermediate container a45f53e6314c 02:09:35 ---> d6c90bc6f11b 02:09:35 Step 20/21 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:09:37 ---> Running in 28fad6771055 02:09:37 Removing intermediate container b132c785908f 02:09:37 ---> 1f992960499b 02:09:37 Step 23/23 : LABEL version=0.0.0 02:09:38 ---> 48cea45c16a4 02:09:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:09:38 ---> Running in 378fafd65987 02:09:38 Removing intermediate container 28fad6771055 02:09:38 ---> be9b387c56ab 02:09:38 Step 21/21 : LABEL version=0.0.0 02:09:38 ---> Running in 82e76c35884c 02:09:38 Removing intermediate container 378fafd65987 02:09:38 ---> eb05b7e6c3a1 02:09:38 02:09:39 ---> 69c2aaa6f612 02:09:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 02:09:39 Successfully built eb05b7e6c3a1 02:09:39 Successfully tagged docker-core-command-go-arm64:latest 02:09:39  Building docker-core-command-go ... done  ---> Running in 338bdcaa7093 02:09:39 Removing intermediate container 82e76c35884c 02:09:39 ---> a193e74bbb50 02:09:39 02:09:39 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:09:39 Status: Downloaded newer image for docker:20.10.0 02:09:39 ---> eeaf43b92773 02:09:39 Step 12/26 : RUN apk add --no-cache bash 02:09:39 ---> Running in 07865fc7e5ea 02:09:39 Successfully built a193e74bbb50 02:09:39 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:09:40  Building docker-security-proxy-setup-go ... done Removing intermediate container 338bdcaa7093 02:09:40 ---> 8ac97feb067f 02:09:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:09:40 ---> Running in a32f61b75458 02:09:40 Removing intermediate container a32f61b75458 02:09:40 ---> 26c1e68b94de 02:09:40 Step 21/23 : LABEL arch=arm64 02:09:40 ---> Running in a744532f0e4a 02:09:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:41 Removing intermediate container a744532f0e4a 02:09:41 ---> 4f196c145824 02:09:41 Step 22/23 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:09:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:41 ---> Running in 5b09e72f603e 02:09:41 (1/2) Installing readline (8.0.4-r0) 02:09:41 (2/2) Installing bash (5.0.17-r0) 02:09:41 Executing bash-5.0.17-r0.post-install 02:09:41 Removing intermediate container 5b09e72f603e 02:09:41 ---> 59f2f041a6f6 02:09:41 Executing busybox-1.31.1-r19.trigger 02:09:41 Step 23/23 : LABEL version=0.0.0 02:09:41 OK: 12 MiB in 22 packages 02:09:42 ---> Running in 037aef231e38 02:09:42 Removing intermediate container 037aef231e38 02:09:42 ---> 57d838ef37a5 02:09:42 02:09:43 Successfully built 57d838ef37a5 02:09:43 Successfully tagged docker-core-metadata-go-arm64:latest 02:09:43  Building docker-core-metadata-go ... done Removing intermediate container 07865fc7e5ea 02:09:43 ---> ff5b296c70ac 02:09:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:09:43 ---> Running in e03dcd2f8c1e 02:09:43 Removing intermediate container e03dcd2f8c1e 02:09:43 ---> 071985ca092e 02:09:43 Step 14/26 : ENV APP_PORT=48090 02:09:43 ---> Running in ce8da7fd5f2d 02:09:44 Removing intermediate container ce8da7fd5f2d 02:09:44 ---> edec52c65e0a 02:09:44 Step 15/26 : EXPOSE $APP_PORT 02:09:44 ---> Running in ebc3ebeb4f62 02:09:45 Removing intermediate container ebc3ebeb4f62 02:09:45 ---> 30b5e6cea6ee 02:09:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:09:46 ---> 446166974fa9 02:09:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:09:46 ---> 49320cf5587e 02:09:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:09:47 ---> 87e65509fdd1 02:09:47 Step 19/26 : RUN apk --no-cache add py3-pip 02:09:48 ---> Running in 1b57b73b4f1d 02:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:09:49 (1/33) Installing libbz2 (1.0.8-r1) 02:09:49 (2/33) Installing expat (2.2.9-r1) 02:09:49 (3/33) Installing libffi (3.3-r2) 02:09:49 (4/33) Installing gdbm (1.13-r1) 02:09:49 (5/33) Installing xz-libs (5.2.5-r0) 02:09:49 (6/33) Installing sqlite-libs (3.32.1-r0) 02:09:49 (7/33) Installing python3 (3.8.8-r0) 02:09:51 (8/33) Installing py3-appdirs (1.4.4-r1) 02:09:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:09:51 (10/33) Installing py3-parsing (2.4.7-r0) 02:09:51 (11/33) Installing py3-six (1.15.0-r0) 02:09:51 (12/33) Installing py3-packaging (20.4-r0) 02:09:51 (13/33) Installing py3-setuptools (47.0.0-r0) 02:09:51 (14/33) Installing py3-chardet (3.0.4-r4) 02:09:51 (15/33) Installing py3-idna (2.9-r0) 02:09:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:09:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:09:51 (18/33) Installing py3-requests (2.23.0-r0) 02:09:52 (19/33) Installing py3-msgpack (1.0.0-r0) 02:09:52 (20/33) Installing py3-lockfile (0.12.2-r3) 02:09:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:09:52 (22/33) Installing py3-colorama (0.4.3-r0) 02:09:52 (23/33) Installing py3-distlib (0.3.0-r0) 02:09:52 (24/33) Installing py3-distro (1.5.0-r1) 02:09:52 (25/33) Installing py3-webencodings (0.5.1-r3) 02:09:52 (26/33) Installing py3-html5lib (1.0.1-r4) 02:09:52 (27/33) Installing py3-pytoml (0.1.21-r0) 02:09:52 (28/33) Installing py3-pep517 (0.8.2-r0) 02:09:52 (29/33) Installing py3-progress (1.5-r0) 02:09:52 (30/33) Installing py3-toml (0.10.1-r0) 02:09:52 (31/33) Installing py3-retrying (1.3.3-r0) 02:09:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:09:52 (33/33) Installing py3-pip (20.1.1-r0) 02:09:52 Executing busybox-1.31.1-r19.trigger 02:09:52 OK: 71 MiB in 55 packages 02:09:59 Removing intermediate container 1b57b73b4f1d 02:09:59 ---> df470deff5d2 02:09:59 Step 20/26 : RUN pip install docker-compose==1.23.2 02:09:59 ---> Running in ab2853050fad 02:10:03 Collecting docker-compose==1.23.2 02:10:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:10:04 Collecting docopt<0.7,>=0.6.1 02:10:04 Downloading docopt-0.6.2.tar.gz (25 kB) 02:10:06 Collecting cached-property<2,>=1.2.0 02:10:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:10:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:10:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:10:07 Collecting websocket-client<1.0,>=0.32.0 02:10:07 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 02:10:08 Collecting dockerpty<0.5,>=0.4.1 02:10:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:10:10 Collecting docker<4.0,>=3.6.0 02:10:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:10:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:10:11 Collecting texttable<0.10,>=0.9.0 02:10:11 Downloading texttable-0.9.1.tar.gz (11 kB) 02:10:13 Collecting PyYAML<4,>=3.10 02:10:13 Downloading PyYAML-3.13.tar.gz (270 kB) 02:10:16 Collecting jsonschema<3,>=2.5.1 02:10:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:10:16 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) 02:10:16 Collecting idna<2.8,>=2.5 02:10:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:10:16 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) 02:10:17 Collecting urllib3<1.25,>=1.21.1 02:10:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:10:17 Collecting docker-pycreds>=0.4.0 02:10:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:10:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:10:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:10:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:10:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:10:18 Installing collected packages: docopt, cached-property, idna, urllib3, requests, websocket-client, dockerpty, docker-pycreds, docker, texttable, PyYAML, jsonschema, docker-compose 02:10:18 Running setup.py install for docopt: started 02:10:20 Running setup.py install for docopt: finished with status 'done' 02:10:20 Attempting uninstall: idna 02:10:20 Found existing installation: idna 2.9 02:10:20 Uninstalling idna-2.9: 02:10:20 Successfully uninstalled idna-2.9 02:10:21 Attempting uninstall: urllib3 02:10:21 Found existing installation: urllib3 1.25.9 02:10:21 Uninstalling urllib3-1.25.9: 02:10:21 Successfully uninstalled urllib3-1.25.9 02:10:21 Attempting uninstall: requests 02:10:21 Found existing installation: requests 2.23.0 02:10:21 Uninstalling requests-2.23.0: 02:10:21 Successfully uninstalled requests-2.23.0 02:10:22 Running setup.py install for dockerpty: started 02:10:24 Running setup.py install for dockerpty: finished with status 'done' 02:10:24 Running setup.py install for texttable: started 02:10:26 Running setup.py install for texttable: finished with status 'done' 02:10:26 Running setup.py install for PyYAML: started 02:10:28 Running setup.py install for PyYAML: finished with status 'done' 02:10:29 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 02:10:34 Removing intermediate container ab2853050fad 02:10:34 ---> b3d05516a064 02:10:34 Step 21/26 : RUN apk --no-cache add curl 02:10:34 ---> Running in 9d7e308ace19 02:10:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:10:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:10:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:10:35 (2/3) Installing libcurl (7.69.1-r3) 02:10:35 (3/3) Installing curl (7.69.1-r3) 02:10:35 Executing busybox-1.31.1-r19.trigger 02:10:35 OK: 72 MiB in 58 packages 02:10:36 Removing intermediate container 9d7e308ace19 02:10:36 ---> 0368422caa86 02:10:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:10:36 ---> Running in f942d663abbb 02:10:37 Removing intermediate container f942d663abbb 02:10:37 ---> 24f14fe3d5a6 02:10:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:10:37 ---> Running in 5bec37941cc7 02:10:37 Removing intermediate container 5bec37941cc7 02:10:37 ---> de49593d6342 02:10:37 Step 24/26 : LABEL arch=arm64 02:10:37 ---> Running in 39e348aa0a0a 02:10:38 Removing intermediate container 39e348aa0a0a 02:10:38 ---> 3f383cea607b 02:10:38 Step 25/26 : LABEL git_sha=03959d18d1ddb09d08d2fce729251ed877b5097a 02:10:38 ---> Running in 6179b8bed8d8 02:10:38 Removing intermediate container 6179b8bed8d8 02:10:38 ---> 3c5fc2ce3f9f 02:10:38 Step 26/26 : LABEL version=0.0.0 02:10:39 ---> Running in bd8a659e52c0 02:10:39 Removing intermediate container bd8a659e52c0 02:10:39 ---> d3f22a65869f 02:10:39 02:10:39 Successfully built d3f22a65869f 02:10:39 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:10:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:10:39 $ docker stop --time=1 1d66e56099c0eac47565cd3c6e0a77bb99b5fae5974ca07f980e5ec6de9b4202 02:10:41 $ docker rm -f 1d66e56099c0eac47565cd3c6e0a77bb99b5fae5974ca07f980e5ec6de9b4202 [Pipeline] // withDockerContainer [Pipeline] sh 02:10:42 + docker images 02:10:42 + grep docker 02:10:42 docker-sys-mgmt-agent-go-arm64 latest d3f22a65869f 3 seconds ago 301MB 02:10:42 docker-core-metadata-go-arm64 latest 57d838ef37a5 About a minute ago 17.9MB 02:10:42 docker-security-proxy-setup-go-arm64 latest a193e74bbb50 About a minute ago 24.1MB 02:10:42 docker-core-command-go-arm64 latest eb05b7e6c3a1 About a minute ago 16.3MB 02:10:42 docker-security-bootstrapper-go-arm64 latest 6089ea321832 4 minutes ago 17.9MB 02:10:42 docker-core-data-go-arm64 latest 3f32e86de385 4 minutes ago 21.4MB 02:10:42 docker-support-notifications-go-arm64 latest 313fc90f402a 4 minutes ago 16.9MB 02:10:42 docker-security-secretstore-setup-go-arm64 latest 63d82aa30207 4 minutes ago 24.4MB 02:10:42 docker-support-scheduler-go-arm64 latest d2fbfd79a9e7 4 minutes ago 16.4MB 02:10:42 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:10:43 ---> job-cost.sh 02:10:43 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MrA0 02:11:22 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:12:59 lf-activate-venv(): INFO: Adding /tmp/venv-MrA0/bin to PATH 02:12:59 INFO: No Stack... 02:12:59 INFO: Retrieving Pricing Info for: lf-standard-4 02:12:59 INFO: Archiving Costs [Pipeline] sh 02:12:59 + cat /w/workspace/edgex-go/4/archives/cost.csv 02:12:59 + cut -d, -f6 [Pipeline] lock 02:12:59 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3322-4-stack-cost] 02:13:00 Resource [jenkins-edgexfoundry-edgex-go-PR-3322-4-stack-cost] did not exist. Created. 02:13:00 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3322-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:13:00 + echo total: 0.20999999344348907 [Pipeline] stash 02:13:00 Stashed 1 file(s) [Pipeline] } 02:13:00 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3322-4-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 02:13:02 provisioning config files... 02:13:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7972876600572885856tmp [Pipeline] { [Pipeline] sh 02:13:02 + set +x 02:13:02 + curl -s https://codecov.io/bash 02:13:02 + bash -s -- 02:13:03 02:13:03 _____ _ 02:13:03 / ____| | | 02:13:03 | | ___ __| | ___ ___ _____ __ 02:13:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:13:03 | |___| (_) | (_| | __/ (_| (_) \ V / 02:13:03 \_____\___/ \__,_|\___|\___\___/ \_/ 02:13:03 Bash-20210309-2b87ace 02:13:03 02:13:03 02:13:03 ==> git version 2.24.3 found 02:13:03 ==> 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 02:13:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:13:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:13:03 ==> Jenkins CI detected. 02:13:03 project root: . 02:13:03 --> token set from env 02:13:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:13:03 ==> Running gcov in . (disable via -X gcov) 02:13:03 ==> Python coveragepy not found 02:13:03 ==> Searching for coverage reports in: 02:13:03 + . 02:13:03 -> Found 1 reports 02:13:03 ==> Detecting git/mercurial file structure 02:13:03 ==> Reading reports 02:13:03 + ./coverage.out bytes=672489 02:13:03 ==> Appending adjustments 02:13:03 https://docs.codecov.io/docs/fixing-reports 02:13:07 + Found adjustments 02:13:07 ==> Gzipping contents 02:13:07 96K /tmp/codecov.mPpRbW.gz 02:13:07 ==> Uploading reports 02:13:07 url: https://codecov.io 02:13:07 query: branch=PR-3322&commit=03959d18d1ddb09d08d2fce729251ed877b5097a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3322%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3322&job=&cmd_args= 02:13:07 -> Pinging Codecov 02:13:07 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3322&commit=03959d18d1ddb09d08d2fce729251ed877b5097a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3322%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3322&job=&cmd_args= 02:13:07 -> Uploading to 02:13:07 https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/03959d18d1ddb09d08d2fce729251ed877b5097a/c83daa24-0432-4346-a3a2-1d71f9060d4f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T021307Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f30ae4dda9b7831358123ba8efba6782778e5a5c34f1793d35a81b8563730ac0 02:13:07 % Total % Received % Xferd Average Speed Time Time Time Current 02:13:07 Dload Upload Total Spent Left Speed 02:13:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97467 0 0 100 97467 0 214k --:--:-- --:--:-- --:--:-- 213k 100 97467 0 0 100 97467 0 214k --:--:-- --:--:-- --:--:-- 213k 02:13:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/03959d18d1ddb09d08d2fce729251ed877b5097a [Pipeline] } 02:13:07 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 02:13:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:13:10 ---> package-listing.sh 02:13:10 ++ facter osfamily 02:13:10 ++ tr '[:upper:]' '[:lower:]' 02:13:10 + OS_FAMILY=redhat 02:13:10 + workspace=/w/workspace/edgex-go/4 02:13:10 + START_PACKAGES=/tmp/packages_start.txt 02:13:10 + END_PACKAGES=/tmp/packages_end.txt 02:13:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:13:10 + PACKAGES=/tmp/packages_start.txt 02:13:10 + '[' /w/workspace/edgex-go/4 ']' 02:13:10 + PACKAGES=/tmp/packages_end.txt 02:13:10 + case "${OS_FAMILY}" in 02:13:10 + rpm -qa 02:13:10 + sort 02:13:15 + '[' -f /tmp/packages_start.txt ']' 02:13:15 + '[' -f /tmp/packages_end.txt ']' 02:13:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:13:15 + '[' /w/workspace/edgex-go/4 ']' 02:13:15 + mkdir -p /w/workspace/edgex-go/4/archives/ 02:13:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 02:13:15 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:13:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:13:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:13:16 02:13:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:13:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:13:17 alpine: Pulling from edgex-lftools-log-publisher 02:13:17 df20fa9351a1: Pulling fs layer 02:13:17 36b3adc4ff6f: Pulling fs layer 02:13:17 8ad3a11d3b57: Pulling fs layer 02:13:17 46f8f816bc3b: Pulling fs layer 02:13:17 93b61091891f: Pulling fs layer 02:13:17 93b9cdb0e59b: Pulling fs layer 02:13:17 5e14af77c1be: Pulling fs layer 02:13:17 01666e4c0597: Pulling fs layer 02:13:17 aa168da1d23b: Pulling fs layer 02:13:17 93b61091891f: Waiting 02:13:17 93b9cdb0e59b: Waiting 02:13:17 5e14af77c1be: Waiting 02:13:17 46f8f816bc3b: Waiting 02:13:17 01666e4c0597: Waiting 02:13:17 aa168da1d23b: Waiting 02:13:17 36b3adc4ff6f: Download complete 02:13:17 46f8f816bc3b: Verifying Checksum 02:13:17 46f8f816bc3b: Download complete 02:13:17 df20fa9351a1: Verifying Checksum 02:13:17 93b9cdb0e59b: Verifying Checksum 02:13:17 93b9cdb0e59b: Download complete 02:13:17 93b61091891f: Verifying Checksum 02:13:17 93b61091891f: Download complete 02:13:17 5e14af77c1be: Verifying Checksum 02:13:17 5e14af77c1be: Download complete 02:13:17 01666e4c0597: Verifying Checksum 02:13:17 01666e4c0597: Download complete 02:13:17 8ad3a11d3b57: Verifying Checksum 02:13:17 8ad3a11d3b57: Download complete 02:13:18 df20fa9351a1: Pull complete 02:13:18 36b3adc4ff6f: Pull complete 02:13:19 8ad3a11d3b57: Pull complete 02:13:19 46f8f816bc3b: Pull complete 02:13:20 aa168da1d23b: Verifying Checksum 02:13:20 aa168da1d23b: Download complete 02:13:21 93b61091891f: Pull complete 02:13:21 93b9cdb0e59b: Pull complete 02:13:21 5e14af77c1be: Pull complete 02:13:21 01666e4c0597: Pull complete 02:13:31 aa168da1d23b: Pull complete 02:13:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:13:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:13:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:13:31 prd-centos7-docker-4c-2g-32384 does not seem to be running inside a container 02:13:32 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:13:36 $ docker top 59a960975274a187d429514f73a7d533349a071c98879e1ba72a6e4e2cb7f78f -eo pid,comm [Pipeline] { [Pipeline] sh 02:13:36 + touch /tmp/pre-build-complete [Pipeline] sh 02:13:36 + mkdir -p /var/log/sa [Pipeline] sh 02:13:37 + ls /var/log/sa-host 02:13:37 + sadf -c /var/log/sa-host/sa01 02:13:37 file_magic: OK 02:13:37 HZ: Using current value: 100 02:13:37 file_header: OK 02:13:37 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 02:13:37 Statistics: 02:13:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:13:37 File successfully converted to sysstat format version 12.2.1 02:13:37 + sadf -c /var/log/sa-host/sa23 02:13:37 file_magic: OK 02:13:37 HZ: Using current value: 100 02:13:37 file_header: OK 02:13:37 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 02:13:37 Statistics: 02:13:37 Hnuu...uuuununununu... 02:13:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:13:37 provisioning config files... 02:13:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4610570750481558733tmp [Pipeline] { [Pipeline] echo 02:13:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:13:38 ---> create-netrc.sh [Pipeline] } 02:13:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:13:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:13:38 ---> python-tools-install.sh [Pipeline] echo 02:13:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:13:38 ---> sudo-logs.sh 02:13:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:13:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:13:39 ---> job-cost.sh 02:13:39 lf-activate-venv: SKIPPING 02:13:39 DEBUG: total: 0.20999999344348907 02:13:39 INFO: Retrieving Stack Cost... 02:13:40 INFO: Retrieving Pricing Info for: v1-standard-2 02:13:40 INFO: Archiving Costs [Pipeline] echo 02:13:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:13:41 ---> logs-deploy.sh 02:13:41 lf-activate-venv: SKIPPING 02:13:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3322/4 02:13:41 INFO: archiving workspace using pattern(s): 02:13:43 Archives upload complete. 02:13:43 INFO: archiving logs to Nexus 02:13:44 ---> uname -a: 02:13:44 Linux prd-centos7-docker-4c-2g-32384.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:13:44 02:13:44 02:13:44 ---> lscpu: 02:13:44 Architecture: x86_64 02:13:44 CPU op-mode(s): 32-bit, 64-bit 02:13:44 Byte Order: Little Endian 02:13:44 Address sizes: 40 bits physical, 48 bits virtual 02:13:44 CPU(s): 4 02:13:44 On-line CPU(s) list: 0-3 02:13:44 Thread(s) per core: 1 02:13:44 Core(s) per socket: 1 02:13:44 Socket(s): 4 02:13:44 NUMA node(s): 1 02:13:44 Vendor ID: GenuineIntel 02:13:44 CPU family: 6 02:13:44 Model: 44 02:13:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:13:44 Stepping: 1 02:13:44 CPU MHz: 2933.436 02:13:44 BogoMIPS: 5866.87 02:13:44 Virtualization: VT-x 02:13:44 Hypervisor vendor: KVM 02:13:44 Virtualization type: full 02:13:44 L1d cache: 128 KiB 02:13:44 L1i cache: 128 KiB 02:13:44 L2 cache: 16 MiB 02:13:44 L3 cache: 64 MiB 02:13:44 NUMA node0 CPU(s): 0-3 02:13:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:13:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:13:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:13:44 Vulnerability Meltdown: Mitigation; PTI 02:13:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:13:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:13:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:13:44 Vulnerability Srbds: Not affected 02:13:44 Vulnerability Tsx async abort: Not affected 02:13:44 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 02:13:44 02:13:44 02:13:44 ---> nproc: 02:13:44 4 02:13:44 02:13:44 02:13:44 ---> df -h: 02:13:44 Filesystem Size Used Available Use% Mounted on 02:13:44 overlay 50.0G 12.2G 37.8G 24% / 02:13:44 tmpfs 64.0M 0 64.0M 0% /dev 02:13:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:13:44 shm 64.0M 0 64.0M 0% /dev/shm 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4 02:13:44 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4@tmp 02:13:44 02:13:44 02:13:44 ---> free -m: 02:13:44 total used free shared buff/cache available 02:13:44 Mem: 1837 743 163 0 930 1010 02:13:44 Swap: 1023 43 980 02:13:44 02:13:44 02:13:44 ---> ip addr: 02:13:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:13:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:13:44 inet 127.0.0.1/8 scope host lo 02:13:44 valid_lft forever preferred_lft forever 02:13:44 inet6 ::1/128 scope host 02:13:44 valid_lft forever preferred_lft forever 02:13:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:13:44 link/ether fa:16:3e:24:97:3f brd ff:ff:ff:ff:ff:ff 02:13:44 inet 10.30.122.78/23 brd 10.30.123.255 scope global dynamic eth0 02:13:44 valid_lft 84945sec preferred_lft 84945sec 02:13:44 inet6 fe80::f816:3eff:fe24:973f/64 scope link 02:13:44 valid_lft forever preferred_lft forever 02:13:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:13:44 link/ether 02:42:6f:a8:87:2b brd ff:ff:ff:ff:ff:ff 02:13:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:13:44 valid_lft forever preferred_lft forever 02:13:44 inet6 fe80::42:6fff:fea8:872b/64 scope link 02:13:44 valid_lft forever preferred_lft forever 02:13:44 02:13:44 02:13:44 ---> sar -b -r -n DEV: 02:13:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 02:13:44 02:13:44 01:49:18 LINUX RESTART (4 CPU) 02:13:44 02:13:44 01:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:13:44 01:51:01 148.15 68.18 79.97 0.00 9272.47 28808.70 0.00 02:13:44 01:52:01 282.92 86.17 196.74 0.00 3645.73 41987.80 0.00 02:13:44 01:53:01 125.34 35.78 89.56 0.00 1489.08 10391.16 0.00 02:13:44 01:54:01 148.09 70.58 77.52 0.00 3527.78 10659.04 0.00 02:13:44 01:55:02 329.25 134.81 194.44 0.00 60894.20 131979.44 0.00 02:13:44 01:56:01 2175.82 1800.54 375.28 0.00 179664.01 185033.84 0.00 02:13:44 01:57:01 422.74 215.79 206.95 0.00 18647.70 32091.92 0.00 02:13:44 01:58:02 1583.52 1216.51 367.01 0.00 151574.52 202802.84 0.00 02:13:44 01:59:02 745.05 511.32 233.73 0.00 50979.86 78137.25 0.00 02:13:44 02:00:01 151.79 24.53 127.27 0.00 3567.10 9458.41 0.00 02:13:44 02:01:01 1.65 0.08 1.57 0.00 2.40 28.24 0.00 02:13:44 02:02:01 0.67 0.33 0.33 0.00 22.50 5.07 0.00 02:13:44 02:03:01 0.25 0.00 0.25 0.00 0.00 2.47 0.00 02:13:44 02:04:01 0.28 0.00 0.28 0.00 0.00 2.95 0.00 02:13:44 02:05:01 1.82 1.62 0.20 0.00 209.46 3.43 0.00 02:13:44 02:06:01 0.82 0.03 0.78 0.00 1.07 14.22 0.00 02:13:44 02:07:01 0.22 0.02 0.20 0.00 0.40 1.88 0.00 02:13:44 02:08:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 02:13:44 02:09:01 0.28 0.02 0.27 0.00 0.53 3.45 0.00 02:13:44 02:10:01 0.20 0.02 0.18 0.00 0.27 1.88 0.00 02:13:44 02:11:01 0.17 0.00 0.17 0.00 0.00 1.93 0.00 02:13:44 02:12:01 0.20 0.00 0.20 0.00 0.00 2.33 0.00 02:13:44 02:13:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 02:13:44 Average: 265.86 180.94 84.93 0.00 21039.76 31869.37 0.00 02:13:44 02:13:44 01:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:13:44 01:51:01 77104 0 640948 34.07 2596 1160896 1551872 52.96 712816 876544 46416 02:13:44 01:52:01 154168 0 748516 39.78 1560 977300 1757612 59.98 595728 852756 45152 02:13:44 01:53:01 239796 0 782704 41.60 932 858112 1716476 58.58 662456 690424 65128 02:13:44 01:54:01 241280 0 755724 40.17 844 883696 1440208 49.15 614788 728040 13652 02:13:44 01:55:02 63888 0 823268 43.75 176 994212 2249448 76.77 612688 999932 53448 02:13:44 01:56:01 74544 0 721652 38.35 72 1085276 1557140 53.14 539468 1040664 27948 02:13:44 01:57:01 465300 0 715416 38.02 68 700760 1368664 46.71 427756 736388 0 02:13:44 01:58:02 68464 0 809612 43.03 68 1003400 2144728 73.20 578504 1004588 22832 02:13:44 01:59:02 144320 0 761632 40.48 68 975524 2232504 76.19 586924 906924 9392 02:13:44 02:00:01 128172 0 662036 35.19 68 1091268 1210268 41.30 566404 931168 20 02:13:44 02:01:01 132516 0 657648 34.95 68 1091312 1181504 40.32 565384 928540 16 02:13:44 02:02:01 132404 0 657056 34.92 68 1092016 1179672 40.26 565228 929112 8 02:13:44 02:03:01 132748 0 656700 34.90 68 1092028 1179672 40.26 564988 929112 8 02:13:44 02:04:01 132708 0 656740 34.90 68 1092028 1179672 40.26 565112 929112 8 02:13:44 02:05:01 122516 0 661316 35.15 68 1097644 1179852 40.27 571796 931884 16 02:13:44 02:06:01 122232 0 661592 35.16 68 1097652 1179864 40.27 571960 931884 8 02:13:44 02:07:01 123044 0 660772 35.12 68 1097660 1179672 40.26 570816 931896 16 02:13:44 02:08:01 123712 0 660100 35.08 68 1097664 1179668 40.26 570696 931896 12 02:13:44 02:09:01 123540 0 660276 35.09 68 1097660 1179672 40.26 570936 931896 8 02:13:44 02:10:01 123560 0 660244 35.09 68 1097672 1179780 40.26 571172 931912 12 02:13:44 02:11:01 123492 0 660296 35.09 68 1097688 1179732 40.26 570912 931924 16 02:13:44 02:12:01 123416 0 660364 35.10 68 1097696 1179672 40.26 570756 931916 8 02:13:44 02:13:01 123332 0 660448 35.10 68 1097696 1179672 40.26 570828 931920 8 02:13:44 Average: 143315 0 695437 36.96 319 1042472 1415958 48.32 578179 907410 12354 02:13:44 02:13:44 01:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:13:44 01:51:01 eth0 1232.76 1192.60 4705.59 151.96 0.00 0.00 0.00 0.00 02:13:44 01:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:51:01 docker0 864.98 808.87 70.96 2690.26 0.00 0.00 0.00 0.00 02:13:44 01:52:01 eth0 451.91 367.70 3553.64 40.64 0.00 0.00 0.00 0.00 02:13:44 01:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:52:01 veth1b5de6f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 02:13:44 01:52:01 docker0 156.31 200.03 11.53 833.45 0.00 0.00 0.00 0.00 02:13:44 01:53:01 eth0 33.23 20.93 22.15 67.99 0.00 0.00 0.00 0.00 02:13:44 01:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:53:01 veth1b5de6f 0.83 0.85 0.07 0.07 0.00 0.00 0.00 0.00 02:13:44 01:53:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 02:13:44 01:54:01 eth0 23.07 12.98 18.61 10.22 0.00 0.00 0.00 0.00 02:13:44 01:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:54:01 veth1b5de6f 1.40 1.40 0.11 0.11 0.00 0.00 0.00 0.00 02:13:44 01:54:01 docker0 1.40 1.40 0.09 0.11 0.00 0.00 0.00 0.00 02:13:44 01:55:02 eth0 219.79 179.75 1687.69 78.23 0.00 0.00 0.00 0.00 02:13:44 01:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:55:02 vethd2662ad 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 02:13:44 01:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:56:01 veth9cf6a2a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:56:01 eth0 55.46 36.66 164.02 9.99 0.00 0.00 0.00 0.00 02:13:44 01:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:56:01 vethd2662ad 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 02:13:44 01:57:01 veth3429f2c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:57:01 eth0 43.34 24.03 210.99 8.48 0.00 0.00 0.00 0.00 02:13:44 01:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:57:01 vetha6745f5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:58:02 eth0 69.63 43.07 142.70 70.38 0.00 0.00 0.00 0.00 02:13:44 01:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:58:02 vethd2662ad 0.00 1.05 0.00 0.05 0.00 0.00 0.00 0.00 02:13:44 01:58:02 docker0 1056.94 1076.89 84.24 3888.13 0.00 0.00 0.00 0.00 02:13:44 01:59:02 veth13d27b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:59:02 veth8089bce 0.49 0.49 0.03 1.65 0.00 0.00 0.00 0.00 02:13:44 01:59:02 veth371daea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 01:59:02 eth0 134.02 103.36 1330.24 14.25 0.00 0.00 0.00 0.00 02:13:44 02:00:01 eth0 107.09 70.45 480.62 79.90 0.00 0.00 0.00 0.00 02:13:44 02:00:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 02:13:44 02:00:01 docker0 1127.29 1180.64 89.19 4541.43 0.00 0.00 0.00 0.00 02:13:44 02:01:01 eth0 0.08 0.10 0.01 0.01 0.00 0.00 0.00 0.00 02:13:44 02:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:02:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:13:44 02:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:03:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:13:44 02:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:04:01 eth0 1.05 0.08 0.10 0.01 0.00 0.00 0.00 0.00 02:13:44 02:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:05:01 eth0 1.57 0.63 0.72 0.46 0.00 0.00 0.00 0.00 02:13:44 02:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:06:01 eth0 0.85 0.40 0.61 0.34 0.00 0.00 0.00 0.00 02:13:44 02:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:07:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 02:13:44 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:08:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:09:01 eth0 0.55 0.07 0.05 0.01 0.00 0.00 0.00 0.00 02:13:44 02:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:10:01 eth0 0.68 0.37 0.35 0.23 0.00 0.00 0.00 0.00 02:13:44 02:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:11:01 eth0 0.17 0.12 0.07 0.04 0.00 0.00 0.00 0.00 02:13:44 02:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:12:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:13:01 eth0 0.60 0.07 0.06 0.01 0.00 0.00 0.00 0.00 02:13:44 02:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 02:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 Average: eth0 103.42 89.39 535.93 23.22 0.00 0.00 0.00 0.00 02:13:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:13:44 Average: docker0 48.24 50.52 3.82 194.34 0.00 0.00 0.00 0.00 02:13:44 02:13:44 02:13:44 ---> sar -P ALL: 02:13:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/01/21 _x86_64_ (4 CPU) 02:13:44 02:13:44 01:49:18 LINUX RESTART (4 CPU) 02:13:44 02:13:44 01:50:01 CPU %user %nice %system %iowait %steal %idle 02:13:44 01:51:01 all 14.61 0.00 7.62 2.14 0.16 75.47 02:13:44 01:51:01 0 14.66 0.00 8.78 2.60 0.19 73.77 02:13:44 01:51:01 1 14.89 0.00 6.79 1.61 0.12 76.59 02:13:44 01:51:01 2 16.87 0.00 6.89 1.71 0.21 74.32 02:13:44 01:51:01 3 12.03 0.00 8.02 2.63 0.14 77.18 02:13:44 01:52:01 all 16.00 0.00 10.10 5.26 0.38 68.27 02:13:44 01:52:01 0 15.83 0.00 10.29 5.63 0.31 67.94 02:13:44 01:52:01 1 16.84 0.00 9.83 4.62 0.41 68.30 02:13:44 01:52:01 2 15.98 0.00 10.00 7.58 0.38 66.06 02:13:44 01:52:01 3 15.34 0.00 10.27 3.19 0.40 70.80 02:13:44 01:53:01 all 52.58 0.00 12.35 3.56 0.50 31.02 02:13:44 01:53:01 0 52.00 0.00 12.14 2.31 0.39 33.16 02:13:44 01:53:01 1 51.72 0.00 12.55 4.46 0.51 30.75 02:13:44 01:53:01 2 51.84 0.00 12.73 5.05 0.69 29.69 02:13:44 01:53:01 3 54.74 0.00 11.97 2.42 0.41 30.46 02:13:44 01:54:01 all 52.40 0.00 14.97 3.17 0.30 29.16 02:13:44 01:54:01 0 51.82 0.00 14.72 1.93 0.23 31.30 02:13:44 01:54:01 1 50.85 0.00 15.63 2.58 0.37 30.58 02:13:44 01:54:01 2 53.75 0.00 15.14 3.72 0.30 27.08 02:13:44 01:54:01 3 53.18 0.00 14.37 4.47 0.30 27.68 02:13:44 01:55:02 all 22.36 0.00 19.06 6.13 0.55 51.90 02:13:44 01:55:02 0 22.04 0.00 18.29 6.92 0.61 52.14 02:13:44 01:55:02 1 22.33 0.00 19.71 5.02 0.52 52.42 02:13:44 01:55:02 2 21.32 0.00 18.79 5.45 0.56 53.89 02:13:44 01:55:02 3 23.77 0.00 19.44 7.14 0.51 49.14 02:13:44 01:56:01 all 20.08 0.00 24.94 28.54 0.58 25.86 02:13:44 01:56:01 0 20.42 0.00 22.53 29.03 0.61 27.41 02:13:44 01:56:01 1 19.86 0.00 25.32 29.66 0.56 24.61 02:13:44 01:56:01 2 19.95 0.00 26.68 29.90 0.58 22.89 02:13:44 01:56:01 3 20.10 0.00 25.25 25.54 0.57 28.54 02:13:44 01:57:01 all 59.24 0.00 15.49 12.31 0.39 12.57 02:13:44 01:57:01 0 59.60 0.00 14.76 12.07 0.40 13.16 02:13:44 01:57:01 1 59.65 0.00 15.18 15.46 0.39 9.32 02:13:44 01:57:01 2 58.58 0.00 16.50 11.15 0.42 13.35 02:13:44 01:57:01 3 59.12 0.00 15.51 10.58 0.33 14.45 02:13:44 01:58:02 all 20.58 0.00 26.30 20.68 1.32 31.13 02:13:44 01:58:02 0 19.43 0.00 27.11 22.53 1.27 29.67 02:13:44 01:58:02 1 22.76 0.00 27.19 19.77 1.24 29.04 02:13:44 01:58:02 2 20.16 0.00 24.93 20.37 1.40 33.15 02:13:44 01:58:02 3 19.98 0.00 25.97 20.04 1.36 32.66 02:13:44 01:59:02 all 52.34 0.00 18.02 11.82 0.72 17.10 02:13:44 01:59:02 0 51.30 0.00 19.42 16.19 0.63 12.46 02:13:44 01:59:02 1 54.01 0.00 18.24 9.95 0.52 17.28 02:13:44 01:59:02 2 51.59 0.00 16.85 11.67 0.97 18.92 02:13:44 01:59:02 3 52.47 0.00 17.56 9.48 0.77 19.70 02:13:44 02:00:01 all 6.67 0.00 5.03 5.14 0.21 82.94 02:13:44 02:00:01 0 7.88 0.00 5.93 5.24 0.21 80.75 02:13:44 02:00:01 1 8.78 0.00 5.53 6.96 0.14 78.59 02:13:44 02:00:01 2 5.18 0.00 4.37 3.54 0.29 86.62 02:13:44 02:00:01 3 4.85 0.00 4.30 4.83 0.21 85.81 02:13:44 02:01:01 all 0.13 0.00 0.05 0.00 0.00 99.82 02:13:44 02:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:13:44 02:01:01 1 0.03 0.00 0.05 0.00 0.02 99.90 02:13:44 02:01:01 2 0.43 0.00 0.07 0.00 0.00 99.50 02:13:44 02:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 02:13:44 02:13:44 02:01:01 CPU %user %nice %system %iowait %steal %idle 02:13:44 02:02:01 all 0.16 0.00 0.06 0.01 0.03 99.75 02:13:44 02:02:01 0 0.05 0.00 0.07 0.00 0.02 99.87 02:13:44 02:02:01 1 0.03 0.00 0.05 0.00 0.03 99.88 02:13:44 02:02:01 2 0.38 0.00 0.03 0.02 0.02 99.55 02:13:44 02:02:01 3 0.17 0.00 0.08 0.02 0.03 99.70 02:13:44 02:03:01 all 0.15 0.00 0.03 0.00 0.00 99.83 02:13:44 02:03:01 0 0.00 0.00 0.03 0.00 0.00 99.97 02:13:44 02:03:01 1 0.13 0.00 0.03 0.00 0.00 99.83 02:13:44 02:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:13:44 02:03:01 3 0.42 0.00 0.02 0.00 0.00 99.57 02:13:44 02:04:01 all 0.16 0.00 0.05 0.00 0.00 99.79 02:13:44 02:04:01 0 0.02 0.00 0.07 0.00 0.00 99.92 02:13:44 02:04:01 1 0.53 0.00 0.08 0.00 0.00 99.38 02:13:44 02:04:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:13:44 02:04:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:13:44 02:05:01 all 0.15 0.00 0.06 0.04 0.00 99.75 02:13:44 02:05:01 0 0.07 0.00 0.05 0.05 0.00 99.83 02:13:44 02:05:01 1 0.52 0.00 0.12 0.08 0.00 99.28 02:13:44 02:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:13:44 02:05:01 3 0.02 0.00 0.07 0.02 0.00 99.90 02:13:44 02:06:01 all 0.06 0.00 0.04 0.00 0.01 99.89 02:13:44 02:06:01 0 0.03 0.00 0.02 0.00 0.02 99.93 02:13:44 02:06:01 1 0.15 0.00 0.08 0.00 0.00 99.77 02:13:44 02:06:01 2 0.03 0.00 0.02 0.00 0.00 99.95 02:13:44 02:06:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:13:44 02:07:01 all 0.13 0.00 0.03 0.00 0.00 99.83 02:13:44 02:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 02:13:44 02:07:01 1 0.48 0.00 0.05 0.00 0.02 99.45 02:13:44 02:07:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:13:44 02:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:13:44 02:08:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:13:44 02:08:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:13:44 02:08:01 1 0.50 0.00 0.02 0.00 0.00 99.48 02:13:44 02:08:01 2 0.05 0.00 0.07 0.00 0.02 99.87 02:13:44 02:08:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:13:44 02:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:13:44 02:09:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:13:44 02:09:01 1 0.50 0.00 0.02 0.00 0.00 99.48 02:13:44 02:09:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:13:44 02:09:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:13:44 02:10:01 all 0.15 0.00 0.03 0.00 0.00 99.82 02:13:44 02:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:13:44 02:10:01 1 0.52 0.00 0.02 0.00 0.00 99.47 02:13:44 02:10:01 2 0.05 0.00 0.05 0.00 0.00 99.90 02:13:44 02:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:13:44 02:11:01 all 0.15 0.00 0.02 0.00 0.01 99.83 02:13:44 02:11:01 0 0.02 0.00 0.00 0.00 0.02 99.97 02:13:44 02:11:01 1 0.48 0.00 0.02 0.00 0.02 99.48 02:13:44 02:11:01 2 0.05 0.00 0.03 0.00 0.02 99.90 02:13:44 02:11:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:13:44 02:12:01 all 0.05 0.00 0.03 0.00 0.00 99.91 02:13:44 02:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:13:44 02:12:01 1 0.12 0.00 0.03 0.00 0.00 99.85 02:13:44 02:12:01 2 0.05 0.00 0.05 0.00 0.02 99.88 02:13:44 02:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:13:44 02:13:44 02:12:01 CPU %user %nice %system %iowait %steal %idle 02:13:44 02:13:01 all 0.12 0.00 0.03 0.00 0.00 99.85 02:13:44 02:13:01 0 0.35 0.00 0.03 0.00 0.00 99.62 02:13:44 02:13:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:13:44 02:13:01 2 0.05 0.00 0.03 0.00 0.00 99.92 02:13:44 02:13:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:13:44 Average: all 13.38 0.00 6.49 4.14 0.22 75.79 02:13:44 Average: 0 13.24 0.00 6.50 4.38 0.21 75.68 02:13:44 Average: 1 13.69 0.00 6.58 4.20 0.21 75.33 02:13:44 Average: 2 13.30 0.00 6.45 4.20 0.25 75.80 02:13:44 Average: 3 13.27 0.00 6.42 3.77 0.21 76.33 02:13:44 02:13:44 02:13:44