Pull request #3282 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f17a1f7d33b88674cba98e88498d831d9e4c1b61+1e358ca4f8719fd9638600c05bc3e515a39fe53a (9c80e5dce71e7076895284701c048eeae32a32a8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30931 in /w/workspace/edgexfoundry_edgex-go_PR-3282 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3282/head:refs/remotes/origin/PR-3282 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit f17a1f7d33b88674cba98e88498d831d9e4c1b61 Merge succeeded, producing f17a1f7d33b88674cba98e88498d831d9e4c1b61 Checking out Revision f17a1f7d33b88674cba98e88498d831d9e4c1b61 (PR-3282) > git config core.sparsecheckout # timeout=10 > git checkout -f f17a1f7d33b88674cba98e88498d831d9e4c1b61 # 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 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f17a1f7d33b88674cba98e88498d831d9e4c1b61 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:44:23 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk d6aa07ecf6045d1532aa68f6d68a2a39eb621d86 # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:44:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:44:23 ========================================================= 21:44:23 EdgeX Global Pipelines Version Info 21:44:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:44:25 ------------------- 21:44:25 stable info: 21:44:25 ------------------- 21:44:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:44:25 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:44:25 Message: update stable to v1.0.186 21:44:26 ------------------- 21:44:26 experimental info: 21:44:26 ------------------- 21:44:26 Commited By: **** collab-it+edgex@linuxfoundation.org 21:44:26 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 21:44:26 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:44:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:44:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3282 [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3282 [Pipeline] echo 21:44:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3282 [Pipeline] echo 21:44:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f17a1f7d33b88674cba98e88498d831d9e4c1b61 [Pipeline] echo 21:44:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f17a1f7 [Pipeline] echo 21:44:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:44:29 provisioning config files... 21:44:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1800971584382729955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:44:29 ---> docker-login.sh 21:44:29 nexus3.edgexfoundry.org:10001 21:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:30 Configure a credential helper to remove this warning. See 21:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:30 21:44:30 Login Succeeded 21:44:30 nexus3.edgexfoundry.org:10002 21:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:30 Configure a credential helper to remove this warning. See 21:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:30 21:44:30 Login Succeeded 21:44:30 nexus3.edgexfoundry.org:10003 21:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:30 Configure a credential helper to remove this warning. See 21:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:30 21:44:30 Login Succeeded 21:44:30 nexus3.edgexfoundry.org:10004 21:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:30 Configure a credential helper to remove this warning. See 21:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:30 21:44:30 Login Succeeded 21:44:30 docker.io 21:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:31 Configure a credential helper to remove this warning. See 21:44:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:31 21:44:31 Login Succeeded 21:44:31 ---> docker-login.sh ends [Pipeline] } 21:44:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:31 ++ 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 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/core-command/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo core-command,cmd/core-command/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/core-data/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo core-data,cmd/core-data/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/core-metadata/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo core-metadata,cmd/core-metadata/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/security-bootstrapper/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/security-proxy-setup/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/support-notifications/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo support-notifications,cmd/support-notifications/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/support-scheduler/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:44:31 + for file in '`ls cmd/**/Dockerfile`' 21:44:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:44:31 ++ cut -d/ -f2 21:44:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:44:31 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 21:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:32 21:44:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:44:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:32 latest: Pulling from edgex-devops/git-semver 21:44:32 31603596830f: Pulling fs layer 21:44:32 2a8b12db71e7: Pulling fs layer 21:44:32 6ca5941a6612: Pulling fs layer 21:44:32 ecc8261a40a4: Pulling fs layer 21:44:32 ecc8261a40a4: Waiting 21:44:32 2a8b12db71e7: Verifying Checksum 21:44:32 2a8b12db71e7: Download complete 21:44:32 31603596830f: Verifying Checksum 21:44:32 31603596830f: Download complete 21:44:33 ecc8261a40a4: Verifying Checksum 21:44:33 ecc8261a40a4: Download complete 21:44:33 6ca5941a6612: Verifying Checksum 21:44:33 6ca5941a6612: Download complete 21:44:33 31603596830f: Pull complete 21:44:33 2a8b12db71e7: Pull complete 21:44:34 6ca5941a6612: Pull complete 21:44:34 ecc8261a40a4: Pull complete 21:44:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:44:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:44:35 prd-centos7-docker-4c-2g-30931 does not seem to be running inside a container 21:44:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:44:37 $ docker top b73295b4f332d68a5df537146a5b74ae44a31e43e543fbcaed95146a08d796d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:38 [ssh-agent] Looking for ssh-agent implementation... 21:44:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:38 $ docker exec b73295b4f332d68a5df537146a5b74ae44a31e43e543fbcaed95146a08d796d6 ssh-agent 21:44:38 SSH_AUTH_SOCK=/tmp/ssh-RS1WWgRPw2GJ/agent.13 21:44:38 SSH_AGENT_PID=18 21:44:38 Running ssh-add (command line suppressed) 21:44:38 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1769073196214304851.key (/w/workspace/edgex-go/3@tmp/private_key_1769073196214304851.key) 21:44:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:39 + git tag --points-at HEAD [Pipeline] } 21:44:39 $ docker exec --env ******** --env ******** b73295b4f332d68a5df537146a5b74ae44a31e43e543fbcaed95146a08d796d6 ssh-agent -k 21:44:39 unset SSH_AUTH_SOCK; 21:44:39 unset SSH_AGENT_PID; 21:44:39 echo Agent pid 18 killed; 21:44:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:44:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:39 [ssh-agent] Looking for ssh-agent implementation... 21:44:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:39 $ docker exec b73295b4f332d68a5df537146a5b74ae44a31e43e543fbcaed95146a08d796d6 ssh-agent 21:44:39 SSH_AUTH_SOCK=/tmp/ssh-7oSsB4xHc5ry/agent.49 21:44:39 SSH_AGENT_PID=54 21:44:39 Running ssh-add (command line suppressed) 21:44:39 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8186611866547989941.key (/w/workspace/edgex-go/3@tmp/private_key_8186611866547989941.key) 21:44:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:40 + git semver init 21:44:40 # -> Open(): unable to determine branch for HEAD 21:44:40 # $GIT_DIR = /w/workspace/edgex-go/3/.git 21:44:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 21:44:40 # $SEMVER_REMOTE_NAME = origin 21:44:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:40 # $SEMVER_USER_NAME = edgex-jenkins 21:44:40 # $SEMVER_BRANCH = PR-3282 21:44:40 # $SEMVER_TEMP = /tmp/semver-928381699 21:44:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:45:02 # '/tmp/semver-928381699' -> '/w/workspace/edgex-go/3/.semver' 21:45:02 # -> Force: false 21:45:02 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 21:45:02 $ docker exec --env ******** --env ******** b73295b4f332d68a5df537146a5b74ae44a31e43e543fbcaed95146a08d796d6 ssh-agent -k 21:45:02 unset SSH_AUTH_SOCK; 21:45:02 unset SSH_AGENT_PID; 21:45:02 echo Agent pid 54 killed; 21:45:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:45:03 + git semver [Pipeline] } 21:45:03 $ docker stop --time=1 b73295b4f332d68a5df537146a5b74ae44a31e43e543fbcaed95146a08d796d6 21:45:04 $ docker rm -f b73295b4f332d68a5df537146a5b74ae44a31e43e543fbcaed95146a08d796d6 [Pipeline] // withDockerContainer [Pipeline] sh 21:45:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:45:05 Stashed 1 file(s) [Pipeline] echo 21:45:05 [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 21:45:06 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:45:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:45:07 + true 21:45:07 + sudo service docker restart 21:45:07 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:45:08 ========================================================= 21:45:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:45:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:45:08 + 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 . 21:45:12 Sending build context to Docker daemon 328.7MB 21:45:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:45:12 Step 2/6 : FROM ${BASE} 21:45:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:45:12 188c0c94c7c5: Pulling fs layer 21:45:12 0ef7d3d256c8: Pulling fs layer 21:45:12 de9db76c5a1d: Pulling fs layer 21:45:12 bca2f99d35d6: Pulling fs layer 21:45:12 93359f2a8cfa: Pulling fs layer 21:45:12 7c6f9722023f: Pulling fs layer 21:45:12 a35cf1a2eb13: Pulling fs layer 21:45:12 bca2f99d35d6: Waiting 21:45:12 93359f2a8cfa: Waiting 21:45:12 7c6f9722023f: Waiting 21:45:12 a35cf1a2eb13: Waiting 21:45:12 de9db76c5a1d: Download complete 21:45:12 0ef7d3d256c8: Verifying Checksum 21:45:12 0ef7d3d256c8: Download complete 21:45:12 93359f2a8cfa: Verifying Checksum 21:45:12 93359f2a8cfa: Download complete 21:45:12 7c6f9722023f: Verifying Checksum 21:45:12 7c6f9722023f: Download complete 21:45:12 188c0c94c7c5: Download complete 21:45:12 188c0c94c7c5: Pull complete 21:45:13 0ef7d3d256c8: Pull complete 21:45:13 de9db76c5a1d: Pull complete 21:45:14 a35cf1a2eb13: Verifying Checksum 21:45:14 a35cf1a2eb13: Download complete 21:45:14 bca2f99d35d6: Verifying Checksum 21:45:14 bca2f99d35d6: Download complete 21:45:20 bca2f99d35d6: Pull complete 21:45:20 93359f2a8cfa: Pull complete 21:45:20 7c6f9722023f: Pull complete 21:45:21 Still waiting to schedule task 21:45:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:45:26 a35cf1a2eb13: Pull complete 21:45:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:45:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:45:26 ---> a62c8e92a672 21:45:26 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 21:45:26 ---> Running in 2aae7aec68a6 21:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:30 (1/12) Installing libmagic (5.38-r0) 21:45:31 (2/12) Installing file (5.38-r0) 21:45:31 (3/12) Installing libc-dev (0.7.2-r3) 21:45:31 (4/12) Installing g++ (9.3.0-r2) 21:45:41 (5/12) Installing fortify-headers (1.1-r0) 21:45:41 (6/12) Installing patch (2.7.6-r6) 21:45:41 (7/12) Installing build-base (0.5-r2) 21:45:41 (8/12) Installing libsodium (1.0.18-r0) 21:45:41 (9/12) Installing pkgconf (1.7.2-r0) 21:45:41 (10/12) Installing libsodium-dev (1.0.18-r0) 21:45:41 (11/12) Installing libzmq (4.3.3-r0) 21:45:42 (12/12) Installing zeromq-dev (4.3.3-r0) 21:45:42 Executing busybox-1.31.1-r19.trigger 21:45:42 OK: 233 MiB in 51 packages 21:45:46 Removing intermediate container 2aae7aec68a6 21:45:46 ---> 1da7d6240e39 21:45:46 Step 4/6 : WORKDIR /edgex-go 21:45:46 ---> Running in 900b562b24c1 21:45:46 Removing intermediate container 900b562b24c1 21:45:46 ---> 0a303712f3e8 21:45:46 Step 5/6 : COPY go.mod . 21:45:46 ---> 596ec86e0379 21:45:46 Step 6/6 : RUN go mod download 21:45:46 ---> Running in 97d1206a9698 21:46:08 Removing intermediate container 97d1206a9698 21:46:08 ---> 42d14e42e63b 21:46:08 Successfully built 42d14e42e63b 21:46:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:46:08 + docker inspect -f . ci-base-image-x86_64 21:46:08 . [Pipeline] withDockerContainer 21:46:09 prd-centos7-docker-4c-2g-30931 does not seem to be running inside a container 21:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:46:10 $ docker top 75134b7fcfb533cbba5c68c390abae8e0aad9559a396a774c84dda63e00baf97 -eo pid,comm [Pipeline] { [Pipeline] sh 21:46:10 + go version 21:46:10 go version go1.15.5 linux/amd64 [Pipeline] } 21:46:10 $ docker stop --time=1 75134b7fcfb533cbba5c68c390abae8e0aad9559a396a774c84dda63e00baf97 21:46:11 $ docker rm -f 75134b7fcfb533cbba5c68c390abae8e0aad9559a396a774c84dda63e00baf97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:46:12 + docker inspect -f . ci-base-image-x86_64 21:46:12 . [Pipeline] withDockerContainer 21:46:12 prd-centos7-docker-4c-2g-30931 does not seem to be running inside a container 21:46:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:46:14 $ docker top d0be5887e6c20a0add6cb67d25f2563fbb379ccfb342c2529f3bc08a888f830d -eo pid,comm [Pipeline] { [Pipeline] echo 21:46:14 ========================================================= 21:46:14 [edgeXBuildGoParallel] Running Tests and Build... 21:46:14 ========================================================= [Pipeline] sh 21:46:14 + make test 21:46:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:46:24 ? github.com/edgexfoundry/edgex-go [no test files] 21:46:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:46:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:46:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:46:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:46:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:46:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:46:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:46:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:46:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:46:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:46:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:46:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:46:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 45.9% of statements 21:46:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:46:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:46:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:46:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:46:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:46:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:46:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.096s coverage: 19.8% of statements 21:46:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 21:47:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.280s coverage: 27.1% of statements 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:47:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:47:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:47:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:47:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.191s coverage: 82.9% of statements 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:47:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements 21:47:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.464s coverage: 28.6% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.157s coverage: 97.5% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.400s coverage: 92.8% of statements 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 0.1% of statements 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:47:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements 21:47:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 21:47:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 21:47:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 21:47:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.267s coverage: 81.7% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.098s coverage: 92.9% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.6% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.073s coverage: 91.6% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.206s coverage: 64.4% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.317s coverage: 69.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 38.4% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.036s coverage: 89.5% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.146s coverage: 47.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.064s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.159s coverage: 87.1% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.916s coverage: 29.1% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.112s coverage: 96.5% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 21:47:37 GO111MODULE=on go vet ./... 21:47:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30934 in /w/workspace/edgexfoundry_edgex-go_PR-3282 [Pipeline] { [Pipeline] ws 21:47:38 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 21:47:43 using credential edgex-jenkins-ssh 21:47:43 Cloning the remote Git repository 21:47:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:47:43 > git init /w/workspace/edgex-go/3 # timeout=10 21:47:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:47:43 > git --version # timeout=10 21:47:43 > git --version # 'git version 2.17.1' 21:47:43 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:09 gofmt -l . 21:48:09 [ "`gofmt -l .`" = "" ] 21:48:09 ./bin/test-go-mod-tidy.sh 21:48:09 ./bin/test-attribution-txt.sh 21:48:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:48:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:48:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:48:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:48:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3282/head:refs/remotes/origin/PR-3282 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] sh 21:48:10 Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:48:10 + ls -al . 21:48:10 total 772 21:48:10 drwxrwxr-x 10 1001 1001 4096 Mar 22 21:48 . 21:48:10 drwxr-xr-x 4 root root 28 Mar 22 21:46 .. 21:48:10 -rw-rw-r-- 1 1001 1001 11 Mar 22 21:44 .dockerignore 21:48:10 drwxrwxr-x 8 1001 1001 179 Mar 22 21:44 .git 21:48:10 drwxrwxr-x 3 1001 1001 125 Mar 22 21:44 .github 21:48:10 -rw-rw-r-- 1 1001 1001 818 Mar 22 21:44 .gitignore 21:48:10 drwx------ 3 1001 1001 60 Mar 22 21:45 .semver 21:48:10 -rw-rw-r-- 1 1001 1001 166 Mar 22 21:44 .sonarcloud.properties 21:48:10 -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:44 Attribution.txt 21:48:10 -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:44 CONTRIBUTING.md 21:48:10 -rw-rw-r-- 1 1001 1001 931 Mar 22 21:44 Dockerfile.build 21:48:10 -rw-rw-r-- 1 1001 1001 863 Mar 22 21:44 Jenkinsfile 21:48:10 -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:44 LICENSE 21:48:10 -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:44 Makefile 21:48:10 -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:44 README.md 21:48:10 -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:44 SECURITY.md 21:48:10 -rw-rw-r-- 1 1001 1001 5 Mar 22 21:45 VERSION 21:48:10 -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:44 ZMQWindows.md 21:48:10 drwxrwxr-x 2 1001 1001 117 Mar 22 21:44 bin 21:48:10 drwxrwxr-x 14 1001 1001 4096 Mar 22 21:44 cmd 21:48:10 -rw-r--r-- 1 root root 659965 Mar 22 21:47 coverage.out 21:48:10 -rw-r--r-- 1 root root 1055 Mar 22 21:48 go.mod 21:48:10 -rw-r--r-- 1 root root 22325 Mar 22 21:48 go.sum 21:48:10 drwxrwxr-x 8 1001 1001 127 Mar 22 21:44 internal 21:48:10 drwxrwxr-x 4 1001 1001 26 Mar 22 21:44 openapi 21:48:10 drwxrwxr-x 4 1001 1001 71 Mar 22 21:44 snap 21:48:10 -rw-rw-r-- 1 1001 1001 168 Mar 22 21:44 version.go [Pipeline] sh 21:48:10 Merge succeeded, producing f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:48:10 Checking out Revision f17a1f7d33b88674cba98e88498d831d9e4c1b61 (PR-3282) 21:48:10 + '[' -e coverage.out ] 21:48:10 + chown 1001:1001 coverage.out [Pipeline] stash 21:48:11 Stashed 1 file(s) [Pipeline] sh 21:48:11 + make build 21:48:11 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 21:48:10 > git config core.sparsecheckout # timeout=10 21:48:10 > git checkout -f f17a1f7d33b88674cba98e88498d831d9e4c1b61 # timeout=10 21:48:10 > git remote # timeout=10 21:48:10 > git config --get remote.origin.url # timeout=10 21:48:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:48:10 > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 21:48:10 > git rev-parse HEAD^{commit} # timeout=10 21:48:10 > git config core.sparsecheckout # timeout=10 21:48:10 > git checkout -f f17a1f7d33b88674cba98e88498d831d9e4c1b61 # timeout=10 21:48:15 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 21:48:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [Pipeline] script [Pipeline] { [Pipeline] sh 21:48:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:48:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:48:17 + true 21:48:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:48:19 provisioning config files... 21:48:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6874945746766469790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:48:20 ---> docker-login.sh 21:48:20 nexus3.edgexfoundry.org:10001 21:48:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:21 Configure a credential helper to remove this warning. See 21:48:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:21 21:48:21 Login Succeeded 21:48:21 nexus3.edgexfoundry.org:10002 21:48:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:21 Configure a credential helper to remove this warning. See 21:48:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:21 21:48:21 Login Succeeded 21:48:21 nexus3.edgexfoundry.org:10003 21:48:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:22 Configure a credential helper to remove this warning. See 21:48:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:22 21:48:22 Login Succeeded 21:48:22 nexus3.edgexfoundry.org:10004 21:48:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:22 Configure a credential helper to remove this warning. See 21:48:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:22 21:48:22 Login Succeeded 21:48:22 docker.io 21:48:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:48:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:48:23 Configure a credential helper to remove this warning. See 21:48:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:48:23 21:48:23 Login Succeeded 21:48:23 ---> docker-login.sh ends [Pipeline] } 21:48:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:48:23 ========================================================= 21:48:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:48:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:48:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:48:26 Sending build context to Docker daemon 166.9MB 21:48:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:48:26 Step 2/6 : FROM ${BASE} 21:48:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:48:26 5f621e34cdf4: Pulling fs layer 21:48:26 a4357932f1b6: Pulling fs layer 21:48:26 18c013af1878: Pulling fs layer 21:48:26 00ac8860ef70: Pulling fs layer 21:48:26 63d7cb157983: Pulling fs layer 21:48:26 b116817d02f9: Pulling fs layer 21:48:26 745a02a5169b: Pulling fs layer 21:48:26 63d7cb157983: Waiting 21:48:26 b116817d02f9: Waiting 21:48:26 745a02a5169b: Waiting 21:48:26 00ac8860ef70: Waiting 21:48:26 18c013af1878: Verifying Checksum 21:48:26 18c013af1878: Download complete 21:48:26 a4357932f1b6: Verifying Checksum 21:48:26 a4357932f1b6: Download complete 21:48:26 63d7cb157983: Download complete 21:48:26 b116817d02f9: Download complete 21:48:26 5f621e34cdf4: Download complete 21:48:27 5f621e34cdf4: Pull complete 21:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:48:28 a4357932f1b6: Pull complete 21:48:28 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 21:48:28 18c013af1878: Pull complete 21:48:29 745a02a5169b: Download complete 21:48:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:48:30 00ac8860ef70: Verifying Checksum 21:48:30 00ac8860ef70: Download complete 21:48:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:48:33 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 21:48:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:48:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:48:37 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] } 21:48:39 $ docker stop --time=1 d0be5887e6c20a0add6cb67d25f2563fbb379ccfb342c2529f3bc08a888f830d 21:48:41 00ac8860ef70: Pull complete 21:48:41 63d7cb157983: Pull complete 21:48:41 b116817d02f9: Pull complete 21:48:41 $ docker rm -f d0be5887e6c20a0add6cb67d25f2563fbb379ccfb342c2529f3bc08a888f830d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:43 21:48:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:48:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:43 latest: Pulling from edgex-devops/edgex-compose 21:48:43 cbdbe7a5bc2a: Pulling fs layer 21:48:43 ca9280d653b3: Pulling fs layer 21:48:43 7e9c9ca2126c: Pulling fs layer 21:48:43 cbdbe7a5bc2a: Verifying Checksum 21:48:43 cbdbe7a5bc2a: Download complete 21:48:44 cbdbe7a5bc2a: Pull complete 21:48:44 ca9280d653b3: Verifying Checksum 21:48:44 ca9280d653b3: Download complete 21:48:45 745a02a5169b: Pull complete 21:48:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:48:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:48:45 ---> b7e6874047d6 21:48:45 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:48:45 ca9280d653b3: Pull complete 21:48:45 7e9c9ca2126c: Download complete 21:48:48 ---> Running in 70718edb3417 21:48:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:48:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:48:50 (1/12) Installing libmagic (5.38-r0) 21:48:50 (2/12) Installing file (5.38-r0) 21:48:50 (3/12) Installing libc-dev (0.7.2-r3) 21:48:51 (4/12) Installing g++ (9.3.0-r2) 21:48:52 7e9c9ca2126c: Pull complete 21:48:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:48:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:48:52 prd-centos7-docker-4c-2g-30931 does not seem to be running inside a container 21:48:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:48:54 $ docker top e0de3923e9331c279efb7e443959e81a02f01409f384d173bf74705279760faf -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:55 + docker-compose build --help 21:48:55 + grep parallel 21:48:56 --parallel Build images in parallel. [Pipeline] } 21:48:56 $ docker stop --time=1 e0de3923e9331c279efb7e443959e81a02f01409f384d173bf74705279760faf 21:48:57 $ docker rm -f e0de3923e9331c279efb7e443959e81a02f01409f384d173bf74705279760faf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:48:58 . [Pipeline] withDockerContainer 21:48:58 prd-centos7-docker-4c-2g-30931 does not seem to be running inside a container 21:48:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:48:59 $ docker top 1040f091c810690dd297f643632e387215476f7b969547ffd01412e49718db56 -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:00 + docker-compose -f ./docker-compose-build.yml build --parallel 21:49:01 (5/12) Installing fortify-headers (1.1-r0) 21:49:01 (6/12) Installing patch (2.7.6-r6) 21:49:01 (7/12) Installing build-base (0.5-r2) 21:49:01 (8/12) Installing libsodium (1.0.18-r0) 21:49:01 (9/12) Installing pkgconf (1.7.2-r0) 21:49:01 Building docker-core-command-go ... 21:49:01 Building docker-core-data-go ... 21:49:01 Building docker-core-metadata-go ... 21:49:01 Building docker-security-bootstrapper-go ... 21:49:01 Building docker-security-proxy-setup-go ... 21:49:01 Building docker-security-secretstore-setup-go ... 21:49:01 Building docker-support-notifications-go ... 21:49:01 Building docker-support-scheduler-go ... 21:49:01 Building docker-sys-mgmt-agent-go ... 21:49:01 Building docker-security-bootstrapper-go 21:49:01 Building docker-support-scheduler-go 21:49:01 (10/12) Installing libsodium-dev (1.0.18-r0) 21:49:01 (11/12) Installing libzmq (4.3.3-r0) 21:49:01 Building docker-core-command-go 21:49:01 Building docker-support-notifications-go 21:49:01 Building docker-security-secretstore-setup-go 21:49:01 (12/12) Installing zeromq-dev (4.3.3-r0) 21:49:01 Executing busybox-1.31.1-r19.trigger 21:49:01 OK: 217 MiB in 51 packages 21:49:06 Removing intermediate container 70718edb3417 21:49:06 ---> d3edf114de1d 21:49:06 Step 4/6 : WORKDIR /edgex-go 21:49:06 ---> Running in c3c9c5f0f1f3 21:49:06 Removing intermediate container c3c9c5f0f1f3 21:49:06 ---> a2721e288873 21:49:06 Step 5/6 : COPY go.mod . 21:49:07 ---> 47e3e5d78391 21:49:07 Step 6/6 : RUN go mod download 21:49:07 ---> Running in f7b359ece815 21:49:34 Removing intermediate container f7b359ece815 21:49:34 ---> f755a68e5828 21:49:34 Successfully built f755a68e5828 21:49:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:49:34 + docker inspect -f . ci-base-image-arm64 21:49:34 . [Pipeline] withDockerContainer 21:49:34 prd-ubuntu18.04-docker-arm64-4c-16g-30934 does not seem to be running inside a container 21:49:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:49:36 $ docker top 10f5b175354d84718890f88975865d69e6a5a0182fd5bde806bbdafbbe0e7231 -eo pid,comm [Pipeline] { [Pipeline] sh 21:49:37 + go version 21:49:37 go version go1.15.5 linux/arm64 [Pipeline] } 21:49:37 $ docker stop --time=1 10f5b175354d84718890f88975865d69e6a5a0182fd5bde806bbdafbbe0e7231 21:49:39 $ docker rm -f 10f5b175354d84718890f88975865d69e6a5a0182fd5bde806bbdafbbe0e7231 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:49:40 + docker inspect -f . ci-base-image-arm64 21:49:40 . [Pipeline] withDockerContainer 21:49:40 prd-ubuntu18.04-docker-arm64-4c-16g-30934 does not seem to be running inside a container 21:49:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:49:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:49:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:49:40 ---> 42d14e42e63b 21:49:40 Step 3/24 : WORKDIR /edgex-go 21:49:40 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:49:40 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:49:40 ---> 42d14e42e63b 21:49:40 Step 3/31 : WORKDIR /edgex-go 21:49:40 ---> Running in a8d9651ad513 21:49:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:49:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:49:40 ---> 42d14e42e63b 21:49:40 Step 3/23 : WORKDIR /edgex-go 21:49:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:49:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:49:40 ---> 42d14e42e63b 21:49:40 Step 3/22 : WORKDIR /edgex-go 21:49:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:49:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:49:40 ---> 42d14e42e63b 21:49:40 Step 3/22 : WORKDIR /edgex-go 21:49:40 ---> Running in d15092a3c0bb 21:49:40 ---> Running in 691be8966119 21:49:40 ---> Running in 7b535ab82bef 21:49:40 ---> Running in 7330467d2112 21:49:40 Removing intermediate container 7330467d2112 21:49:40 ---> 00d8584ea425 21:49:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:40 Removing intermediate container 7b535ab82bef 21:49:40 ---> 228c8063471e 21:49:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:40 Removing intermediate container a8d9651ad513 21:49:40 ---> a2d77e3a5437 21:49:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:40 Removing intermediate container 691be8966119 21:49:40 ---> 68590577bb71 21:49:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:40 Removing intermediate container d15092a3c0bb 21:49:40 ---> 67f834374143 21:49:40 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:49:40 ---> Running in 3e07542763de 21:49:40 ---> Running in b71a8867ee89 21:49:40 ---> Running in 40c9edf261e6 21:49:40 ---> Running in 299f1ef11705 21:49:40 ---> Running in 0cd04bfe364a 21:49:41 Removing intermediate container 40c9edf261e6 21:49:41 ---> 7d0ef113f907 21:49:41 Step 5/24 : RUN apk add --update --no-cache make git 21:49:41 Removing intermediate container 3e07542763de 21:49:41 ---> eb870e211d95 21:49:41 Step 5/23 : RUN apk add --update --no-cache make git 21:49:41 $ docker top 594cea014a9b231659a9c90eaa8ff4451b184768a5e66a723ec70a9e6377b01a -eo pid,comm 21:49:42 ---> Running in 4288662ce1f6 21:49:42 ---> Running in 2dcc4192606b 21:49:42 Removing intermediate container 0cd04bfe364a 21:49:42 ---> a9ef204ce0c3 21:49:42 Step 5/31 : RUN apk add --update --no-cache make git 21:49:42 Removing intermediate container 299f1ef11705 21:49:42 ---> 076afae0dcb8 21:49:42 Step 5/22 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] echo 21:49:42 ========================================================= 21:49:42 [edgeXBuildGoParallel] Running Tests and Build... 21:49:42 ========================================================= [Pipeline] sh 21:49:42 Removing intermediate container b71a8867ee89 21:49:42 ---> 8254f4afbb34 21:49:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:49:42 ---> Running in 40d17109db92 21:49:42 ---> Running in 1780ea6ca713 21:49:42 ---> Running in 48f23ae1c577 21:49:42 + make test 21:49:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:49:45 OK: 233 MiB in 51 packages 21:49:45 OK: 233 MiB in 51 packages 21:49:45 OK: 233 MiB in 51 packages 21:49:45 OK: 233 MiB in 51 packages 21:49:45 OK: 233 MiB in 51 packages 21:49:45 Removing intermediate container 4288662ce1f6 21:49:45 ---> 773700614df3 21:49:45 Step 6/24 : COPY go.mod . 21:49:46 Removing intermediate container 2dcc4192606b 21:49:46 ---> 028d9bb6027c 21:49:46 Step 6/23 : COPY go.mod . 21:49:46 Removing intermediate container 1780ea6ca713 21:49:46 ---> 9842846e34e9 21:49:46 Step 6/22 : COPY go.mod . 21:49:46 ---> 6928fd9c557a 21:49:46 Step 7/24 : RUN go mod download 21:49:46 Removing intermediate container 40d17109db92 21:49:46 ---> f027e0fe5c82 21:49:46 Step 6/31 : COPY go.mod . 21:49:46 Removing intermediate container 48f23ae1c577 21:49:46 ---> 7598cce9638a 21:49:46 Step 6/22 : COPY go.mod . 21:49:46 ---> Running in 557905f54a96 21:49:46 ---> 0c2607ea944d 21:49:46 Step 7/23 : RUN go mod download 21:49:46 ---> ab1160df1649 21:49:46 Step 7/22 : RUN go mod download 21:49:46 ---> Running in 0b0744826559 21:49:47 ---> Running in 5aeec662ce85 21:49:47 ---> e6ca1750b1ab 21:49:47 Step 7/31 : RUN go mod download 21:49:47 ---> 397e25e38c64 21:49:47 Step 7/22 : RUN go mod download 21:49:47 ---> Running in ea79aaa2dedf 21:49:47 ---> Running in dde687c0b372 21:49:49 Removing intermediate container 557905f54a96 21:49:49 ---> a88ce7c93d4a 21:49:49 Step 8/24 : COPY . . 21:49:49 Removing intermediate container 0b0744826559 21:49:49 ---> 70719c67f954 21:49:49 Step 8/23 : COPY . . 21:49:51 Removing intermediate container 5aeec662ce85 21:49:51 ---> 6d5dfd94da9d 21:49:51 Step 8/22 : COPY . . 21:49:55 Removing intermediate container dde687c0b372 21:49:55 ---> 37405230f2ab 21:49:55 Step 8/31 : COPY . . 21:49:55 Removing intermediate container ea79aaa2dedf 21:49:55 ---> c34fe0815884 21:49:55 Step 8/22 : COPY . . 21:50:05 ? github.com/edgexfoundry/edgex-go [no test files] 21:50:34 ---> b04a8eba0274 21:50:34 ---> 999ebce8f776 21:50:34 Step 9/23 : RUN make cmd/core-command/core-command 21:50:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:50:34 ---> Running in e83ff41e3ab1 21:50:34 ---> Running in ab5e1708c147 21:50:34 ---> 794053ed383b 21:50:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:50:34 ---> 7a23302f7732 21:50:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:50:34 ---> 00bb947dbdca 21:50:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:50:34 ---> Running in 1bc538c29f1a 21:50:34 ---> Running in f44b089679c2 21:50:34 ---> Running in d0868f5ceb67 21:50:34 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 21:50:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:50:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:50:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:50:34 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 21:50:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:51:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:51:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:51:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:51:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:51:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:51:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:51:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:51:13 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 21:51:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:51:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:51:18 Removing intermediate container 1bc538c29f1a 21:51:18 ---> 1f1983ca22f2 21:51:18 21:51:18 Step 10/31 : FROM alpine:3.12 21:51:18 3.12: Pulling from library/alpine 21:51:18 Removing intermediate container ab5e1708c147 21:51:18 ---> 631f74565bed 21:51:18 21:51:18 Step 10/23 : FROM alpine:3.12 21:51:18 3.12: Pulling from library/alpine 21:51:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:51:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:51:19 Status: Downloaded newer image for alpine:3.12 21:51:19 ---> 88dd2752d2ea 21:51:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:51:19 Status: Image is up to date for alpine:3.12 21:51:19 ---> 88dd2752d2ea 21:51:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:51:19 Removing intermediate container e83ff41e3ab1 21:51:19 ---> aaa36e326bd6 21:51:19 21:51:19 Step 10/24 : FROM alpine:3.12 21:51:19 ---> 88dd2752d2ea 21:51:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:51:19 ---> Running in cc4c74773fb1 21:51:19 ---> Running in b1adc923cd23 21:51:19 ---> Running in d0fd38bd2245 21:51:21 Removing intermediate container cc4c74773fb1 21:51:21 ---> 61d68bb68386 21:51:21 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:51:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:51:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:51:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:51:23 ---> Running in 9af7327c84e4 21:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:23 Removing intermediate container d0868f5ceb67 21:51:23 ---> 1c792b8be66e 21:51:23 21:51:23 Step 10/22 : FROM alpine:3.12 21:51:23 ---> 88dd2752d2ea 21:51:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:23 Removing intermediate container f44b089679c2 21:51:23 ---> d716e3bbdba1 21:51:23 21:51:23 Step 10/22 : FROM alpine:3.12 21:51:23 ---> 88dd2752d2ea 21:51:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:51:23 (1/1) Installing dumb-init (1.2.2-r1) 21:51:23 Executing busybox-1.31.1-r19.trigger 21:51:23 OK: 6 MiB in 15 packages 21:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:23 ---> Running in 9fac4f39d7f8 21:51:23 ---> Running in bd90d72f7cfa 21:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:23 (1/5) Installing ca-certificates (20191127-r4) 21:51:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:51:23 (3/5) Installing libcurl (7.69.1-r3) 21:51:23 (4/5) Installing curl (7.69.1-r3) 21:51:23 (5/5) Installing dumb-init (1.2.2-r1) 21:51:23 Executing busybox-1.31.1-r19.trigger 21:51:23 Executing ca-certificates-20191127-r4.trigger 21:51:23 OK: 7 MiB in 19 packages 21:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:24 (1/2) Installing dumb-init (1.2.2-r1) 21:51:24 (2/2) Installing su-exec (0.2-r1) 21:51:24 Executing busybox-1.31.1-r19.trigger 21:51:24 OK: 6 MiB in 16 packages 21:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:25 (1/2) Installing ca-certificates (20191127-r4) 21:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:25 Removing intermediate container b1adc923cd23 21:51:25 ---> ded958ddec1e 21:51:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:51:25 (2/2) Installing dumb-init (1.2.2-r1) 21:51:25 Executing busybox-1.31.1-r19.trigger 21:51:25 Executing ca-certificates-20191127-r4.trigger 21:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:25 OK: 6 MiB in 16 packages 21:51:25 (1/1) Installing dumb-init (1.2.2-r1) 21:51:25 Executing busybox-1.31.1-r19.trigger 21:51:25 OK: 6 MiB in 15 packages 21:51:26 ---> Running in b43167e0eed3 21:51:26 Removing intermediate container 9af7327c84e4 21:51:26 ---> 66122d53bb73 21:51:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:51:26 Removing intermediate container d0fd38bd2245 21:51:26 ---> 391c3fc94f98 21:51:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:51:26 ---> Running in 855b41ae09dc 21:51:26 ---> Running in fb93695ce8a7 21:51:26 Removing intermediate container b43167e0eed3 21:51:26 ---> 7a5f9b20ed84 21:51:26 Step 13/23 : ENV APP_PORT=48082 21:51:27 ---> Running in 529a6a3e98cd 21:51:27 Removing intermediate container 855b41ae09dc 21:51:27 ---> a42537a0009d 21:51:27 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:51:27 Removing intermediate container fb93695ce8a7 21:51:27 ---> 09088542ec07 21:51:27 Step 13/24 : WORKDIR / 21:51:27 ---> Running in 15db981c136b 21:51:27 Removing intermediate container bd90d72f7cfa 21:51:27 ---> 7f22b1c45126 21:51:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:51:27 Removing intermediate container 9fac4f39d7f8 21:51:27 ---> 89db354c6241 21:51:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:51:27 ---> Running in 5ba5fac25ba9 21:51:27 Removing intermediate container 529a6a3e98cd 21:51:27 ---> 671a19635adf 21:51:27 Step 14/23 : EXPOSE $APP_PORT 21:51:28 ---> Running in 9493f0f4f3ae 21:51:28 ---> Running in fdfede31c1a2 21:51:28 ---> Running in f5fbddc7a05e 21:51:28 Removing intermediate container 15db981c136b 21:51:28 ---> c2b90f0a7e32 21:51:28 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:51:28 ---> Running in 00fac8cdd678 21:51:28 Removing intermediate container 5ba5fac25ba9 21:51:28 ---> 28b867f86c3d 21:51:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:51:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.389s coverage: 45.9% of statements 21:51:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:51:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:51:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:51:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:51:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:51:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:51:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.108s coverage: 19.8% of statements 21:51:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.216s coverage: 100.0% of statements 21:51:28 Removing intermediate container fdfede31c1a2 21:51:28 ---> cfa09e0cecb2 21:51:28 Step 13/22 : ENV APP_PORT=48060 21:51:28 Removing intermediate container 9493f0f4f3ae 21:51:28 ---> 4d6c7eb88415 21:51:28 Step 13/22 : ENV APP_PORT=48085 21:51:28 Removing intermediate container f5fbddc7a05e 21:51:28 ---> 9ae4830600e7 21:51:28 Step 15/23 : WORKDIR / 21:51:28 ---> Running in 94da143de076 21:51:28 ---> Running in 4b1f2f39477d 21:51:28 ---> Running in 4ceafcdd47f3 21:51:28 ---> ebedffc9581e 21:51:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:51:29 Removing intermediate container 94da143de076 21:51:29 ---> 83b0b1907a25 21:51:29 Step 14/22 : EXPOSE $APP_PORT 21:51:29 Removing intermediate container 4b1f2f39477d 21:51:29 ---> 7c2985e2b3aa 21:51:29 Step 14/22 : EXPOSE $APP_PORT 21:51:29 Removing intermediate container 4ceafcdd47f3 21:51:29 ---> d397e5288735 21:51:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:51:29 ---> Running in 27cec8f46fc2 21:51:29 ---> 684d7397c168 21:51:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:51:29 ---> Running in 04f4d822f5da 21:51:30 Removing intermediate container 27cec8f46fc2 21:51:30 ---> 456264dcf7d1 21:51:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:51:30 ---> 6263238066dc 21:51:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:51:30 Removing intermediate container 04f4d822f5da 21:51:30 ---> c2fec6297508 21:51:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:51:30 ---> 6669afc654da 21:51:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:51:30 Removing intermediate container 00fac8cdd678 21:51:30 ---> 9f51780b396f 21:51:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:51:30 ---> Running in 6949190f0dd0 21:51:30 ---> 1e616e01ee7b 21:51:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:51:30 ---> 752306f31014 21:51:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:51:30 ---> 367f118e1ce1 21:51:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:51:30 ---> a69646ef09d7 21:51:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:51:30 Removing intermediate container 6949190f0dd0 21:51:30 ---> b1ea50d6034f 21:51:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:51:32 ---> b9583150223b 21:51:32 Step 19/23 : ENTRYPOINT ["/core-command"] 21:51:32 ---> 3a32eed25617 21:51:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:51:32 ---> Running in b8f40ea93375 21:51:32 ---> 3dd845d3c17a 21:51:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:51:32 ---> b9130bf61d16 21:51:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:51:32 ---> 0928d9783566 21:51:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:51:32 ---> Running in 0b9f1a560bcc 21:51:32 Removing intermediate container b8f40ea93375 21:51:32 ---> 011a4e1a63a7 21:51:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:51:32 ---> Running in 6a82f2af40cb 21:51:32 ---> 6b8006ba892d 21:51:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:51:33 ---> da256e5a926d 21:51:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:51:33 ---> 97fe100efc43 21:51:33 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/ 21:51:33 ---> Running in 9d4f36a209c9 21:51:33 ---> Running in 10ebe1f5f7a3 21:51:33 ---> Running in edb840afbfe3 21:51:33 Removing intermediate container 6a82f2af40cb 21:51:33 ---> 764962cfaa58 21:51:33 Step 21/23 : LABEL arch=x86_64 21:51:33 Removing intermediate container 9d4f36a209c9 21:51:33 ---> 898eb438697b 21:51:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:51:33 ---> Running in df5f8e8a6ba5 21:51:33 Removing intermediate container 10ebe1f5f7a3 21:51:33 ---> e913c295ac00 21:51:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:51:33 ---> Running in 4d908ec77e6c 21:51:33 ---> Running in a706c9e669f3 21:51:34 Removing intermediate container df5f8e8a6ba5 21:51:34 ---> 77440e10898b 21:51:34 Step 22/23 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:51:34 Removing intermediate container 4d908ec77e6c 21:51:34 ---> 786e1a92833d 21:51:34 Step 20/22 : LABEL arch=x86_64 21:51:34 Removing intermediate container a706c9e669f3 21:51:34 ---> 4addd871dcc5 21:51:34 Step 20/22 : LABEL arch=x86_64 21:51:34 ---> Running in 8a6d19ce7dca 21:51:34 ---> Running in 0fa43ce22805 21:51:34 Removing intermediate container 0b9f1a560bcc 21:51:34 ---> 2b357a5dc4f0 21:51:34 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:51:34 ---> Running in 6b2367ddbe14 21:51:34 Removing intermediate container 8a6d19ce7dca 21:51:34 ---> 63e4f407203a 21:51:34 Step 23/23 : LABEL version=0.0.0 21:51:34 Removing intermediate container 0fa43ce22805 21:51:34 ---> 546a8e87881d 21:51:34 Step 21/22 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:51:34 ---> Running in ab4c850a5a71 21:51:35 ---> Running in 0b998bb83b01 21:51:35 Removing intermediate container edb840afbfe3 21:51:35 ---> df149d7f2bbe 21:51:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:51:35 Removing intermediate container 6b2367ddbe14 21:51:35 ---> b543092a4e4d 21:51:35 Step 21/22 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:51:35 ---> d094f7b71bb4 21:51:35 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:51:35 ---> Running in b17bc2c3a89d 21:51:35 ---> Running in 81cc274223bc 21:51:35 Removing intermediate container ab4c850a5a71 21:51:35 ---> 083e38925205 21:51:35 21:51:35 Removing intermediate container 0b998bb83b01 21:51:35 ---> 2201ecdc6aaf 21:51:35 Step 22/22 : LABEL version=0.0.0 21:51:35 Successfully built 083e38925205 21:51:35 ---> Running in f52005b1e65b 21:51:35 Successfully tagged docker-core-command-go:latest 21:51:35 Removing intermediate container 81cc274223bc 21:51:35 ---> 52243b4cf5e2 21:51:35 Step 22/22 : LABEL version=0.0.0 21:51:35  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 21:51:35 Removing intermediate container b17bc2c3a89d 21:51:35 ---> 9f5442919412 21:51:35 Step 22/24 : LABEL arch=x86_64 21:51:35 ---> Running in 33f5048fa530 21:51:35 ---> 16611b3c3e58 21:51:35 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:51:35 ---> Running in ab3ca92c539d 21:51:35 Removing intermediate container f52005b1e65b 21:51:35 ---> 8fdaf55a8f54 21:51:35 21:51:36 Removing intermediate container ab3ca92c539d 21:51:36 ---> 9919637d9ed8 21:51:36 Step 23/24 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:51:36 Removing intermediate container 33f5048fa530 21:51:36 ---> 5811339efd96 21:51:36 21:51:36 ---> 81678fc87271 21:51:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:51:36 ---> Running in ae2c7bc05733 21:51:36 Successfully built 5811339efd96 21:51:36 Successfully built 8fdaf55a8f54 21:51:36 Successfully tagged docker-support-scheduler-go:latest 21:51:36  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 21:51:36 Successfully tagged docker-support-notifications-go:latest 21:51:36 Building docker-security-proxy-setup-go 21:51:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.552s coverage: 27.1% of statements 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:51:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:51:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.106s coverage: 100.0% of statements 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:51:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:51:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:51:37  Building docker-support-notifications-go ... done  ---> e165f11c6307 21:51:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:51:37 Removing intermediate container ae2c7bc05733 21:51:37 ---> 5bcd22fb657c 21:51:37 Step 24/24 : LABEL version=0.0.0 21:51:37 ---> Running in 40f9f8bfa711 21:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.445s coverage: 82.9% of statements 21:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:51:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.130s coverage: 78.9% of statements 21:51:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:51:39 Removing intermediate container 40f9f8bfa711 21:51:39 ---> 5f7731de757c 21:51:39 21:51:39 Successfully built 5f7731de757c 21:51:40 ---> bdc2385fe6fc 21:51:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:51:40 Successfully tagged docker-security-secretstore-setup-go:latest 21:51:40  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 21:51:44 ---> Running in 5e6f1c3b6719 21:51:44 Removing intermediate container 5e6f1c3b6719 21:51:44 ---> 93d47792671b 21:51:44 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:51:46 ---> 1b1026f90cd9 21:51:46 Step 26/31 : RUN chmod +x /entrypoint.sh 21:51:48 ---> Running in eabe6522801d 21:51:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.305s coverage: 28.6% of statements 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:51:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:51:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:51:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:51:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.346s coverage: 97.5% of statements 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:51:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:51:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:51:50 Removing intermediate container eabe6522801d 21:51:50 ---> c0a926b92b61 21:51:50 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:51:50 ---> Running in 50608dec5aa3 21:51:52 Removing intermediate container 50608dec5aa3 21:51:52 ---> c71908916638 21:51:52 Step 28/31 : CMD ["gate"] 21:51:53 ---> Running in 28c93d9f6d90 21:51:53 Removing intermediate container 28c93d9f6d90 21:51:53 ---> adea4e3990c4 21:51:53 Step 29/31 : LABEL arch=x86_64 21:51:54 ---> Running in d9b73472a4ff 21:51:55 Removing intermediate container d9b73472a4ff 21:51:55 ---> d1f468b58529 21:51:55 Step 30/31 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.315s coverage: 92.8% of statements 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.190s coverage: 0.1% of statements 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:51:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.122s coverage: 47.1% of statements 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements 21:51:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 21:51:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 21:51:58 ---> Running in 1ee573fb2609 21:51:59 Removing intermediate container 1ee573fb2609 21:51:59 ---> 43eb868818c5 21:51:59 Step 31/31 : LABEL version=0.0.0 21:52:00 ---> Running in f5915f53db26 21:52:00 Removing intermediate container f5915f53db26 21:52:00 ---> 2f30a9a63a06 21:52:00 21:52:01 Successfully built 2f30a9a63a06 21:52:02 Successfully tagged docker-security-bootstrapper-go:latest 21:52:06  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:52:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:52:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:52:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:52:06 ---> 42d14e42e63b 21:52:06 Step 3/23 : WORKDIR /edgex-go 21:52:06 ---> 42d14e42e63b 21:52:06 Step 3/21 : WORKDIR /edgex-go 21:52:06 ---> Using cache 21:52:06 ---> 67f834374143 21:52:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:06 ---> Using cache 21:52:06 ---> 67f834374143 21:52:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:06 ---> Using cache 21:52:06 ---> a9ef204ce0c3 21:52:06 Step 5/21 : RUN apk add --update --no-cache make git ---> Using cache 21:52:06 21:52:06 ---> a9ef204ce0c3 21:52:06 Step 5/23 : RUN apk add --update --no-cache make git 21:52:06 ---> Using cache 21:52:06 ---> f027e0fe5c82 21:52:06 Step 6/21 : COPY go.mod . 21:52:06 ---> Using cache 21:52:06 ---> f027e0fe5c82 21:52:06 Step 6/23 : COPY go.mod . 21:52:06 ---> Using cache 21:52:06 ---> e6ca1750b1ab 21:52:06 Step 7/23 : RUN go mod download 21:52:06 ---> Using cache 21:52:06 ---> e6ca1750b1ab 21:52:06 Step 7/21 : RUN go mod download 21:52:06 ---> Using cache 21:52:06 ---> 37405230f2ab 21:52:06 Step 8/21 : COPY . . 21:52:06 ---> Using cache 21:52:06 ---> 37405230f2ab 21:52:06 Step 8/23 : COPY . . 21:52:06 ---> Using cache 21:52:06 ---> 794053ed383b 21:52:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:52:06 ---> Using cache 21:52:06 ---> 794053ed383b 21:52:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:52:06 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:52:06 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:52:06 ---> 42d14e42e63b 21:52:06 Step 3/26 : WORKDIR /edgex-go 21:52:06 ---> Using cache 21:52:06 ---> 67f834374143 21:52:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:06 ---> Using cache 21:52:06 ---> a9ef204ce0c3 21:52:06 Step 5/26 : RUN apk add --update --no-cache make bash git 21:52:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:52:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:52:07 ---> 42d14e42e63b 21:52:07 Step 3/23 : WORKDIR /edgex-go 21:52:07 ---> Using cache 21:52:07 ---> 67f834374143 21:52:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:07 ---> Using cache 21:52:07 ---> a9ef204ce0c3 21:52:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:52:08 ---> Running in ee66fd4b85fa 21:52:08 ---> Running in a49f97d20616 21:52:08 ---> Running in bdd5ce189fbe 21:52:08 ---> Running in c59ebdac9c66 21:52:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:52:09 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 21:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 21:52:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 21:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:10 OK: 233 MiB in 51 packages 21:52:10 OK: 233 MiB in 51 packages 21:52:12 Removing intermediate container bdd5ce189fbe 21:52:12 ---> 0de2c5cdf802 21:52:12 Step 6/26 : COPY go.mod . 21:52:12 Removing intermediate container c59ebdac9c66 21:52:12 ---> f226918ae93c 21:52:12 Step 6/23 : COPY go.mod . 21:52:12 ---> fb3731e022e0 21:52:12 Step 7/26 : RUN go mod download 21:52:12 ---> 69c4e986d46a 21:52:12 Step 7/23 : RUN go mod download 21:52:12 ---> Running in ee8c6a2ef035 21:52:12 ---> Running in 26af007507cf 21:52:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.331s coverage: 81.7% of statements 21:52:17 Removing intermediate container ee8c6a2ef035 21:52:17 ---> 276294e47b1e 21:52:17 Step 8/26 : COPY . . 21:52:17 Removing intermediate container 26af007507cf 21:52:17 ---> 17142c3aca46 21:52:17 Step 8/23 : COPY . . 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.155s coverage: 92.9% of statements 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.082s coverage: 80.8% of statements 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.149s coverage: 84.6% of statements 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.519s coverage: 64.4% of statements 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:52:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 21:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 21:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 21:52:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 21:52:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 69.0% of statements 21:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:52:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 38.4% of statements 21:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:52:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements 21:52:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:52:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.114s coverage: 84.8% of statements 21:52:37 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 21:52:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.493s coverage: 47.0% of statements 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:52:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:52:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:52:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.463s coverage: 87.1% of statements 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:52:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.231s coverage: 29.1% of statements 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.251s coverage: 96.5% of statements 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:52:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 21:52:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 21:52:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 21:52:48 GO111MODULE=on go vet ./... 21:52:52 Removing intermediate container a49f97d20616 21:52:52 ---> 18b61473d7da 21:52:52 21:52:52 Step 10/21 : FROM alpine:3.12 21:52:52 ---> 88dd2752d2ea 21:52:52 Step 11/21 : RUN apk add --update --no-cache curl 21:52:52 Removing intermediate container ee66fd4b85fa 21:52:52 ---> 710bb707bb87 21:52:52 21:52:52 Step 10/23 : FROM alpine:3.12 21:52:52 ---> 88dd2752d2ea 21:52:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:52:52 ---> Using cache 21:52:52 ---> 7f22b1c45126 21:52:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:52:52 ---> Using cache 21:52:52 ---> 4d6c7eb88415 21:52:52 Step 13/23 : ENV APP_PORT=48081 21:52:52 ---> 8de65830b3a7 21:52:52 Step 9/23 : RUN make cmd/core-data/core-data 21:52:52 ---> Running in 133aac3d35fd 21:52:52 ---> 018db6d248c0 21:52:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:52:52 ---> Running in 8bc18173fb50 21:52:52 ---> Running in 29283cfcfc7e 21:52:52 ---> Running in d998026b8cde 21:52:52 Removing intermediate container 8bc18173fb50 21:52:52 ---> 474c65968a07 21:52:52 Step 14/23 : EXPOSE $APP_PORT 21:52:52 ---> Running in f1bc1c19dec4 21:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:52:52 Removing intermediate container f1bc1c19dec4 21:52:52 ---> 318b7509f9c9 21:52:52 Step 15/23 : WORKDIR / 21:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:52:52 ---> Running in c25171c1c917 21:52:52 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 21:52:52 (1/4) Installing ca-certificates (20191127-r4) 21:52:52 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 21:52:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:52:52 (3/4) Installing libcurl (7.69.1-r3) 21:52:52 (4/4) Installing curl (7.69.1-r3) 21:52:52 Executing busybox-1.31.1-r19.trigger 21:52:52 Executing ca-certificates-20191127-r4.trigger 21:52:52 OK: 7 MiB in 18 packages 21:52:52 Removing intermediate container c25171c1c917 21:52:52 ---> 2c06bdd42677 21:52:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:52:53 ---> 1aa9ab460ef6 21:52:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:52:55 ---> 3e0945ff86f7 21:52:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:52:55 Removing intermediate container 133aac3d35fd 21:52:55 ---> 167541fddf89 21:52:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:52:55 ---> Running in 58c6be135ba9 21:52:55 ---> beda9fbff3f0 21:52:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:52:55 ---> Running in b76bd0477034 21:52:55 Removing intermediate container 58c6be135ba9 21:52:55 ---> ed9a7ce1dc43 21:52:55 Step 13/21 : WORKDIR /edgex 21:52:55 ---> Running in d5daa1d3c186 21:52:55 Removing intermediate container b76bd0477034 21:52:55 ---> 61239cdb47ef 21:52:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:52:55 ---> Running in 8ada0ef54fd3 21:52:56 Removing intermediate container d5daa1d3c186 21:52:56 ---> 35d3d0392d33 21:52:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:52:56 Removing intermediate container 8ada0ef54fd3 21:52:56 ---> b65a2288227c 21:52:56 Step 21/23 : LABEL arch=x86_64 21:52:56 ---> Running in 53513869da11 21:52:56 ---> 49fc416efa1d 21:52:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:52:57 Removing intermediate container 53513869da11 21:52:57 ---> 981d57bdb05e 21:52:57 Step 22/23 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:52:57 ---> Running in a9accb82cf47 21:52:57 Removing intermediate container a9accb82cf47 21:52:57 ---> 1f205e3fdde5 21:52:57 Step 23/23 : LABEL version=0.0.0 21:52:57 ---> 4a8dd4806bf8 21:52:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:52:57 ---> Running in c008535dedae 21:52:58 Removing intermediate container c008535dedae 21:52:58 ---> bda5cee1a357 21:52:58 21:52:58 Successfully built bda5cee1a357 21:52:58 Successfully tagged docker-core-metadata-go:latest 21:52:59  Building docker-core-metadata-go ... done  ---> 249692645ab7 21:52:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:52:59 ---> Running in c148e1e73c96 21:53:00 Removing intermediate container c148e1e73c96 21:53:00 ---> b2033584b946 21:53:00 Step 18/21 : CMD ["--init=true"] 21:53:00 ---> Running in 1a8a10658c39 21:53:01 Removing intermediate container 1a8a10658c39 21:53:01 ---> 8bf49b8274ad 21:53:01 Step 19/21 : LABEL arch=x86_64 21:53:01 ---> Running in 13d80eb9ae33 21:53:02 Removing intermediate container 13d80eb9ae33 21:53:02 ---> 0dd96433e64c 21:53:02 Step 20/21 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:53:02 ---> Running in 38ee57ea5dde 21:53:02 Removing intermediate container 38ee57ea5dde 21:53:02 ---> cd7f1a162615 21:53:02 Step 21/21 : LABEL version=0.0.0 21:53:02 ---> Running in 2e392fc39209 21:53:02 Removing intermediate container 2e392fc39209 21:53:02 ---> e568ad488e3a 21:53:02 21:53:03 Successfully built e568ad488e3a 21:53:03 Successfully tagged docker-security-proxy-setup-go:latest 21:53:13  Building docker-security-proxy-setup-go ... done Removing intermediate container d998026b8cde 21:53:13 ---> 503e94500d5f 21:53:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:53:13 ---> Running in c77809f1f006 21:53:15 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 21:53:17 Removing intermediate container c77809f1f006 21:53:17 ---> 27d6cc8c89c7 21:53:17 21:53:17 Step 11/26 : FROM docker:20.10.0 21:53:17 20.10.0: Pulling from library/docker 21:53:18 Removing intermediate container 29283cfcfc7e 21:53:18 ---> 7eba56ef4ae7 21:53:18 21:53:18 Step 10/23 : FROM alpine:3.12 21:53:18 ---> 88dd2752d2ea 21:53:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:53:18 ---> Running in e4d06146a5d6 21:53:18 Removing intermediate container e4d06146a5d6 21:53:18 ---> 8828c0505e07 21:53:18 Step 12/23 : ENV APP_PORT=48080 21:53:19 ---> Running in 894a31f0784d 21:53:19 Removing intermediate container 894a31f0784d 21:53:19 ---> 096d2ff6ff15 21:53:19 Step 13/23 : EXPOSE $APP_PORT 21:53:19 ---> Running in b2ba6a034455 21:53:19 Removing intermediate container b2ba6a034455 21:53:19 ---> db5e5c5e262d 21:53:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:53:19 ---> Running in 76f56a9450b2 21:53:21 Removing intermediate container 76f56a9450b2 21:53:21 ---> 69753538b6cf 21:53:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:53:21 ---> Running in 9b695ad02882 21:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:53:22 Status: Downloaded newer image for docker:20.10.0 21:53:22 ---> aefe523efa57 21:53:22 Step 12/26 : RUN apk add --no-cache bash 21:53:23 ---> Running in 3444065ea81e 21:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:23 (1/6) Installing dumb-init (1.2.2-r1) 21:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:23 (2/6) Installing libgcc (9.3.0-r2) 21:53:23 (3/6) Installing libsodium (1.0.18-r0) 21:53:23 (1/2) Installing readline (8.0.4-r0) 21:53:23 (2/2) Installing bash (5.0.17-r0) 21:53:23 Executing bash-5.0.17-r0.post-install 21:53:23 Executing busybox-1.31.1-r19.trigger 21:53:23 (4/6) Installing libstdc++ (9.3.0-r2) 21:53:24 OK: 12 MiB in 22 packages 21:53:24 (5/6) Installing libzmq (4.3.3-r0) 21:53:24 (6/6) Installing zeromq (4.3.3-r0) 21:53:24 Executing busybox-1.31.1-r19.trigger 21:53:24 OK: 8 MiB in 20 packages 21:53:24 Removing intermediate container 3444065ea81e 21:53:24 ---> 3157d2aa79fe 21:53:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:53:24 ---> Running in fe0e4f4ac217 21:53:24 Removing intermediate container fe0e4f4ac217 21:53:24 ---> 1ffe51db190b 21:53:24 Step 14/26 : ENV APP_PORT=48090 21:53:25 Removing intermediate container 9b695ad02882 21:53:25 ---> ec1416986517 21:53:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:53:25 ---> Running in 79bc5986237e 21:53:25 Removing intermediate container 79bc5986237e 21:53:25 ---> 8174ad71fb8e 21:53:25 Step 15/26 : EXPOSE $APP_PORT 21:53:25 ---> 02a3b88f1548 21:53:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:53:25 ---> Running in 1a06fee122f7 21:53:25 Removing intermediate container 1a06fee122f7 21:53:25 ---> bd148c0a46c9 21:53:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:53:25 ---> 83dec9663dd4 21:53:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:53:26 ---> 5e9a61a63de8 21:53:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:53:26 ---> c502b8bd09c9 21:53:26 Step 19/23 : ENTRYPOINT ["/core-data"] 21:53:26 ---> 97b1b970f542 21:53:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:53:26 ---> Running in 78e4134a1c32 21:53:26 Removing intermediate container 78e4134a1c32 21:53:26 ---> da3c63a4bf6c 21:53:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:26 ---> Running in f046937d6c9d 21:53:27 ---> 528cc10df2e0 21:53:27 Step 19/26 : RUN apk --no-cache add py3-pip 21:53:27 ---> Running in 839d0e4feca9 21:53:27 Removing intermediate container f046937d6c9d 21:53:27 ---> d31b308cd651 21:53:27 Step 21/23 : LABEL arch=x86_64 21:53:27 ---> Running in 36668c1cd02f 21:53:27 Removing intermediate container 36668c1cd02f 21:53:27 ---> 4c71e4b70abe 21:53:27 Step 22/23 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:53:27 ---> Running in 6e8ed7fb3503 21:53:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:27 Removing intermediate container 6e8ed7fb3503 21:53:27 ---> a2673ac7a504 21:53:27 Step 23/23 : LABEL version=0.0.0 21:53:27 ---> Running in 10b36254bd50 21:53:27 (1/33) Installing libbz2 (1.0.8-r1) 21:53:27 (2/33) Installing expat (2.2.9-r1) 21:53:27 (3/33) Installing libffi (3.3-r2) 21:53:27 (4/33) Installing gdbm (1.13-r1) 21:53:27 (5/33) Installing xz-libs (5.2.5-r0) 21:53:27 (6/33) Installing sqlite-libs (3.32.1-r0) 21:53:27 (7/33) Installing python3 (3.8.8-r0) 21:53:28 Removing intermediate container 10b36254bd50 21:53:28 ---> 50399712f120 21:53:28 21:53:28 Successfully built 50399712f120 21:53:28 Successfully tagged docker-core-data-go:latest 21:53:29  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 21:53:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:53:29 (10/33) Installing py3-parsing (2.4.7-r0) 21:53:29 (11/33) Installing py3-six (1.15.0-r0) 21:53:29 (12/33) Installing py3-packaging (20.4-r0) 21:53:29 (13/33) Installing py3-setuptools (47.0.0-r0) 21:53:29 (14/33) Installing py3-chardet (3.0.4-r4) 21:53:29 (15/33) Installing py3-idna (2.9-r0) 21:53:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:53:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:53:29 (18/33) Installing py3-requests (2.23.0-r0) 21:53:29 (19/33) Installing py3-msgpack (1.0.0-r0) 21:53:29 (20/33) Installing py3-lockfile (0.12.2-r3) 21:53:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:53:29 (22/33) Installing py3-colorama (0.4.3-r0) 21:53:29 (23/33) Installing py3-distlib (0.3.0-r0) 21:53:29 (24/33) Installing py3-distro (1.5.0-r1) 21:53:29 (25/33) Installing py3-webencodings (0.5.1-r3) 21:53:29 (26/33) Installing py3-html5lib (1.0.1-r4) 21:53:29 (27/33) Installing py3-pytoml (0.1.21-r0) 21:53:29 (28/33) Installing py3-pep517 (0.8.2-r0) 21:53:29 (29/33) Installing py3-progress (1.5-r0) 21:53:29 (30/33) Installing py3-toml (0.10.1-r0) 21:53:29 (31/33) Installing py3-retrying (1.3.3-r0) 21:53:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:53:29 (33/33) Installing py3-pip (20.1.1-r0) 21:53:29 Executing busybox-1.31.1-r19.trigger 21:53:29 OK: 71 MiB in 55 packages 21:53:39 Removing intermediate container 839d0e4feca9 21:53:39 ---> 38d9fcc85f6d 21:53:39 Step 20/26 : RUN pip install docker-compose==1.23.2 21:53:39 ---> Running in d021fbd15136 21:53:40 Collecting docker-compose==1.23.2 21:53:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:53:40 Collecting jsonschema<3,>=2.5.1 21:53:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:53:40 Collecting docopt<0.7,>=0.6.1 21:53:40 Downloading docopt-0.6.2.tar.gz (25 kB) 21:53:41 Collecting websocket-client<1.0,>=0.32.0 21:53:41 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:53:41 Collecting dockerpty<0.5,>=0.4.1 21:53:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:53:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:53:42 Collecting texttable<0.10,>=0.9.0 21:53:42 Downloading texttable-0.9.1.tar.gz (11 kB) 21:53:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:53:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:53:43 Collecting docker<4.0,>=3.6.0 21:53:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:53:43 Collecting cached-property<2,>=1.2.0 21:53:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:53:43 Collecting PyYAML<4,>=3.10 21:53:43 Downloading PyYAML-3.13.tar.gz (270 kB) 21:53:44 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) 21:53:44 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) 21:53:44 Collecting idna<2.8,>=2.5 21:53:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:53:44 Collecting urllib3<1.25,>=1.21.1 21:53:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:53:44 Collecting docker-pycreds>=0.4.0 21:53:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:53:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:53:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:53:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:53:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:53:44 Installing collected packages: jsonschema, docopt, websocket-client, dockerpty, texttable, idna, urllib3, requests, docker-pycreds, docker, cached-property, PyYAML, docker-compose 21:53:44 Running setup.py install for docopt: started 21:53:45 Running setup.py install for docopt: finished with status 'done' 21:53:45 Running setup.py install for dockerpty: started 21:53:45 Running setup.py install for dockerpty: finished with status 'done' 21:53:45 Running setup.py install for texttable: started 21:53:46 Running setup.py install for texttable: finished with status 'done' 21:53:46 Attempting uninstall: idna 21:53:46 Found existing installation: idna 2.9 21:53:46 Uninstalling idna-2.9: 21:53:46 Successfully uninstalled idna-2.9 21:53:46 Attempting uninstall: urllib3 21:53:46 Found existing installation: urllib3 1.25.9 21:53:46 Uninstalling urllib3-1.25.9: 21:53:46 Successfully uninstalled urllib3-1.25.9 21:53:46 Attempting uninstall: requests 21:53:46 Found existing installation: requests 2.23.0 21:53:46 Uninstalling requests-2.23.0: 21:53:46 Successfully uninstalled requests-2.23.0 21:53:47 Running setup.py install for PyYAML: started 21:53:47 Running setup.py install for PyYAML: finished with status 'done' 21:53:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 21:53:52 Removing intermediate container d021fbd15136 21:53:52 ---> 44003872604c 21:53:52 Step 21/26 : RUN apk --no-cache add curl 21:53:52 ---> Running in 0769e6be420d 21:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:53:52 (2/3) Installing libcurl (7.69.1-r3) 21:53:52 (3/3) Installing curl (7.69.1-r3) 21:53:52 Executing busybox-1.31.1-r19.trigger 21:53:52 OK: 72 MiB in 58 packages 21:53:53 Removing intermediate container 0769e6be420d 21:53:53 ---> e6445bb0f229 21:53:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:53:53 ---> Running in 202aadf8a249 21:53:53 Removing intermediate container 202aadf8a249 21:53:53 ---> 743b429b6165 21:53:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:53 ---> Running in e87b6ec67049 21:53:53 Removing intermediate container e87b6ec67049 21:53:53 ---> d625e11bf25b 21:53:53 Step 24/26 : LABEL arch=x86_64 21:53:53 ---> Running in be91f0262da8 21:53:53 Removing intermediate container be91f0262da8 21:53:53 ---> f696e1e0c85b 21:53:53 Step 25/26 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:53:54 ---> Running in 55f6711088a2 21:53:54 Removing intermediate container 55f6711088a2 21:53:54 ---> 172b2d4b5081 21:53:54 Step 26/26 : LABEL version=0.0.0 21:53:54 ---> Running in c4585bada518 21:53:54 Removing intermediate container c4585bada518 21:53:54 ---> bf9127c62fa7 21:53:54 21:53:54 Successfully built bf9127c62fa7 21:53:54 Successfully tagged docker-sys-mgmt-agent-go:latest 21:53:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:53:55 $ docker stop --time=1 1040f091c810690dd297f643632e387215476f7b969547ffd01412e49718db56 21:53:56 $ docker rm -f 1040f091c810690dd297f643632e387215476f7b969547ffd01412e49718db56 [Pipeline] // withDockerContainer [Pipeline] sh 21:53:57 + docker images 21:53:57 + grep docker 21:53:57 docker-sys-mgmt-agent-go latest bf9127c62fa7 3 seconds ago 313MB 21:53:57 docker-core-data-go latest 50399712f120 30 seconds ago 22.6MB 21:53:57 docker-security-proxy-setup-go latest e568ad488e3a 55 seconds ago 24.7MB 21:53:57 docker-core-metadata-go latest bda5cee1a357 59 seconds ago 19.1MB 21:53:57 docker-security-bootstrapper-go latest 2f30a9a63a06 About a minute ago 18.8MB 21:53:57 docker-security-secretstore-setup-go latest 5f7731de757c 2 minutes ago 24.9MB 21:53:57 docker-support-scheduler-go latest 5811339efd96 2 minutes ago 17.3MB 21:53:57 docker-support-notifications-go latest 8fdaf55a8f54 2 minutes ago 17.9MB 21:53:57 docker-core-command-go latest 083e38925205 2 minutes ago 17.3MB 21:53:57 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 21:54:09 gofmt -l . 21:54:09 [ "`gofmt -l .`" = "" ] 21:54:09 ./bin/test-go-mod-tidy.sh 21:54:09 ./bin/test-attribution-txt.sh [Pipeline] sh 21:54:10 + ls -al . 21:54:10 total 800 21:54:10 drwxrwxr-x 9 1001 1001 4096 Mar 22 21:54 . 21:54:10 drwxr-xr-x 4 root root 4096 Mar 22 21:49 .. 21:54:10 -rw-rw-r-- 1 1001 1001 11 Mar 22 21:48 .dockerignore 21:54:10 drwxrwxr-x 8 1001 1001 4096 Mar 22 21:48 .git 21:54:10 drwxrwxr-x 3 1001 1001 4096 Mar 22 21:48 .github 21:54:10 -rw-rw-r-- 1 1001 1001 818 Mar 22 21:48 .gitignore 21:54:10 -rw-rw-r-- 1 1001 1001 166 Mar 22 21:48 .sonarcloud.properties 21:54:10 -rw-rw-r-- 1 1001 1001 8607 Mar 22 21:48 Attribution.txt 21:54:10 -rw-rw-r-- 1 1001 1001 3804 Mar 22 21:48 CONTRIBUTING.md 21:54:10 -rw-rw-r-- 1 1001 1001 931 Mar 22 21:48 Dockerfile.build 21:54:10 -rw-rw-r-- 1 1001 1001 863 Mar 22 21:48 Jenkinsfile 21:54:10 -rw-rw-r-- 1 1001 1001 10775 Mar 22 21:48 LICENSE 21:54:10 -rw-rw-r-- 1 1001 1001 5774 Mar 22 21:48 Makefile 21:54:10 -rw-rw-r-- 1 1001 1001 6548 Mar 22 21:48 README.md 21:54:10 -rw-rw-r-- 1 1001 1001 6755 Mar 22 21:48 SECURITY.md 21:54:10 -rw-rw-r-- 1 1001 1001 5 Mar 22 21:45 VERSION 21:54:10 -rw-rw-r-- 1 1001 1001 4131 Mar 22 21:48 ZMQWindows.md 21:54:10 drwxrwxr-x 2 1001 1001 4096 Mar 22 21:48 bin 21:54:10 drwxrwxr-x 14 1001 1001 4096 Mar 22 21:48 cmd 21:54:10 -rw-r--r-- 1 root root 659965 Mar 22 21:52 coverage.out 21:54:10 -rw-r--r-- 1 root root 1055 Mar 22 21:54 go.mod 21:54:10 -rw-r--r-- 1 root root 22325 Mar 22 21:54 go.sum 21:54:10 drwxrwxr-x 8 1001 1001 4096 Mar 22 21:48 internal 21:54:10 drwxrwxr-x 4 1001 1001 4096 Mar 22 21:48 openapi 21:54:10 drwxrwxr-x 4 1001 1001 4096 Mar 22 21:48 snap 21:54:10 -rw-rw-r-- 1 1001 1001 168 Mar 22 21:48 version.go [Pipeline] sh 21:54:11 + '[' -e coverage.out ] 21:54:11 + chown 1001:1001 coverage.out [Pipeline] stash 21:54:11 Warning: overwriting stash ‘coverage-report’ 21:54:12 Stashed 1 file(s) [Pipeline] sh 21:54:13 + make build 21:54:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:54:13 Still waiting to schedule task 21:54:13 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:54:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:54:46 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 21:54:51 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 21:54:57 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 21:54:58 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 21:55:03 Running on prd-ubuntu18.04-docker-8c-8g-30937 in /w/workspace/edgexfoundry_edgex-go_PR-3282 [Pipeline] { [Pipeline] ws 21:55:03 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 21:55:03 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 21:55:05 using credential edgex-jenkins-ssh 21:55:05 Cloning the remote Git repository 21:55:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:55:05 > git init /w/workspace/edgex-go/3 # timeout=10 21:55:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:55:05 > git --version # timeout=10 21:55:05 > git --version # 'git version 2.17.1' 21:55:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:08 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 21:55:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:55:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:55:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:55:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:55:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3282/head:refs/remotes/origin/PR-3282 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:55:10 Merging remotes/origin/master commit 1e358ca4f8719fd9638600c05bc3e515a39fe53a into PR head commit f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:55:11 Merge succeeded, producing f17a1f7d33b88674cba98e88498d831d9e4c1b61 21:55:11 Checking out Revision f17a1f7d33b88674cba98e88498d831d9e4c1b61 (PR-3282) 21:55:10 > git config core.sparsecheckout # timeout=10 21:55:10 > git checkout -f f17a1f7d33b88674cba98e88498d831d9e4c1b61 # timeout=10 21:55:10 > git remote # timeout=10 21:55:10 > git config --get remote.origin.url # timeout=10 21:55:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:55:10 > git merge 1e358ca4f8719fd9638600c05bc3e515a39fe53a # timeout=10 21:55:10 > git rev-parse HEAD^{commit} # timeout=10 21:55:10 > git config core.sparsecheckout # timeout=10 21:55:10 > git checkout -f f17a1f7d33b88674cba98e88498d831d9e4c1b61 # timeout=10 21:55:12 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 21:55:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:55:15 + echo snap-build.sh 21:55:15 snap-build.sh 21:55:15 + SNAP_BASE_DIR=. 21:55:15 + '[' '!' -z /w/workspace/edgex-go/3 ']' 21:55:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 21:55:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 21:55:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 21:55:15 + cd /w/workspace/edgex-go/3 21:55:15 + sudo apt-get remove -qy --purge lxd lxd-client 21:55:15 Reading package lists... 21:55:15 Building dependency tree... 21:55:15 Reading state information... 21:55:15 The following packages were automatically installed and are no longer required: 21:55:15 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:55:15 uidmap xdelta3 21:55:15 Use 'sudo apt autoremove' to remove them. 21:55:16 The following packages will be REMOVED: 21:55:16 lxd* lxd-client* 21:55:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:55:16 After this operation, 31.7 MB disk space will be freed. 21:55:17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 21:55:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:55: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 21:55:18 Removing lxd dnsmasq configuration 21:55:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:55:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:55:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:55:19 (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.) 21:55:19 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:55:21 Processing triggers for systemd (237-3ubuntu10.42) ... 21:55:21 Processing triggers for ureadahead (0.100.0-21) ... 21:55:21 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 21:55:22 + sudo snap remove --purge lxd 21:55:22 snap "lxd" is not installed 21:55:22 + sudo groupadd --force --system lxd 21:55:22 ++ whoami 21:55:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:55:22 + newgrp - lxd 21:55:22 + sudo snap install lxd 21:55:24 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 21:55:30 2021-03-22T21:55:28Z INFO Waiting for automatic snapd restart... [Pipeline] } 21:55:31 $ docker stop --time=1 594cea014a9b231659a9c90eaa8ff4451b184768a5e66a723ec70a9e6377b01a 21:55:33 $ docker rm -f 594cea014a9b231659a9c90eaa8ff4451b184768a5e66a723ec70a9e6377b01a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:55:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:55:35 21:55:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:55:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:55:35 latest: Pulling from edgex-devops/edgex-compose-arm64 21:55:35 29e5d40040c1: Pulling fs layer 21:55:35 1ce36da41761: Pulling fs layer 21:55:35 25b303627fd3: Pulling fs layer 21:55:36 29e5d40040c1: Verifying Checksum 21:55:36 29e5d40040c1: Download complete 21:55:36 29e5d40040c1: Pull complete 21:55:37 1ce36da41761: Verifying Checksum 21:55:37 1ce36da41761: Download complete 21:55:38 1ce36da41761: Pull complete 21:55:38 25b303627fd3: Verifying Checksum 21:55:38 25b303627fd3: Download complete 21:55:45 lxd 4.12 from Canonical* installed 21:55:45 + sudo lxd init --auto 21:55:48 25b303627fd3: Pull complete 21:55:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:55:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:55:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:55:49 prd-ubuntu18.04-docker-arm64-4c-16g-30934 does not seem to be running inside a container 21:55:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:55:52 $ docker top a86044b4cf5be31aecdc5d1bf2b76240208ae7174a2ae3c4fd3c1074548a9b6e -eo pid,comm [Pipeline] { [Pipeline] sh 21:55:53 + docker-compose build --help 21:55:53 + grep parallel 21:55:55 + sudo snap install --classic snapcraft 21:55:56 --parallel Build images in parallel. [Pipeline] } 21:55:56 $ docker stop --time=1 a86044b4cf5be31aecdc5d1bf2b76240208ae7174a2ae3c4fd3c1074548a9b6e 21:55:58 $ docker rm -f a86044b4cf5be31aecdc5d1bf2b76240208ae7174a2ae3c4fd3c1074548a9b6e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:55:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:55:59 . [Pipeline] withDockerContainer 21:55:59 prd-ubuntu18.04-docker-arm64-4c-16g-30934 does not seem to be running inside a container 21:55:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:56:01 $ docker top 880e33abc1485fb09e2c6931839175b5f75f012e78d47fdc927b250df667ee59 -eo pid,comm [Pipeline] { [Pipeline] sh 21:56:02 + docker-compose -f ./docker-compose-build.yml build --parallel 21:56:02 snapcraft 4.5.4 from Canonical* installed 21:56:02 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:56:02 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:56:02 % Total % Received % Xferd Average Speed Time Time Time Current 21:56:02 Dload Upload Total Spent Left Speed 21:56:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3389 0 --:--:-- --:--:-- --:--:-- 3389 21:56:02 100 3325k 100 3325k 0 0 9.9M 0 --:--:-- --:--:-- --:--:-- 9.9M 21:56:02 ./yq_linux_amd64 21:56:02 + sudo snapcraft prime --use-lxd 21:56:04 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:56:04 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: 21:56:04 - README.md 21:56:04 21:56:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:56:04 Launching a container. 21:56:06 Building docker-core-command-go ... 21:56:06 Building docker-core-data-go ... 21:56:06 Building docker-core-metadata-go ... 21:56:06 Building docker-security-bootstrapper-go ... 21:56:06 Building docker-security-proxy-setup-go ... 21:56:06 Building docker-security-secretstore-setup-go ... 21:56:06 Building docker-support-notifications-go ... 21:56:06 Building docker-support-scheduler-go ... 21:56:06 Building docker-sys-mgmt-agent-go ... 21:56:06 Building docker-security-bootstrapper-go 21:56:06 Building docker-sys-mgmt-agent-go 21:56:06 Building docker-core-command-go 21:56:06 Building docker-core-metadata-go 21:56:06 Building docker-security-secretstore-setup-go 21:56:17 Waiting for container to be ready 21:56:17 To start your first instance, try: lxc launch ubuntu:18.04 21:56:17 21:56:20 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:56:20 Waiting for network to be ready... 21:56:20 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:56:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:56:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 21:56:21 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:56:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:56:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:56:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:56:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:56:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:56:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:56:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:56:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 21:56:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:56:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:56:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 21:56:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 21:56:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 21:56:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 21:56:22 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:56:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 21:56:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 21:56:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:56:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:56:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 21:56:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 21:56:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 21:56:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 21:56:25 Fetched 24.1 MB in 4s (5605 kB/s) 21:56:25 Reading package lists... 21:56:25 Reading package lists... 21:56:26 Building dependency tree... 21:56:26 Reading state information... 21:56:26 The following additional packages will be installed: 21:56:26 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:56:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:56:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:56:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:56:26 Suggested packages: 21:56:26 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:56:26 Recommended packages: 21:56:26 gnupg libsasl2-modules 21:56:26 The following NEW packages will be installed: 21:56:26 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:56:26 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:56:26 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:56:26 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:56:26 The following packages will be upgraded: 21:56:26 gpg gpg-agent gpgconf libudev1 21:56:26 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:56:26 Need to get 3530 kB of archives. 21:56:26 After this operation, 13.3 MB of additional disk space will be used. 21:56:26 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] 21:56:26 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] 21:56:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:56:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:56:26 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 21:56:26 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 21:56:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:56:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:56:27 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:56:27 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:56:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:56:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:56:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:56:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:56:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:56:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:56:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:56:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:56:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:56:27 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:56:27 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:56:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:56:27 debconf: delaying package configuration, since apt-utils is not installed 21:56:27 Fetched 3530 kB in 1s (3193 kB/s) 21:56:27 (Reading database ... 12511 files and directories currently installed.) 21:56:27 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 21:56:27 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:56:27 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 21:56:27 Selecting previously unselected package udev. 21:56:27 (Reading database ... 12511 files and directories currently installed.) 21:56:27 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 21:56:27 Unpacking udev (237-3ubuntu10.45) ... 21:56:28 Selecting previously unselected package libfuse2:amd64. 21:56:28 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:56:28 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:56:28 Selecting previously unselected package fuse. 21:56:28 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:56:28 Unpacking fuse (2.9.7-1ubuntu1) ... 21:56:28 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:56:28 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:56:28 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:56:28 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:56:28 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:56:28 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:56:28 Selecting previously unselected package libksba8:amd64. 21:56:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:56:28 Unpacking libksba8:amd64 (1.3.5-2) ... 21:56:28 Selecting previously unselected package libroken18-heimdal:amd64. 21:56:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:56:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:56:29 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:29 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:56:29 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:29 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libwind0-heimdal:amd64. 21:56:29 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:29 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:56:29 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:29 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:56:29 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:29 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:56:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:56:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:56:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:29 Selecting previously unselected package libsasl2-modules-db:amd64. 21:56:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:56:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:56:29 Selecting previously unselected package libsasl2-2:amd64. 21:56:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:56:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:56:29 Selecting previously unselected package libldap-common. 21:56:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:56:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:56:29 Selecting previously unselected package libldap-2.4-2:amd64. 21:56:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:56:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:56:29 Selecting previously unselected package dirmngr. 21:56:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:56:30 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:56:30 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:56:30 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:56:30 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:56:30 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:56:30 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:56:30 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:56:30 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:30 Setting up libksba8:amd64 (1.3.5-2) ... 21:56:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:56:30 Setting up udev (237-3ubuntu10.45) ... 21:56:30 invoke-rc.d: policy-rc.d denied execution of start. 21:56:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:30 Processing triggers for systemd (237-3ubuntu10) ... 21:56:31 Setting up fuse (2.9.7-1ubuntu1) ... 21:56:31 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:56:31 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:31 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:31 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:31 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:31 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:31 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:31 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:56:31 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:56:31 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:56:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:56:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:56:31 settings in the [Install] section, and DefaultInstance for template units). 21:56:31 This means they are not meant to be enabled using systemctl. 21:56:31 Possible reasons for having this kind of units are: 21:56:31 1) A unit may be statically enabled by being symlinked from another unit's 21:56:31 .wants/ or .requires/ directory. 21:56:31 2) A unit's purpose may be to act as a helper for some other unit which has 21:56:31 a requirement dependency on it. 21:56:31 3) A unit may be started when needed via activation (socket, path, timer, 21:56:31 D-Bus, udev, scripted systemctl call, ...). 21:56:31 4) In case of template units, the unit is meant to be enabled with some 21:56:31 instance name specified. 21:56:32 Reading package lists... 21:56:32 Building dependency tree... 21:56:32 Reading state information... 21:56:32 The following additional packages will be installed: 21:56:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:56:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:56:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:56:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:56:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:56:32 Suggested packages: 21:56:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:56:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:56:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:56:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:56:32 systemd-container policykit-1 21:56:32 Recommended packages: 21:56:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:56:32 The following NEW packages will be installed: 21:56:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:56:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:56:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:56:32 multiarch-support openssh-client python3 python3-minimal python3.6 21:56:32 python3.6-minimal snapd squashfs-tools sudo 21:56:32 The following packages will be upgraded: 21:56:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:56:32 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:56:32 Need to get 35.2 MB of archives. 21:56:32 After this operation, 141 MB of additional disk space will be used. 21:56:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:56:32 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 21:56:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:56:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 21:56:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:56:33 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 21:56:33 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:56:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:56:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:56:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:56:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:56:33 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:56:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:56:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:56:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:56:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:56:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:56:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:56:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:56:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:56:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:56:33 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:56:33 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:56:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:56:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:56:33 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:56:33 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:56:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:56:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:56:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:56:34 debconf: delaying package configuration, since apt-utils is not installed 21:56:34 Fetched 35.2 MB in 2s (15.6 MB/s) 21:56:34 (Reading database ... 12757 files and directories currently installed.) 21:56:34 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 21:56:34 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:56:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 21:56:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:56:35 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 21:56:35 (Reading database ... 12757 files and directories currently installed.) 21:56:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:56:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:56:36 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:56:36 (Reading database ... 12757 files and directories currently installed.) 21:56:36 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:56:36 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:56:36 Setting up apt (1.6.12ubuntu0.2) ... 21:56:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:56:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:56:38 (Reading database ... 12764 files and directories currently installed.) 21:56:38 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:56:38 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:56:38 Selecting previously unselected package libpython3.6-minimal:amd64. 21:56:38 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:56:38 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:56:39 Selecting previously unselected package libexpat1:amd64. 21:56:39 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:56:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:56:39 Selecting previously unselected package python3.6-minimal. 21:56:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:56:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:56:39 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 21:56:39 Checking for services that may need to be restarted...done. 21:56:39 Checking for services that may need to be restarted...done. 21:56:39 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:56:39 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:56:39 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:56:40 Selecting previously unselected package python3-minimal. 21:56:40 (Reading database ... 13012 files and directories currently installed.) 21:56:40 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:56:40 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:56:40 Selecting previously unselected package mime-support. 21:56:40 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:56:40 Unpacking mime-support (3.60ubuntu1) ... 21:56:40 Selecting previously unselected package libmpdec2:amd64. 21:56:40 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:56:40 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:56:40 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:56:40 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:56:40 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:56:40 Selecting previously unselected package python3.6. 21:56:40 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:56:40 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:56:40 Selecting previously unselected package libpython3-stdlib:amd64. 21:56:40 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:56:40 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:56:40 Setting up python3-minimal (3.6.7-1~18.04) ... 21:56:41 Selecting previously unselected package python3. 21:56:41 (Reading database ... 13442 files and directories currently installed.) 21:56:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:56:41 Unpacking python3 (3.6.7-1~18.04) ... 21:56:41 Selecting previously unselected package multiarch-support. 21:56:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:56:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:56:41 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:56:41 Selecting previously unselected package liblzo2-2:amd64. 21:56:41 (Reading database ... 13479 files and directories currently installed.) 21:56:41 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:56:41 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:56:41 Selecting previously unselected package libbsd0:amd64. 21:56:41 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:56:41 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:56:41 Selecting previously unselected package sudo. 21:56:41 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:56:41 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:56:41 Selecting previously unselected package apparmor. 21:56:41 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:56:41 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:56:42 Selecting previously unselected package libedit2:amd64. 21:56:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:56:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:56:42 Selecting previously unselected package libkrb5support0:amd64. 21:56:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:56:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:56:42 Selecting previously unselected package libk5crypto3:amd64. 21:56:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:56:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:56:42 Selecting previously unselected package libkeyutils1:amd64. 21:56:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:56:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:56:42 Selecting previously unselected package libkrb5-3:amd64. 21:56:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:56:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:56:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:56:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:56:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:56:42 Selecting previously unselected package libssl1.0.0:amd64. 21:56:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:56:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:56:42 Selecting previously unselected package openssh-client. 21:56:42 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:56:42 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:56:43 Selecting previously unselected package squashfs-tools. 21:56:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:56:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:56:43 Selecting previously unselected package snapd. 21:56:43 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:56:43 Unpacking snapd (2.48.3+18.04) ... 21:56:45 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:56:45 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:56:45 Setting up mime-support (3.60ubuntu1) ... 21:56:45 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:56:45 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:56:45 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:56:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:56:45 Setting up systemd (237-3ubuntu10.45) ... 21:56:45 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:56:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:56:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:56:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:56:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:56:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:56:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:56:46 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:56:46 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:56:46 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:56:46 Setting up python3 (3.6.7-1~18.04) ... 21:56:47 running python rtupdate hooks for python3.6... 21:56:47 running python post-rtupdate hooks for python3.6... 21:56:47 Setting up apparmor (2.12-4ubuntu5.1) ... 21:56:48 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:56:48 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:56:48 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:56:48 Setting up snapd (2.48.3+18.04) ... 21:56:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:56:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:56:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:56:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:56:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:56:49 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:56:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:56:50 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:56:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:56:50 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:56:50 /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' 21:56:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:56:50 Processing triggers for systemd (237-3ubuntu10.45) ... 21:56:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:56:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:56:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:56:53 Reading package lists... 21:56:53 Reading package lists... 21:56:53 Building dependency tree... 21:56:53 Reading state information... 21:56:53 Calculating upgrade... 21:56:53 The following packages will be upgraded: 21:56:53 advancecomp base-files bash binutils binutils-common 21:56:53 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:56:53 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:56:53 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:56:53 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:56:53 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:56:53 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:56:53 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:56:53 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:56:53 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:56:53 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:56:53 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:56:53 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:56:53 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:56:53 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:56:53 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:56:53 Need to get 63.8 MB of archives. 21:56:53 After this operation, 5207 kB of additional disk space will be used. 21:56:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 21:56:53 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:56:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:56:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:56:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:56:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:56:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:56:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:56:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:56:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:56:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:56:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:56:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:56:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:56:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:56:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:56:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:56:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:56:54 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:56:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:56:54 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:56:54 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:56:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:56:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:56:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:56:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:56:54 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:56:54 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:56:54 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:56:54 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:56:54 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:56:54 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:56:55 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:56:55 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:56:55 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:56:55 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:56:55 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:56:55 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:56:55 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:56:55 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:56:55 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:56:55 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:56:55 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:56:55 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 21:56:55 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:56:55 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:56:55 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:56:55 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:56:55 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:56:55 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:56:55 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] 21:56:55 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:56:55 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:56:55 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:56:55 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:56:55 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:56:55 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:56:55 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:56:55 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:56:55 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:56:55 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:56:55 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:56:55 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:56:55 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:56:55 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:56:55 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:56:55 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:56:55 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:56:55 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:56:55 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:56:55 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 21:56:55 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:56:55 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:56:55 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:56:55 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:56:55 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:56:55 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:56:55 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:56:55 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:56:55 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:56:55 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:56:55 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:56:55 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:56:55 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:56:55 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:56:55 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:56:55 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:56:55 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:56:55 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:56:55 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:56:55 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:56:56 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:56:56 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:56:56 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:56:56 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:56:56 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:56:56 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:56:56 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:56:56 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:56:56 debconf: delaying package configuration, since apt-utils is not installed 21:56:56 Fetched 63.8 MB in 3s (20.2 MB/s) 21:56:56 (Reading database ... 13912 files and directories currently installed.) 21:56:56 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:56:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:56:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:56:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:56:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 21:56:57 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 21:56:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:56:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:56:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:56:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:56:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:56:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:56:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:56:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:56:59 (Reading database ... 13911 files and directories currently installed.) 21:56:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:56:59 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:56:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:57:00 (Reading database ... 13911 files and directories currently installed.) 21:57:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:57:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:57:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:57:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:57:00 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:57:00 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:57:00 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:00 (Reading database ... 13911 files and directories currently installed.) 21:57:00 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:57:00 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:57:01 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:57:01 (Reading database ... 13911 files and directories currently installed.) 21:57:01 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:57:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:57:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:57:01 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:57:01 Setting up base-files (10.1ubuntu2.10) ... 21:57:01 Installing new version of config file /etc/issue ... 21:57:01 Installing new version of config file /etc/issue.net ... 21:57:01 Installing new version of config file /etc/lsb-release ... 21:57:01 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:57:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:57:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:57:02 Removing obsolete conffile /etc/default/motd-news ... 21:57:02 (Reading database ... 13912 files and directories currently installed.) 21:57:02 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:57:02 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:57:02 Setting up bash (4.4.18-2ubuntu1.2) ... 21:57:02 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 21:57:02 (Reading database ... 13912 files and directories currently installed.) 21:57:02 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:02 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:57:02 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:57:02 (Reading database ... 13912 files and directories currently installed.) 21:57:02 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:57:02 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:57:02 Setting up tar (1.29b-2ubuntu0.2) ... 21:57:03 (Reading database ... 13912 files and directories currently installed.) 21:57:03 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:57:03 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:57:03 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:57:03 (Reading database ... 13912 files and directories currently installed.) 21:57:03 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:57:03 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:57:03 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:57:03 (Reading database ... 13912 files and directories currently installed.) 21:57:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:57:04 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:57:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:57:04 (Reading database ... 13912 files and directories currently installed.) 21:57:04 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:57:04 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:57:04 Setting up grep (3.1-2build1) ... 21:57:04 (Reading database ... 13912 files and directories currently installed.) 21:57:04 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:57:04 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:57:04 Setting up login (1:4.5-1ubuntu2) ... 21:57:04 (Reading database ... 13912 files and directories currently installed.) 21:57:04 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:57:04 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:57:05 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:57:05 (Reading database ... 13912 files and directories currently installed.) 21:57:05 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:57:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:57:05 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:57:05 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:57:05 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:57:05 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:57:06 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:57:06 (Reading database ... 13912 files and directories currently installed.) 21:57:06 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:57:06 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:57:07 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:57:07 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:57:07 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:57:07 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:57:07 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:57:07 (Reading database ... 13912 files and directories currently installed.) 21:57:07 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:57:07 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:57:07 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:57:07 (Reading database ... 13912 files and directories currently installed.) 21:57:07 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:08 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:08 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:57:08 (Reading database ... 13912 files and directories currently installed.) 21:57:08 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:08 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:08 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:57:08 (Reading database ... 13912 files and directories currently installed.) 21:57:08 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:08 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:08 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:57:08 (Reading database ... 13912 files and directories currently installed.) 21:57:08 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:08 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:08 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:57:09 (Reading database ... 13912 files and directories currently installed.) 21:57:09 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:57:09 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:57:09 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:57:09 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:57:09 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:57:09 (Reading database ... 13912 files and directories currently installed.) 21:57:09 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:57:09 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:57:09 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:57:09 (Reading database ... 13912 files and directories currently installed.) 21:57:09 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:09 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:09 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:57:09 (Reading database ... 13912 files and directories currently installed.) 21:57:09 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:09 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:10 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:57:10 (Reading database ... 13912 files and directories currently installed.) 21:57:10 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:10 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:10 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:57:10 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:57:11 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:57:11 (Reading database ... 13912 files and directories currently installed.) 21:57:11 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:57:11 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:57:11 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:57:11 (Reading database ... 13912 files and directories currently installed.) 21:57:11 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:57:11 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:57:11 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:57:11 (Reading database ... 13914 files and directories currently installed.) 21:57:11 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:57:11 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:57:12 Setting up debconf (1.5.66ubuntu1) ... 21:57:12 (Reading database ... 13914 files and directories currently installed.) 21:57:12 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:57:12 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:57:12 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:57:12 (Reading database ... 13914 files and directories currently installed.) 21:57:12 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:57:12 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:57:12 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:57:12 (Reading database ... 13914 files and directories currently installed.) 21:57:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:57:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:57:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:57:13 (Reading database ... 13914 files and directories currently installed.) 21:57:13 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:57:13 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:57:13 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:57:13 (Reading database ... 13914 files and directories currently installed.) 21:57:13 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:57:13 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:57:13 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:57:13 (Reading database ... 13914 files and directories currently installed.) 21:57:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:57:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:57:14 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 21:57:14 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 21:57:14 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:57:14 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:57:14 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:57:14 (Reading database ... 13914 files and directories currently installed.) 21:57:14 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:57:14 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:57:14 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:57:14 (Reading database ... 13914 files and directories currently installed.) 21:57:14 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:57:14 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:57:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:57:14 (Reading database ... 13914 files and directories currently installed.) 21:57:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:57:15 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:57:15 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:57:15 (Reading database ... 13914 files and directories currently installed.) 21:57:15 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:57:15 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:57:15 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:57:15 (Reading database ... 13914 files and directories currently installed.) 21:57:15 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:57:15 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:57:15 Setting up passwd (1:4.5-1ubuntu2) ... 21:57:15 (Reading database ... 13914 files and directories currently installed.) 21:57:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:57:15 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:57:16 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:57:16 (Reading database ... 13914 files and directories currently installed.) 21:57:16 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:57:16 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:57:16 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:57:16 (Reading database ... 13914 files and directories currently installed.) 21:57:16 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:57:16 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:57:16 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:57:16 (Reading database ... 13914 files and directories currently installed.) 21:57:16 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:57:16 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:57:16 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:57:16 (Reading database ... 13914 files and directories currently installed.) 21:57:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:57:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:57:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:57:17 (Reading database ... 13914 files and directories currently installed.) 21:57:17 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:57:17 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:57:17 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:57:17 (Reading database ... 13914 files and directories currently installed.) 21:57:17 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:57:17 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:57:17 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:57:17 (Reading database ... 13915 files and directories currently installed.) 21:57:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:57:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:57:18 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:57:18 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:57:18 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:57:18 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:57:18 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:57:18 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:57:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:57:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:57:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:57:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:57:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:57:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:57:19 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:57:19 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:57:19 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:57:19 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:57:19 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:57:19 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:57:19 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:57:19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:57:20 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:57:20 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:57:21 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:57:21 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:57:21 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:57:21 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:57:21 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:57:21 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:57:21 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:57:21 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:57:21 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:57:21 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:57:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:57:21 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:57:22 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:22 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:22 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:22 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:22 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:22 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:22 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:22 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:23 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:23 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:24 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:24 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:25 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:25 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:25 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:25 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:27 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:57:27 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:57:27 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:57:27 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:57:27 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:57:27 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:57:27 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:57:27 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:57:27 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:57:27 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:57:27 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:57:27 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:57:27 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:57:27 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:57:27 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:57:27 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:57:27 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:27 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:57:27 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:27 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:27 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:27 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:57:27 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:57:27 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:57:28 21:57:28 Current default time zone: 'Etc/UTC' 21:57:28 Local time is now: Mon Mar 22 21:57:27 UTC 2021. 21:57:28 Universal Time is now: Mon Mar 22 21:57:27 UTC 2021. 21:57:28 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:57:28 21:57:28 Setting up systemd-sysv (237-3ubuntu10.45) ... 21:57:28 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:28 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 21:57:28 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:57:28 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:57:28 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:57:28 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:57:28 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:57:28 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:57:28 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:57:28 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:28 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:57:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:57:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:57:28 ---> f755a68e5828 21:57:28 Step 3/26 : WORKDIR /edgex-go 21:57:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:57:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:57:28 ---> f755a68e5828 21:57:28 Step 3/31 : WORKDIR /edgex-go 21:57:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:57:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:57:28 ---> f755a68e5828 21:57:28 Step 3/23 : WORKDIR /edgex-go 21:57:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:57:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:57:28 ---> f755a68e5828 21:57:28 Step 3/23 : WORKDIR /edgex-go 21:57:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:57:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:57:28 ---> f755a68e5828 21:57:28 Step 3/24 : WORKDIR /edgex-go 21:57:28 ---> Running in 7635481d9f65 21:57:28 ---> Running in a18157fd4bb6 21:57:28 ---> Running in 17f1dcd2453b 21:57:28 ---> Running in 1ec3990010a5 21:57:28 ---> Running in d67f713875d5 21:57:28 Removing intermediate container 1ec3990010a5 21:57:28 ---> 5aaa508b8d44 21:57:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:28 Removing intermediate container a18157fd4bb6 21:57:28 ---> be04ced9f825 21:57:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:28 Removing intermediate container 17f1dcd2453b 21:57:28 ---> 051a4df44113 21:57:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:28 Removing intermediate container d67f713875d5 21:57:28 ---> 53a1e22782e6 21:57:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:28 Removing intermediate container 7635481d9f65 21:57:28 ---> fbc7d6739d85 21:57:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:57:28 ---> Running in 3ee30cce7735 21:57:28 ---> Running in 7e4d9c38a588 21:57:28 ---> Running in f97f909abd1f 21:57:28 ---> Running in 5f4e223370e5 21:57:28 ---> Running in cbd9a35e377b 21:57:28 Removing intermediate container 3ee30cce7735 21:57:28 ---> 84cf614aaaa3 21:57:28 Step 5/26 : RUN apk add --update --no-cache make bash git 21:57:28 ---> Running in 0b33b1d59923 21:57:28 Removing intermediate container 7e4d9c38a588 21:57:28 ---> 8e5caa49d2cf 21:57:28 Step 5/23 : RUN apk add --update --no-cache make git 21:57:28 Removing intermediate container cbd9a35e377b 21:57:28 ---> a295590ffb9b 21:57:28 Step 5/31 : RUN apk add --update --no-cache make git 21:57:28 ---> Running in 9263fdeaa5db 21:57:28 ---> Running in 3e4248dc5c1e 21:57:28 Removing intermediate container f97f909abd1f 21:57:28 ---> 102f7a99eb98 21:57:28 Step 5/24 : RUN apk add --update --no-cache make git 21:57:28 Removing intermediate container 5f4e223370e5 21:57:28 ---> 5b7ff64d8fd3 21:57:28 Step 5/23 : RUN apk add --update --no-cache make git 21:57:28 ---> Running in 9a6fb658edd3 21:57:28 ---> Running in 2ec2223e50bb 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:57:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:57:28 OK: 217 MiB in 51 packages 21:57:28 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:57:28 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:57:28 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:28 Setting up patch (2.7.6-2ubuntu1.1) ... 21:57:28 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:57:28 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:57:28 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 21:57:28 Installing new version of config file /etc/ssl/openssl.cnf ... 21:57:28 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:57:28 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:57:28 Setting up ca-certificates (20210119~18.04.1) ... 21:57:29 OK: 217 MiB in 51 packages 21:57:29 OK: 217 MiB in 51 packages 21:57:29 OK: 217 MiB in 51 packages 21:57:29 OK: 217 MiB in 51 packages 21:57:29 Removing intermediate container 0b33b1d59923 21:57:29 ---> 000a2ce89ae3 21:57:29 Step 6/26 : COPY go.mod . 21:57:30 Removing intermediate container 2ec2223e50bb 21:57:30 ---> 4aa0afd6d939 21:57:30 Step 6/24 : COPY go.mod . 21:57:30 Updating certificates in /etc/ssl/certs... 21:57:31 ---> dc1e37683ff0 21:57:31 Step 7/26 : RUN go mod download 21:57:31 ---> Running in 9ed47607fe3e 21:57:31 Removing intermediate container 3e4248dc5c1e 21:57:31 ---> eda65205ea32 21:57:31 Step 6/31 : COPY go.mod . 21:57:31 Removing intermediate container 9a6fb658edd3 21:57:31 ---> 0ed1d58c3a1a 21:57:31 Step 6/23 : COPY go.mod . 21:57:31 Removing intermediate container 9263fdeaa5db 21:57:31 ---> 107cd8e09eb2 21:57:31 Step 6/23 : COPY go.mod . 21:57:31 23 added, 27 removed; done. 21:57:31 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:57:31 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:57:31 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:57:31 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:57:31 Setting up pkgbinarymangler (138.18.04.1) ... 21:57:31 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:57:31 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:57:31 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:57:31 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:57:31 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:57:31 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:57:31 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:57:31 Setting up perl (5.26.1-6ubuntu0.5) ... 21:57:31 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:57:31 ---> d6dbfe61d60c 21:57:31 Step 7/24 : RUN go mod download 21:57:31 ---> Running in 10e31a4795ee 21:57:32 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:57:32 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:57:32 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:57:32 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:57:32 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:57:32 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:57:32 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:57:32 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:57:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:57:32 Processing triggers for systemd (237-3ubuntu10.45) ... 21:57:32 Processing triggers for mime-support (3.60ubuntu1) ... 21:57:32 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:57:32 Updating certificates in /etc/ssl/certs... 21:57:32 ---> 39de2dc62109 21:57:32 Step 7/23 : RUN go mod download 21:57:32 0 added, 0 removed; done. 21:57:32 Running hooks in /etc/ca-certificates/update.d... 21:57:32 done. 21:57:32 ---> 24215a364428 21:57:32 ---> 11c9fe6b4498 21:57:32 Step 7/23 : RUN go mod downloadStep 7/31 : RUN go mod download 21:57:32 21:57:32 ---> Running in 4238bdcda9e6 21:57:33 ---> Running in af94599f3e39 21:57:33 ---> Running in e5028c639b94 21:57:33 Reading package lists... 21:57:33 Building dependency tree... 21:57:33 Reading state information... 21:57:33 The following NEW packages will be installed: 21:57:33 apt-transport-https 21:57:33 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:57:33 Need to get 1696 B of archives. 21:57:33 After this operation, 153 kB of additional disk space will be used. 21:57:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:57:33 debconf: delaying package configuration, since apt-utils is not installed 21:57:33 Fetched 1696 B in 0s (8396 B/s) 21:57:33 Selecting previously unselected package apt-transport-https. 21:57:33 (Reading database ... 13920 files and directories currently installed.) 21:57:33 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:57:33 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:57:34 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:57:34 Waiting for network to be ready... 21:57:35 Removing intermediate container 9ed47607fe3e 21:57:35 ---> 65e553d1487f 21:57:35 Step 8/26 : COPY . . 21:57:36 Removing intermediate container 10e31a4795ee 21:57:36 ---> d9ae86d9529f 21:57:36 Step 8/24 : COPY . . 21:57:39 Removing intermediate container 4238bdcda9e6 21:57:39 ---> 26f5cbe66be9 21:57:39 Step 8/23 : COPY . . 21:57:39 Removing intermediate container af94599f3e39 21:57:39 ---> 8f0d967361f0 21:57:39 Step 8/23 : COPY . . 21:57:39 Removing intermediate container e5028c639b94 21:57:39 ---> 2889312df1df 21:57:39 Step 8/31 : COPY . . 21:57:40 2021-03-22T21:57:37Z INFO Waiting for automatic snapd restart... 21:57:40 snapd 2.49 from Canonical* installed 21:57:41 "snapd" switched to the "latest/stable" channel 21:57:41 21:57:43 core18 20210128 from Canonical* installed 21:57:43 "core18" switched to the "latest/stable" channel 21:57:43 21:57:47 snapcraft 4.5.4 from Canonical* installed 21:57:47 "snapcraft" switched to the "latest/stable" channel 21:57:47 21:57:50 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: 21:57:50 - README.md 21:57:50 21:57:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:57:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:57:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:57:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:57:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:57:58 Reading package lists... 21:57:59 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 21:58:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:58:05 Reading package lists... 21:58:05 Building dependency tree... 21:58:05 Reading state information... 21:58:05 Suggested packages: 21:58:05 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:58:05 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:58:05 Recommended packages: 21:58:05 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:58:05 The following NEW packages will be installed: 21:58:05 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:58:05 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:58:05 pkg-config zip 21:58:05 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:58:05 Need to get 7657 kB of archives. 21:58:05 After this operation, 43.8 MB of additional disk space will be used. 21:58:05 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:58:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 21:58:05 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:58:05 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:58:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:58:05 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:58:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:58:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:58:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:58:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:58:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:58:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:58:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:58:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:58:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:58:06 ---> 5c60fd84a5bc 21:58:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:58:06 ---> 8fed5a7af6c3 21:58:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:58:06 ---> 20d22a53bb3f 21:58:06 Step 9/23 : RUN make cmd/core-command/core-command 21:58:06 ---> Running in 46a68ac0ef4f 21:58:06 ---> 4d54ddc6d7ca 21:58:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:58:06 ---> e1f77e042f13 21:58:06 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:58:06 ---> Running in 8ad447290e37 21:58:06 ---> Running in c0d60a89e125 21:58:06 ---> Running in e5037178886d 21:58:06 ---> Running in 55924120a9d3 21:58:06 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 21:58:06 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 21:58: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 21:58:06 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 21:58:06 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 21:58:06 debconf: delaying package configuration, since apt-utils is not installed 21:58:06 Fetched 7657 kB in 1s (7151 kB/s) 21:58:06 Selecting previously unselected package libglib2.0-0:amd64. 21:58:06 (Reading database ... 13924 files and directories currently installed.) 21:58:06 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:58:06 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:58:07 Selecting previously unselected package libpsl5:amd64. 21:58:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:58:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:58:07 Selecting previously unselected package libnghttp2-14:amd64. 21:58:07 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:58:07 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:58:07 Selecting previously unselected package librtmp1:amd64. 21:58:07 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:58:07 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:58:07 Selecting previously unselected package libcurl3-gnutls:amd64. 21:58:07 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:58:07 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:58:07 Selecting previously unselected package liberror-perl. 21:58:07 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:58:07 Unpacking liberror-perl (0.17025-1) ... 21:58:07 Selecting previously unselected package git-man. 21:58:07 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:58:07 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:58:07 Selecting previously unselected package git. 21:58:07 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:58:07 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:58:08 Selecting previously unselected package libnorm1:amd64. 21:58:08 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:58:08 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:58:08 Selecting previously unselected package libpgm-5.2-0:amd64. 21:58:08 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:58:08 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:58:08 Selecting previously unselected package libsodium23:amd64. 21:58:08 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:58:08 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:58:08 Selecting previously unselected package libzmq5:amd64. 21:58:08 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:58:08 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:58:08 Selecting previously unselected package libzmq3-dev:amd64. 21:58:08 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:58:08 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:58:09 Selecting previously unselected package pkg-config. 21:58:09 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:58:09 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:58:09 Selecting previously unselected package zip. 21:58:09 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:58:09 Unpacking zip (3.0-11build1) ... 21:58:09 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:58:09 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:58:09 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:58:09 Setting up liberror-perl (0.17025-1) ... 21:58:09 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:58:09 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:58:09 No schema files found: doing nothing. 21:58:09 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:58:09 Setting up zip (3.0-11build1) ... 21:58:09 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:58:09 Setting up libsodium23:amd64 (1.0.16-2) ... 21:58:09 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:58:09 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:58:09 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:58:09 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:58:09 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:58:09 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:58:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:58:16 git set to automatically installed. 21:58:16 git-man set to automatically installed. 21:58:16 libcurl3-gnutls set to automatically installed. 21:58:16 liberror-perl set to automatically installed. 21:58:16 libglib2.0-0 set to automatically installed. 21:58:16 libnghttp2-14 set to automatically installed. 21:58:16 libnorm1 set to automatically installed. 21:58:16 libpgm-5.2-0 set to automatically installed. 21:58:16 libpsl5 set to automatically installed. 21:58:16 librtmp1 set to automatically installed. 21:58:16 libsodium23 set to automatically installed. 21:58:16 libzmq3-dev set to automatically installed. 21:58:16 libzmq5 set to automatically installed. 21:58:16 pkg-config set to automatically installed. 21:58:16 zip set to automatically installed. 21:58:18 snapd is not logged in, snap install commands will use sudo 21:58:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:58:24 snap "core18" has no updates available 21:58:25 snapd is not logged in, snap install commands will use sudo 21:58:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:58:47 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 21:58:47 Pulling go-build-helper 21:58:47 + snapcraftctl pull 21:58:47 'app-service-config' has dependencies that need to be staged: go-build-helper 21:58:47 Skipping pull go-build-helper (already ran) 21:58:47 Building go-build-helper 21:58:47 + snapcraftctl build 21:58:49 Staging go-build-helper 21:58:49 + snapcraftctl stage 21:58:59 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:58:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:58:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:58:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 21:58:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:58:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:58:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:58:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:58:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:58:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:58:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:58:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 21:58:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:58:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:58:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 21:58:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 21:58:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 21:58:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 21:58:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:58:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 21:58:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 21:58:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:58:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:58:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 21:58:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 21:58:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 21:58:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 21:58:59 Fetched 24.1 MB in 0s (0 B/s) 21:58:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:58:59 Fetched 224 kB in 0s (0 B/s) 21:58:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:58:59 Fetched 157 kB in 0s (0 B/s) 21:58:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:58:59 Fetched 221 kB in 0s (0 B/s) 21:58:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:58:59 Fetched 143 kB in 0s (0 B/s) 21:58:59 Pulling app-service-config 21:58:59 + snapcraftctl pull 21:58:59 Cloning into '/root/parts/app-service-config/src'... 21:59:00 Pulling config-common 21:59:00 + snapcraftctl pull 21:59:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:59:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:59:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:59:04 Fetched 0 B in 0s (0 B/s) 21:59:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:59:04 Fetched 0 B in 0s (0 B/s) 21:59:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:59:04 Fetched 0 B in 0s (0 B/s) 21:59:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:59:04 Fetched 0 B in 0s (0 B/s) 21:59:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:59:04 Fetched 0 B in 0s (0 B/s) 21:59:04 Pulling edgex-go 21:59:04 + snapcraftctl pull 21:59:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:59:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:59:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:59:26 Fetched 0 B in 0s (0 B/s) 21:59:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:59:26 Fetched 96.5 kB in 0s (0 B/s) 21:59:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:59:26 Fetched 279 kB in 0s (0 B/s) 21:59:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:59:26 Fetched 122 kB in 0s (0 B/s) 21:59:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:59:26 Fetched 77.8 kB in 0s (0 B/s) 21:59:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:59:26 Fetched 8848 B in 0s (0 B/s) 21:59:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:59:26 Fetched 47.8 kB in 0s (0 B/s) 21:59:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:59:26 Fetched 45.6 kB in 0s (0 B/s) 21:59:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:59:26 Fetched 15.0 kB in 0s (0 B/s) 21:59:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:59:26 Fetched 214 kB in 0s (0 B/s) 21:59:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:59:26 Fetched 154 kB in 0s (0 B/s) 21:59:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:59:26 Fetched 50.6 kB in 0s (0 B/s) 21:59:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:59:26 Fetched 14.8 kB in 0s (0 B/s) 21:59:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:59:26 Fetched 41.8 kB in 0s (0 B/s) 21:59:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:59:26 Fetched 499 kB in 0s (0 B/s) 21:59:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:59:26 Fetched 111 kB in 0s (0 B/s) 21:59:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:59:26 Fetched 240 kB in 0s (0 B/s) 21:59:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:59:26 Fetched 29.3 kB in 0s (0 B/s) 21:59:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:59:26 Fetched 85.5 kB in 0s (0 B/s) 21:59:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:59:26 Fetched 24.5 kB in 0s (0 B/s) 21:59:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:59:26 Fetched 49.2 kB in 0s (0 B/s) 21:59:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:59:26 Fetched 54.2 kB in 0s (0 B/s) 21:59:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:59:26 Fetched 30.8 kB in 0s (0 B/s) 21:59:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:59:26 Fetched 15.8 kB in 0s (0 B/s) 21:59:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:59:26 Fetched 85.9 kB in 0s (0 B/s) 21:59:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:59:26 Fetched 8720 B in 0s (0 B/s) 21:59:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:59:26 Fetched 137 kB in 0s (0 B/s) 21:59:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:59:26 Fetched 119 kB in 0s (0 B/s) 21:59:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:59:26 Fetched 109 kB in 0s (0 B/s) 21:59:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:59:26 Fetched 11.1 kB in 0s (0 B/s) 21:59:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:59:26 Fetched 645 kB in 0s (0 B/s) 21:59:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:59:26 Fetched 41.3 kB in 0s (0 B/s) 21:59:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:59:26 Fetched 17.9 kB in 0s (0 B/s) 21:59:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:59:26 Fetched 368 kB in 0s (0 B/s) 21:59:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:59:26 Fetched 187 kB in 0s (0 B/s) 21:59:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:59:26 Fetched 175 kB in 0s (0 B/s) 21:59:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:59:26 Fetched 206 kB in 0s (0 B/s) 21:59:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 21:59:26 Fetched 1301 kB in 0s (0 B/s) 21:59:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:59:26 Fetched 36.2 kB in 0s (0 B/s) 21:59:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:59:26 Fetched 159 kB in 0s (0 B/s) 21:59:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:59:26 Fetched 107 kB in 0s (0 B/s) 21:59:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:59:26 Fetched 48.7 kB in 0s (0 B/s) 21:59:26 Pulling static-packages 21:59:26 + snapcraftctl pull 21:59:26 Pulling version 21:59:26 + cd /root/project 21:59:26 + [ -f VERSION ] 21:59:26 + PROJECT_VERSION=local-dev 21:59:26 + git rev-parse --short HEAD 21:59:26 + GIT_REVISION=f17a1f7d 21:59:26 + snapcraftctl set-version local-dev 21:59:26 Skipping build go-build-helper (already ran) 21:59:26 Building app-service-config 21:59:26 + make build 21:59:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 21:59:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:59:29 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 21:59:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 21:59:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 21:59:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 21:59:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 21:59:29 go: downloading github.com/go-kit/kit v0.8.0 21:59:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 21:59:29 go: downloading github.com/gorilla/mux v1.8.0 21:59:29 go: downloading github.com/google/uuid v1.2.0 21:59:29 go: downloading github.com/BurntSushi/toml v0.3.1 21:59:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 21:59:30 go: downloading github.com/hashicorp/consul/api v1.8.1 21:59:30 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:59:30 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:59:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:59:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:59:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:59:30 go: downloading github.com/hashicorp/serf v0.9.5 21:59:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:59:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:59:30 go: downloading github.com/pebbe/zmq4 v1.2.5 21:59:30 go: downloading github.com/pelletier/go-toml v1.2.0 21:59:30 go: downloading github.com/x448/float16 v0.8.4 21:59:30 go: downloading github.com/go-playground/universal-translator v0.17.0 21:59:30 go: downloading github.com/go-playground/locales v0.13.0 21:59:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:59:30 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:59:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:59:30 go: downloading github.com/leodido/go-urn v1.2.0 21:59:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:59:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:59:30 go: downloading github.com/mitchellh/copystructure v1.0.0 21:59:30 go: downloading github.com/mattn/go-isatty v0.0.12 21:59:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:59:30 go: downloading github.com/fatih/color v1.9.0 21:59:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 21:59:30 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 21:59:30 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:59:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:59:30 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 21:59:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:59:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:59:30 go: downloading github.com/mattn/go-colorable v0.1.6 21:59:40 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:59:40 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:59:40 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:59:40 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:59:40 Building config-common 21:59:40 + snapcraftctl build 21:59:42 Building edgex-go 21:59:43 + cd /root/parts/edgex-go/src 21:59:43 + make build 21:59:43 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 21:59:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 21:59:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 21:59:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:59:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 21:59:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 21:59:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 21:59:43 go: downloading github.com/imdario/mergo v0.3.12 21:59:43 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:59:43 go: downloading github.com/pkg/errors v0.8.1 21:59:43 go: downloading github.com/gorilla/websocket v1.4.2 21:59:43 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:59:46 Removing intermediate container 46a68ac0ef4f 21:59:46 ---> 6e22f6b51ee2 21:59:46 21:59:46 Step 10/24 : FROM alpine:3.12 21:59:46 3.12: Pulling from library/alpine 21:59:47 Removing intermediate container 8ad447290e37 21:59:47 ---> 2f79fbadc0bf 21:59:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:59:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:59:47 go: downloading gopkg.in/yaml.v2 v2.4.0 21:59:48 ---> Running in 6df346309433 21:59:48 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:59:48 Status: Downloaded newer image for alpine:3.12 21:59:48 ---> d10569e2745f 21:59:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:59:48 ---> Running in 360aba8d7e19 21:59:50 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 21:59:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:51 (1/5) Installing ca-certificates (20191127-r4) 21:59:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:59:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:59:52 (3/5) Installing libcurl (7.69.1-r3) 21:59:52 (4/5) Installing curl (7.69.1-r3) 21:59:52 (5/5) Installing dumb-init (1.2.2-r1) 21:59:52 Executing busybox-1.31.1-r19.trigger 21:59:52 Executing ca-certificates-20191127-r4.trigger 21:59:52 OK: 7 MiB in 19 packages 21:59:53 Removing intermediate container 55924120a9d3 21:59:53 ---> 26254d6c349c 21:59:53 21:59:53 Step 10/31 : FROM alpine:3.12 21:59:53 ---> d10569e2745f 21:59:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:59:53 ---> Running in 46e60e333a3b 21:59:53 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 21:59:55 Removing intermediate container 46e60e333a3b 21:59:55 ---> 6119bbfd87e9 21:59:55 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:59:55 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 21:59:55 ---> Running in f6a6f183c8b2 21:59:55 Removing intermediate container 360aba8d7e19 21:59:55 ---> f565f46e2615 21:59:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:59:55 ---> Running in b74cd4a114ef 21:59:55 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 21:59:56 go: downloading github.com/stretchr/testify v1.7.0 21:59:56 go: downloading github.com/davecgh/go-spew v1.1.1 21:59:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:59:56 go: downloading github.com/pmezard/go-difflib v1.0.0 21:59:56 Removing intermediate container b74cd4a114ef 21:59:56 ---> f45158029e15 21:59:56 Step 13/24 : WORKDIR / 21:59:56 ---> Running in 5276033c8ffa 21:59:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:57 Removing intermediate container 6df346309433 21:59:57 ---> 55a65f881f9a 21:59:57 21:59:57 Step 11/26 : FROM docker:20.10.0 21:59:57 20.10.0: Pulling from library/docker 21:59:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:58 Removing intermediate container 5276033c8ffa 21:59:58 ---> f9d29779a3a6 21:59:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:59:58 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 21:59:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:59:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:59:58 (1/2) Installing dumb-init (1.2.2-r1) 21:59:58 (2/2) Installing su-exec (0.2-r1) 21:59:58 Executing busybox-1.31.1-r19.trigger 21:59:58 OK: 5 MiB in 16 packages 22:00:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:00:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:00:01 ---> a569ddfcd47b 22:00:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:00:01 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:00:01 Removing intermediate container f6a6f183c8b2 22:00:01 ---> 7c750d89f4d2 22:00:01 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:00:01 Removing intermediate container c0d60a89e125 22:00:01 ---> 768528b847a3 22:00:01 22:00:01 Step 10/23 : FROM alpine:3.12 22:00:01 ---> d10569e2745f 22:00:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:00:02 ---> Running in e6b1eefd9b22 22:00:02 ---> Running in f1f0cce889cd 22:00:02 ---> 936e9e594439 22:00:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:00:03 Removing intermediate container e6b1eefd9b22 22:00:03 ---> d2bcf28b05d5 22:00:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:00:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:00:03 ---> Running in d76fee8236ae 22:00:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:03 ---> c979fd3af710 22:00:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:00:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:00:04 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:00:04 Removing intermediate container d76fee8236ae 22:00:04 ---> d0e2ff41d44b 22:00:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:00:04 (1/1) Installing dumb-init (1.2.2-r1) 22:00:04 Executing busybox-1.31.1-r19.trigger 22:00:05 OK: 5 MiB in 15 packages 22:00:05 ---> Running in 98a741ef505b 22:00: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 22:00:05 go: downloading github.com/lib/pq v1.9.0 22:00:06 ---> 4e8fcde708f0 22:00:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:00:07 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:00:07 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:00:07 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:00:07 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:00:07 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:00:07 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:00:07 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:00:07 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:00:07 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:00:07 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:00:07 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:00:07 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:00:07 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:00:07 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:00:07 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:00:07 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:00:07 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:00:07 + 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 22:00:07 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:00:07 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:00:07 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:00:07 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:00:07 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:00:07 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:00:07 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:00:07 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:00:07 Removing intermediate container f1f0cce889cd 22:00:07 ---> 9eead7a1f52b 22:00:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:00:08 ---> 888243bb78cc 22:00:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:00:09 ---> Running in 00831812fa77 22:00:09 Removing intermediate container e5037178886d 22:00:09 ---> 968aab7d2c77 22:00:09 22:00:09 Step 10/23 : FROM alpine:3.12 22:00:09 ---> d10569e2745f 22:00:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:00:09 ---> Using cache 22:00:09 ---> 9eead7a1f52b 22:00:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:00:10 Removing intermediate container 98a741ef505b 22:00:10 ---> bce59bae3feb 22:00:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:00:10 ---> Running in 9e7313252eb3 22:00:10 Removing intermediate container 00831812fa77 22:00:10 ---> 0308c16eee89 22:00:10 Step 13/23 : ENV APP_PORT=48082 22:00:10 ---> eb3aa883ae0d 22:00:10 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/ 22:00:10 ---> Running in 94a3a05ce881 22:00:10 ---> Running in 41d61f0c257c 22:00:10 ---> Running in af782ac7619a 22:00:10 Building static-packages 22:00:10 + snapcraftctl build 22:00:11 Removing intermediate container 9e7313252eb3 22:00:11 ---> 41475f527cd6 22:00:11 Step 13/23 : ENV APP_PORT=48081 22:00:11 Removing intermediate container 94a3a05ce881 22:00:11 ---> 9e3d5f539ba0 22:00:11 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:00:11 ---> Running in e4a74530b07d 22:00:11 Removing intermediate container 41d61f0c257c 22:00:11 ---> f323b2673ca3 22:00:11 Step 14/23 : EXPOSE $APP_PORT 22:00:11 ---> Running in f72d8cf6fc79 22:00:12 Removing intermediate container e4a74530b07d 22:00:12 ---> f30a2b755cad 22:00:12 Step 14/23 : EXPOSE $APP_PORT 22:00:12 Building version 22:00:12 + snapcraftctl build 22:00:12 ---> Running in 905a055cf014 22:00:12 Removing intermediate container f72d8cf6fc79 22:00:12 ---> a88c853f69fe 22:00:12 Step 15/23 : WORKDIR / 22:00:12 ---> Running in c572466b621f 22:00:13 ---> 4262a4bd98ab 22:00:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:00:13 ---> Running in 86022e3d07f5 22:00:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:00:13 Status: Downloaded newer image for docker:20.10.0 22:00:13 ---> eeaf43b92773 22:00:13 Step 12/26 : RUN apk add --no-cache bash 22:00:13 Removing intermediate container 905a055cf014 22:00:13 ---> 4de249a99c94 22:00:13 Step 15/23 : WORKDIR / 22:00:13 ---> Running in eb9633f60afc 22:00:13 ---> Running in 5205ba6f0871 22:00:13 Removing intermediate container c572466b621f 22:00:13 ---> 325e6481c7ed 22:00:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:00:13 Removing intermediate container af782ac7619a 22:00:13 ---> 293f9c386c56 22:00:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:00:14 Skipping stage go-build-helper (already ran) 22:00:14 Staging app-service-config 22:00:14 + snapcraftctl stage 22:00:14 ---> Running in 0244e44aaa54 22:00:14 Removing intermediate container 5205ba6f0871 22:00:14 ---> 589c1c460039 22:00:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:00:14 Removing intermediate container 0244e44aaa54 22:00:14 ---> 11823a631eca 22:00:14 Step 22/24 : LABEL arch=arm64 22:00:14 Staging config-common 22:00:14 + snapcraftctl stage 22:00:15 ---> Running in 9b04f9b3bdb9 22:00:15 ---> d1936e51dfbd 22:00:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:00:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:15 ---> 31e91c1068d2 22:00:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:00:15 Staging edgex-go 22:00:15 + snapcraftctl stage 22:00:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:15 Removing intermediate container 9b04f9b3bdb9 22:00:15 ---> fb7bddb6c8eb 22:00:15 Step 23/24 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:00:16 ---> Running in e8553441c44d 22:00:16 Staging static-packages 22:00:16 + snapcraftctl stage 22:00:17 Removing intermediate container 86022e3d07f5 22:00:17 ---> b885b9191d3c 22:00:17 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:00:17 ---> 927e8377a206 22:00:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:00:17 Removing intermediate container e8553441c44d 22:00:17 ---> af409e3ce652 22:00:17 Step 24/24 : LABEL version=0.0.0 22:00:17 ---> 0c2522ef98b9 22:00:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:00:17 ---> Running in 58dd39117b21 22:00:17 (1/2) Installing readline (8.0.4-r0) 22:00:17 (2/2) Installing bash (5.0.17-r0) 22:00:17 Executing bash-5.0.17-r0.post-install 22:00:17 Executing busybox-1.31.1-r19.trigger 22:00:17 OK: 12 MiB in 22 packages 22:00:17 ---> 7836367bd101 22:00:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:00:18 Staging version 22:00:18 + snapcraftctl stage 22:00:18 Removing intermediate container 58dd39117b21 22:00:18 ---> a2bb141390b0 22:00:18 22:00:18 ---> cb00454e7ac0 22:00:18 Step 19/23 : ENTRYPOINT ["/core-command"] 22:00:18 ---> Running in d713b09e3deb 22:00:18 ---> cf364e3071c0 22:00:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:00:18 Priming go-build-helper 22:00:18 + snapcraftctl prime 22:00:18 Successfully built a2bb141390b0 22:00:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:00:19 ---> Running in 68722958e5d3 22:00:19  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 22:00:19 Removing intermediate container d713b09e3deb 22:00:19 ---> 91cbd969b19b 22:00:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:00:19 Priming app-service-config 22:00:19 + snapcraftctl prime 22:00:19 ---> Running in a92543d85d80 22:00:19 Removing intermediate container 68722958e5d3 22:00:19 ---> 49b9a09c4842 22:00:19 Removing intermediate container eb9633f60afc 22:00:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:00:19 ---> 396e09cd39fe 22:00:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:00:19 ---> 2beab2714f46 22:00:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:00:20 ---> Running in 4bdc2232ee72 22:00:20 ---> Running in bbb857d8161b 22:00:20 Priming config-common 22:00:20 + snapcraftctl prime 22:00:20 Removing intermediate container a92543d85d80 22:00:20 ---> c13ec9241b43 22:00:20 Step 21/23 : LABEL arch=arm64 22:00:21 Priming edgex-go 22:00:21 + snapcraftctl prime 22:00:21 Removing intermediate container bbb857d8161b 22:00:21 ---> 83a19ad9bb82 22:00:21 Step 21/23 : LABEL arch=arm64 22:00:22 ---> c441ae62cbb5 22:00:22 Removing intermediate container 4bdc2232ee72 22:00:22 ---> f4aecd068282 22:00:22 Step 14/26 : ENV APP_PORT=48090 22:00:22 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:00:22 ---> Running in 2fad9bcf1ba6 22:00:22 ---> Running in fdccb3cf72b9 22:00:22 ---> Running in 052851993aed 22:00:22 Priming static-packages 22:00:22 + snapcraftctl prime 22:00:23 Removing intermediate container 2fad9bcf1ba6 22:00:23 ---> b9b7c525a52d 22:00:23 Step 22/23 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:00:24 Removing intermediate container fdccb3cf72b9 22:00:24 ---> 761e3d71c996 22:00:24 Step 22/23 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:00:24 ---> 4458a8a3b715 22:00:24 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:00:24 Removing intermediate container 052851993aed 22:00:24 ---> 92113447dce8 22:00:24 Step 15/26 : EXPOSE $APP_PORT 22:00:24 ---> Running in f1332e119169 22:00:24 ---> Running in 920fabbe3e74 22:00:24 ---> Running in 7eca8b2e95fd 22:00:25 ---> 9f82fc4632f0 22:00:25 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:00:25 Priming version 22:00:25 + snapcraftctl prime 22:00:25 Removing intermediate container f1332e119169 22:00:25 ---> 971edefcc4f4 22:00:25 Step 23/23 : LABEL version=0.0.0 22:00:25 ---> Running in e44e484ecdd9 22:00:25 ---> Running in 2a41a45cd0fd 22:00:25 Removing intermediate container 920fabbe3e74 22:00:25 ---> 110e038d6ab6 22:00:25 Step 23/23 : LABEL version=0.0.0 22:00:25 Removing intermediate container 7eca8b2e95fd 22:00:25 ---> fadff3344e34 22:00:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:00:25 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 22:00:25 ---> Running in 1d3cea6daec2 22:00:26 Removing intermediate container 2a41a45cd0fd 22:00:26 ---> 963079b38a5c 22:00:26 22:00:26 Removing intermediate container e44e484ecdd9 22:00:26 ---> faf8ed00ea31 22:00:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:00:26 Removing intermediate container 1d3cea6daec2 22:00:26 ---> 4a4d68392ae8 22:00:26 22:00:27 Successfully built 963079b38a5c 22:00:27 Successfully built 4a4d68392ae8 22:00:27 ---> 1e3f1468e1cf 22:00:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:00:27 Successfully tagged docker-core-metadata-go-arm64:latest 22:00:27 Successfully tagged docker-core-command-go-arm64:latest 22:00:27  Building docker-core-metadata-go ... done Building docker-support-notifications-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 22:00:27  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 22:00:28 ---> 7703265e2629 22:00:28 Step 26/31 : RUN chmod +x /entrypoint.sh [Pipeline] } [Pipeline] // stage [Pipeline] } 22:00:28 ---> Running in dd6df5df2805 22:00:28 ---> 19503ecab219 22:00:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:00:30 ---> bc0b8e72af4c 22:00:30 Step 19/26 : RUN apk --no-cache add py3-pip 22:00:30 ---> Running in 1e8401f5438f 22:00:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:32 Removing intermediate container dd6df5df2805 22:00:32 ---> 313779fc0298 22:00:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:00:32 (1/33) Installing libbz2 (1.0.8-r1) 22:00:32 (2/33) Installing expat (2.2.9-r1) 22:00:32 (3/33) Installing libffi (3.3-r2) 22:00:32 (4/33) Installing gdbm (1.13-r1) 22:00:32 (5/33) Installing xz-libs (5.2.5-r0) 22:00:32 (6/33) Installing sqlite-libs (3.32.1-r0) 22:00:32 (7/33) Installing python3 (3.8.8-r0) 22:00:33 ---> Running in c9acb7cad619 22:00:34 (8/33) Installing py3-appdirs (1.4.4-r1) 22:00:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:00:34 (10/33) Installing py3-parsing (2.4.7-r0) 22:00:34 (11/33) Installing py3-six (1.15.0-r0) 22:00:34 (12/33) Installing py3-packaging (20.4-r0) 22:00:34 (13/33) Installing py3-setuptools (47.0.0-r0) 22:00:34 (14/33) Installing py3-chardet (3.0.4-r4) 22:00:34 (15/33) Installing py3-idna (2.9-r0) 22:00:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:00:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:00:34 (18/33) Installing py3-requests (2.23.0-r0) 22:00:34 (19/33) Installing py3-msgpack (1.0.0-r0) 22:00:34 (20/33) Installing py3-lockfile (0.12.2-r3) 22:00:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:00:34 (22/33) Installing py3-colorama (0.4.3-r0) 22:00:34 (23/33) Installing py3-distlib (0.3.0-r0) 22:00:34 (24/33) Installing py3-distro (1.5.0-r1) 22:00:34 (25/33) Installing py3-webencodings (0.5.1-r3) 22:00:34 Removing intermediate container c9acb7cad619 22:00:34 ---> f822a54d7c3d 22:00:34 Step 28/31 : CMD ["gate"] 22:00:34 (26/33) Installing py3-html5lib (1.0.1-r4) 22:00:34 (27/33) Installing py3-pytoml (0.1.21-r0) 22:00:34 (28/33) Installing py3-pep517 (0.8.2-r0) 22:00:34 (29/33) Installing py3-progress (1.5-r0) 22:00:34 (30/33) Installing py3-toml (0.10.1-r0) 22:00:34 (31/33) Installing py3-retrying (1.3.3-r0) 22:00:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:00:34 (33/33) Installing py3-pip (20.1.1-r0) 22:00:35 Executing busybox-1.31.1-r19.trigger 22:00:35 OK: 71 MiB in 55 packages 22:00:36 ---> Running in f224f7c144f3 22:00:37 Removing intermediate container f224f7c144f3 22:00:37 ---> 6451dd42e6f3 22:00:37 Step 29/31 : LABEL arch=arm64 22:00:37 ---> Running in b0f63af20c2d 22:00:38 Removing intermediate container b0f63af20c2d 22:00:38 ---> 7df4d1aa8c1a 22:00:38 Step 30/31 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:00:39 ---> Running in fa53b3fdd885 22:00:41 Removing intermediate container fa53b3fdd885 22:00:41 ---> 67ef0dd42fc8 22:00:41 Step 31/31 : LABEL version=0.0.0 22:00:42 ---> Running in bf30e4e11e3e 22:00:43 Removing intermediate container bf30e4e11e3e 22:00:43 ---> f17b2d33f16c 22:00:43 22:00:43 Removing intermediate container 1e8401f5438f 22:00:43 ---> fa094d6cd8af 22:00:43 Step 20/26 : RUN pip install docker-compose==1.23.2 22:00:43 Successfully built f17b2d33f16c 22:00:43 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:00:43 Building docker-support-scheduler-go 22:00:44  Building docker-security-bootstrapper-go ... done  ---> Running in a1b452510bd1 22:00:49 Collecting docker-compose==1.23.2 22:00:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:00:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:00:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:00:50 ---> f755a68e5828 22:00:50 Step 3/23 : WORKDIR /edgex-go 22:00:50 ---> Using cache 22:00:50 ---> 051a4df44113 22:00:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:00:50 ---> Using cache 22:00:50 ---> a295590ffb9b 22:00:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:00:50 Collecting docker<4.0,>=3.6.0 22:00:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:00:52 ---> Running in 7c16083e2ed0 22:00:52 Collecting docopt<0.7,>=0.6.1 22:00:52 Downloading docopt-0.6.2.tar.gz (25 kB) 22:00:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:55 OK: 217 MiB in 51 packages 22:00:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:00:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:00:57 Collecting cached-property<2,>=1.2.0 22:00:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:00:58 Removing intermediate container 7c16083e2ed0 22:00:58 ---> f2bd0c75d867 22:00:58 Step 6/23 : COPY go.mod . 22:00:59 Collecting PyYAML<4,>=3.10 22:00:59 Downloading PyYAML-3.13.tar.gz (270 kB) 22:00:59 ---> ad00bf2fe4b4 22:00:59 Step 7/23 : RUN go mod download 22:01:00 ---> Running in 64b68bdef89d 22:01:03 Collecting dockerpty<0.5,>=0.4.1 22:01:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:01:04 Removing intermediate container 64b68bdef89d 22:01:04 ---> 84f41b835a44 22:01:04 Step 8/23 : COPY . . 22:01:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:01:06 Collecting websocket-client<1.0,>=0.32.0 22:01:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:01:07 Collecting jsonschema<3,>=2.5.1 22:01:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:01:07 Collecting texttable<0.10,>=0.9.0 22:01:07 Downloading texttable-0.9.1.tar.gz (11 kB) 22:01:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:01:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:01:08 ---> f755a68e5828 22:01:08 Step 3/22 : WORKDIR /edgex-go 22:01:08 ---> Using cache 22:01:08 ---> 051a4df44113 22:01:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:08 ---> Using cache 22:01:08 ---> a295590ffb9b 22:01:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:01:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:01:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:01:09 ---> f755a68e5828 22:01:09 Step 3/21 : WORKDIR /edgex-go 22:01:09 ---> Using cache 22:01:09 ---> 051a4df44113 22:01:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:09 ---> Using cache 22:01:09 ---> a295590ffb9b 22:01:09 Step 5/21 : RUN apk add --update --no-cache make git 22:01:09 ---> Using cache 22:01:09 ---> eda65205ea32 22:01:09 Step 6/21 : COPY go.mod . 22:01:09 ---> Using cache 22:01:09 ---> 11c9fe6b4498 22:01:09 Step 7/21 : RUN go mod download 22:01:09 ---> Using cache 22:01:09 ---> 2889312df1df 22:01:09 Step 8/21 : COPY . . 22:01:09 ---> Using cache 22:01:09 ---> e1f77e042f13 22:01:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:01:10 Collecting docker-pycreds>=0.4.0 22:01:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:01:10 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) 22:01:11 ---> Running in c0cbba598f96 22:01:11 ---> Running in c3b12c8936bf 22:01:12 Collecting urllib3<1.25,>=1.21.1 22:01:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:01:12 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) 22:01:12 Collecting idna<2.8,>=2.5 22:01:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:01:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:01:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:01:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:01:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:01:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:01:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:13 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, PyYAML, dockerpty, jsonschema, texttable, docker-compose 22:01:14 Attempting uninstall: urllib3 22:01:14 Found existing installation: urllib3 1.25.9 22:01:14 Uninstalling urllib3-1.25.9: 22:01:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:14 Successfully uninstalled urllib3-1.25.9 22:01:15 OK: 217 MiB in 51 packages 22:01:15 Attempting uninstall: idna 22:01:15 Found existing installation: idna 2.9 22:01:15 Uninstalling idna-2.9: 22:01:15 Successfully uninstalled idna-2.9 22:01:16 Attempting uninstall: requests 22:01:16 Found existing installation: requests 2.23.0 22:01:16 Uninstalling requests-2.23.0: 22:01:16 Successfully uninstalled requests-2.23.0 22:01:19 Running setup.py install for docopt: started 22:01:19 Removing intermediate container c3b12c8936bf 22:01:19 ---> de88653006f4 22:01:19 Step 6/22 : COPY go.mod . 22:01:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:01:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:01:21 ---> f755a68e5828 22:01:21 Step 3/22 : WORKDIR /edgex-go 22:01:21 ---> Using cache 22:01:21 ---> 051a4df44113 22:01:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:21 ---> Using cache 22:01:21 ---> a295590ffb9b 22:01:21 Step 5/22 : RUN apk add --update --no-cache make git 22:01:21 ---> Using cache 22:01:21 ---> eda65205ea32 22:01:21 Step 6/22 : COPY go.mod . 22:01:21 ---> Using cache 22:01:21 ---> 11c9fe6b4498 22:01:21 Step 7/22 : RUN go mod download 22:01:21 ---> Using cache 22:01:21 ---> 2889312df1df 22:01:21 Step 8/22 : COPY . . 22:01:21 Running setup.py install for docopt: finished with status 'done' 22:01:21 Running setup.py install for PyYAML: started 22:01:21 ---> Using cache 22:01:21 ---> e1f77e042f13 22:01:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:01:22 ---> 2ccc273c4406 22:01:22 Step 7/22 : RUN go mod download 22:01:22 ---> Running in d8dfc85ed9f2 22:01:22 ---> Running in 548b147907a8 22:01:24 Running setup.py install for PyYAML: finished with status 'done' 22:01:24 Running setup.py install for dockerpty: started 22:01:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:01:27 Running setup.py install for dockerpty: finished with status 'done' 22:01:27 Running setup.py install for texttable: started 22:01:28 Removing intermediate container 548b147907a8 22:01:28 ---> 7aeabe08e365 22:01:28 Step 8/22 : COPY . . 22:01:30 ---> f54cabb7cac6 22:01:30 Step 9/23 : RUN make cmd/core-data/core-data 22:01:30 ---> Running in 4de9f190d7ea 22:01:30 Running setup.py install for texttable: finished with status 'done' 22:01:32 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 22:01:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:01:41 Removing intermediate container a1b452510bd1 22:01:41 ---> ab93892513a8 22:01:41 Step 21/26 : RUN apk --no-cache add curl 22:01:41 ---> Running in 3e97b3605825 22:01:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:01:44 (2/3) Installing libcurl (7.69.1-r3) 22:01:44 (3/3) Installing curl (7.69.1-r3) 22:01:44 Executing busybox-1.31.1-r19.trigger 22:01:44 OK: 72 MiB in 58 packages 22:01:48 Removing intermediate container 3e97b3605825 22:01:48 ---> bf652a809371 22:01:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:01:48 ---> Running in bf2f18051c5b 22:01:49 Removing intermediate container bf2f18051c5b 22:01:49 ---> ff42a60b091e 22:01:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:49 ---> f3af9cc8713f 22:01:49 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:01:49 ---> Running in 30028af9b839 22:01:49 ---> Running in ae75087400a6 22:01:50 Removing intermediate container 30028af9b839 22:01:50 ---> 4a15843aa613 22:01:50 Step 24/26 : LABEL arch=arm64 22:01:50 ---> Running in 86651ca69a9a 22:01:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:01:51 Removing intermediate container 86651ca69a9a 22:01:51 ---> 52af88cee0be 22:01:51 Step 25/26 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:01:51 ---> Running in a7b201c9cf35 22:01:52 Removing intermediate container a7b201c9cf35 22:01:52 ---> 3f83d855958d 22:01:52 Step 26/26 : LABEL version=0.0.0 22:01:52 ---> Running in 717f8ab1514d 22:01:53 Removing intermediate container 717f8ab1514d 22:01:53 ---> e36c339db0fe 22:01:53 22:01:54 Successfully built e36c339db0fe 22:01:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:02:26  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:02:38 Removing intermediate container c0cbba598f96 22:02:38 ---> d12bb25aa19c 22:02:38 22:02:38 Step 10/21 : FROM alpine:3.12 22:02:38 ---> d10569e2745f 22:02:38 Step 11/21 : RUN apk add --update --no-cache curl 22:02:38 ---> Running in de9f35921e84 22:02:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:41 (1/4) Installing ca-certificates (20191127-r4) 22:02:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:02:41 (3/4) Installing libcurl (7.69.1-r3) 22:02:41 (4/4) Installing curl (7.69.1-r3) 22:02:41 Executing busybox-1.31.1-r19.trigger 22:02:41 Executing ca-certificates-20191127-r4.trigger 22:02:41 OK: 7 MiB in 18 packages 22:02:44 Removing intermediate container de9f35921e84 22:02:44 ---> 1532ddaeba19 22:02:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:02:44 ---> Running in 727abd38290c 22:02:45 Removing intermediate container 727abd38290c 22:02:45 ---> 535c3e63dbe8 22:02:45 Step 13/21 : WORKDIR /edgex 22:02:45 ---> Running in 48e889788e22 22:02:46 Removing intermediate container 48e889788e22 22:02:46 ---> 2406c90b3465 22:02:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:02:47 ---> fa079be66767 22:02:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:02:49 ---> 96f3d14b0ac3 22:02:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:02:50 ---> 712473fb31b1 22:02:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:02:51 ---> Running in 83c45585f2ff 22:02:51 Removing intermediate container 83c45585f2ff 22:02:51 ---> 9042f47af483 22:02:51 Step 18/21 : CMD ["--init=true"] 22:02:51 ---> Running in 6daae87ad058 22:02:52 Removing intermediate container 6daae87ad058 22:02:52 ---> 6d1a2b4dcf46 22:02:52 Step 19/21 : LABEL arch=arm64 22:02:52 ---> Running in 3068ce5e7acf 22:02:53 Removing intermediate container 3068ce5e7acf 22:02:53 ---> 9b1667ce0b9e 22:02:53 Step 20/21 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:02:53 ---> Running in 95c8763011cf 22:02:54 Removing intermediate container 95c8763011cf 22:02:54 ---> ab7ba6157d8b 22:02:54 Step 21/21 : LABEL version=0.0.0 22:02:54 ---> Running in 4b6d3e1bc8a1 22:02:55 Removing intermediate container 4b6d3e1bc8a1 22:02:55 ---> 86468ba08144 22:02:55 22:02:55 Successfully built 86468ba08144 22:02:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:03:08  Building docker-security-proxy-setup-go ... done Removing intermediate container d8dfc85ed9f2 22:03:08 ---> 9c704476b141 22:03:08 22:03:08 Step 10/22 : FROM alpine:3.12 22:03:08 ---> d10569e2745f 22:03:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:03:08 ---> Using cache 22:03:08 ---> 9eead7a1f52b 22:03:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:03:08 ---> Using cache 22:03:08 ---> 41475f527cd6 22:03:08 Step 13/22 : ENV APP_PORT=48085 22:03:08 ---> Running in 0c451ab2b4c3 22:03:08 Removing intermediate container 0c451ab2b4c3 22:03:08 ---> 176a68bb82ed 22:03:08 Step 14/22 : EXPOSE $APP_PORT 22:03:08 ---> Running in ca41af5b0631 22:03:08 Removing intermediate container ca41af5b0631 22:03:08 ---> 4b5f4f93dc77 22:03:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:09 ---> 6793c38800ed 22:03:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:03:10 ---> 4a21af489aba 22:03:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:03:11 ---> 69e74c47820c 22:03:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:03:11 ---> Running in 01964a5ec495 22:03:12 Removing intermediate container 01964a5ec495 22:03:12 ---> 6226ed6333b1 22:03:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:12 ---> Running in 0effd6f135d3 22:03:13 Removing intermediate container 0effd6f135d3 22:03:13 ---> 82ff4e17a289 22:03:13 Step 20/22 : LABEL arch=arm64 22:03:13 ---> Running in aa14f3a802ba 22:03:14 Removing intermediate container aa14f3a802ba 22:03:14 ---> 91c23807fc3a 22:03:14 Step 21/22 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:03:14 ---> Running in 3330ea369b96 22:03:15 Removing intermediate container 3330ea369b96 22:03:15 ---> 39554df0a706 22:03:15 Step 22/22 : LABEL version=0.0.0 22:03:15 ---> Running in 3bf27f4c0298 22:03:16 Removing intermediate container 3bf27f4c0298 22:03:16 ---> c7c7930ccb3e 22:03:16 22:03:16 Successfully built c7c7930ccb3e 22:03:16 Successfully tagged docker-support-scheduler-go-arm64:latest 22:03:17  Building docker-support-scheduler-go ... done Removing intermediate container ae75087400a6 22:03:17 ---> ef3d7a093afc 22:03:17 22:03:17 Step 10/22 : FROM alpine:3.12 22:03:17 ---> d10569e2745f 22:03:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:03:17 ---> Running in 76bd0451e11a 22:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:03:19 (1/2) Installing ca-certificates (20191127-r4) 22:03:19 (2/2) Installing dumb-init (1.2.2-r1) 22:03:19 Executing busybox-1.31.1-r19.trigger 22:03:19 Executing ca-certificates-20191127-r4.trigger 22:03:20 OK: 6 MiB in 16 packages 22:03:22 Removing intermediate container 76bd0451e11a 22:03:22 ---> 37a0f2dd766c 22:03:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:03:22 ---> Running in c332b4b4fdfd 22:03:22 Removing intermediate container 4de9f190d7ea 22:03:22 ---> 64bb9ba755b7 22:03:22 22:03:22 Step 10/23 : FROM alpine:3.12 22:03:22 ---> d10569e2745f 22:03:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:03:22 ---> Running in 9a42bd392659 22:03:23 Removing intermediate container c332b4b4fdfd 22:03:23 ---> cc7c6008c1d9 22:03:23 Step 13/22 : ENV APP_PORT=48060 22:03:23 ---> Running in 37e75c400055 22:03:23 Removing intermediate container 9a42bd392659 22:03:23 ---> 9287fc2a867d 22:03:23 Step 12/23 : ENV APP_PORT=48080 22:03:23 ---> Running in 6b6adb715b26 22:03:23 Removing intermediate container 37e75c400055 22:03:23 ---> 79d1662eb431 22:03:23 Step 14/22 : EXPOSE $APP_PORT 22:03:23 ---> Running in 023b1a25c0f2 22:03:23 Removing intermediate container 6b6adb715b26 22:03:23 ---> 8d2ca4abd777 22:03:23 Step 13/23 : EXPOSE $APP_PORT 22:03:23 ---> Running in 93d99794f098 22:03:24 Removing intermediate container 023b1a25c0f2 22:03:24 ---> d65b7826a62b 22:03:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:24 Removing intermediate container 93d99794f098 22:03:24 ---> 435e89ca35b8 22:03:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:03:24 ---> Running in 9e6e217bdedf 22:03:24 ---> 6cb3b82acb23 22:03:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:03:26 ---> 65f068d6b37e 22:03:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:03:26 ---> 043dc1fcc344 22:03:26 Removing intermediate container 9e6e217bdedf 22:03:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] ---> 5e599b012a71 22:03:26 22:03:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:03:27 ---> Running in 8a90f1b4616e 22:03:27 ---> Running in d1542fee7acb 22:03:27 Removing intermediate container d1542fee7acb 22:03:27 ---> bffb2b2d754c 22:03:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:27 ---> Running in d7af4377820a 22:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:03:28 Removing intermediate container d7af4377820a 22:03:28 ---> 1cdc29a5fc92 22:03:28 Step 20/22 : LABEL arch=arm64 22:03:28 ---> Running in f7cc521f0f46 22:03:28 Removing intermediate container f7cc521f0f46 22:03:28 ---> 4588b4472e55 22:03:28 Step 21/22 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:03:28 ---> Running in e271e2d0f6a4 22:03:29 Removing intermediate container e271e2d0f6a4 22:03:29 ---> 5287adb26db1 22:03:29 Step 22/22 : LABEL version=0.0.0 22:03:29 ---> Running in 1dc7335f6872 22:03:29 (1/6) Installing dumb-init (1.2.2-r1) 22:03:29 (2/6) Installing libgcc (9.3.0-r2) 22:03:29 (3/6) Installing libsodium (1.0.18-r0) 22:03:30 (4/6) Installing libstdc++ (9.3.0-r2) 22:03:30 Removing intermediate container 1dc7335f6872 22:03:30 ---> 9588e0c68a4c 22:03:30 22:03:30 (5/6) Installing libzmq (4.3.3-r0) 22:03:30 (6/6) Installing zeromq (4.3.3-r0) 22:03:30 Successfully built 9588e0c68a4c 22:03:30 Executing busybox-1.31.1-r19.trigger 22:03:30 OK: 8 MiB in 20 packages 22:03:30 Successfully tagged docker-support-notifications-go-arm64:latest 22:03:31  Building docker-support-notifications-go ... done Removing intermediate container 8a90f1b4616e 22:03:31 ---> 1d658f7c2cf6 22:03:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:32 ---> 46d295ff7f48 22:03:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:03:33 ---> 74a69210be5a 22:03:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:03:34 ---> 32f7d20318f7 22:03:34 Step 19/23 : ENTRYPOINT ["/core-data"] 22:03:34 ---> Running in 5a9308d5e79b 22:03:34 Removing intermediate container 5a9308d5e79b 22:03:34 ---> e163554cde97 22:03:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:35 ---> Running in 05ede565f8d2 22:03:35 Removing intermediate container 05ede565f8d2 22:03:35 ---> ec39239b8184 22:03:35 Step 21/23 : LABEL arch=arm64 22:03:35 ---> Running in d0dc315a1b5c 22:03:36 Removing intermediate container d0dc315a1b5c 22:03:36 ---> 5415eff737c0 22:03:36 Step 22/23 : LABEL git_sha=f17a1f7d33b88674cba98e88498d831d9e4c1b61 22:03:36 ---> Running in 3b9728a650ab 22:03:36 Removing intermediate container 3b9728a650ab 22:03:36 ---> 1da78dc286d1 22:03:36 Step 23/23 : LABEL version=0.0.0 22:03:36 ---> Running in 5cbdbd0632b6 22:03:37 Removing intermediate container 5cbdbd0632b6 22:03:37 ---> 3ebb5e2d6403 22:03:37 22:03:37 Successfully built 3ebb5e2d6403 22:03:37 Successfully tagged docker-core-data-go-arm64:latest 22:03:38  Building docker-core-data-go ... done  [Pipeline] } 22:03:38 $ docker stop --time=1 880e33abc1485fb09e2c6931839175b5f75f012e78d47fdc927b250df667ee59 22:03:39 $ docker rm -f 880e33abc1485fb09e2c6931839175b5f75f012e78d47fdc927b250df667ee59 [Pipeline] // withDockerContainer [Pipeline] sh 22:03:40 + docker images 22:03:40 + grep docker 22:03:40 docker-core-data-go-arm64 latest 3ebb5e2d6403 3 seconds ago 21.3MB 22:03:40 docker-support-notifications-go-arm64 latest 9588e0c68a4c 11 seconds ago 16.9MB 22:03:40 docker-support-scheduler-go-arm64 latest c7c7930ccb3e 25 seconds ago 16.3MB 22:03:40 docker-security-proxy-setup-go-arm64 latest 86468ba08144 45 seconds ago 23.4MB 22:03:40 docker-sys-mgmt-agent-go-arm64 latest e36c339db0fe About a minute ago 300MB 22:03:40 docker-security-bootstrapper-go-arm64 latest f17b2d33f16c 2 minutes ago 17.8MB 22:03:40 docker-core-metadata-go-arm64 latest 4a4d68392ae8 3 minutes ago 17.9MB 22:03:40 docker-core-command-go-arm64 latest 963079b38a5c 3 minutes ago 16.4MB 22:03:40 docker-security-secretstore-setup-go-arm64 latest a2bb141390b0 3 minutes ago 23.7MB 22:03:40 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 22:03:41 ---> job-cost.sh 22:03:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-S06P 22:04:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:05:57 lf-activate-venv(): INFO: Adding /tmp/venv-S06P/bin to PATH 22:05:57 INFO: No Stack... 22:05:57 INFO: Retrieving Pricing Info for: lf-standard-4 22:05:57 INFO: Archiving Costs [Pipeline] sh 22:05:58 + cat /w/workspace/edgex-go/3/archives/cost.csv 22:05:58 + cut -d, -f6 [Pipeline] lock 22:05:58 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3282-3-stack-cost] 22:05:58 Resource [jenkins-edgexfoundry-edgex-go-PR-3282-3-stack-cost] did not exist. Created. 22:05:58 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3282-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:05:58 + echo total: 0.20999999344348907 [Pipeline] stash 22:05:58 Stashed 1 file(s) [Pipeline] } 22:05:58 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3282-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:06:00 provisioning config files... 22:06:00 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5478645071723590052tmp [Pipeline] { [Pipeline] sh 22:06:00 + set +x 22:06:00 + curl -s https://codecov.io/bash 22:06:00 + bash -s -- 22:06:01 22:06:01 _____ _ 22:06:01 / ____| | | 22:06:01 | | ___ __| | ___ ___ _____ __ 22:06:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:06:01 | |___| (_) | (_| | __/ (_| (_) \ V / 22:06:01 \_____\___/ \__,_|\___|\___\___/ \_/ 22:06:01 Bash-20210309-2b87ace 22:06:01 22:06:01 22:06:01 ==> git version 2.24.3 found 22:06:01 ==> 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 22:06:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:06:01 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:06:01 ==> Jenkins CI detected. 22:06:01 project root: . 22:06:01 --> token set from env 22:06:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:06:01 ==> Running gcov in . (disable via -X gcov) 22:06:01 ==> Python coveragepy not found 22:06:01 ==> Searching for coverage reports in: 22:06:01 + . 22:06:01 -> Found 1 reports 22:06:01 ==> Detecting git/mercurial file structure 22:06:01 ==> Reading reports 22:06:01 + ./coverage.out bytes=659965 22:06:01 ==> Appending adjustments 22:06:01 https://docs.codecov.io/docs/fixing-reports 22:06:05 + Found adjustments 22:06:05 ==> Gzipping contents 22:06:05 96K /tmp/codecov.Kv8L08.gz 22:06:05 ==> Uploading reports 22:06:05 url: https://codecov.io 22:06:05 query: branch=PR-3282&commit=f17a1f7d33b88674cba98e88498d831d9e4c1b61&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3282%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3282&job=&cmd_args= 22:06:05 -> Pinging Codecov 22:06:05 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3282&commit=f17a1f7d33b88674cba98e88498d831d9e4c1b61&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3282%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3282&job=&cmd_args= 22:06:05 -> Uploading to 22:06:05 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/f17a1f7d33b88674cba98e88498d831d9e4c1b61/125b8ec8-75d7-429b-98e6-2ec46aee26c6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T220605Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=73389223b01ed45b5f465956937eb2932041520a0b9fc6179faa96db51762b5d 22:06:05 % Total % Received % Xferd Average Speed Time Time Time Current 22:06:05 Dload Upload Total Spent Left Speed 22:06:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96002 0 0 100 96002 0 173k --:--:-- --:--:-- --:--:-- 173k 100 96002 0 0 100 96002 0 173k --:--:-- --:--:-- --:--:-- 173k 22:06:05 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f17a1f7d33b88674cba98e88498d831d9e4c1b61 [Pipeline] } 22:06:05 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 22:06:07 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:06:08 ---> package-listing.sh 22:06:08 ++ facter osfamily 22:06:08 ++ tr '[:upper:]' '[:lower:]' 22:06:08 + OS_FAMILY=redhat 22:06:08 + workspace=/w/workspace/edgex-go/3 22:06:08 + START_PACKAGES=/tmp/packages_start.txt 22:06:08 + END_PACKAGES=/tmp/packages_end.txt 22:06:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:06:08 + PACKAGES=/tmp/packages_start.txt 22:06:08 + '[' /w/workspace/edgex-go/3 ']' 22:06:08 + PACKAGES=/tmp/packages_end.txt 22:06:08 + case "${OS_FAMILY}" in 22:06:08 + rpm -qa 22:06:08 + sort 22:06:13 + '[' -f /tmp/packages_start.txt ']' 22:06:13 + '[' -f /tmp/packages_end.txt ']' 22:06:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:06:13 + '[' /w/workspace/edgex-go/3 ']' 22:06:13 + mkdir -p /w/workspace/edgex-go/3/archives/ 22:06:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 22:06:13 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:06:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:06:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:06:14 22:06:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:06:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:06:14 alpine: Pulling from edgex-lftools-log-publisher 22:06:14 df20fa9351a1: Pulling fs layer 22:06:14 36b3adc4ff6f: Pulling fs layer 22:06:14 8ad3a11d3b57: Pulling fs layer 22:06:14 46f8f816bc3b: Pulling fs layer 22:06:14 93b61091891f: Pulling fs layer 22:06:14 93b9cdb0e59b: Pulling fs layer 22:06:14 5e14af77c1be: Pulling fs layer 22:06:14 01666e4c0597: Pulling fs layer 22:06:14 aa168da1d23b: Pulling fs layer 22:06:14 46f8f816bc3b: Waiting 22:06:14 93b61091891f: Waiting 22:06:14 93b9cdb0e59b: Waiting 22:06:14 5e14af77c1be: Waiting 22:06:14 aa168da1d23b: Waiting 22:06:14 36b3adc4ff6f: Download complete 22:06:14 46f8f816bc3b: Verifying Checksum 22:06:14 46f8f816bc3b: Download complete 22:06:14 df20fa9351a1: Verifying Checksum 22:06:14 df20fa9351a1: Download complete 22:06:14 93b9cdb0e59b: Verifying Checksum 22:06:14 93b9cdb0e59b: Download complete 22:06:14 5e14af77c1be: Verifying Checksum 22:06:14 01666e4c0597: Verifying Checksum 22:06:14 01666e4c0597: Download complete 22:06:14 93b61091891f: Verifying Checksum 22:06:14 93b61091891f: Download complete 22:06:15 df20fa9351a1: Pull complete 22:06:15 36b3adc4ff6f: Pull complete 22:06:15 8ad3a11d3b57: Verifying Checksum 22:06:15 8ad3a11d3b57: Download complete 22:06:16 8ad3a11d3b57: Pull complete 22:06:16 46f8f816bc3b: Pull complete 22:06:17 aa168da1d23b: Verifying Checksum 22:06:17 aa168da1d23b: Download complete 22:06:18 93b61091891f: Pull complete 22:06:18 93b9cdb0e59b: Pull complete 22:06:18 5e14af77c1be: Pull complete 22:06:19 01666e4c0597: Pull complete 22:06:29 aa168da1d23b: Pull complete 22:06:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:06:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:06:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:06:29 prd-centos7-docker-4c-2g-30931 does not seem to be running inside a container 22:06:29 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:06:33 $ docker top aae9c5294d6c868c6b6765de17d66aec5e7c1de8b46ac717ff1aa8ba935846c1 -eo pid,comm [Pipeline] { [Pipeline] sh 22:06:33 + touch /tmp/pre-build-complete [Pipeline] sh 22:06:33 + mkdir -p /var/log/sa [Pipeline] sh 22:06:34 + ls /var/log/sa-host 22:06:34 + sadf -c /var/log/sa-host/sa22 22:06:34 file_magic: OK 22:06:34 HZ: Using current value: 100 22:06:34 file_header: OK 22:06:34 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 22:06:34 Statistics: 22:06:34 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... 22:06:34 File successfully converted to sysstat format version 12.2.1 22:06:34 + sadf -c /var/log/sa-host/sa23 22:06:34 file_magic: OK 22:06:34 HZ: Using current value: 100 22:06:34 file_header: OK 22:06:34 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 22:06:34 Statistics: 22:06:34 Hnuu...uuuununununu... 22:06:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:06:34 provisioning config files... 22:06:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config6936426649272679165tmp [Pipeline] { [Pipeline] echo 22:06:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:06:34 ---> create-netrc.sh [Pipeline] } 22:06:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:06:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:06:35 ---> python-tools-install.sh [Pipeline] echo 22:06:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:06:35 ---> sudo-logs.sh 22:06:35 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:06:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:06:36 ---> job-cost.sh 22:06:36 lf-activate-venv: SKIPPING 22:06:36 DEBUG: total: 0.20999999344348907 22:06:36 INFO: Retrieving Stack Cost... 22:06:38 INFO: Retrieving Pricing Info for: v1-standard-2 22:06:38 INFO: Archiving Costs [Pipeline] echo 22:06:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:06:38 ---> logs-deploy.sh 22:06:38 lf-activate-venv: SKIPPING 22:06:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3282/3 22:06:38 INFO: archiving workspace using pattern(s): 22:06:40 Archives upload complete. 22:06:40 INFO: archiving logs to Nexus 22:06:41 ---> uname -a: 22:06:41 Linux prd-centos7-docker-4c-2g-30931.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:06:41 22:06:41 22:06:41 ---> lscpu: 22:06:41 Architecture: x86_64 22:06:41 CPU op-mode(s): 32-bit, 64-bit 22:06:41 Byte Order: Little Endian 22:06:41 Address sizes: 40 bits physical, 48 bits virtual 22:06:41 CPU(s): 4 22:06:41 On-line CPU(s) list: 0-3 22:06:41 Thread(s) per core: 1 22:06:41 Core(s) per socket: 1 22:06:41 Socket(s): 4 22:06:41 NUMA node(s): 1 22:06:41 Vendor ID: GenuineIntel 22:06:41 CPU family: 6 22:06:41 Model: 44 22:06:41 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:06:41 Stepping: 1 22:06:41 CPU MHz: 2933.442 22:06:41 BogoMIPS: 5866.88 22:06:41 Virtualization: VT-x 22:06:41 Hypervisor vendor: KVM 22:06:41 Virtualization type: full 22:06:41 L1d cache: 128 KiB 22:06:41 L1i cache: 128 KiB 22:06:41 L2 cache: 16 MiB 22:06:41 L3 cache: 64 MiB 22:06:41 NUMA node0 CPU(s): 0-3 22:06:41 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:06:41 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:06:41 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:06:41 Vulnerability Meltdown: Mitigation; PTI 22:06:41 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:06:41 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:06:41 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:06:41 Vulnerability Srbds: Not affected 22:06:41 Vulnerability Tsx async abort: Not affected 22:06:41 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 22:06:41 22:06:41 22:06:41 ---> nproc: 22:06:41 4 22:06:41 22:06:41 22:06:42 ---> df -h: 22:06:42 Filesystem Size Used Available Use% Mounted on 22:06:42 overlay 50.0G 12.2G 37.8G 24% / 22:06:42 tmpfs 64.0M 0 64.0M 0% /dev 22:06:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:06:42 shm 64.0M 0 64.0M 0% /dev/shm 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3@tmp 22:06:42 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3 22:06:42 22:06:42 22:06:42 ---> free -m: 22:06:42 total used free shared buff/cache available 22:06:42 Mem: 1837 718 201 0 916 1036 22:06:42 Swap: 1023 62 961 22:06:42 22:06:42 22:06:42 ---> ip addr: 22:06:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:06:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:06:42 inet 127.0.0.1/8 scope host lo 22:06:42 valid_lft forever preferred_lft forever 22:06:42 inet6 ::1/128 scope host 22:06:42 valid_lft forever preferred_lft forever 22:06:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:06:42 link/ether fa:16:3e:d8:37:3a brd ff:ff:ff:ff:ff:ff 22:06:42 inet 10.30.123.54/23 brd 10.30.123.255 scope global dynamic eth0 22:06:42 valid_lft 85020sec preferred_lft 85020sec 22:06:42 inet6 fe80::f816:3eff:fed8:373a/64 scope link 22:06:42 valid_lft forever preferred_lft forever 22:06:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:06:42 link/ether 02:42:a4:06:eb:66 brd ff:ff:ff:ff:ff:ff 22:06:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:06:42 valid_lft forever preferred_lft forever 22:06:42 inet6 fe80::42:a4ff:fe06:eb66/64 scope link 22:06:42 valid_lft forever preferred_lft forever 22:06:42 22:06:42 22:06:42 ---> sar -b -r -n DEV: 22:06:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:06:42 22:06:42 21:43:31 LINUX RESTART (4 CPU) 22:06:42 22:06:42 21:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:06:42 21:45:01 93.33 31.20 62.13 0.00 6737.59 18330.34 0.00 22:06:42 21:46:02 270.79 91.22 179.57 0.00 6151.56 46979.44 0.00 22:06:42 21:47:01 206.12 94.64 111.48 0.00 3318.09 15977.53 0.00 22:06:42 21:48:01 106.52 45.71 60.81 0.00 1607.45 6377.66 0.00 22:06:42 21:49:01 137.97 39.56 98.40 0.00 2796.80 24094.42 0.00 22:06:42 21:50:03 2015.80 1689.90 325.90 0.00 147826.94 205280.82 0.00 22:06:42 21:51:02 1755.89 1531.02 224.87 0.00 86442.91 99416.86 0.00 22:06:42 21:52:02 788.59 457.33 331.26 0.00 76920.42 128829.44 0.00 22:06:42 21:53:02 1956.02 1669.08 286.94 0.00 86557.51 91452.52 0.00 22:06:42 21:54:01 214.83 47.97 166.86 0.00 5702.98 27750.22 0.00 22:06:42 21:55:01 5.56 0.03 5.53 0.00 0.67 181.72 0.00 22:06:42 21:56:01 0.33 0.08 0.25 0.00 1.20 2.98 0.00 22:06:42 21:57:01 0.35 0.07 0.28 0.00 1.07 3.40 0.00 22:06:42 21:58:01 0.25 0.02 0.23 0.00 0.27 2.86 0.00 22:06:42 21:59:01 1.73 1.57 0.17 0.00 52.09 1.52 0.00 22:06:42 22:00:01 1.43 0.50 0.93 0.00 160.40 16.50 0.00 22:06:42 22:01:01 0.75 0.05 0.70 0.00 1.20 7.48 0.00 22:06:42 22:02:01 1.13 0.39 0.74 0.00 23.16 9.41 0.00 22:06:42 22:03:01 0.60 0.02 0.58 0.00 0.13 6.01 0.00 22:06:42 22:04:01 0.55 0.00 0.55 0.00 0.00 5.43 0.00 22:06:42 22:05:01 0.60 0.02 0.58 0.00 0.27 6.28 0.00 22:06:42 22:06:01 4.91 4.51 0.40 0.00 643.60 25.86 0.00 22:06:42 Average: 345.33 260.54 84.78 0.00 19499.36 30493.49 0.00 22:06:42 22:06:42 21:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:06:42 21:45:01 278576 0 588540 31.28 2620 1011808 1206512 41.18 552312 844748 43192 22:06:42 21:46:02 70240 0 750712 39.90 1508 1059084 1506992 51.43 665584 846532 86076 22:06:42 21:47:01 124492 0 865848 46.02 836 890368 1840312 62.81 749516 717564 51076 22:06:42 21:48:01 196928 0 785608 41.75 824 898184 1773700 60.53 653872 731444 63492 22:06:42 21:49:01 177460 0 746716 39.69 708 956660 1277500 43.60 591256 819432 224 22:06:42 21:50:03 68240 0 831288 44.18 16 982000 2354560 80.36 752232 842972 66188 22:06:42 21:51:02 342148 0 1008812 53.62 16 530568 4003480 136.63 621024 643376 17160 22:06:42 21:52:02 69164 0 793984 42.20 16 1018380 2160016 73.72 728444 873196 54408 22:06:42 21:53:02 68948 0 1052608 55.94 16 759972 2609344 89.05 834000 728128 52 22:06:42 21:54:01 181056 0 639044 33.96 16 1061428 1217588 41.55 579036 870704 20 22:06:42 21:55:01 184468 0 635536 33.78 16 1061524 1193932 40.75 577604 870160 12 22:06:42 21:56:01 184804 0 635196 33.76 16 1061528 1189940 40.61 577472 870052 8 22:06:42 21:57:01 185632 0 634368 33.72 16 1061528 1184824 40.44 577472 869988 20 22:06:42 21:58:01 186056 0 633924 33.69 16 1061548 1184680 40.43 577048 870008 12 22:06:42 21:59:01 184376 0 634760 33.74 16 1062392 1184680 40.43 576964 870828 20 22:06:42 22:00:01 177116 0 637216 33.87 16 1067196 1184776 40.43 582584 872764 8 22:06:42 22:01:01 176148 0 638172 33.92 16 1067208 1187452 40.53 583384 872804 8 22:06:42 22:02:01 176156 0 637488 33.88 16 1067884 1185188 40.45 582844 873376 8 22:06:42 22:03:01 175940 0 637696 33.89 16 1067892 1185188 40.45 583084 873376 8 22:06:42 22:04:01 175760 0 637872 33.90 16 1067896 1185188 40.45 582836 873380 8 22:06:42 22:05:01 175188 0 638440 33.93 16 1067900 1185332 40.45 583572 873384 8 22:06:42 22:06:01 150812 0 644752 34.27 16 1085964 1187984 40.54 589996 888172 16 22:06:42 Average: 168623 0 714026 37.95 308 998587 1554053 53.04 622824 836199 17365 22:06:42 22:06:42 21:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:06:42 21:45:01 veth870c697 896.42 780.06 85.32 2686.86 0.00 0.00 0.00 0.00 22:06:42 21:45:01 eth0 1737.56 1515.74 6357.41 210.29 0.00 0.00 0.00 0.00 22:06:42 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:45:01 docker0 896.42 779.92 73.07 2686.85 0.00 0.00 0.00 0.00 22:06:42 21:46:02 eth0 495.48 386.04 3678.46 42.39 0.00 0.00 0.00 0.00 22:06:42 21:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:46:02 docker0 126.88 178.34 8.92 831.94 0.00 0.00 0.00 0.00 22:06:42 21:47:01 vethf7f6f1a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:47:01 eth0 35.14 20.34 32.02 12.93 0.00 0.00 0.00 0.00 22:06:42 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:48:01 vethf7f6f1a 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 22:06:42 21:48:01 eth0 34.70 25.67 15.47 80.78 0.00 0.00 0.00 0.00 22:06:42 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:48:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 22:06:42 21:49:01 veth7024654 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:49:01 eth0 184.80 147.24 1705.99 26.88 0.00 0.00 0.00 0.00 22:06:42 21:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:50:03 veth7024654 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:50:03 eth0 64.23 38.70 159.95 58.82 0.00 0.00 0.00 0.00 22:06:42 21:50:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:50:03 docker0 9.94 25.61 0.52 141.21 0.00 0.00 0.00 0.00 22:06:42 21:51:02 veth7697b4a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:51:02 vethcebf268 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:51:02 veth30d073e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:51:02 veth7024654 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:52:02 veth7024654 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:52:02 eth0 2655.80 2184.04 12215.63 455.54 0.00 0.00 0.00 0.00 22:06:42 21:52:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:06:42 21:52:02 docker0 1042.74 1006.29 82.93 3808.61 0.00 0.00 0.00 0.00 22:06:42 21:53:02 veth8d1c10e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:06:42 21:53:02 veth7024654 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:53:02 eth0 58.06 35.16 120.68 92.08 0.00 0.00 0.00 0.00 22:06:42 21:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:54:01 eth0 210.62 150.02 1724.71 37.59 0.00 0.00 0.00 0.00 22:06:42 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:54:01 docker0 1102.91 1099.49 87.05 4442.15 0.00 0.00 0.00 0.00 22:06:42 21:55:01 eth0 3.61 3.06 0.37 6.83 0.00 0.00 0.00 0.00 22:06:42 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:56:01 eth0 5.10 5.20 0.57 13.70 0.00 0.00 0.00 0.00 22:06:42 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:57:01 eth0 5.58 5.31 0.62 13.68 0.00 0.00 0.00 0.00 22:06:42 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:58:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:06:42 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:06:42 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:00:01 eth0 4.46 4.43 0.41 7.01 0.00 0.00 0.00 0.00 22:06:42 22:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:01:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:06:42 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:02:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:03:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:06:42 22:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:04:01 eth0 0.57 0.03 0.05 0.00 0.00 0.00 0.00 0.00 22:06:42 22:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:05:01 eth0 4.16 3.66 0.65 9.15 0.00 0.00 0.00 0.00 22:06:42 22:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:06:01 eth0 3.13 2.50 4.27 1.02 0.00 0.00 0.00 0.00 22:06:42 22:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 22:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 Average: eth0 133.16 108.57 638.95 28.96 0.00 0.00 0.00 0.00 22:06:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:06:42 Average: docker0 49.42 49.27 3.90 199.06 0.00 0.00 0.00 0.00 22:06:42 22:06:42 22:06:42 ---> sar -P ALL: 22:06:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 22:06:42 22:06:42 21:43:31 LINUX RESTART (4 CPU) 22:06:42 22:06:42 21:44:01 CPU %user %nice %system %iowait %steal %idle 22:06:42 21:45:01 all 21.53 0.00 7.54 2.18 0.32 68.43 22:06:42 21:45:01 0 22.98 0.00 11.25 0.73 0.30 64.75 22:06:42 21:45:01 1 22.36 0.00 6.30 3.17 0.38 67.79 22:06:42 21:45:01 2 20.69 0.00 6.62 2.62 0.29 69.78 22:06:42 21:45:01 3 20.10 0.00 6.06 2.17 0.33 71.34 22:06:42 21:46:02 all 11.01 0.00 8.80 4.38 0.22 75.59 22:06:42 21:46:02 0 10.59 0.00 9.70 7.81 0.21 71.69 22:06:42 21:46:02 1 12.38 0.00 8.86 3.03 0.26 75.47 22:06:42 21:46:02 2 10.85 0.00 9.15 3.37 0.17 76.46 22:06:42 21:46:02 3 10.22 0.00 7.50 3.34 0.22 78.71 22:06:42 21:47:01 all 49.44 0.00 12.72 5.52 0.66 31.66 22:06:42 21:47:01 0 48.63 0.00 12.91 7.82 0.69 29.95 22:06:42 21:47:01 1 48.55 0.00 13.40 5.87 0.72 31.47 22:06:42 21:47:01 2 50.37 0.00 11.82 5.22 0.53 32.05 22:06:42 21:47:01 3 50.23 0.00 12.75 3.17 0.69 33.16 22:06:42 21:48:01 all 50.85 0.00 13.88 2.05 0.83 32.39 22:06:42 21:48:01 0 50.19 0.00 14.49 0.92 0.67 33.72 22:06:42 21:48:01 1 51.18 0.00 13.76 3.10 0.91 31.05 22:06:42 21:48:01 2 51.13 0.00 13.19 1.60 0.94 33.13 22:06:42 21:48:01 3 50.91 0.00 14.08 2.57 0.80 31.65 22:06:42 21:49:01 all 30.31 0.00 11.66 2.43 0.66 54.94 22:06:42 21:49:01 0 30.16 0.00 12.46 2.50 0.81 54.06 22:06:42 21:49:01 1 30.29 0.00 11.48 3.09 0.56 54.58 22:06:42 21:49:01 2 30.37 0.00 11.04 1.62 0.66 56.30 22:06:42 21:49:01 3 30.43 0.00 11.66 2.49 0.60 54.81 22:06:42 21:50:03 all 21.73 0.00 29.81 16.85 1.83 29.78 22:06:42 21:50:03 0 21.49 0.00 28.27 16.72 1.85 31.66 22:06:42 21:50:03 1 22.47 0.00 29.70 16.63 1.88 29.32 22:06:42 21:50:03 2 20.94 0.00 30.48 17.50 1.88 29.20 22:06:42 21:50:03 3 22.05 0.00 30.80 16.53 1.71 28.92 22:06:42 21:51:02 all 54.66 0.00 21.16 12.45 1.05 10.68 22:06:42 21:51:02 0 54.29 0.00 21.70 11.87 1.00 11.15 22:06:42 21:51:02 1 54.86 0.00 20.43 14.55 1.07 9.09 22:06:42 21:51:02 2 54.86 0.00 21.11 11.81 1.17 11.06 22:06:42 21:51:02 3 54.65 0.00 21.40 11.55 0.98 11.42 22:06:42 21:52:02 all 32.41 0.00 21.88 18.39 1.14 26.18 22:06:42 21:52:02 0 31.28 0.00 21.79 13.68 1.17 32.08 22:06:42 21:52:02 1 32.42 0.00 21.44 20.79 1.27 24.08 22:06:42 21:52:02 2 32.89 0.00 22.22 20.18 1.05 23.66 22:06:42 21:52:02 3 33.04 0.00 22.09 18.89 1.06 24.92 22:06:42 21:53:02 all 48.93 0.00 24.04 13.78 1.28 11.97 22:06:42 21:53:02 0 49.51 0.00 23.70 13.99 1.22 11.58 22:06:42 21:53:02 1 49.85 0.00 23.23 15.26 1.37 10.28 22:06:42 21:53:02 2 49.83 0.00 23.73 13.40 1.27 11.77 22:06:42 21:53:02 3 46.51 0.00 25.50 12.44 1.27 14.28 22:06:42 21:54:01 all 21.02 0.00 9.77 7.05 1.00 61.16 22:06:42 21:54:01 0 22.15 0.00 9.79 8.05 1.04 58.97 22:06:42 21:54:01 1 19.82 0.00 9.46 6.95 0.95 62.82 22:06:42 21:54:01 2 20.11 0.00 10.19 5.80 1.08 62.82 22:06:42 21:54:01 3 22.01 0.00 9.64 7.41 0.92 60.02 22:06:42 21:55:01 all 0.04 0.00 0.07 0.00 0.00 99.88 22:06:42 21:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:06:42 21:55:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:06:42 21:55:01 2 0.08 0.00 0.08 0.02 0.00 99.82 22:06:42 21:55:01 3 0.02 0.00 0.10 0.00 0.02 99.87 22:06:42 22:06:42 21:55:01 CPU %user %nice %system %iowait %steal %idle 22:06:42 21:56:01 all 0.08 0.00 0.05 0.00 0.00 99.87 22:06:42 21:56:01 0 0.07 0.00 0.02 0.02 0.00 99.90 22:06:42 21:56:01 1 0.10 0.00 0.05 0.00 0.00 99.85 22:06:42 21:56:01 2 0.08 0.00 0.08 0.00 0.00 99.83 22:06:42 21:56:01 3 0.05 0.00 0.03 0.00 0.02 99.90 22:06:42 21:57:01 all 0.11 0.00 0.18 0.00 0.02 99.69 22:06:42 21:57:01 0 0.10 0.00 0.28 0.00 0.02 99.60 22:06:42 21:57:01 1 0.12 0.00 0.18 0.00 0.03 99.67 22:06:42 21:57:01 2 0.10 0.00 0.12 0.00 0.02 99.77 22:06:42 21:57:01 3 0.12 0.00 0.13 0.00 0.02 99.73 22:06:42 21:58:01 all 0.03 0.00 0.02 0.00 0.00 99.95 22:06:42 21:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:06:42 21:58:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:06:42 21:58:01 2 0.03 0.00 0.02 0.00 0.02 99.93 22:06:42 21:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 22:06:42 21:59:01 all 0.03 0.00 0.05 0.02 0.00 99.90 22:06:42 21:59:01 0 0.03 0.00 0.07 0.00 0.00 99.90 22:06:42 21:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:06:42 21:59:01 2 0.03 0.00 0.08 0.08 0.00 99.80 22:06:42 21:59:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:06:42 22:00:01 all 0.05 0.00 0.05 0.01 0.00 99.89 22:06:42 22:00:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:06:42 22:00:01 1 0.05 0.00 0.05 0.00 0.02 99.88 22:06:42 22:00:01 2 0.05 0.00 0.03 0.00 0.00 99.92 22:06:42 22:00:01 3 0.05 0.00 0.08 0.03 0.00 99.83 22:06:42 22:01:01 all 0.03 0.00 0.03 0.00 0.00 99.94 22:06:42 22:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:06:42 22:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:06:42 22:01:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:06:42 22:01:01 3 0.05 0.00 0.05 0.00 0.02 99.88 22:06:42 22:02:01 all 0.03 0.00 0.03 0.01 0.00 99.93 22:06:42 22:02:01 0 0.03 0.00 0.03 0.02 0.00 99.92 22:06:42 22:02:01 1 0.02 0.00 0.02 0.02 0.00 99.95 22:06:42 22:02:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:06:42 22:02:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:06:42 22:03:01 all 0.02 0.00 0.03 0.00 0.00 99.95 22:06:42 22:03:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:06:42 22:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:06:42 22:03:01 2 0.02 0.00 0.02 0.00 0.00 99.97 22:06:42 22:03:01 3 0.02 0.00 0.05 0.00 0.00 99.93 22:06:42 22:04:01 all 0.02 0.00 0.02 0.00 0.00 99.96 22:06:42 22:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:06:42 22:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:06:42 22:04:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:06:42 22:04:01 3 0.03 0.00 0.05 0.00 0.00 99.92 22:06:42 22:05:01 all 0.15 0.00 0.05 0.00 0.00 99.80 22:06:42 22:05:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:06:42 22:05:01 1 0.40 0.00 0.05 0.00 0.00 99.55 22:06:42 22:05:01 2 0.07 0.00 0.05 0.00 0.00 99.88 22:06:42 22:05:01 3 0.08 0.00 0.07 0.00 0.02 99.83 22:06:42 22:06:01 all 0.32 0.00 0.19 0.10 0.01 99.38 22:06:42 22:06:01 0 0.27 0.00 0.20 0.13 0.02 99.38 22:06:42 22:06:01 1 0.60 0.00 0.15 0.02 0.00 99.23 22:06:42 22:06:01 2 0.33 0.00 0.20 0.20 0.02 99.25 22:06:42 22:06:01 3 0.08 0.00 0.22 0.03 0.00 99.67 22:06:42 22:06:42 Average: CPU %user %nice %system %iowait %steal %idle 22:06:42 Average: all 14.92 0.00 7.09 3.72 0.40 73.86 22:06:42 Average: 0 14.91 0.00 7.32 3.69 0.39 73.69 22:06:42 Average: 1 15.07 0.00 6.96 4.05 0.41 73.51 22:06:42 Average: 2 14.93 0.00 7.03 3.66 0.40 73.99 22:06:42 Average: 3 14.79 0.00 7.07 3.50 0.38 74.27 22:06:42 22:06:42 22:06:42