Pull request #3394 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a551000195b77976913d1dae783537920f474da3+db7925e05468a348a54e2ee7c85b6c50909b0e0e (d47b77b01c3831ead28cc71467c3d7a6e353a0d1) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1567 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [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/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit a551000195b77976913d1dae783537920f474da3 Merge succeeded, producing a551000195b77976913d1dae783537920f474da3 Checking out Revision a551000195b77976913d1dae783537920f474da3 (PR-3394) > git config core.sparsecheckout # timeout=10 > git checkout -f a551000195b77976913d1dae783537920f474da3 # 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 Commit message: "build(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:55:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:55:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:55:03 ========================================================= 17:55:03 EdgeX Global Pipelines Version Info 17:55:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 526dd3c9f3f8fbcaf57f3b038e937c4772e8077d # timeout=10 17:55:04 ------------------- 17:55:04 stable info: 17:55:04 ------------------- 17:55:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:55:04 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:55:04 Message: update stable to v1.0.186 17:55:05 ------------------- 17:55:05 experimental info: 17:55:05 ------------------- 17:55:05 Commited By: **** collab-it+edgex@linuxfoundation.org 17:55:05 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 17:55:05 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:55:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:55:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:55:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:55:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:55:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:55:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:55:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3394 [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3394 [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3394 [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a551000195b77976913d1dae783537920f474da3 [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a551000 [Pipeline] echo 17:55:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:55:06 provisioning config files... 17:55:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6133359579601187657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:55:06 ---> docker-login.sh 17:55:06 nexus3.edgexfoundry.org:10001 17:55:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:07 Configure a credential helper to remove this warning. See 17:55:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:07 17:55:07 Login Succeeded 17:55:07 nexus3.edgexfoundry.org:10002 17:55:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:07 Configure a credential helper to remove this warning. See 17:55:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:07 17:55:07 Login Succeeded 17:55:07 nexus3.edgexfoundry.org:10003 17:55:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:08 Configure a credential helper to remove this warning. See 17:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:08 17:55:08 Login Succeeded 17:55:08 nexus3.edgexfoundry.org:10004 17:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:08 Configure a credential helper to remove this warning. See 17:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:08 17:55:08 Login Succeeded 17:55:08 docker.io 17:55:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:55:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:55:08 Configure a credential helper to remove this warning. See 17:55:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:55:08 17:55:08 Login Succeeded 17:55:08 ---> docker-login.sh ends [Pipeline] } 17:55:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:55:08 ++ 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 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/core-command/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo core-command,cmd/core-command/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/core-data/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo core-data,cmd/core-data/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/core-metadata/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo core-metadata,cmd/core-metadata/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/security-bootstrapper/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/security-proxy-setup/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/support-notifications/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo support-notifications,cmd/support-notifications/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/support-scheduler/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:55:08 + for file in '`ls cmd/**/Dockerfile`' 17:55:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:55:08 ++ cut -d/ -f2 17:55:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:55:08 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 17:55:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:10 17:55:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:55:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:10 latest: Pulling from edgex-devops/git-semver 17:55:10 31603596830f: Pulling fs layer 17:55:10 2a8b12db71e7: Pulling fs layer 17:55:10 6ca5941a6612: Pulling fs layer 17:55:10 ecc8261a40a4: Pulling fs layer 17:55:10 ecc8261a40a4: Waiting 17:55:10 2a8b12db71e7: Verifying Checksum 17:55:10 2a8b12db71e7: Download complete 17:55:10 31603596830f: Verifying Checksum 17:55:10 31603596830f: Download complete 17:55:10 ecc8261a40a4: Download complete 17:55:10 6ca5941a6612: Verifying Checksum 17:55:10 6ca5941a6612: Download complete 17:55:11 31603596830f: Pull complete 17:55:11 2a8b12db71e7: Pull complete 17:55:12 6ca5941a6612: Pull complete 17:55:12 ecc8261a40a4: Pull complete 17:55:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:55:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:55:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:55:12 prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container 17:55:12 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:55:15 $ docker top 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:55:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:55:15 [ssh-agent] Looking for ssh-agent implementation... 17:55:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:15 $ docker exec 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent 17:55:15 SSH_AUTH_SOCK=/tmp/ssh-R3CvXozd8iQK/agent.11 17:55:15 SSH_AGENT_PID=16 17:55:15 Running ssh-add (command line suppressed) 17:55:15 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4874663206115906413.key (/w/workspace/edgex-go/3@tmp/private_key_4874663206115906413.key) 17:55:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:16 + git tag --points-at HEAD [Pipeline] } 17:55:16 $ docker exec --env ******** --env ******** 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent -k 17:55:16 unset SSH_AUTH_SOCK; 17:55:16 unset SSH_AGENT_PID; 17:55:16 echo Agent pid 16 killed; 17:55:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:55:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:55:16 [ssh-agent] Looking for ssh-agent implementation... 17:55:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:55:16 $ docker exec 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent 17:55:16 SSH_AUTH_SOCK=/tmp/ssh-mcP7sQpfkmYV/agent.46 17:55:16 SSH_AGENT_PID=51 17:55:16 Running ssh-add (command line suppressed) 17:55:16 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2528237187449993051.key (/w/workspace/edgex-go/3@tmp/private_key_2528237187449993051.key) 17:55:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:55:17 + git semver init 17:55:17 # -> Open(): unable to determine branch for HEAD 17:55:17 # $GIT_DIR = /w/workspace/edgex-go/3/.git 17:55:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 17:55:17 # $SEMVER_REMOTE_NAME = origin 17:55:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:55:17 # $SEMVER_USER_NAME = edgex-jenkins 17:55:17 # $SEMVER_BRANCH = PR-3394 17:55:17 # $SEMVER_TEMP = /tmp/semver-589145294 17:55:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:55:35 # '/tmp/semver-589145294' -> '/w/workspace/edgex-go/3/.semver' 17:55:35 # -> Force: false 17:55:35 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 17:55:35 $ docker exec --env ******** --env ******** 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc ssh-agent -k 17:55:35 unset SSH_AUTH_SOCK; 17:55:35 unset SSH_AGENT_PID; 17:55:35 echo Agent pid 51 killed; 17:55:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:55:36 + git semver [Pipeline] } 17:55:36 $ docker stop --time=1 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc 17:55:37 $ docker rm -f 2f3c404021716d54c09278898106097deee9838d030d7259df04a6ff0848a6bc [Pipeline] // withDockerContainer [Pipeline] sh 17:55:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:55:38 Stashed 1 file(s) [Pipeline] echo 17:55:38 [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 17:55:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:55:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:55:39 + sudo service docker restart 17:55:39 + true 17:55:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:55:40 ========================================================= 17:55:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:55:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:55:40 + 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 . 17:55:44 Sending build context to Docker daemon 329.6MB 17:55:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:55:44 Step 2/6 : FROM ${BASE} 17:55:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:55:44 188c0c94c7c5: Pulling fs layer 17:55:44 0ef7d3d256c8: Pulling fs layer 17:55:44 de9db76c5a1d: Pulling fs layer 17:55:44 bca2f99d35d6: Pulling fs layer 17:55:44 93359f2a8cfa: Pulling fs layer 17:55:44 7c6f9722023f: Pulling fs layer 17:55:44 a35cf1a2eb13: Pulling fs layer 17:55:44 a35cf1a2eb13: Waiting 17:55:44 93359f2a8cfa: Waiting 17:55:44 7c6f9722023f: Waiting 17:55:44 bca2f99d35d6: Waiting 17:55:44 de9db76c5a1d: Verifying Checksum 17:55:44 de9db76c5a1d: Download complete 17:55:44 0ef7d3d256c8: Verifying Checksum 17:55:44 0ef7d3d256c8: Download complete 17:55:44 93359f2a8cfa: Verifying Checksum 17:55:44 93359f2a8cfa: Download complete 17:55:44 188c0c94c7c5: Verifying Checksum 17:55:44 188c0c94c7c5: Download complete 17:55:44 7c6f9722023f: Verifying Checksum 17:55:44 7c6f9722023f: Download complete 17:55:44 188c0c94c7c5: Pull complete 17:55:44 0ef7d3d256c8: Pull complete 17:55:44 de9db76c5a1d: Pull complete 17:55:46 a35cf1a2eb13: Verifying Checksum 17:55:46 a35cf1a2eb13: Download complete 17:55:47 bca2f99d35d6: Verifying Checksum 17:55:47 bca2f99d35d6: Download complete 17:55:53 bca2f99d35d6: Pull complete 17:55:53 93359f2a8cfa: Pull complete 17:55:53 7c6f9722023f: Pull complete 17:55:53 Still waiting to schedule task 17:55:53 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:55:57 a35cf1a2eb13: Pull complete 17:55:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:55:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:55:57 ---> a62c8e92a672 17:55:57 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 17:55:58 ---> Running in 4f619e7a8cf6 17:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:59 (1/12) Installing libmagic (5.38-r0) 17:56:00 (2/12) Installing file (5.38-r0) 17:56:00 (3/12) Installing libc-dev (0.7.2-r3) 17:56:00 (4/12) Installing g++ (9.3.0-r2) 17:56:05 (5/12) Installing fortify-headers (1.1-r0) 17:56:05 (6/12) Installing patch (2.7.6-r6) 17:56:05 (7/12) Installing build-base (0.5-r2) 17:56:05 (8/12) Installing libsodium (1.0.18-r0) 17:56:05 (9/12) Installing pkgconf (1.7.2-r0) 17:56:05 (10/12) Installing libsodium-dev (1.0.18-r0) 17:56:05 (11/12) Installing libzmq (4.3.3-r0) 17:56:05 (12/12) Installing zeromq-dev (4.3.3-r0) 17:56:05 Executing busybox-1.31.1-r19.trigger 17:56:05 OK: 233 MiB in 51 packages 17:56:09 Removing intermediate container 4f619e7a8cf6 17:56:09 ---> cd68dda1bedf 17:56:09 Step 4/6 : WORKDIR /edgex-go 17:56:09 ---> Running in 8ea94a55ce7d 17:56:09 Removing intermediate container 8ea94a55ce7d 17:56:09 ---> f93946152bbb 17:56:09 Step 5/6 : COPY go.mod . 17:56:09 ---> 5bf07eeadb40 17:56:09 Step 6/6 : RUN go mod download 17:56:09 ---> Running in 8a397cae188e 17:56:31 Removing intermediate container 8a397cae188e 17:56:31 ---> 7e2160eb7dda 17:56:31 Successfully built 7e2160eb7dda 17:56:31 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:56:32 + docker inspect -f . ci-base-image-x86_64 17:56:32 . [Pipeline] withDockerContainer 17:56:32 prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container 17:56:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:56:32 $ docker top 847e2d5a8b7d350e26a0460bad8138c6fcdf830d436070c3a7a109ed7ba1f631 -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:33 + go version 17:56:33 go version go1.15.5 linux/amd64 [Pipeline] } 17:56:33 $ docker stop --time=1 847e2d5a8b7d350e26a0460bad8138c6fcdf830d436070c3a7a109ed7ba1f631 17:56:34 $ docker rm -f 847e2d5a8b7d350e26a0460bad8138c6fcdf830d436070c3a7a109ed7ba1f631 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:56:35 + docker inspect -f . ci-base-image-x86_64 17:56:35 . [Pipeline] withDockerContainer 17:56:35 prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container 17:56:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:56:36 $ docker top cf33fec50a026343d36d9a9196e92d0d20aee9135e6682a07358211e1a1507a8 -eo pid,comm [Pipeline] { [Pipeline] echo 17:56:36 ========================================================= 17:56:36 [edgeXBuildGoParallel] Running Tests and Build... 17:56:36 ========================================================= [Pipeline] sh 17:56:36 + make test 17:56:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:56:46 ? github.com/edgexfoundry/edgex-go [no test files] 17:57:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:57:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:57:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:57:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:57:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:57:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:57:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:57:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:57:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:57:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:57:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:57:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:57:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:57:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.141s coverage: 45.9% of statements 17:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:57:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.071s coverage: 19.8% of statements 17:57:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements 17:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:57:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.080s coverage: 71.3% of statements 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:57:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:57:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.155s coverage: 82.9% of statements 17:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:57:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.081s coverage: 78.9% of statements 17:57:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.169s coverage: 86.7% of statements 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.134s coverage: 97.5% of statements 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:57:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:57:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:57:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.332s coverage: 93.0% of statements 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:57:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:57:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.9% of statements 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:57:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:57:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements 17:57:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.072s coverage: 79.5% of statements 17:57:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements 17:57:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 17:57:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.067s coverage: 94.4% of statements 17:57:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements 17:57:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.201s coverage: 81.9% of statements 17:57:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 17:57:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1568 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [Pipeline] { [Pipeline] ws 17:57:50 Running in /w/workspace/edgex-go/3 [Pipeline] { 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.078s coverage: 92.9% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.050s coverage: 80.8% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.089s coverage: 87.2% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.184s coverage: 64.4% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 38.4% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.039s coverage: 89.5% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 88.6% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.722s coverage: 28.7% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.063s coverage: 100.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.062s coverage: 64.6% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.131s coverage: 95.6% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:57:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [Pipeline] checkout 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 17:57:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 17:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:57:51 GO111MODULE=on go vet ./... 17:57:55 using credential edgex-jenkins-ssh 17:57:55 Cloning the remote Git repository 17:57:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:57:56 > git init /w/workspace/edgex-go/3 # timeout=10 17:57:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:57:56 > git --version # timeout=10 17:57:56 > git --version # 'git version 2.17.1' 17:57:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:58:12 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit a551000195b77976913d1dae783537920f474da3 17:58:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:58:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:58:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:58:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:58:11 using GIT_SSH to set credentials SSH Credentials for GitHub 17:58:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:58:12 > git config core.sparsecheckout # timeout=10 17:58:12 > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 17:58:12 Merge succeeded, producing a551000195b77976913d1dae783537920f474da3 17:58:12 Checking out Revision a551000195b77976913d1dae783537920f474da3 (PR-3394) 17:58:12 > git remote # timeout=10 17:58:12 > git config --get remote.origin.url # timeout=10 17:58:12 using GIT_SSH to set credentials SSH Credentials for GitHub 17:58:12 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 17:58:12 > git rev-parse HEAD^{commit} # timeout=10 17:58:12 > git config core.sparsecheckout # timeout=10 17:58:12 > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 17:58:17 Commit message: "build(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:58:18 gofmt -l . 17:58:18 [ "`gofmt -l .`" = "" ] 17:58:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:58:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:58:19 ./bin/test-go-mod-tidy.sh 17:58:19 + true 17:58:19 + sudo service docker restart 17:58:19 ./bin/test-attribution-txt.sh [Pipeline] sh 17:58:21 + ls -al . 17:58:21 total 812 17:58:21 drwxrwxr-x 10 1001 1001 4096 Apr 23 17:58 . 17:58:21 drwxr-xr-x 4 root root 28 Apr 23 17:56 .. 17:58:21 -rw-rw-r-- 1 1001 1001 11 Apr 23 17:54 .dockerignore 17:58:21 drwxrwxr-x 8 1001 1001 179 Apr 23 17:55 .git 17:58:21 drwxrwxr-x 3 1001 1001 125 Apr 23 17:54 .github 17:58:21 -rw-rw-r-- 1 1001 1001 818 Apr 23 17:54 .gitignore 17:58:21 drwx------ 3 1001 1001 60 Apr 23 17:55 .semver 17:58:21 -rw-rw-r-- 1 1001 1001 166 Apr 23 17:54 .sonarcloud.properties 17:58:21 -rw-rw-r-- 1 1001 1001 8609 Apr 23 17:54 Attribution.txt 17:58:21 -rw-rw-r-- 1 1001 1001 3804 Apr 23 17:54 CONTRIBUTING.md 17:58:21 -rw-rw-r-- 1 1001 1001 931 Apr 23 17:54 Dockerfile.build 17:58:21 -rw-rw-r-- 1 1001 1001 863 Apr 23 17:54 Jenkinsfile 17:58:21 -rw-rw-r-- 1 1001 1001 10775 Apr 23 17:54 LICENSE 17:58:21 -rw-rw-r-- 1 1001 1001 5774 Apr 23 17:54 Makefile 17:58:21 -rw-rw-r-- 1 1001 1001 7978 Apr 23 17:54 README.md 17:58:21 -rw-rw-r-- 1 1001 1001 6755 Apr 23 17:54 SECURITY.md 17:58:21 -rw-rw-r-- 1 1001 1001 5 Apr 23 17:55 VERSION 17:58:21 -rw-rw-r-- 1 1001 1001 4131 Apr 23 17:54 ZMQWindows.md 17:58:21 drwxrwxr-x 2 1001 1001 117 Apr 23 17:54 bin 17:58:21 drwxrwxr-x 14 1001 1001 4096 Apr 23 17:54 cmd 17:58:21 -rw-r--r-- 1 root root 703598 Apr 23 17:57 coverage.out 17:58:21 -rw-r--r-- 1 root root 1060 Apr 23 17:58 go.mod 17:58:21 -rw-r--r-- 1 root root 22302 Apr 23 17:58 go.sum 17:58:21 drwxrwxr-x 8 1001 1001 127 Apr 23 17:54 internal 17:58:21 drwxrwxr-x 4 1001 1001 26 Apr 23 17:54 openapi 17:58:21 drwxrwxr-x 4 1001 1001 71 Apr 23 17:54 snap 17:58:21 -rw-rw-r-- 1 1001 1001 168 Apr 23 17:54 version.go [Pipeline] sh 17:58:21 + '[' -e coverage.out ] 17:58:21 + chown 1001:1001 coverage.out [Pipeline] stash 17:58:21 Stashed 1 file(s) [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:58:21 provisioning config files... 17:58:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6822588271869953209tmp 17:58:21 + make build 17:58:21 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 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:58:22 ---> docker-login.sh 17:58:22 nexus3.edgexfoundry.org:10001 17:58:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:23 Configure a credential helper to remove this warning. See 17:58:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:23 17:58:23 Login Succeeded 17:58:23 nexus3.edgexfoundry.org:10002 17:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:24 Configure a credential helper to remove this warning. See 17:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:24 17:58:24 Login Succeeded 17:58:24 nexus3.edgexfoundry.org:10003 17:58:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:24 Configure a credential helper to remove this warning. See 17:58:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:24 17:58:24 Login Succeeded 17:58:24 nexus3.edgexfoundry.org:10004 17:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:25 Configure a credential helper to remove this warning. See 17:58:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:25 17:58:25 Login Succeeded 17:58:25 docker.io 17:58:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:58:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:58:26 Configure a credential helper to remove this warning. See 17:58:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:58:26 17:58:26 Login Succeeded 17:58:26 ---> docker-login.sh ends [Pipeline] } 17:58:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:58:26 ========================================================= 17:58:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:58:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:58:26 + 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 . 17:58:27 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 17:58:29 Sending build context to Docker daemon 167.4MB 17:58:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:58:29 Step 2/6 : FROM ${BASE} 17:58:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:58:29 5f621e34cdf4: Pulling fs layer 17:58:29 a4357932f1b6: Pulling fs layer 17:58:29 18c013af1878: Pulling fs layer 17:58:29 00ac8860ef70: Pulling fs layer 17:58:29 63d7cb157983: Pulling fs layer 17:58:29 b116817d02f9: Pulling fs layer 17:58:29 745a02a5169b: Pulling fs layer 17:58:29 b116817d02f9: Waiting 17:58:29 00ac8860ef70: Waiting 17:58:29 745a02a5169b: Waiting 17:58:29 63d7cb157983: Waiting 17:58:29 18c013af1878: Verifying Checksum 17:58:29 18c013af1878: Download complete 17:58:29 a4357932f1b6: Verifying Checksum 17:58:29 a4357932f1b6: Download complete 17:58:29 63d7cb157983: Download complete 17:58:29 b116817d02f9: Verifying Checksum 17:58:29 b116817d02f9: Download complete 17:58:29 5f621e34cdf4: Download complete 17:58:30 5f621e34cdf4: Pull complete 17:58:30 a4357932f1b6: Pull complete 17:58:30 18c013af1878: Pull complete 17:58:31 745a02a5169b: Verifying Checksum 17:58:31 745a02a5169b: Download complete 17:58:32 00ac8860ef70: Verifying Checksum 17:58:32 00ac8860ef70: Download complete 17:58:35 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 17:58:35 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 17:58:37 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 17:58:37 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 17:58:39 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 17:58:40 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 17:58:41 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 17:58:42 00ac8860ef70: Pull complete 17:58:42 63d7cb157983: Pull complete 17:58:42 b116817d02f9: Pull complete 17:58:43 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 17:58:43 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 17:58:44 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] } 17:58:46 $ docker stop --time=1 cf33fec50a026343d36d9a9196e92d0d20aee9135e6682a07358211e1a1507a8 17:58:47 745a02a5169b: Pull complete 17:58:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:58:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:58:47 ---> b7e6874047d6 17:58:47 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 17:58:48 $ docker rm -f cf33fec50a026343d36d9a9196e92d0d20aee9135e6682a07358211e1a1507a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 17:58:50 ---> Running in 46bc21b71ffe 17:58:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 17:58:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:58:51 17:58:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:58:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:58:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:58:52 latest: Pulling from edgex-devops/edgex-compose 17:58:52 cbdbe7a5bc2a: Pulling fs layer 17:58:52 ca9280d653b3: Pulling fs layer 17:58:52 7e9c9ca2126c: Pulling fs layer 17:58:52 cbdbe7a5bc2a: Download complete 17:58:52 (1/12) Installing libmagic (5.38-r0) 17:58:52 ca9280d653b3: Verifying Checksum 17:58:52 ca9280d653b3: Download complete 17:58:52 cbdbe7a5bc2a: Pull complete 17:58:53 (2/12) Installing file (5.38-r0) 17:58:53 (3/12) Installing libc-dev (0.7.2-r3) 17:58:53 (4/12) Installing g++ (9.3.0-r2) 17:58:53 ca9280d653b3: Pull complete 17:58:53 7e9c9ca2126c: Download complete 17:58:57 (5/12) Installing fortify-headers (1.1-r0) 17:58:57 (6/12) Installing patch (2.7.6-r6) 17:58:57 (7/12) Installing build-base (0.5-r2) 17:58:57 (8/12) Installing libsodium (1.0.18-r0) 17:58:58 (9/12) Installing pkgconf (1.7.2-r0) 17:58:58 (10/12) Installing libsodium-dev (1.0.18-r0) 17:58:58 (11/12) Installing libzmq (4.3.3-r0) 17:58:58 (12/12) Installing zeromq-dev (4.3.3-r0) 17:58:58 Executing busybox-1.31.1-r19.trigger 17:58:58 OK: 217 MiB in 51 packages 17:59:00 7e9c9ca2126c: Pull complete 17:59:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:59:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:59:00 prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container 17:59:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:59:01 $ docker top b7f8b4d8f7669154109377b5e875f86efb116bf826e75cb7d28b4a27479c7fad -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:01 + docker-compose build --help 17:59:01 + grep parallel 17:59:02 Removing intermediate container 46bc21b71ffe 17:59:02 ---> a09d1bce8322 17:59:02 Step 4/6 : WORKDIR /edgex-go 17:59:02 ---> Running in 8e21488df741 17:59:02 --parallel Build images in parallel. [Pipeline] } 17:59:02 $ docker stop --time=1 b7f8b4d8f7669154109377b5e875f86efb116bf826e75cb7d28b4a27479c7fad 17:59:03 Removing intermediate container 8e21488df741 17:59:03 ---> f1b628c89fe6 17:59:03 Step 5/6 : COPY go.mod . 17:59:03 ---> 1fe2198ff9dc 17:59:03 Step 6/6 : RUN go mod download 17:59:04 $ docker rm -f b7f8b4d8f7669154109377b5e875f86efb116bf826e75cb7d28b4a27479c7fad 17:59:04 ---> Running in 8d09802080df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:59:04 . [Pipeline] withDockerContainer 17:59:04 prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container 17:59:04 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:59:05 $ docker top 02ac3d8f494be2d102d621ce2130838b5d084dcaec55d36f1424b8c03daf64d4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:05 + docker-compose -f ./docker-compose-build.yml build --parallel 17:59:06 Building docker-core-command-go ... 17:59:06 Building docker-core-data-go ... 17:59:06 Building docker-core-metadata-go ... 17:59:06 Building docker-security-bootstrapper-go ... 17:59:06 Building docker-security-proxy-setup-go ... 17:59:06 Building docker-security-secretstore-setup-go ... 17:59:06 Building docker-support-notifications-go ... 17:59:06 Building docker-support-scheduler-go ... 17:59:06 Building docker-sys-mgmt-agent-go ... 17:59:06 Building docker-sys-mgmt-agent-go 17:59:06 Building docker-security-proxy-setup-go 17:59:06 Building docker-support-scheduler-go 17:59:06 Building docker-core-metadata-go 17:59:06 Building docker-security-bootstrapper-go 17:59:30 Removing intermediate container 8d09802080df 17:59:30 ---> 8f043eeeb2bc 17:59:30 Successfully built 8f043eeeb2bc 17:59:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:59:31 + docker inspect -f . ci-base-image-arm64 17:59:31 . [Pipeline] withDockerContainer 17:59:31 prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container 17:59:31 $ 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 17:59:33 $ docker top 8da4a04cebf27932da030e9637603634e909814df55ee7010845deed7427b74b -eo pid,comm [Pipeline] { [Pipeline] sh 17:59:34 + go version 17:59:34 go version go1.15.5 linux/arm64 [Pipeline] } 17:59:34 $ docker stop --time=1 8da4a04cebf27932da030e9637603634e909814df55ee7010845deed7427b74b 17:59:36 $ docker rm -f 8da4a04cebf27932da030e9637603634e909814df55ee7010845deed7427b74b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:36 + docker inspect -f . ci-base-image-arm64 17:59:36 . [Pipeline] withDockerContainer 17:59:37 prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container 17:59:37 $ 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 17:59:38 $ docker top 903c8d6eea3e9dcc68083d4b3af8263dfa74c795758141579753b32a159e8b01 -eo pid,comm [Pipeline] { [Pipeline] echo 17:59:38 ========================================================= 17:59:38 [edgeXBuildGoParallel] Running Tests and Build... 17:59:38 ========================================================= [Pipeline] sh 17:59:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:59:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:59:38 ---> 7e2160eb7dda 17:59:38 Step 3/31 : WORKDIR /edgex-go 17:59:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:59:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:59:38 ---> 7e2160eb7dda 17:59:38 Step 3/21 : WORKDIR /edgex-go 17:59:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:59:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:59:38 ---> 7e2160eb7dda 17:59:38 Step 3/23 : WORKDIR /edgex-go 17:59:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:59:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:59:38 ---> 7e2160eb7dda 17:59:38 Step 3/23 : WORKDIR /edgex-go 17:59:39 + make test 17:59:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:59:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:59:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:59:39 ---> 7e2160eb7dda 17:59:39 Step 3/22 : WORKDIR /edgex-go 17:59:40 ---> Running in 0780355cf0b9 17:59:40 ---> Running in 87ee35feabb8 17:59:40 ---> Running in 468ab92769fa 17:59:40 ---> Running in 8f3e5214d457 17:59:40 ---> Running in b44c9e5eb9dc 17:59:41 Removing intermediate container 8f3e5214d457 17:59:41 ---> b906ca93ec3a 17:59:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:41 Removing intermediate container 0780355cf0b9 17:59:41 ---> 0b37d96caec8 17:59:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:41 Removing intermediate container b44c9e5eb9dc 17:59:41 ---> 5c01c971ac08 17:59:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:41 Removing intermediate container 468ab92769fa 17:59:41 ---> 6981b7f4f488 17:59:41 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:41 Removing intermediate container 87ee35feabb8 17:59:41 ---> 903025fcc026 17:59:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:41 ---> Running in 6a4e21515379 17:59:41 ---> Running in c2dc6e01f797 17:59:41 ---> Running in 296c612f37cb 17:59:41 ---> Running in 40e176a7bad4 17:59:41 ---> Running in b295c59d9b19 17:59:43 Removing intermediate container c2dc6e01f797 17:59:43 ---> 19c1cb04940c 17:59:43 Step 5/22 : RUN apk add --update --no-cache make git 17:59:43 Removing intermediate container 296c612f37cb 17:59:43 ---> c677d3e48c1a 17:59:43 Step 5/23 : RUN apk add --update --no-cache make bash git 17:59:43 ---> Running in 98c854cf909a 17:59:43 Removing intermediate container 6a4e21515379 17:59:43 ---> 1c03890a99f2 17:59:43 Step 5/23 : RUN apk add --update --no-cache make git 17:59:43 ---> Running in 01de8bf13f22 17:59:43 ---> Running in d0bb0875b90f 17:59:43 Removing intermediate container b295c59d9b19 17:59:43 ---> 32897134ab2d 17:59:43 Step 5/21 : RUN apk add --update --no-cache make git 17:59:43 Removing intermediate container 40e176a7bad4 17:59:43 ---> f9cd668e6c93 17:59:43 Step 5/31 : RUN apk add --update --no-cache make git 17:59:44 ---> Running in 6f2ead5ed36d 17:59:44 ---> Running in 264a97b5f5b6 17:59:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:45 OK: 233 MiB in 51 packages 17:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:45 OK: 233 MiB in 51 packages 17:59:45 OK: 233 MiB in 51 packages 17:59:45 Removing intermediate container 98c854cf909a 17:59:45 ---> 34e25d2f627a 17:59:45 Step 6/22 : COPY go.mod . 17:59:45 OK: 233 MiB in 51 packages 17:59:46 OK: 233 MiB in 51 packages 17:59:46 ---> db194ab9b7ef 17:59:46 Step 7/22 : RUN go mod download 17:59:46 ---> Running in c946cde36477 17:59:46 Removing intermediate container 01de8bf13f22 17:59:46 ---> 9cf2d5f6f4a2 17:59:46 Step 6/23 : COPY go.mod . 17:59:46 Removing intermediate container d0bb0875b90f 17:59:46 ---> b274b77496d2 17:59:46 Step 6/23 : COPY go.mod . 17:59:47 Removing intermediate container 6f2ead5ed36d 17:59:47 ---> fa1f5ffb1495 17:59:47 Step 6/21 : COPY go.mod . 17:59:47 ---> 9829af2be27b 17:59:47 Step 7/23 : RUN go mod download 17:59:47 Removing intermediate container 264a97b5f5b6 17:59:47 ---> afcbd21627ee 17:59:47 Step 6/31 : COPY go.mod . 17:59:47 ---> 3a2d44725376 17:59:47 Step 7/23 : RUN go mod download 17:59:47 ---> Running in 07aac7f99510 17:59:47 ---> Running in de556bba5236 17:59:47 ---> 9e42e0174202 17:59:47 Step 7/21 : RUN go mod download 17:59:47 ---> 3ba34fd8e5b0 17:59:47 Step 7/31 : RUN go mod download 17:59:47 ---> Running in 8b565e658c48 17:59:47 ---> Running in 5fc178a7315d 17:59:48 Removing intermediate container c946cde36477 17:59:48 ---> 4a066429057b 17:59:48 Step 8/22 : COPY . . 17:59:55 Removing intermediate container de556bba5236 17:59:55 ---> d0a683a95e08 17:59:55 Step 8/23 : COPY . . 17:59:55 Removing intermediate container 07aac7f99510 17:59:55 ---> bd9f7c6fd65b 17:59:55 Step 8/23 : COPY . . 17:59:55 Removing intermediate container 8b565e658c48 17:59:55 ---> 2498e1125bef 17:59:55 Step 8/21 : COPY . . 17:59:55 Removing intermediate container 5fc178a7315d 17:59:55 ---> f2c89a7f831a 17:59:55 Step 8/31 : COPY . . 18:00:01 ? github.com/edgexfoundry/edgex-go [no test files] 18:00:27 ---> b52dff6ed7cf 18:00:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:00:29 ---> Running in 8e8cc6b42586 18:00:33 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 18:00:35 ---> 9d2e3d916177 18:00:35 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:00:35 ---> 54f0323be47c 18:00:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:00:35 ---> Running in 027a2e3c0cd0 18:00:35 ---> a5bb227890a1 18:00:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:00:35 ---> 2e9ba7581982 18:00:35 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:00:35 ---> Running in 2d810edb881e 18:00:35 ---> Running in 88d20084d8d9 18:00:35 ---> Running in f47e8df7be48 18:00:36 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 18:00:36 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 18:00:37 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 18:00:37 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 18:00:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:00:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:01:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:01:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:01:09 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 18:01:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:01:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:01:14 Removing intermediate container 8e8cc6b42586 18:01:14 ---> 8bc7747463f8 18:01:14 18:01:14 Step 10/22 : FROM alpine:3.12 18:01:14 3.12: Pulling from library/alpine 18:01:14 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:01:14 Status: Downloaded newer image for alpine:3.12 18:01:14 ---> 13621d1b12d4 18:01:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:01:17 ---> Running in 6a2a7a71b660 18:01:17 Removing intermediate container f47e8df7be48 18:01:17 ---> beca2c3616d2 18:01:17 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:01:17 Removing intermediate container 2d810edb881e 18:01:17 ---> 37bbd650410c 18:01:17 18:01:17 Step 10/31 : FROM alpine:3.12 18:01:17 ---> 13621d1b12d4 18:01:17 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:01:17 ---> Running in 3cc886214f40 18:01:18 ---> Running in 006fd011b4f5 18:01:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:01:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:01:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:01:20 Removing intermediate container 006fd011b4f5 18:01:20 ---> c22ba99a9d54 18:01:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:01:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:01:20 (1/1) Installing dumb-init (1.2.2-r1) 18:01:20 Executing busybox-1.31.1-r20.trigger 18:01:20 OK: 6 MiB in 15 packages 18:01:21 Removing intermediate container 88d20084d8d9 18:01:21 ---> 1c17ff5c6fa3 18:01:21 18:01:21 Step 10/21 : FROM alpine:3.12 18:01:21 ---> 13621d1b12d4 18:01:21 Step 11/21 : RUN apk add --update --no-cache curl 18:01:21 ---> Running in 41cd2309fb57 18:01:21 ---> Running in f37bee82ab5e 18:01:21 Removing intermediate container 027a2e3c0cd0 18:01:21 ---> 4772bab58db4 18:01:21 18:01:21 Step 10/23 : FROM alpine:3.12 18:01:21 ---> 13621d1b12d4 18:01:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:01:21 ---> Running in a844cb505edd 18:01:22 Removing intermediate container 6a2a7a71b660 18:01:22 ---> d0b4d5075273 18:01:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:01:22 ---> Running in 0508a6b2a6c7 18:01:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:22 Removing intermediate container 0508a6b2a6c7 18:01:22 ---> 869ad8660e6f 18:01:22 Step 13/22 : ENV APP_PORT=48085 18:01:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:22 ---> Running in e62b3288c1bd 18:01:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:23 (1/2) Installing dumb-init (1.2.2-r1) 18:01:23 (2/2) Installing su-exec (0.2-r1) 18:01:23 Executing busybox-1.31.1-r20.trigger 18:01:23 OK: 6 MiB in 16 packages 18:01:23 Removing intermediate container 3cc886214f40 18:01:23 ---> 6140203c1731 18:01:23 18:01:23 Step 11/23 : FROM docker:20.10.0 18:01:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:23 20.10.0: Pulling from library/docker 18:01:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:23 Removing intermediate container e62b3288c1bd 18:01:23 ---> a5c97a66b1ab 18:01:23 Step 14/22 : EXPOSE $APP_PORT 18:01:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:23 (1/4) Installing ca-certificates (20191127-r4) 18:01:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:01:23 (3/4) Installing libcurl (7.76.1-r0) 18:01:23 (4/4) Installing curl (7.76.1-r0) 18:01:23 Executing busybox-1.31.1-r20.trigger 18:01:23 Executing ca-certificates-20191127-r4.trigger 18:01:23 (1/1) Installing dumb-init (1.2.2-r1) 18:01:23 Executing busybox-1.31.1-r20.trigger 18:01:23 OK: 6 MiB in 15 packages 18:01:23 OK: 7 MiB in 18 packages 18:01:23 ---> Running in dc89192ae32a 18:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.405s coverage: 45.9% of statements 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:01:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.143s coverage: 19.8% of statements 18:01:24 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements 18:01:25 Removing intermediate container dc89192ae32a 18:01:25 ---> 2ec1a1c41391 18:01:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:25 Removing intermediate container 41cd2309fb57 18:01:25 ---> 35a156294986 18:01:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:01:26 ---> Running in 12d37de557e5 18:01:26 Removing intermediate container a844cb505edd 18:01:26 ---> 74daca6bc487 18:01:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:01:26 ---> cbd80fa2770d 18:01:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:01:26 Removing intermediate container f37bee82ab5e 18:01:26 ---> 0976d7f7447b 18:01:26 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:01:26 ---> Running in c46469243ffc 18:01:26 ---> Running in f13cf2d65354 18:01:26 Removing intermediate container 12d37de557e5 18:01:26 ---> cd7ec33e58ef 18:01:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:01:26 ---> Running in 3eeadb43bf4d 18:01:26 Removing intermediate container c46469243ffc 18:01:26 ---> 451fa23ee757 18:01:26 Step 13/23 : ENV APP_PORT=48081 18:01:27 Removing intermediate container f13cf2d65354 18:01:27 ---> f601ae08ce65 18:01:27 Step 13/21 : WORKDIR /edgex 18:01:27 ---> c1f70c920740 18:01:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:01:27 ---> Running in 11af2689fec0 18:01:27 Removing intermediate container 3eeadb43bf4d 18:01:27 ---> a4e55c4e8776 18:01:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:01:27 ---> Running in db0c55010072 18:01:28 ---> Running in bc5ee23e2d58 18:01:28 Removing intermediate container 11af2689fec0 18:01:28 ---> 344e4692c420 18:01:28 Step 14/23 : EXPOSE $APP_PORT 18:01:28 ---> Running in 23e29df10c1d 18:01:28 Removing intermediate container db0c55010072 18:01:28 ---> 57a5a0f101e5 18:01:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:01:28 ---> f622ffdfb6cc 18:01:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:01:28 ---> Running in f94e8696d03c 18:01:28 Removing intermediate container 23e29df10c1d 18:01:28 ---> bb650d14b7f2 18:01:28 Step 15/23 : WORKDIR / 18:01:28 ---> Running in f95c8bdc82b9 18:01:28 ---> b097157d9fb9 18:01:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:01:28 Removing intermediate container f94e8696d03c 18:01:28 ---> c5ec3eb2f51d 18:01:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:29 ---> Running in cc5b32de01d7 18:01:29 Removing intermediate container f95c8bdc82b9 18:01:29 ---> 91e597824ea4 18:01:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:29 ---> c02f975afb47 18:01:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:01:29 Removing intermediate container cc5b32de01d7 18:01:29 ---> 4de835807dad 18:01:29 Step 20/22 : LABEL arch=x86_64 18:01:29 Removing intermediate container bc5ee23e2d58 18:01:29 ---> bc5c40724910 18:01:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:01:29 ---> Running in b6b9083a772e 18:01:29 ---> Running in 6b878ee1db93 18:01:30 ---> 56600e225b92 18:01:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:01:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:01:30 Status: Downloaded newer image for docker:20.10.0 18:01:30 ---> aefe523efa57 18:01:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:01:30 Removing intermediate container 6b878ee1db93 18:01:30 ---> 5fdfb6b416c9 18:01:30 Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:01:30 ---> 6cae636d3b0d 18:01:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:01:30 ---> Running in 98cc6910ec17 18:01:30 Removing intermediate container b6b9083a772e 18:01:30 ---> 97a39147ccc9 18:01:30 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:01:30 ---> Running in 5bb1aed48564 18:01:30 ---> Running in cb681c3fd674 18:01:30 ---> 26858abe674e 18:01:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:01:31 Removing intermediate container 98cc6910ec17 18:01:31 ---> 85c38389b92e 18:01:31 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:01:31 Removing intermediate container cb681c3fd674 18:01:31 ---> 913608525327 18:01:31 Step 18/21 : CMD ["--init=true"] 18:01:31 Removing intermediate container 5bb1aed48564 18:01:31 ---> ef52b5c65920 18:01:31 Step 22/22 : LABEL version=0.0.0 18:01:31 ---> 91b974e40045 18:01:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:01:31 ---> 9e4865680687 18:01:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:01:31 ---> Running in 603e2ea8ba1a 18:01:31 ---> Running in 34fd622fea72 18:01:31 ---> Running in e74f46cb419e 18:01:31 ---> Running in 635e8359c9c6 18:01:31 ---> Running in 1c860a95347a 18:01:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:01:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.158s coverage: 100.0% of statements 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:01:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.138s coverage: 100.0% of statements 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:01:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:01:31 Removing intermediate container e74f46cb419e 18:01:31 ---> ef4b4f0b60ed 18:01:31 18:01:31 Removing intermediate container 34fd622fea72 18:01:31 ---> 831abf4e0834 18:01:31 Step 19/21 : LABEL arch=x86_64 18:01:32 Successfully built ef4b4f0b60ed 18:01:32 Successfully tagged docker-support-scheduler-go:latest 18:01:32 Removing intermediate container 1c860a95347a 18:01:32 ---> 92480f8e8cce 18:01:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:01:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:32  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 18:01:32 ---> Running in 574abb9c4299 18:01:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:32 ---> Running in 54e5368011d7 18:01:32 (1/39) Installing readline (8.0.4-r0) 18:01:32 (2/39) Installing bash (5.0.17-r0) 18:01:32 Executing bash-5.0.17-r0.post-install 18:01:32 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:01:32 (4/39) Installing libcurl (7.76.1-r0) 18:01:32 (5/39) Installing curl (7.76.1-r0) 18:01:32 Removing intermediate container 574abb9c4299 18:01:32 ---> fd90b7906906 18:01:32 Step 20/21 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:01:32 (6/39) Installing dumb-init (1.2.2-r1) 18:01:32 (7/39) Installing libbz2 (1.0.8-r1) 18:01:32 (8/39) Installing expat (2.2.9-r1) 18:01:32 (9/39) Installing libffi (3.3-r2) 18:01:32 (10/39) Installing gdbm (1.13-r1) 18:01:32 Removing intermediate container 54e5368011d7 18:01:32 ---> 75ed92c0b827 18:01:32 Step 21/23 : LABEL arch=x86_64 18:01:32 (11/39) Installing xz-libs (5.2.5-r0) 18:01:32 (12/39) Installing sqlite-libs (3.32.1-r0) 18:01:32 (13/39) Installing python3 (3.8.8-r0) 18:01:32 ---> Running in e0504385d541 18:01:32 ---> Running in c8cb0c0ad0a6 18:01:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 71.3% of statements 18:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:01:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.421s coverage: 82.9% of statements 18:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.135s coverage: 78.9% of statements 18:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:01:38 Removing intermediate container e0504385d541 18:01:38 ---> f99332584dbc 18:01:38 Step 21/21 : LABEL version=0.0.0 18:01:40 (14/39) Installing py3-appdirs (1.4.4-r1) 18:01:40 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:01:40 (16/39) Installing py3-parsing (2.4.7-r0) 18:01:40 (17/39) Installing py3-six (1.15.0-r0) 18:01:40 (18/39) Installing py3-packaging (20.4-r0) 18:01:40 Removing intermediate container c8cb0c0ad0a6 18:01:40 ---> 949c6388d694 18:01:40 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:01:40 ---> Running in 8e608c7ad321 18:01:40 (19/39) Installing py3-setuptools (47.0.0-r0) 18:01:40 (20/39) Installing py3-chardet (3.0.4-r4) 18:01:41 (21/39) Installing py3-idna (2.9-r0) 18:01:41 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:01:41 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:01:41 Removing intermediate container 635e8359c9c6 18:01:41 ---> 0c0b04be07e0 18:01:41 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:01:41 (24/39) Installing py3-requests (2.23.0-r0) 18:01:41 (25/39) Installing py3-msgpack (1.0.0-r0) 18:01:42 (26/39) Installing py3-lockfile (0.12.2-r3) 18:01:42 ---> Running in d29ca4cab8e2 18:01:42 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:01:42 (28/39) Installing py3-colorama (0.4.3-r0) 18:01:42 (29/39) Installing py3-distlib (0.3.0-r0) 18:01:42 (30/39) Installing py3-distro (1.5.0-r1) 18:01:42 Removing intermediate container 8e608c7ad321 18:01:42 ---> ece8f5124996 18:01:42 18:01:42 (31/39) Installing py3-webencodings (0.5.1-r3) 18:01:42 (32/39) Installing py3-html5lib (1.0.1-r4) 18:01:42 (33/39) Installing py3-pytoml (0.1.21-r0) 18:01:42 (34/39) Installing py3-pep517 (0.8.2-r0) 18:01:42 (35/39) Installing py3-progress (1.5-r0) 18:01:42 (36/39) Installing py3-toml (0.10.1-r0) 18:01:43 (37/39) Installing py3-retrying (1.3.3-r0) 18:01:43 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:01:43 (39/39) Installing py3-pip (20.1.1-r0) 18:01:44 ---> 0ca8f73a914c 18:01:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.251s coverage: 100.0% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.180s coverage: 100.0% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.428s coverage: 86.7% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.451s coverage: 97.5% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:01:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:01:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:01:45 Removing intermediate container d29ca4cab8e2 18:01:45 ---> 3106a9d55f47 18:01:45 Step 23/23 : LABEL version=0.0.0 18:01:45 Successfully built ece8f5124996 18:01:45 Executing busybox-1.31.1-r19.trigger 18:01:45 OK: 72 MiB in 59 packages 18:01:45 Successfully tagged docker-security-proxy-setup-go:latest 18:01:45  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 18:01:49 ---> Running in 4d3ba61d35b0 18:01:50 ---> ca288feea5cc 18:01:50 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:01:52 Removing intermediate container 4d3ba61d35b0 18:01:52 ---> 814b188bf537 18:01:52 18:01:52 Collecting docker-compose==1.23.2 18:01:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:01:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:01:53 ---> 7e2160eb7dda 18:01:53 Step 3/22 : WORKDIR /edgex-go 18:01:53 ---> Using cache 18:01:53 ---> 903025fcc026 18:01:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:53 ---> Using cache 18:01:53 ---> 32897134ab2d 18:01:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:01:53 Successfully built 814b188bf537 18:01:53 Successfully tagged docker-core-metadata-go:latest 18:01:53 Building docker-core-data-go 18:01:53  Building docker-core-metadata-go ... done Collecting docker<4.0,>=3.6.0 18:01:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:01:54 ---> f6ab7e3904ad 18:01:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:01:54 Collecting cached-property<2,>=1.2.0 18:01:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.272s coverage: 93.0% of statements 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.109s coverage: 58.8% of statements 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.245s coverage: 0.9% of statements 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:01:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.213s coverage: 47.1% of statements 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.156s coverage: 79.5% of statements 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.217s coverage: 96.3% of statements 18:01:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.126s coverage: 87.5% of statements 18:01:55 ---> Running in f1ce0b1e3214 18:01:55 Collecting dockerpty<0.5,>=0.4.1 18:01:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:01:56 ---> c60a1176fa2d 18:01:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:01:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:01:57 ---> f9c19c90feba 18:01:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:01:57 Collecting websocket-client<1.0,>=0.32.0 18:01:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:01:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:01:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:01:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:01:58 OK: 233 MiB in 51 packages 18:01:58 ---> Running in 610f1db04381 18:01:59 Collecting docopt<0.7,>=0.6.1 18:01:59 Downloading docopt-0.6.2.tar.gz (25 kB) 18:02:02 Collecting jsonschema<3,>=2.5.1 18:02:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:02:02 Removing intermediate container 610f1db04381 18:02:02 ---> f8e56f412710 18:02:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:02:02 Collecting texttable<0.10,>=0.9.0 18:02:02 Downloading texttable-0.9.1.tar.gz (11 kB) 18:02:02 Removing intermediate container f1ce0b1e3214 18:02:02 ---> 37f9e9865984 18:02:02 Step 6/22 : COPY go.mod . 18:02:02 Collecting PyYAML<4,>=3.10 18:02:02 Downloading PyYAML-3.13.tar.gz (270 kB) 18:02:02 ---> 1e7a1b9d0937 18:02:02 Step 26/31 : RUN chmod +x /entrypoint.sh 18:02:04 ---> c017d4f63125 18:02:04 Step 7/22 : RUN go mod download 18:02:04 ---> Running in 10c92cbdc3d9 18:02:04 Collecting docker-pycreds>=0.4.0 18:02:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:02:05 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:02:05 Collecting idna<2.8,>=2.5 18:02:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:02:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:02:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:02:05 ---> 7e2160eb7dda 18:02:05 Step 3/23 : WORKDIR /edgex-go 18:02:05 ---> Using cache 18:02:05 ---> 903025fcc026 18:02:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:02:05 ---> Using cache 18:02:05 ---> 32897134ab2d 18:02:05 Step 5/23 : RUN apk add --update --no-cache make git 18:02:05 ---> Using cache 18:02:05 ---> fa1f5ffb1495 18:02:05 Step 6/23 : COPY go.mod . 18:02:05 ---> Using cache 18:02:05 ---> 9e42e0174202 18:02:05 Step 7/23 : RUN go mod download 18:02:05 ---> Using cache 18:02:05 ---> 2498e1125bef 18:02:05 Step 8/23 : COPY . . 18:02:05 ---> Using cache 18:02:05 ---> a5bb227890a1 18:02:05 Step 9/23 : RUN make cmd/core-command/core-command 18:02:06 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) 18:02:06 ---> Running in 2785ab0dc604 18:02:06 Collecting urllib3<1.25,>=1.21.1 18:02:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:02:06 ---> Running in 6ad07f9179af 18:02:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:02:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:02:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:02:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:02:06 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, docopt, jsonschema, texttable, PyYAML, docker-compose 18:02:06 Attempting uninstall: idna 18:02:06 Found existing installation: idna 2.9 18:02:06 Uninstalling idna-2.9: 18:02:06 Successfully uninstalled idna-2.9 18:02:06 Attempting uninstall: urllib3 18:02:06 Found existing installation: urllib3 1.25.9 18:02:06 Uninstalling urllib3-1.25.9: 18:02:06 Successfully uninstalled urllib3-1.25.9 18:02:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.135s coverage: 94.4% of statements 18:02:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.157s coverage: 44.8% of statements 18:02:07 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 18:02:07 Attempting uninstall: requests 18:02:07 Found existing installation: requests 2.23.0 18:02:07 Uninstalling requests-2.23.0: 18:02:07 Successfully uninstalled requests-2.23.0 18:02:10 Removing intermediate container 10c92cbdc3d9 18:02:10 ---> f41a281dc36c 18:02:10 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:02:11 Running setup.py install for dockerpty: started 18:02:11 ---> Running in 992bccfbf5e9 18:02:12 Removing intermediate container 992bccfbf5e9 18:02:12 ---> d54a2a0f80a6 18:02:12 Step 28/31 : CMD ["gate"] 18:02:12 Running setup.py install for dockerpty: finished with status 'done' 18:02:12 Running setup.py install for docopt: started 18:02:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.475s coverage: 81.9% of statements 18:02:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:02:13 Removing intermediate container 2785ab0dc604 18:02:13 ---> 9d1351d76558 18:02:13 Step 8/22 : COPY . . 18:02:13 Running setup.py install for docopt: finished with status 'done' 18:02:14 ---> Running in 9cd604318c27 18:02:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:02:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:02:15 ---> 7e2160eb7dda 18:02:15 Step 3/23 : WORKDIR /edgex-go 18:02:15 ---> Using cache 18:02:15 ---> 903025fcc026 18:02:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:02:15 ---> Using cache 18:02:15 ---> 32897134ab2d 18:02:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:02:15 Running setup.py install for texttable: started 18:02:17 Running setup.py install for texttable: finished with status 'done' 18:02:17 Running setup.py install for PyYAML: started 18:02:18 Running setup.py install for PyYAML: finished with status 'done' 18:02:19 ---> Running in 6077f001cc3a 18:02:20 Removing intermediate container 9cd604318c27 18:02:20 ---> a5ac74712565 18:02:20 Step 29/31 : LABEL arch=x86_64 18:02:21 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 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.213s coverage: 92.9% of statements 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.053s coverage: 77.8% of statements 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.126s coverage: 100.0% of statements 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.136s coverage: 80.8% of statements 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.179s coverage: 87.2% of statements 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.216s coverage: 84.6% of statements 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.6% of statements 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.578s coverage: 64.4% of statements 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:02:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 18:02:23 ---> Running in f7a85cf96871 18:02:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:02:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 18:02:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:02:24 Removing intermediate container f7a85cf96871 18:02:24 ---> 571bd46d638c 18:02:24 Step 30/31 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:02:24 OK: 233 MiB in 51 packages 18:02:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.885s coverage: 69.0% of statements 18:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:02:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.507s coverage: 38.4% of statements 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.116s coverage: 89.5% of statements 18:02:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:02:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements 18:02:28 ---> Running in 6801c53f9cdb 18:02:35 Removing intermediate container 6801c53f9cdb 18:02:35 ---> ff318bc756b4 18:02:35 Step 31/31 : LABEL version=0.0.0 18:02:35 Removing intermediate container 6077f001cc3a 18:02:35 ---> 67a9b0f9199d 18:02:35 Step 6/23 : COPY go.mod . 18:02:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:02:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:02:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:02:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.176s coverage: 9.6% of statements 18:02:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:02:37 ---> Running in 896dfebfc85f 18:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.468s coverage: 88.6% of statements 18:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:02:38 ---> 8f4f62ddfa37 18:02:38 Step 7/23 : RUN go mod download 18:02:39 ---> 4d49573249e7 18:02:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:02:40 ---> Running in a9dbb86f0a4f 18:02:41 Removing intermediate container 896dfebfc85f 18:02:41 ---> 61a95e03f9af 18:02:41 18:02:42 Successfully built 61a95e03f9af 18:02:42 ---> Running in 9292b6e0ca37 18:02:43 Successfully tagged docker-security-bootstrapper-go:latest 18:02:43 Building docker-security-secretstore-setup-go 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.268s coverage: 28.7% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.185s coverage: 100.0% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.153s coverage: 64.6% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:02:44  Building docker-security-bootstrapper-go ... done Removing intermediate container 603e2ea8ba1a 18:02:44 ---> ce28551f4f07 18:02:44 Step 14/23 : ENV APP_PORT=48090 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.400s coverage: 95.6% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:02:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:02:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 18:02:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:02:45 ---> Running in 61248a6ecce5 18:02:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements 18:02:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 18:02:48 Removing intermediate container 61248a6ecce5 18:02:48 ---> 72db746974cd 18:02:48 Step 15/23 : EXPOSE $APP_PORT 18:02:48 GO111MODULE=on go vet ./... 18:02:51 ---> Running in ff478c352333 18:02:51 Removing intermediate container 6ad07f9179af 18:02:51 ---> f76cfe9a5a93 18:02:51 18:02:51 Step 10/23 : FROM alpine:3.12 18:02:51 ---> 13621d1b12d4 18:02:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:02:51 ---> Using cache 18:02:51 ---> 74daca6bc487 18:02:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:02:51 ---> Using cache 18:02:51 ---> 451fa23ee757 18:02:51 Step 13/23 : ENV APP_PORT=48082 18:02:52 Removing intermediate container ff478c352333 18:02:52 ---> f95448ab8c6c 18:02:52 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:02:52 Removing intermediate container a9dbb86f0a4f 18:02:52 ---> 6c7df1d067c1 18:02:52 Step 8/23 : COPY . . 18:02:53 ---> Running in aecfb27d0c07 18:02:56 Removing intermediate container aecfb27d0c07 18:02:56 ---> bdd96e1b86eb 18:02:56 Step 14/23 : EXPOSE $APP_PORT 18:02:56 ---> 1357e3abb751 18:02:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:03:00 ---> Running in 73f8429d535e 18:03:05 ---> 202fa33eb9ab 18:03:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:03:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:05 ---> 7e2160eb7dda 18:03:05 Step 3/24 : WORKDIR /edgex-go 18:03:05 ---> Using cache 18:03:05 ---> 903025fcc026 18:03:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:05 ---> Using cache 18:03:05 ---> 32897134ab2d 18:03:05 Step 5/24 : RUN apk add --update --no-cache make git 18:03:05 ---> Using cache 18:03:05 ---> fa1f5ffb1495 18:03:05 Step 6/24 : COPY go.mod . 18:03:05 ---> Using cache 18:03:05 ---> 9e42e0174202 18:03:05 Step 7/24 : RUN go mod download 18:03:05 ---> Using cache 18:03:05 ---> 2498e1125bef 18:03:05 Step 8/24 : COPY . . 18:03:05 ---> Using cache 18:03:05 ---> a5bb227890a1 18:03:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:03:06 Removing intermediate container 73f8429d535e 18:03:06 ---> 90a6098f55f0 18:03:06 Step 15/23 : WORKDIR / 18:03:07 ---> Running in e3d327b27eda 18:03:08 ---> 4e6539721547 18:03:08 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:03:08 ---> Running in 58bf643ded9b 18:03:08 ---> Running in 9e52624bba09 18:03:08 Removing intermediate container 58bf643ded9b 18:03:08 ---> 3fc929a10345 18:03:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:08 Removing intermediate container 9e52624bba09 18:03:08 ---> 38c880f40479 18:03:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:03:10 ---> Running in 288fcd3af0f5 18:03:11 ---> 155bb737fe5a 18:03:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:03:12 Removing intermediate container 288fcd3af0f5 18:03:12 ---> 74b5ca0ba1d5 18:03:12 Step 21/23 : LABEL arch=x86_64 18:03:13 ---> 97cc7c80151e 18:03:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:03:13 ---> Running in c8f9d3ad98db 18:03:16 Removing intermediate container c8f9d3ad98db 18:03:16 ---> 62ca7c1c753f 18:03:16 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:03:17 ---> 9241d723fca4 18:03:17 Step 19/23 : ENTRYPOINT ["/core-command"] 18:03:17 ---> Running in 96ca33e0bc00 18:03:20 ---> Running in 5d403350b297 18:03:21 Removing intermediate container 96ca33e0bc00 18:03:21 ---> 57f0bea5d47e 18:03:21 Step 23/23 : LABEL version=0.0.0 18:03:21 Removing intermediate container 5d403350b297 18:03:21 ---> 7c3689d40db6 18:03:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:21 ---> 2769c9618e95 18:03:21 Step 9/23 : RUN make cmd/core-data/core-data 18:03:21 ---> Running in d20209205be7 18:03:21 Removing intermediate container 9292b6e0ca37 18:03:21 ---> c601d8504679 18:03:21 18:03:21 Step 10/22 : FROM alpine:3.12 18:03:21 ---> 13621d1b12d4 18:03:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:03:21 ---> Running in 2dc3cfa1ebe9 18:03:21 ---> Running in f6b19f79fdd2 18:03:22 ---> Running in 457e99757028 18:03:22 Removing intermediate container d20209205be7 18:03:22 ---> 6a374cf2f6f0 18:03:22 18:03:22 Removing intermediate container 2dc3cfa1ebe9 18:03:22 ---> ce2fe42de7da 18:03:22 Step 21/23 : LABEL arch=x86_64 18:03:22 Successfully built 6a374cf2f6f0 18:03:22 Successfully tagged docker-sys-mgmt-agent-go:latest 18:03:22  Building docker-sys-mgmt-agent-go ... done  ---> Running in 61e1364828ed 18:03:23 Removing intermediate container 61e1364828ed 18:03:23 ---> ed2c6bd7d188 18:03:23 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:03:23 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 18:03:23 ---> Running in 833ab8e145a8 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:23 Removing intermediate container 833ab8e145a8 18:03:23 ---> a5288f9cb6fd 18:03:23 Step 23/23 : LABEL version=0.0.0 18:03:23 ---> Running in ff1faa058051 18:03:23 (1/2) Installing ca-certificates (20191127-r4) 18:03:23 (2/2) Installing dumb-init (1.2.2-r1) 18:03:23 Executing busybox-1.31.1-r20.trigger 18:03:23 Executing ca-certificates-20191127-r4.trigger 18:03:23 OK: 6 MiB in 16 packages 18:03:23 Removing intermediate container ff1faa058051 18:03:23 ---> 05d7edfc8f80 18:03:23 18:03:24 Successfully built 05d7edfc8f80 18:03:24 Successfully tagged docker-core-command-go:latest 18:03:24  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:03:26 Removing intermediate container 457e99757028 18:03:26 ---> ef62cb5b9fd8 18:03:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:03:26 ---> Running in 1275954995df 18:03:27 Removing intermediate container 1275954995df 18:03:27 ---> 337e5489a05e 18:03:27 Step 13/22 : ENV APP_PORT=48060 18:03:27 ---> Running in 2c5074d8ad36 18:03:27 Removing intermediate container 2c5074d8ad36 18:03:27 ---> a296fc14fbc1 18:03:27 Step 14/22 : EXPOSE $APP_PORT 18:03:27 ---> Running in 52d186822f54 18:03:27 Removing intermediate container 52d186822f54 18:03:27 ---> eab6d83892c6 18:03:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:28 ---> 3ca48a484799 18:03:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:03:30 ---> bdc1f4daf78a 18:03:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:03:30 Removing intermediate container e3d327b27eda 18:03:30 ---> 95b179d6c7be 18:03:30 18:03:30 Step 10/24 : FROM alpine:3.12 18:03:30 ---> 13621d1b12d4 18:03:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:03:31 ---> Running in 5e904de7c715 18:03:31 ---> 2498fc1f9b42 18:03:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:03:31 ---> Running in fc4770922295 18:03:31 Removing intermediate container fc4770922295 18:03:31 ---> 3ed937a54b2d 18:03:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:31 ---> Running in e608f5d2b61d 18:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:32 Removing intermediate container e608f5d2b61d 18:03:32 ---> 79e2fb4ba88c 18:03:32 Step 20/22 : LABEL arch=x86_64 18:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:32 ---> Running in 9766e41948f1 18:03:32 (1/6) Installing ca-certificates (20191127-r4) 18:03:32 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:03:32 (3/6) Installing libcurl (7.76.1-r0) 18:03:32 (4/6) Installing curl (7.76.1-r0) 18:03:32 (5/6) Installing dumb-init (1.2.2-r1) 18:03:32 (6/6) Installing su-exec (0.2-r1) 18:03:32 Executing busybox-1.31.1-r20.trigger 18:03:32 Executing ca-certificates-20191127-r4.trigger 18:03:32 OK: 7 MiB in 20 packages 18:03:33 Removing intermediate container 9766e41948f1 18:03:33 ---> 18e601b2afec 18:03:33 Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:03:33 ---> Running in d32d00adc204 18:03:34 Removing intermediate container d32d00adc204 18:03:34 ---> 06836d36b872 18:03:34 Step 22/22 : LABEL version=0.0.0 18:03:34 ---> Running in 1ae8e1d547e3 18:03:34 Removing intermediate container 5e904de7c715 18:03:34 ---> f4f29e05b731 18:03:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:03:34 ---> Running in 467bcb8ae7b0 18:03:34 Removing intermediate container 1ae8e1d547e3 18:03:34 ---> 4f4f2f13b511 18:03:34 18:03:35 Successfully built 4f4f2f13b511 18:03:35 Successfully tagged docker-support-notifications-go:latest 18:03:35  Building docker-support-notifications-go ... done Removing intermediate container 467bcb8ae7b0 18:03:35 ---> c11ff867bc2e 18:03:35 Step 13/24 : WORKDIR / 18:03:36 ---> Running in 3adf5df9a99f 18:03:36 Removing intermediate container 3adf5df9a99f 18:03:36 ---> ad798247b7f4 18:03:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:03:36 ---> 7dd32edf8061 18:03:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:03:37 ---> 29ccf7d1b776 18:03:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:03:37 ---> 436cddb20d59 18:03:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:03:37 ---> 188e62daa8cd 18:03:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:03:38 ---> 52110139931b 18:03:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:03:40 ---> bdd192cdf402 18:03:40 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/ 18:03:40 ---> Running in b61ed27dc76f 18:03:43 Removing intermediate container f6b19f79fdd2 18:03:43 ---> b7b73d4a6e92 18:03:43 18:03:43 Step 10/23 : FROM alpine:3.12 18:03:43 ---> 13621d1b12d4 18:03:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:03:43 Removing intermediate container b61ed27dc76f 18:03:43 ---> 13899f3347b0 18:03:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:03:43 ---> Running in c810949c7fc2 18:03:43 ---> Running in fe8d1cf8933a 18:03:43 Removing intermediate container c810949c7fc2 18:03:43 ---> f681e98c1121 18:03:43 Step 12/23 : ENV APP_PORT=48080 18:03:43 Removing intermediate container fe8d1cf8933a 18:03:43 ---> 07301c34304f 18:03:43 Step 22/24 : LABEL arch=x86_64 18:03:43 ---> Running in 6a40d7a4885b 18:03:43 ---> Running in 3c3b6a75fc8a 18:03:43 Removing intermediate container 6a40d7a4885b 18:03:43 ---> 10a8e0507672 18:03:43 Step 13/23 : EXPOSE $APP_PORT 18:03:43 ---> Running in e19433354365 18:03:43 Removing intermediate container 3c3b6a75fc8a 18:03:43 ---> 89fc617fd969 18:03:43 Step 23/24 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:03:43 ---> Running in e37c9eda4ae2 18:03:43 Removing intermediate container e19433354365 18:03:43 ---> 86e8e2a313ac 18:03:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:44 ---> Running in de2923a86303 18:03:44 Removing intermediate container e37c9eda4ae2 18:03:44 ---> 229dd416a5e0 18:03:44 Step 24/24 : LABEL version=0.0.0 18:03:44 ---> Running in 6c4d441f1f78 18:03:44 Removing intermediate container 6c4d441f1f78 18:03:44 ---> b527d816114c 18:03:44 18:03:44 Successfully built b527d816114c 18:03:44 Successfully tagged docker-security-secretstore-setup-go:latest 18:03:45  Building docker-security-secretstore-setup-go ... done Removing intermediate container de2923a86303 18:03:45 ---> 7020dc36a453 18:03:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:03:45 ---> Running in ef590957c575 18:03:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:03:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:03:46 (1/6) Installing dumb-init (1.2.2-r1) 18:03:46 (2/6) Installing libgcc (9.3.0-r2) 18:03:46 (3/6) Installing libsodium (1.0.18-r0) 18:03:46 (4/6) Installing libstdc++ (9.3.0-r2) 18:03:47 (5/6) Installing libzmq (4.3.3-r0) 18:03:47 (6/6) Installing zeromq (4.3.3-r0) 18:03:47 Executing busybox-1.31.1-r20.trigger 18:03:47 OK: 8 MiB in 20 packages 18:03:48 Removing intermediate container ef590957c575 18:03:48 ---> ac844115ab78 18:03:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:48 ---> 56f2e6471c25 18:03:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:03:49 ---> d65cc9ee3a75 18:03:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:03:49 ---> 83a16ac0663b 18:03:49 Step 19/23 : ENTRYPOINT ["/core-data"] 18:03:49 ---> Running in dd431bb1307e 18:03:49 Removing intermediate container dd431bb1307e 18:03:49 ---> 0252c0de13ba 18:03:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:49 ---> Running in 4ed86ae05527 18:03:50 Removing intermediate container 4ed86ae05527 18:03:50 ---> b4d430640bcb 18:03:50 Step 21/23 : LABEL arch=x86_64 18:03:50 ---> Running in 7913776ed27a 18:03:50 Removing intermediate container 7913776ed27a 18:03:50 ---> 2d610a2b9163 18:03:50 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:03:50 ---> Running in dacfb9dd0ade 18:03:50 Removing intermediate container dacfb9dd0ade 18:03:50 ---> 1a075a68856b 18:03:50 Step 23/23 : LABEL version=0.0.0 18:03:50 ---> Running in ae991523ece6 18:03:50 Removing intermediate container ae991523ece6 18:03:50 ---> 9689c8d947ee 18:03:50 18:03:50 Successfully built 9689c8d947ee 18:03:50 Successfully tagged docker-core-data-go:latest 18:03:51  Building docker-core-data-go ... done  [Pipeline] } 18:03:51 $ docker stop --time=1 02ac3d8f494be2d102d621ce2130838b5d084dcaec55d36f1424b8c03daf64d4 18:03:53 $ docker rm -f 02ac3d8f494be2d102d621ce2130838b5d084dcaec55d36f1424b8c03daf64d4 [Pipeline] // withDockerContainer [Pipeline] sh 18:03:53 + docker images 18:03:53 + grep docker 18:03:53 docker-core-data-go latest 9689c8d947ee 3 seconds ago 22.9MB 18:03:53 docker-security-secretstore-setup-go latest b527d816114c 9 seconds ago 26.3MB 18:03:53 docker-support-notifications-go latest 4f4f2f13b511 19 seconds ago 18.2MB 18:03:53 docker-core-command-go latest 05d7edfc8f80 30 seconds ago 17.5MB 18:03:53 docker-sys-mgmt-agent-go latest 6a374cf2f6f0 32 seconds ago 312MB 18:03:53 docker-security-bootstrapper-go latest 61a95e03f9af About a minute ago 19.3MB 18:03:53 docker-core-metadata-go latest 814b188bf537 2 minutes ago 19.2MB 18:03:53 docker-security-proxy-setup-go latest ece8f5124996 2 minutes ago 26MB 18:03:53 docker-support-scheduler-go latest ef4b4f0b60ed 2 minutes ago 17.7MB 18:03:53 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:04:09 Still waiting to schedule task 18:04:09 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:04:10 gofmt -l . 18:04:10 [ "`gofmt -l .`" = "" ] 18:04:10 ./bin/test-go-mod-tidy.sh 18:04:10 ./bin/test-attribution-txt.sh [Pipeline] sh 18:04:12 + ls -al . 18:04:12 total 840 18:04:12 drwxrwxr-x 9 1001 1001 4096 Apr 23 18:04 . 18:04:12 drwxr-xr-x 4 root root 4096 Apr 23 17:59 .. 18:04:12 -rw-rw-r-- 1 1001 1001 11 Apr 23 17:58 .dockerignore 18:04:12 drwxrwxr-x 8 1001 1001 4096 Apr 23 17:58 .git 18:04:12 drwxrwxr-x 3 1001 1001 4096 Apr 23 17:58 .github 18:04:12 -rw-rw-r-- 1 1001 1001 818 Apr 23 17:58 .gitignore 18:04:12 -rw-rw-r-- 1 1001 1001 166 Apr 23 17:58 .sonarcloud.properties 18:04:12 -rw-rw-r-- 1 1001 1001 8609 Apr 23 17:58 Attribution.txt 18:04:12 -rw-rw-r-- 1 1001 1001 3804 Apr 23 17:58 CONTRIBUTING.md 18:04:12 -rw-rw-r-- 1 1001 1001 931 Apr 23 17:58 Dockerfile.build 18:04:12 -rw-rw-r-- 1 1001 1001 863 Apr 23 17:58 Jenkinsfile 18:04:12 -rw-rw-r-- 1 1001 1001 10775 Apr 23 17:58 LICENSE 18:04:12 -rw-rw-r-- 1 1001 1001 5774 Apr 23 17:58 Makefile 18:04:12 -rw-rw-r-- 1 1001 1001 7978 Apr 23 17:58 README.md 18:04:12 -rw-rw-r-- 1 1001 1001 6755 Apr 23 17:58 SECURITY.md 18:04:12 -rw-rw-r-- 1 1001 1001 5 Apr 23 17:55 VERSION 18:04:12 -rw-rw-r-- 1 1001 1001 4131 Apr 23 17:58 ZMQWindows.md 18:04:12 drwxrwxr-x 2 1001 1001 4096 Apr 23 17:58 bin 18:04:12 drwxrwxr-x 14 1001 1001 4096 Apr 23 17:58 cmd 18:04:12 -rw-r--r-- 1 root root 703598 Apr 23 18:02 coverage.out 18:04:12 -rw-r--r-- 1 root root 1060 Apr 23 18:04 go.mod 18:04:12 -rw-r--r-- 1 root root 22302 Apr 23 18:04 go.sum 18:04:12 drwxrwxr-x 8 1001 1001 4096 Apr 23 17:58 internal 18:04:12 drwxrwxr-x 4 1001 1001 4096 Apr 23 17:58 openapi 18:04:12 drwxrwxr-x 4 1001 1001 4096 Apr 23 17:58 snap 18:04:12 -rw-rw-r-- 1 1001 1001 168 Apr 23 17:58 version.go [Pipeline] sh 18:04:13 + '[' -e coverage.out ] 18:04:13 + chown 1001:1001 coverage.out [Pipeline] stash 18:04:13 Warning: overwriting stash ‘coverage-report’ 18:04:14 Stashed 1 file(s) [Pipeline] sh 18:04:15 + make build 18:04:15 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 18:04:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:04:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:04:54 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 18:05:00 Running on prd-ubuntu18.04-docker-8c-8g-1570 in /w/workspace/edgexfoundry_edgex-go_PR-3394 [Pipeline] { [Pipeline] ws 18:05:00 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:05:01 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 18:05:02 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 18:05:02 using credential edgex-jenkins-ssh 18:05:02 Cloning the remote Git repository 18:05:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:05:02 > git init /w/workspace/edgex-go/3 # timeout=10 18:05:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:05:02 > git --version # timeout=10 18:05:02 > git --version # 'git version 2.17.1' 18:05:02 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:07 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 18:05: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 18:05:14 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit a551000195b77976913d1dae783537920f474da3 18:05:14 Merge succeeded, producing a551000195b77976913d1dae783537920f474da3 18:05:14 Checking out Revision a551000195b77976913d1dae783537920f474da3 (PR-3394) 18:05:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:05:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:05:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:05:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:05:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3394/head:refs/remotes/origin/PR-3394 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:05:14 > git config core.sparsecheckout # timeout=10 18:05:14 > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 18:05:14 > git remote # timeout=10 18:05:14 > git config --get remote.origin.url # timeout=10 18:05:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:05:14 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 18:05:14 > git rev-parse HEAD^{commit} # timeout=10 18:05:14 > git config core.sparsecheckout # timeout=10 18:05:14 > git checkout -f a551000195b77976913d1dae783537920f474da3 # timeout=10 18:05:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:05:18 Commit message: "build(deps): Bump github.com/lib/pq from 1.9.0 to 1.10.1" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:05:19 + echo snap-build.sh 18:05:19 snap-build.sh 18:05:19 + SNAP_BASE_DIR=. 18:05:19 + '[' '!' -z /w/workspace/edgex-go/3 ']' 18:05:19 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 18:05:19 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 18:05:19 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 18:05:19 + cd /w/workspace/edgex-go/3 18:05:19 + sudo apt-get remove -qy --purge lxd lxd-client 18:05:19 Reading package lists... 18:05:19 Building dependency tree... 18:05:19 Reading state information... 18:05:19 The following packages were automatically installed and are no longer required: 18:05:19 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:05:19 uidmap xdelta3 18:05:19 Use 'sudo apt autoremove' to remove them. 18:05:19 The following packages will be REMOVED: 18:05:19 lxd* lxd-client* 18:05:19 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:05:19 After this operation, 31.7 MB disk space will be freed. 18:05:20 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 18:05:21 (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.) 18:05:21 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:05:21 Removing lxd dnsmasq configuration 18:05:21 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:05:22 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:05:23 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:05:23 (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.) 18:05:23 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:05:24 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 18:05:24 Processing triggers for systemd (237-3ubuntu10.42) ... 18:05:24 Processing triggers for ureadahead (0.100.0-21) ... 18:05:25 + sudo snap remove --purge lxd 18:05:25 snap "lxd" is not installed 18:05:25 + sudo groupadd --force --system lxd 18:05:25 ++ whoami 18:05:25 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:05:25 + newgrp - lxd 18:05:25 + sudo snap install lxd 18:05:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:05:35 2021-04-23T18:05:32Z INFO Waiting for automatic snapd restart... [Pipeline] } 18:05:36 $ docker stop --time=1 903c8d6eea3e9dcc68083d4b3af8263dfa74c795758141579753b32a159e8b01 18:05:39 $ docker rm -f 903c8d6eea3e9dcc68083d4b3af8263dfa74c795758141579753b32a159e8b01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:05:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:40 18:05:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:05:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:41 latest: Pulling from edgex-devops/edgex-compose-arm64 18:05:41 29e5d40040c1: Pulling fs layer 18:05:41 1ce36da41761: Pulling fs layer 18:05:41 25b303627fd3: Pulling fs layer 18:05:41 29e5d40040c1: Verifying Checksum 18:05:41 29e5d40040c1: Download complete 18:05:42 29e5d40040c1: Pull complete 18:05:42 1ce36da41761: Verifying Checksum 18:05:42 1ce36da41761: Download complete 18:05:44 1ce36da41761: Pull complete 18:05:44 25b303627fd3: Download complete 18:05:48 lxd 4.13 from Canonical* installed 18:05:48 + sudo lxd init --auto 18:05:54 25b303627fd3: Pull complete 18:05:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:05:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:05:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:05:54 prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container 18:05:55 $ 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 18:05:58 + sudo snap install --classic snapcraft 18:05:58 $ docker top f7c9b7a54bdfe113cf9e13867d86954e0c5dde3ad792ab578be1b29d304daa52 -eo pid,comm [Pipeline] { [Pipeline] sh 18:05:59 + docker-compose build --help 18:05:59 + grep parallel 18:06:02 --parallel Build images in parallel. [Pipeline] } 18:06:03 $ docker stop --time=1 f7c9b7a54bdfe113cf9e13867d86954e0c5dde3ad792ab578be1b29d304daa52 18:06:04 snapcraft 4.6.2 from Canonical* installed 18:06:04 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:06:04 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:06:04 % Total % Received % Xferd Average Speed Time Time Time Current 18:06:04 Dload Upload Total Spent Left Speed 18:06:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3732 0 --:--:-- --:--:-- --:--:-- 3732 18:06:04 100 3325k 100 3325k 0 0 9.8M 0 --:--:-- --:--:-- --:--:-- 9.8M 18:06:04 ./yq_linux_amd64 18:06:04 + sudo snapcraft prime --use-lxd 18:06:04 $ docker rm -f f7c9b7a54bdfe113cf9e13867d86954e0c5dde3ad792ab578be1b29d304daa52 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:06:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:06:05 . [Pipeline] withDockerContainer 18:06:05 prd-ubuntu18.04-docker-arm64-4c-16g-1568 does not seem to be running inside a container 18:06:05 $ 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 18:06:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:06:06 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: 18:06:06 - README.md 18:06:06 18:06:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:06:06 Launching a container. 18:06:07 $ docker top 678d509629559b8a3e9852f4a175eb8a059e6052fedcf1f491af0913283b52d7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:06:08 + docker-compose -f ./docker-compose-build.yml build --parallel 18:06:12 Building docker-core-command-go ... 18:06:12 Building docker-core-data-go ... 18:06:12 Building docker-core-metadata-go ... 18:06:12 Building docker-security-bootstrapper-go ... 18:06:12 Building docker-security-proxy-setup-go ... 18:06:12 Building docker-security-secretstore-setup-go ... 18:06:12 Building docker-support-notifications-go ... 18:06:12 Building docker-support-scheduler-go ... 18:06:12 Building docker-sys-mgmt-agent-go ... 18:06:12 Building docker-support-notifications-go 18:06:12 Building docker-security-bootstrapper-go 18:06:12 Building docker-security-proxy-setup-go 18:06:12 Building docker-core-command-go 18:06:12 Building docker-sys-mgmt-agent-go 18:06:18 Waiting for container to be ready 18:06:18 To start your first instance, try: lxc launch ubuntu:18.04 18:06:18 18:06:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:06:21 Waiting for network to be ready... 18:06:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:06:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 18:06:22 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:06:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 18:06:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:06:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:06:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 18:06:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 18:06:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 18:06:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 18:06:22 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:06:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:06:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:06:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:06:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:06:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:06:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:06:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:06:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:06:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 18:06:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 18:06:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 18:06:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:06:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 18:06:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 18:06:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 18:06:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 18:06:26 Fetched 24.4 MB in 4s (6128 kB/s) 18:06:26 Reading package lists... 18:06:27 Reading package lists... 18:06:27 Building dependency tree... 18:06:27 Reading state information... 18:06:27 The following additional packages will be installed: 18:06:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:06:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:06:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:06:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:06:27 Suggested packages: 18:06:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:06:27 Recommended packages: 18:06:27 gnupg libsasl2-modules 18:06:27 The following NEW packages will be installed: 18:06:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:06:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:06:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:06:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:06:27 The following packages will be upgraded: 18:06:27 gpg gpg-agent gpgconf libudev1 18:06:27 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 18:06:27 Need to get 3529 kB of archives. 18:06:27 After this operation, 13.3 MB of additional disk space will be used. 18:06:27 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] 18:06:27 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] 18:06:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:06:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:06:27 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 18:06:27 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 18:06:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:06:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:06:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:06:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:06:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:06:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:06:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:06:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:06:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:06:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:06:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:06:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:06:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:06:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:06:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:06:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:06:28 debconf: delaying package configuration, since apt-utils is not installed 18:06:28 Fetched 3529 kB in 1s (3123 kB/s) 18:06:28 (Reading database ... 12511 files and directories currently installed.) 18:06:28 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 18:06:28 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:06:28 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 18:06:29 Selecting previously unselected package udev. 18:06:29 (Reading database ... 12511 files and directories currently installed.) 18:06:29 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 18:06:29 Unpacking udev (237-3ubuntu10.46) ... 18:06:29 Selecting previously unselected package libfuse2:amd64. 18:06:29 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:06:29 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:06:29 Selecting previously unselected package fuse. 18:06:29 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:06:29 Unpacking fuse (2.9.7-1ubuntu1) ... 18:06:29 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:06:29 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:06:29 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:06:29 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:06:29 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:06:29 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:06:29 Selecting previously unselected package libksba8:amd64. 18:06:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:06:29 Unpacking libksba8:amd64 (1.3.5-2) ... 18:06:30 Selecting previously unselected package libroken18-heimdal:amd64. 18:06:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:06:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:06:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:06:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libwind0-heimdal:amd64. 18:06:30 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:06:30 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:06:30 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:06:30 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:06:30 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:06:30 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:30 Selecting previously unselected package libsasl2-modules-db:amd64. 18:06:30 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:06:30 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:06:31 Selecting previously unselected package libsasl2-2:amd64. 18:06:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:06:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:06:31 Selecting previously unselected package libldap-common. 18:06:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:06:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:06:31 Selecting previously unselected package libldap-2.4-2:amd64. 18:06:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:06:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:06:31 Selecting previously unselected package dirmngr. 18:06:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:06:31 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:06:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:06:31 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:06:31 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:06:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:06:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:06:31 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:06:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:31 Setting up libksba8:amd64 (1.3.5-2) ... 18:06:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:06:31 Setting up udev (237-3ubuntu10.46) ... 18:06:32 invoke-rc.d: policy-rc.d denied execution of start. 18:06:32 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Processing triggers for systemd (237-3ubuntu10) ... 18:06:32 Setting up fuse (2.9.7-1ubuntu1) ... 18:06:32 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:06:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:06:32 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:06:32 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:06:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:06:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:06:33 settings in the [Install] section, and DefaultInstance for template units). 18:06:33 This means they are not meant to be enabled using systemctl. 18:06:33 Possible reasons for having this kind of units are: 18:06:33 1) A unit may be statically enabled by being symlinked from another unit's 18:06:33 .wants/ or .requires/ directory. 18:06:33 2) A unit's purpose may be to act as a helper for some other unit which has 18:06:33 a requirement dependency on it. 18:06:33 3) A unit may be started when needed via activation (socket, path, timer, 18:06:33 D-Bus, udev, scripted systemctl call, ...). 18:06:33 4) In case of template units, the unit is meant to be enabled with some 18:06:33 instance name specified. 18:06:33 Reading package lists... 18:06:33 Building dependency tree... 18:06:33 Reading state information... 18:06:33 The following additional packages will be installed: 18:06:33 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:06:33 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:06:33 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:06:33 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:06:33 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:06:33 Suggested packages: 18:06:33 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:06:33 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:06:33 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:06:33 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:06:33 systemd-container policykit-1 18:06:33 Recommended packages: 18:06:33 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:06:33 The following NEW packages will be installed: 18:06:33 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:06:33 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:06:33 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:06:33 multiarch-support openssh-client python3 python3-minimal python3.6 18:06:33 python3.6-minimal snapd squashfs-tools sudo 18:06:33 The following packages will be upgraded: 18:06:33 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:06:33 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 18:06:33 Need to get 35.2 MB of archives. 18:06:33 After this operation, 141 MB of additional disk space will be used. 18:06:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 18:06:34 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 18:06:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:06:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:06:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:06:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:06:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:06:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:06:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:06:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:06:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:06:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:06:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:06:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:06:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:06:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:06:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 18:06:34 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 18:06:34 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 18:06:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 18:06:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:06:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:06:34 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:06:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:06:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:06:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:06:34 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:06:35 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:06:35 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:06:35 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:06:35 debconf: delaying package configuration, since apt-utils is not installed 18:06:35 Fetched 35.2 MB in 1s (28.3 MB/s) 18:06:35 (Reading database ... 12757 files and directories currently installed.) 18:06:35 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 18:06:35 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:06:35 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 18:06:35 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:06:36 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 18:06:36 (Reading database ... 12757 files and directories currently installed.) 18:06:36 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 18:06:36 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 18:06:36 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 18:06:36 (Reading database ... 12757 files and directories currently installed.) 18:06:36 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 18:06:36 Unpacking apt (1.6.13) over (1.6.1) ... 18:06:36 Setting up apt (1.6.13) ... 18:06:36 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:06:37 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:06:37 (Reading database ... 12764 files and directories currently installed.) 18:06:37 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:06:37 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:06:37 Selecting previously unselected package libpython3.6-minimal:amd64. 18:06:37 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:06:37 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:06:38 Selecting previously unselected package libexpat1:amd64. 18:06:38 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:06:38 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:06:38 Selecting previously unselected package python3.6-minimal. 18:06:38 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:06:38 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:06:38 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 18:06:38 Checking for services that may need to be restarted...done. 18:06:38 Checking for services that may need to be restarted...done. 18:06:38 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:06:38 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:06:38 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:06:39 Selecting previously unselected package python3-minimal. 18:06:39 (Reading database ... 13012 files and directories currently installed.) 18:06:39 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:06:39 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:06:39 Selecting previously unselected package mime-support. 18:06:39 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:06:39 Unpacking mime-support (3.60ubuntu1) ... 18:06:39 Selecting previously unselected package libmpdec2:amd64. 18:06:39 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:06:39 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:06:39 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:06:39 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:06:39 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:06:39 Selecting previously unselected package python3.6. 18:06:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:06:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:06:39 Selecting previously unselected package libpython3-stdlib:amd64. 18:06:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:06:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:06:40 Setting up python3-minimal (3.6.7-1~18.04) ... 18:06:40 Selecting previously unselected package python3. 18:06:40 (Reading database ... 13442 files and directories currently installed.) 18:06:40 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:06:40 Unpacking python3 (3.6.7-1~18.04) ... 18:06:40 Selecting previously unselected package multiarch-support. 18:06:40 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:06:40 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:06:40 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:06:40 Selecting previously unselected package liblzo2-2:amd64. 18:06:40 (Reading database ... 13479 files and directories currently installed.) 18:06:40 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:06:40 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:06:40 Selecting previously unselected package libbsd0:amd64. 18:06:40 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:06:40 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:06:40 Selecting previously unselected package sudo. 18:06:40 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:06:40 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:06:41 Selecting previously unselected package apparmor. 18:06:41 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:06:41 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:06:41 Selecting previously unselected package libedit2:amd64. 18:06:41 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:06:41 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:06:41 Selecting previously unselected package libkrb5support0:amd64. 18:06:41 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:06:41 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:06:41 Selecting previously unselected package libk5crypto3:amd64. 18:06:41 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:06:41 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:06:41 Selecting previously unselected package libkeyutils1:amd64. 18:06:41 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:06:41 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:06:41 Selecting previously unselected package libkrb5-3:amd64. 18:06:41 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:06:41 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:06:41 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:06:41 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:06:41 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:06:41 Selecting previously unselected package libssl1.0.0:amd64. 18:06:41 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:06:41 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:06:42 Selecting previously unselected package openssh-client. 18:06:42 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:06:42 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:06:42 Selecting previously unselected package squashfs-tools. 18:06:42 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:06:42 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:06:42 Selecting previously unselected package snapd. 18:06:42 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:06:42 Unpacking snapd (2.48.3+18.04) ... 18:06:45 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:06:45 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:06:45 Setting up mime-support (3.60ubuntu1) ... 18:06:45 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:06:45 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:06:45 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:06:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:06:45 Setting up systemd (237-3ubuntu10.46) ... 18:06:45 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:06:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:06:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:06:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:06:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:06:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:06:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:06:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:06:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:06:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:06:47 Setting up python3 (3.6.7-1~18.04) ... 18:06:47 running python rtupdate hooks for python3.6... 18:06:47 running python post-rtupdate hooks for python3.6... 18:06:47 Setting up apparmor (2.12-4ubuntu5.1) ... 18:06:49 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:06:49 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:06:49 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:06:49 Setting up snapd (2.48.3+18.04) ... 18:06:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:06:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:06:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:06:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:06:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:06:50 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:06:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:06:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:06:51 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:06:51 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:06:51 /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' 18:06:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:06:51 Processing triggers for systemd (237-3ubuntu10.46) ... 18:06:52 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 18:06:52 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:06:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:06:53 Reading package lists... 18:06:54 Reading package lists... 18:06:54 Building dependency tree... 18:06:54 Reading state information... 18:06:54 Calculating upgrade... 18:06:54 The following packages will be upgraded: 18:06:54 advancecomp base-files bash binutils binutils-common 18:06:54 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:06:54 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:06:54 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:06:54 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:06:54 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:06:54 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:06:54 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 18:06:54 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 18:06:54 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 18:06:54 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 18:06:54 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 18:06:54 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 18:06:54 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 18:06:54 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:06:54 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:06:54 Need to get 64.0 MB of archives. 18:06:54 After this operation, 5034 kB of additional disk space will be used. 18:06:54 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:06:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 18:06:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:06:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:06:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:06:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:06:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:06:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:06:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:06:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:06:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:06:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:06:55 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:06:55 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:06:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:06:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:06:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:06:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:06:55 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:06:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:06:55 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:06:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:06:55 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:06:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:06:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:06:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:06:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:06:55 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:06:55 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:06:55 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:06:55 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:06:55 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:06:55 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:06:55 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:06:55 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:06:55 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:06:55 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:06:55 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:06:55 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:06:55 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 18:06:55 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:06:55 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:06:55 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:06:55 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:06:55 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:06:55 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:06:55 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:06:55 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:06:55 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:06:55 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 18:06:55 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 18:06:55 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:06:55 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:06:55 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:06:55 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:06:55 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:06:55 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:06:55 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:06:55 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:06:55 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:06:55 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:06:56 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:06:56 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:06:56 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:06:56 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:06:56 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:06:56 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:06:56 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:06:56 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:06:56 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:06:56 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:06:56 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:06:56 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 18:06:56 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 18:06:56 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:06:56 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:06:56 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 18:06:56 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:06:56 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:06:56 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:06:56 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:06:56 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:06:56 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:06:56 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:06:56 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:06:56 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:06:56 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:06:56 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:06:56 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:06:56 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:06:56 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:06:56 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:06:57 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:06:57 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:06:57 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:06:57 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:06:57 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:06:57 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:06:57 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:06:57 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:06:57 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:06:57 debconf: delaying package configuration, since apt-utils is not installed 18:06:57 Fetched 64.0 MB in 3s (20.1 MB/s) 18:06:58 (Reading database ... 13912 files and directories currently installed.) 18:06:58 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:06:58 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:06:58 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:06:58 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:06:58 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 18:06:58 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 18:06:59 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:06:59 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:06:59 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:06:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:00 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:00 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:00 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:00 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:00 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:00 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:00 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:00 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:00 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:00 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:00 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:00 (Reading database ... 13911 files and directories currently installed.) 18:07:00 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:00 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:07:00 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:07:00 (Reading database ... 13911 files and directories currently installed.) 18:07:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:01 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:01 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:01 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:07:01 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:07:01 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:01 (Reading database ... 13911 files and directories currently installed.) 18:07:01 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:07:01 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:07:02 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:07:02 (Reading database ... 13911 files and directories currently installed.) 18:07:02 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:07:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:07:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:07:02 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:07:02 Setting up base-files (10.1ubuntu2.10) ... 18:07:02 Installing new version of config file /etc/issue ... 18:07:02 Installing new version of config file /etc/issue.net ... 18:07:02 Installing new version of config file /etc/lsb-release ... 18:07:02 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:07:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:07:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:07:03 Removing obsolete conffile /etc/default/motd-news ... 18:07:03 (Reading database ... 13912 files and directories currently installed.) 18:07:03 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:07:03 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:07:03 Setting up bash (4.4.18-2ubuntu1.2) ... 18:07:03 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 18:07:03 (Reading database ... 13912 files and directories currently installed.) 18:07:03 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:03 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:07:03 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:07:03 (Reading database ... 13912 files and directories currently installed.) 18:07:03 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:07:03 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:07:03 Setting up tar (1.29b-2ubuntu0.2) ... 18:07:04 (Reading database ... 13912 files and directories currently installed.) 18:07:04 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:07:04 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:07:04 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:07:04 (Reading database ... 13912 files and directories currently installed.) 18:07:04 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:07:04 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:07:04 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:07:04 (Reading database ... 13912 files and directories currently installed.) 18:07:04 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:07:04 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:07:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:07:04 (Reading database ... 13912 files and directories currently installed.) 18:07:04 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:07:05 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:07:05 Setting up grep (3.1-2build1) ... 18:07:05 (Reading database ... 13912 files and directories currently installed.) 18:07:05 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:07:05 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:07:05 Setting up login (1:4.5-1ubuntu2) ... 18:07:05 (Reading database ... 13912 files and directories currently installed.) 18:07:05 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:07:05 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:07:05 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:07:05 (Reading database ... 13912 files and directories currently installed.) 18:07:05 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:07:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:07:06 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:07:06 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:07:06 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:07:06 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:07:07 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:07:07 (Reading database ... 13912 files and directories currently installed.) 18:07:07 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:07:07 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:07:08 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:07:08 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:07:08 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:07:08 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:07:08 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:07:08 (Reading database ... 13912 files and directories currently installed.) 18:07:08 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:07:08 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:07:09 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:07:09 (Reading database ... 13912 files and directories currently installed.) 18:07:09 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:09 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:09 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:07:09 (Reading database ... 13912 files and directories currently installed.) 18:07:09 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:09 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:09 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:07:09 (Reading database ... 13912 files and directories currently installed.) 18:07:09 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:09 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:09 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:07:09 (Reading database ... 13912 files and directories currently installed.) 18:07:09 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:09 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:09 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:07:10 (Reading database ... 13912 files and directories currently installed.) 18:07:10 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:07:10 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:07:10 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:07:10 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:07:10 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:07:10 (Reading database ... 13912 files and directories currently installed.) 18:07:10 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:07:10 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:07:10 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:07:10 (Reading database ... 13912 files and directories currently installed.) 18:07:10 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:10 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:10 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:07:10 (Reading database ... 13912 files and directories currently installed.) 18:07:10 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:10 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:11 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:07:11 (Reading database ... 13912 files and directories currently installed.) 18:07:11 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:11 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:11 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:07:11 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:07:12 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:07:12 (Reading database ... 13912 files and directories currently installed.) 18:07:12 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:07:12 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:07:12 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:07:12 (Reading database ... 13912 files and directories currently installed.) 18:07:12 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:07:12 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:07:12 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:07:12 (Reading database ... 13914 files and directories currently installed.) 18:07:12 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:07:12 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:07:13 Setting up debconf (1.5.66ubuntu1) ... 18:07:13 (Reading database ... 13914 files and directories currently installed.) 18:07:13 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:07:13 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:07:13 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:07:13 (Reading database ... 13914 files and directories currently installed.) 18:07:13 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:07:13 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:07:13 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:07:14 (Reading database ... 13914 files and directories currently installed.) 18:07:14 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:07:14 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:07:14 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:07:14 (Reading database ... 13914 files and directories currently installed.) 18:07:14 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:07:14 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:07:14 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:07:14 (Reading database ... 13914 files and directories currently installed.) 18:07:14 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:07:14 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:07:14 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:07:15 (Reading database ... 13914 files and directories currently installed.) 18:07:15 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:07:15 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:07:15 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 18:07:15 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:07:15 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:07:15 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:07:15 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:07:15 (Reading database ... 13914 files and directories currently installed.) 18:07:15 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:07:15 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:07:15 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:07:15 (Reading database ... 13914 files and directories currently installed.) 18:07:15 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:07:15 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:07:15 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:07:16 (Reading database ... 13914 files and directories currently installed.) 18:07:16 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:07:16 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:07:16 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:07:16 (Reading database ... 13914 files and directories currently installed.) 18:07:16 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:07:16 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:07:16 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:07:16 (Reading database ... 13914 files and directories currently installed.) 18:07:16 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:07:16 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:07:17 Setting up passwd (1:4.5-1ubuntu2) ... 18:07:17 (Reading database ... 13914 files and directories currently installed.) 18:07:17 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:07:17 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:07:17 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:07:17 (Reading database ... 13914 files and directories currently installed.) 18:07:17 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 18:07:17 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 18:07:17 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 18:07:17 (Reading database ... 13914 files and directories currently installed.) 18:07:17 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 18:07:17 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 18:07:18 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 18:07:18 (Reading database ... 13914 files and directories currently installed.) 18:07:18 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:07:18 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:07:18 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:07:18 (Reading database ... 13914 files and directories currently installed.) 18:07:18 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:07:18 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:07:18 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:07:18 (Reading database ... 13914 files and directories currently installed.) 18:07:18 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:07:18 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:07:18 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:07:19 (Reading database ... 13914 files and directories currently installed.) 18:07:19 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:07:19 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:07:19 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:07:19 (Reading database ... 13914 files and directories currently installed.) 18:07:19 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 18:07:19 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 18:07:19 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 18:07:19 (Reading database ... 13914 files and directories currently installed.) 18:07:19 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 18:07:19 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 18:07:19 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 18:07:20 (Reading database ... 13915 files and directories currently installed.) 18:07:20 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:07:20 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:07:20 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:07:20 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:07:20 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:07:20 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:07:20 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:07:20 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:07:20 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:07:20 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:07:21 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:07:21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:07:21 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:07:21 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:07:21 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:07:21 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:07:21 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:07:21 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:07:21 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:07:21 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:07:21 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:07:21 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:07:21 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:07:21 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:07:23 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:07:23 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:07:23 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:07:23 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:07:23 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:07:23 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:07:23 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:07:23 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:07:24 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:07:24 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:07:24 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:07:24 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:07:24 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:24 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:24 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:24 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:24 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:24 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:24 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:24 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:25 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:26 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:26 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:27 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:27 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:27 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:27 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:28 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:07:28 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:07:28 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:07:28 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:07:28 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:07:28 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:07:29 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:07:29 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:07:29 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:07:29 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:07:29 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:07:29 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:07:29 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:07:29 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:07:29 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:07:29 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:07:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:07:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:07:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:07:29 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:07:29 18:07:29 Current default time zone: 'Etc/UTC' 18:07:29 Local time is now: Fri Apr 23 18:07:29 UTC 2021. 18:07:29 Universal Time is now: Fri Apr 23 18:07:29 UTC 2021. 18:07:29 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:07:29 18:07:29 Setting up systemd-sysv (237-3ubuntu10.46) ... 18:07:29 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:29 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 18:07:29 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:07:29 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:07:30 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:07:30 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:07:30 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:07:30 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:07:30 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:07:30 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:30 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:07:30 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:07:30 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:07:30 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:30 Setting up patch (2.7.6-2ubuntu1.1) ... 18:07:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:07:30 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:07:30 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 18:07:30 Installing new version of config file /etc/ssl/openssl.cnf ... 18:07:30 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:07:30 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:07:30 Setting up ca-certificates (20210119~18.04.1) ... 18:07:32 Updating certificates in /etc/ssl/certs... 18:07:33 23 added, 27 removed; done. 18:07:33 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:07:33 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:07:33 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:07:33 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:07:33 Setting up pkgbinarymangler (138.18.04.1) ... 18:07:33 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:07:33 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up perl (5.26.1-6ubuntu0.5) ... 18:07:33 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:07:33 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:07:33 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:07:33 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:07:33 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:07:33 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:07:33 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:07:34 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:07:34 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:07:34 Processing triggers for systemd (237-3ubuntu10.46) ... 18:07:34 Processing triggers for mime-support (3.60ubuntu1) ... 18:07:34 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:07:34 Updating certificates in /etc/ssl/certs... 18:07:34 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:07:34 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:07:34 ---> 8f043eeeb2bc 18:07:34 Step 3/31 : WORKDIR /edgex-go 18:07:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:07:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:07:34 ---> 8f043eeeb2bc 18:07:34 Step 3/23 : WORKDIR /edgex-go 18:07:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:07:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:07:34 ---> 8f043eeeb2bc 18:07:34 Step 3/23 : WORKDIR /edgex-go 18:07:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:07:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:07:34 ---> 8f043eeeb2bc 18:07:34 Step 3/22 : WORKDIR /edgex-go 18:07:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:07:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:07:34 ---> 8f043eeeb2bc 18:07:34 Step 3/21 : WORKDIR /edgex-go 18:07:34 ---> Running in ff986775ac88 18:07:34 ---> Running in f8264319ee29 18:07:34 ---> Running in 825674d6baa2 18:07:34 ---> Running in b0c6018609bc 18:07:34 ---> Running in 55a6bbfd8208 18:07:34 Removing intermediate container ff986775ac88 18:07:34 ---> 5ebe3280bf3f 18:07:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:34 Removing intermediate container b0c6018609bc 18:07:34 Removing intermediate container 55a6bbfd8208 18:07:34 ---> 5d209637277f 18:07:34 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:34 ---> 1223400dfba5 18:07:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:34 Removing intermediate container 825674d6baa2 18:07:34 ---> ce6490fcfe5d 18:07:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:34 Removing intermediate container f8264319ee29 18:07:34 ---> 0228be1c338f 18:07:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:34 ---> Running in 91db4dfaffca 18:07:34 ---> Running in 1948d2508cdc 18:07:34 ---> Running in 94e2a1ee5cbd 18:07:34 ---> Running in 12ad20f2a320 18:07:34 ---> Running in 1803333c4773 18:07:34 Removing intermediate container 91db4dfaffca 18:07:34 ---> 77f2d9fe4010 18:07:34 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:07:34 ---> Running in e33fe6d6b5b4 18:07:34 Removing intermediate container 1948d2508cdc 18:07:34 ---> a5d87cf21f45 18:07:34 Step 5/23 : RUN apk add --update --no-cache make bash git 18:07:34 Removing intermediate container 12ad20f2a320 18:07:34 ---> 0ff1739b5d43 18:07:34 Step 5/23 : RUN apk add --update --no-cache make git 18:07:34 ---> Running in f8c625fddb7c 18:07:34 Removing intermediate container 94e2a1ee5cbd 18:07:34 ---> 07feb75b8697 18:07:34 Step 5/31 : RUN apk add --update --no-cache make git 18:07:34 ---> Running in 104e79f6040c 18:07:34 Removing intermediate container 1803333c4773 18:07:34 ---> db30d5d4a11b 18:07:34 Step 5/21 : RUN apk add --update --no-cache make git 18:07:34 ---> Running in fe2a7bf91a9c 18:07:34 ---> Running in 36d730b5a000 18:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:34 0 added, 0 removed; done. 18:07:34 Running hooks in /etc/ca-certificates/update.d... 18:07:34 done. 18:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:35 Reading package lists... 18:07:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:35 Building dependency tree... 18:07:35 Reading state information... 18:07:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:35 The following NEW packages will be installed: 18:07:35 apt-transport-https 18:07:35 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:07:35 Need to get 1692 B of archives. 18:07:35 After this operation, 154 kB of additional disk space will be used. 18:07:35 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 18:07:35 debconf: delaying package configuration, since apt-utils is not installed 18:07:35 Fetched 1692 B in 0s (8486 B/s) 18:07:35 Selecting previously unselected package apt-transport-https. 18:07:35 (Reading database ... 13920 files and directories currently installed.) 18:07:35 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 18:07:35 Unpacking apt-transport-https (1.6.13) ... 18:07:35 Setting up apt-transport-https (1.6.13) ... 18:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:36 OK: 217 MiB in 51 packages 18:07:36 Waiting for network to be ready... 18:07:36 OK: 217 MiB in 51 packages 18:07:36 OK: 217 MiB in 51 packages 18:07:37 OK: 217 MiB in 51 packages 18:07:37 OK: 217 MiB in 51 packages 18:07:38 Removing intermediate container e33fe6d6b5b4 18:07:38 ---> e00013b4cfdd 18:07:38 Step 6/22 : COPY go.mod . 18:07:38 Removing intermediate container f8c625fddb7c 18:07:38 ---> 02ceee4769a4 18:07:38 Step 6/23 : COPY go.mod . 18:07:38 Removing intermediate container 104e79f6040c 18:07:38 ---> 11bc37e09303 18:07:38 Step 6/23 : COPY go.mod . 18:07:38 Removing intermediate container 36d730b5a000 18:07:38 ---> a8c247ad921f 18:07:38 Step 6/21 : COPY go.mod . 18:07:38 Removing intermediate container fe2a7bf91a9c 18:07:38 ---> 577a4d77dd31 18:07:38 Step 6/31 : COPY go.mod . 18:07:39 ---> 786a1b4adb0c 18:07:39 Step 7/22 : RUN go mod download 18:07:39 ---> Running in f5419c36e555 18:07:39 ---> b07c18cf667b 18:07:39 Step 7/23 : RUN go mod download 18:07:39 ---> Running in 8ebbb8a58698 18:07:40 ---> cccf285a3846 18:07:40 Step 7/23 : RUN go mod download 18:07:40 ---> 42ad0efb8297 18:07:40 Step 7/21 : RUN go mod download 18:07:40 ---> 6b480d614f4e 18:07:40 Step 7/31 : RUN go mod download 18:07:40 ---> Running in c4b9ef1d66f3 18:07:40 ---> Running in 2dc64d2f9c29 18:07:40 ---> Running in 95b0163264ab 18:07:42 2021-04-23T18:07:39Z INFO Waiting for automatic snapd restart... 18:07:42 snapd 2.49.2 from Canonical* installed 18:07:43 "snapd" switched to the "latest/stable" channel 18:07:43 18:07:43 Removing intermediate container f5419c36e555 18:07:43 ---> 01dcd8423fba 18:07:43 Step 8/22 : COPY . . 18:07:44 Removing intermediate container 8ebbb8a58698 18:07:44 ---> a9662989b547 18:07:44 Step 8/23 : COPY . . 18:07:44 Removing intermediate container c4b9ef1d66f3 18:07:44 ---> 6c64b16666a7 18:07:44 Step 8/23 : COPY . . 18:07:45 Removing intermediate container 95b0163264ab 18:07:45 ---> f5bf98ca96b6 18:07:45 Step 8/31 : COPY . . 18:07:46 Removing intermediate container 2dc64d2f9c29 18:07:46 ---> 2ceefd5605c5 18:07:46 Step 8/21 : COPY . . 18:07:46 core18 20210309 from Canonical* installed 18:07:46 "core18" switched to the "latest/stable" channel 18:07:46 18:07:49 snapcraft 4.6.2 from Canonical* installed 18:07:49 "snapcraft" switched to the "latest/stable" channel 18:07:49 18:07:54 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: 18:07:54 - README.md 18:07:54 18:07:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:08:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:08:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:08:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:08:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:08:01 Reading package lists... 18:08:01 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:08:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:08:08 Reading package lists... 18:08:08 Building dependency tree... 18:08:08 Reading state information... 18:08:08 Suggested packages: 18:08:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:08:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:08:08 Recommended packages: 18:08:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:08:08 The following NEW packages will be installed: 18:08:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:08:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:08:08 pkg-config zip 18:08:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:08:08 Need to get 7663 kB of archives. 18:08:08 After this operation, 43.8 MB of additional disk space will be used. 18:08:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:08:08 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:08:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:08:08 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:08:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:08:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:08:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:08:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:08:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:08:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:08:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 18:08:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 18:08:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 18:08:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:08:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:08:09 debconf: delaying package configuration, since apt-utils is not installed 18:08:09 Fetched 7663 kB in 1s (7267 kB/s) 18:08:09 Selecting previously unselected package libglib2.0-0:amd64. 18:08:09 (Reading database ... 13924 files and directories currently installed.) 18:08:09 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:08:09 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:08:09 Selecting previously unselected package libpsl5:amd64. 18:08:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:08:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:08:09 Selecting previously unselected package libnghttp2-14:amd64. 18:08:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:08:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:08:09 Selecting previously unselected package librtmp1:amd64. 18:08:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:08:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:08:10 Selecting previously unselected package libcurl3-gnutls:amd64. 18:08:10 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 18:08:10 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 18:08:10 Selecting previously unselected package liberror-perl. 18:08:10 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:08:10 Unpacking liberror-perl (0.17025-1) ... 18:08:10 Selecting previously unselected package git-man. 18:08:10 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 18:08:10 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 18:08:10 Selecting previously unselected package git. 18:08:10 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 18:08:10 Unpacking git (1:2.17.1-1ubuntu0.8) ... 18:08:11 Selecting previously unselected package libnorm1:amd64. 18:08:11 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:08:11 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:08:11 Selecting previously unselected package libpgm-5.2-0:amd64. 18:08:11 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:08:11 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:08:11 Selecting previously unselected package libsodium23:amd64. 18:08:11 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:08:11 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:08:11 Selecting previously unselected package libzmq5:amd64. 18:08:11 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:08:11 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:08:11 Selecting previously unselected package libzmq3-dev:amd64. 18:08:11 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:08:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:08:12 Selecting previously unselected package pkg-config. 18:08:12 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:08:12 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:08:12 Selecting previously unselected package zip. 18:08:12 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:08:12 Unpacking zip (3.0-11build1) ... 18:08:12 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:08:12 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 18:08:12 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:08:12 Setting up liberror-perl (0.17025-1) ... 18:08:12 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:08:12 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:08:12 No schema files found: doing nothing. 18:08:12 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:08:12 Setting up zip (3.0-11build1) ... 18:08:12 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:08:12 Setting up libsodium23:amd64 (1.0.16-2) ... 18:08:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:08:12 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:08:12 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 18:08:12 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:08:12 Setting up git (1:2.17.1-1ubuntu0.8) ... 18:08:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:08:12 ---> 7b0eddc00572 18:08:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:08:12 ---> 48a14c906afa 18:08:12 Step 9/23 : RUN make cmd/core-command/core-command 18:08:12 ---> 84f30e02ffd3 18:08:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:08:12 ---> Running in 9e52ef2d592e 18:08:12 ---> f084487b815d 18:08:12 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:08:12 ---> 978d68c172e2 18:08:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:08:12 ---> Running in 89826397a533 18:08:12 ---> Running in 47609941d094 18:08:12 ---> Running in c96b6c68e2ec 18:08:12 ---> Running in 2d2712c96b8f 18:08:12 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 18:08:12 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 18:08:13 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 18:08:13 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 18:08:13 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 18:08:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:08:19 git set to automatically installed. 18:08:19 git-man set to automatically installed. 18:08:19 libcurl3-gnutls set to automatically installed. 18:08:19 liberror-perl set to automatically installed. 18:08:19 libglib2.0-0 set to automatically installed. 18:08:19 libnghttp2-14 set to automatically installed. 18:08:19 libnorm1 set to automatically installed. 18:08:19 libpgm-5.2-0 set to automatically installed. 18:08:19 libpsl5 set to automatically installed. 18:08:19 librtmp1 set to automatically installed. 18:08:19 libsodium23 set to automatically installed. 18:08:19 libzmq3-dev set to automatically installed. 18:08:19 libzmq5 set to automatically installed. 18:08:19 pkg-config set to automatically installed. 18:08:19 zip set to automatically installed. 18:08:22 snapd is not logged in, snap install commands will use sudo 18:08:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:08:39 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 18:08:39 snapd is not logged in, snap install commands will use sudo 18:08:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:08:46 snap "core18" has no updates available 18:08:46 Pulling go-build-helper 18:08:46 + snapcraftctl pull 18:08:47 'app-service-config' has dependencies that need to be staged: go-build-helper 18:08:47 Skipping pull go-build-helper (already ran) 18:08:47 Building go-build-helper 18:08:47 + snapcraftctl build 18:08:49 Staging go-build-helper 18:08:49 + snapcraftctl stage 18:08:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:08:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:08:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 18:08:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 18:08:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:08:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:08:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 18:08:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 18:08:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 18:08:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 18:08:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:08:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:08:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:08:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:08:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:08:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:08:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:08:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:08:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:08:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 18:08:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 18:08:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 18:08:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:08:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 18:08:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 18:08:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 18:08:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 18:08:59 Fetched 24.4 MB in 0s (0 B/s) 18:08:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:08:59 Fetched 224 kB in 0s (0 B/s) 18:08:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:08:59 Fetched 157 kB in 0s (0 B/s) 18:08:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:08:59 Fetched 221 kB in 0s (0 B/s) 18:08:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:08:59 Fetched 143 kB in 0s (0 B/s) 18:08:59 Pulling app-service-config 18:08:59 + snapcraftctl pull 18:08:59 Cloning into '/root/parts/app-service-config/src'... 18:09:00 Pulling config-common 18:09:00 + snapcraftctl pull 18:09:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:09:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:09:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:09:04 Fetched 0 B in 0s (0 B/s) 18:09:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:09:04 Fetched 0 B in 0s (0 B/s) 18:09:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:09:04 Fetched 0 B in 0s (0 B/s) 18:09:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:09:04 Fetched 0 B in 0s (0 B/s) 18:09:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:09:04 Fetched 0 B in 0s (0 B/s) 18:09:04 Pulling edgex-go 18:09:04 + snapcraftctl pull 18:09:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:09:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:09:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:09:26 Fetched 0 B in 0s (0 B/s) 18:09:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:09:26 Fetched 96.5 kB in 0s (0 B/s) 18:09:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:09:26 Fetched 279 kB in 0s (0 B/s) 18:09:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:09:26 Fetched 122 kB in 0s (0 B/s) 18:09:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:09:26 Fetched 77.8 kB in 0s (0 B/s) 18:09:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:09:26 Fetched 8848 B in 0s (0 B/s) 18:09:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:09:26 Fetched 47.8 kB in 0s (0 B/s) 18:09:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:09:26 Fetched 45.6 kB in 0s (0 B/s) 18:09:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:09:26 Fetched 15.0 kB in 0s (0 B/s) 18:09:26 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 18:09:26 Fetched 219 kB in 0s (0 B/s) 18:09:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:09:26 Fetched 154 kB in 0s (0 B/s) 18:09:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:09:26 Fetched 50.6 kB in 0s (0 B/s) 18:09:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:09:26 Fetched 14.8 kB in 0s (0 B/s) 18:09:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:09:26 Fetched 41.8 kB in 0s (0 B/s) 18:09:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:09:26 Fetched 499 kB in 0s (0 B/s) 18:09:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:09:26 Fetched 111 kB in 0s (0 B/s) 18:09:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:09:26 Fetched 240 kB in 0s (0 B/s) 18:09:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:09:26 Fetched 29.3 kB in 0s (0 B/s) 18:09:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:09:26 Fetched 85.5 kB in 0s (0 B/s) 18:09:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:09:26 Fetched 24.5 kB in 0s (0 B/s) 18:09:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:09:26 Fetched 49.2 kB in 0s (0 B/s) 18:09:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:09:26 Fetched 54.2 kB in 0s (0 B/s) 18:09:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:09:26 Fetched 30.8 kB in 0s (0 B/s) 18:09:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:09:26 Fetched 15.8 kB in 0s (0 B/s) 18:09:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:09:26 Fetched 85.9 kB in 0s (0 B/s) 18:09:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:09:26 Fetched 8720 B in 0s (0 B/s) 18:09:26 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 18:09:26 Fetched 137 kB in 0s (0 B/s) 18:09:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:09:26 Fetched 119 kB in 0s (0 B/s) 18:09:26 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 18:09:26 Fetched 110 kB in 0s (0 B/s) 18:09:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:09:26 Fetched 11.1 kB in 0s (0 B/s) 18:09:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:09:26 Fetched 645 kB in 0s (0 B/s) 18:09:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:09:26 Fetched 41.3 kB in 0s (0 B/s) 18:09:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:09:26 Fetched 17.9 kB in 0s (0 B/s) 18:09:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:09:26 Fetched 368 kB in 0s (0 B/s) 18:09:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:09:26 Fetched 187 kB in 0s (0 B/s) 18:09:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:09:26 Fetched 175 kB in 0s (0 B/s) 18:09:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:09:26 Fetched 206 kB in 0s (0 B/s) 18:09:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 18:09:26 Fetched 1301 kB in 0s (0 B/s) 18:09:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:09:26 Fetched 36.2 kB in 0s (0 B/s) 18:09:26 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 18:09:26 Fetched 159 kB in 0s (0 B/s) 18:09:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:09:26 Fetched 107 kB in 0s (0 B/s) 18:09:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:09:26 Fetched 48.7 kB in 0s (0 B/s) 18:09:26 Pulling static-packages 18:09:26 + snapcraftctl pull 18:09:26 Pulling version 18:09:26 + cd /root/project 18:09:26 + [ -f VERSION ] 18:09:26 + PROJECT_VERSION=local-dev 18:09:26 + git rev-parse --short HEAD 18:09:26 + GIT_REVISION=a5510001 18:09:26 + snapcraftctl set-version local-dev 18:09:26 Skipping build go-build-helper (already ran) 18:09:27 Building app-service-config 18:09:27 + make build 18:09:27 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:09:29 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 18:09:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 18:09:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 18:09:29 go: downloading github.com/gorilla/mux v1.8.0 18:09:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 18:09:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 18:09:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 18:09:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 18:09:29 go: downloading github.com/pelletier/go-toml v1.2.0 18:09:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:09:30 go: downloading github.com/go-playground/validator/v10 v10.4.1 18:09:30 go: downloading github.com/hashicorp/consul/api v1.8.1 18:09:30 go: downloading github.com/go-kit/kit v0.8.0 18:09:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:09:30 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:09:30 go: downloading github.com/leodido/go-urn v1.2.0 18:09:30 go: downloading github.com/go-playground/universal-translator v0.17.0 18:09:30 go: downloading github.com/mitchellh/copystructure v1.0.0 18:09:30 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 18:09:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:09:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:09:30 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:09:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:09:30 go: downloading github.com/google/uuid v1.2.0 18:09:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:09:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:09:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:09:30 go: downloading github.com/pebbe/zmq4 v1.2.7 18:09:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:09:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 18:09:31 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:09:31 go: downloading github.com/BurntSushi/toml v0.3.1 18:09:31 go: downloading github.com/fatih/color v1.9.0 18:09:31 go: downloading github.com/mattn/go-isatty v0.0.12 18:09:31 go: downloading github.com/hashicorp/serf v0.9.5 18:09:31 go: downloading github.com/x448/float16 v0.8.4 18:09:31 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 18:09:31 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 18:09:31 go: downloading github.com/go-playground/locales v0.13.0 18:09:31 go: downloading github.com/gorilla/websocket v1.4.2 18:09:31 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:09:31 go: downloading github.com/mattn/go-colorable v0.1.6 18:09:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:09:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:09:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:09:41 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 18:09:41 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 18:09:41 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 18:09:41 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 18:09:42 Building config-common 18:09:42 + snapcraftctl build 18:09:45 Building edgex-go 18:09:45 + cd /root/parts/edgex-go/src 18:09:45 + make build 18:09:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:09:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 18:09:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 18:09:45 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 18:09:45 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 18:09:45 go: downloading github.com/pelletier/go-toml v1.9.0 18:09:45 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 18:09:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 18:09:46 go: downloading github.com/go-playground/validator/v10 v10.5.0 18:09:46 go: downloading github.com/pkg/errors v0.8.1 18:09:46 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:09:46 go: downloading github.com/imdario/mergo v0.3.12 18:09:46 go: downloading golang.org/x/text v0.3.2 18:09:50 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 18:09:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:09:51 go: downloading gopkg.in/yaml.v2 v2.4.0 18:09:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:09:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:09:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:09:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:09:59 go: downloading github.com/stretchr/testify v1.7.0 18:09:59 go: downloading github.com/davecgh/go-spew v1.1.1 18:09:59 go: downloading github.com/pmezard/go-difflib v1.0.0 18:09:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:10:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:10:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:10:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:10:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:10:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:10: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 18:10:07 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 18:10:07 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:10:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:10:08 go: downloading github.com/lib/pq v1.10.1 18:10:09 Removing intermediate container 89826397a533 18:10:09 ---> d3d6342aeb9f 18:10:09 18:10:09 Step 10/21 : FROM alpine:3.12 18:10:09 Removing intermediate container 2d2712c96b8f 18:10:09 ---> 065f20ce0b05 18:10:09 18:10:09 Step 10/31 : FROM alpine:3.12 18:10:09 Removing intermediate container c96b6c68e2ec 18:10:09 ---> cf19080407fe 18:10:09 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:10:09 3.12: Pulling from library/alpine 18:10:09 3.12: Pulling from library/alpine 18:10:09 ---> Running in 682bd07e5f57 18:10:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:10:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:10:10 Status: Downloaded newer image for alpine:3.12 18:10:10 ---> 9852663dfa18 18:10:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:10:10 Status: Downloaded newer image for alpine:3.12 18:10:10 ---> 9852663dfa18 18:10:10 Step 11/21 : RUN apk add --update --no-cache curl 18:10:11 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 18:10:11 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:10:11 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:10:11 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:10:11 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:10:11 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:10:11 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:10:11 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:10:11 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:10:11 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:10:11 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:10:11 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:10:11 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:10:11 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:10:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:10:11 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:10:11 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:10:11 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:10:11 + 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 18:10:11 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:10:11 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:10:11 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:10:11 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:10:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:10:11 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:10:11 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:10:11 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:10:12 ---> Running in 24d3154e02d1 18:10:12 ---> Running in 3d17aa72b56a 18:10:13 Removing intermediate container 3d17aa72b56a 18:10:13 ---> 3b1c4941b418 18:10:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:10:13 Removing intermediate container 47609941d094 18:10:13 ---> aad4033c3565 18:10:13 18:10:13 Step 10/23 : FROM alpine:3.12 18:10:13 ---> 9852663dfa18 18:10:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:10:13 Building static-packages 18:10:13 + snapcraftctl build 18:10:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:14 Removing intermediate container 9e52ef2d592e 18:10:14 ---> 2018bf968514 18:10:14 18:10:14 Step 10/22 : FROM alpine:3.12 18:10:14 ---> 9852663dfa18 18:10:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:10:14 ---> Running in 342cd02ebe92 18:10:14 ---> Running in 5f90f5014f71 18:10:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:14 ---> Running in 870622491f87 18:10:15 (1/4) Installing ca-certificates (20191127-r4) 18:10:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:10:15 (3/4) Installing libcurl (7.76.1-r0) 18:10:15 (4/4) Installing curl (7.76.1-r0) 18:10:15 Executing busybox-1.31.1-r20.trigger 18:10:15 Executing ca-certificates-20191127-r4.trigger 18:10:15 OK: 7 MiB in 18 packages 18:10:15 Building version 18:10:15 + snapcraftctl build 18:10:16 Removing intermediate container 682bd07e5f57 18:10:16 ---> f755154e65c5 18:10:16 18:10:16 Step 11/23 : FROM docker:20.10.0 18:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:16 20.10.0: Pulling from library/docker 18:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:17 (1/2) Installing dumb-init (1.2.2-r1) 18:10:17 (2/2) Installing su-exec (0.2-r1) 18:10:17 Executing busybox-1.31.1-r20.trigger 18:10:17 OK: 5 MiB in 16 packages 18:10:17 Skipping stage go-build-helper (already ran) 18:10:17 Staging app-service-config 18:10:17 + snapcraftctl stage 18:10:17 (1/2) Installing ca-certificates (20191127-r4) 18:10:18 (2/2) Installing dumb-init (1.2.2-r1) 18:10:18 Executing busybox-1.31.1-r20.trigger 18:10:18 Executing ca-certificates-20191127-r4.trigger 18:10:18 (1/1) Installing dumb-init (1.2.2-r1) 18:10:18 Executing busybox-1.31.1-r20.trigger 18:10:18 OK: 5 MiB in 15 packages 18:10:18 OK: 6 MiB in 16 packages 18:10:18 Staging config-common 18:10:18 + snapcraftctl stage 18:10:19 Removing intermediate container 24d3154e02d1 18:10:19 ---> 7798b07fa9c1 18:10:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:10:19 Staging edgex-go 18:10:19 + snapcraftctl stage 18:10:19 ---> Running in 898b66b480f1 18:10:20 Removing intermediate container 342cd02ebe92 18:10:20 ---> eb253ad09248 18:10:20 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:10:20 Staging static-packages 18:10:20 + snapcraftctl stage 18:10:20 Removing intermediate container 898b66b480f1 18:10:20 ---> 536c67fdff8a 18:10:20 Step 13/21 : WORKDIR /edgex 18:10:20 Removing intermediate container 5f90f5014f71 18:10:20 ---> 212958a64eb5 18:10:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:10:20 ---> Running in c44eb06ea7a1 18:10:21 ---> Running in 1bd69ec01aa4 18:10:21 ---> Running in 8064a82017c4 18:10:21 Removing intermediate container c44eb06ea7a1 18:10:21 ---> a09bea155b1e 18:10:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:10:21 Removing intermediate container 870622491f87 18:10:21 ---> 9e767faa6bcf 18:10:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:10:21 Staging version 18:10:21 + snapcraftctl stage 18:10:21 ---> Running in 057f52053921 18:10:21 ---> Running in d909102ff633 18:10:21 Removing intermediate container 1bd69ec01aa4 18:10:21 ---> 8de42ff478a3 18:10:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:10:21 Removing intermediate container 8064a82017c4 18:10:21 ---> 022041b37310 18:10:21 Step 13/23 : ENV APP_PORT=48082 18:10:22 Priming go-build-helper 18:10:22 + snapcraftctl prime 18:10:22 ---> Running in a94f7126d92c 18:10:22 Removing intermediate container 057f52053921 18:10:22 ---> 88b29472fdca 18:10:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:10:23 ---> 45fc0751438b 18:10:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:10:23 Removing intermediate container d909102ff633 18:10:23 ---> c926cd8598b6 18:10:23 Step 13/22 : ENV APP_PORT=48060 18:10:23 ---> Running in 545e26b4c68e 18:10:23 Priming app-service-config 18:10:23 + snapcraftctl prime 18:10:24 ---> Running in a5a38a68fa78 18:10:24 Removing intermediate container a94f7126d92c 18:10:24 ---> d6f2ab845cdc 18:10:24 Step 14/23 : EXPOSE $APP_PORT 18:10:24 ---> Running in e42213114476 18:10:24 Priming config-common 18:10:24 + snapcraftctl prime 18:10:25 Removing intermediate container a5a38a68fa78 18:10:25 ---> eacfd157e2a8 18:10:25 Step 14/22 : EXPOSE $APP_PORT 18:10:25 ---> 175a06e83ed7 18:10:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:10:25 ---> Running in 7cb08d95ec53 18:10:25 Priming edgex-go 18:10:25 + snapcraftctl prime 18:10:25 Removing intermediate container e42213114476 18:10:25 ---> f7b4613de364 18:10:25 Step 15/23 : WORKDIR / 18:10:26 ---> Running in f1aefd43c18b 18:10:26 Removing intermediate container 7cb08d95ec53 18:10:26 ---> 53152027017d 18:10:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:26 Priming static-packages 18:10:27 + snapcraftctl prime 18:10:27 Removing intermediate container f1aefd43c18b 18:10:27 ---> 8f6f012e971c 18:10:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:27 ---> 6b2efa7c13cc 18:10:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:10:27 ---> Running in bb7a48df0561 18:10:27 ---> 88a2c370d5c8 18:10:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:10:27 Removing intermediate container 545e26b4c68e 18:10:27 ---> ec90bf231098 18:10:27 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:10:27 ---> Running in 4741cefe1193 18:10:28 Removing intermediate container bb7a48df0561 18:10:28 ---> d957e96cfb26 18:10:28 Step 18/21 : CMD ["--init=true"] 18:10:28 ---> 80f07e4c327b 18:10:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:10:28 ---> Running in 8843eb3f972f 18:10:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:10:28 Removing intermediate container 4741cefe1193 18:10:28 ---> 6e1470aadd02 18:10:28 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:10:28 Status: Downloaded newer image for docker:20.10.0 18:10:28 ---> eeaf43b92773 18:10:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:10:29 Priming version 18:10:29 + snapcraftctl prime 18:10:29 ---> 71cf81557299 18:10:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:10:29 ---> Running in bbb302e2d16e 18:10:29 Removing intermediate container 8843eb3f972f 18:10:29 ---> 3f60920e80ee 18:10:29 Step 19/21 : LABEL arch=arm64 18:10:29 ---> b1eb8eafbddd 18:10:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:10:29 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 18:10:29 ---> d4a74985b06c 18:10:29 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:10:29 ---> Running in 6e400b09ffbf 18:10:29 ---> Running in b2e15717a0ad 18:10:30 Removing intermediate container bbb302e2d16e 18:10:30 ---> f0bd6b489c0a 18:10:30 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:10:30 ---> 93b2a148cffb 18:10:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:10:30 ---> Running in 3e38fca47c58 18:10:30 Removing intermediate container 6e400b09ffbf 18:10:30 ---> d715fd065871 18:10:30 Step 20/21 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:10:30 ---> d1bdee71f8a4 18:10:30 Step 19/23 : ENTRYPOINT ["/core-command"] 18:10:30 ---> Running in 5c3a17ca6412 18:10:30 ---> Running in aab000bccdc0 18:10:31 ---> Running in ea7a535bd469 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:10:31 Removing intermediate container 5c3a17ca6412 18:10:31 ---> 89010efc85b6 18:10:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:31 Removing intermediate container aab000bccdc0 18:10:31 ---> 92f737aee701 18:10:31 Step 21/21 : LABEL version=0.0.0 18:10:31 ---> Running in 8d9cb2f582b6 18:10:31 Removing intermediate container ea7a535bd469 18:10:31 ---> ba0cf39f5199 18:10:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:31 ---> Running in e1580c3caab5 18:10:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:32 ---> Running in 57bd0cfbb20b 18:10:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:32 Removing intermediate container 8d9cb2f582b6 18:10:32 ---> fe18fdd19b6e 18:10:32 Step 20/22 : LABEL arch=arm64 18:10:32 ---> Running in 6ecc413f58f8 18:10:32 Removing intermediate container e1580c3caab5 18:10:32 ---> 81b5e64a4fa8 18:10:32 18:10:32 Removing intermediate container 57bd0cfbb20b 18:10:32 ---> 2af7523e8848 18:10:32 Step 21/23 : LABEL arch=arm64 18:10:33 (1/39) Installing readline (8.0.4-r0) 18:10:33 (2/39) Installing bash (5.0.17-r0) 18:10:33 Executing bash-5.0.17-r0.post-install 18:10:33 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:10:33 (4/39) Installing libcurl (7.76.1-r0) 18:10:33 (5/39) Installing curl (7.76.1-r0) 18:10:33 (6/39) Installing dumb-init (1.2.2-r1) 18:10:33 (7/39) Installing libbz2 (1.0.8-r1) 18:10:33 (8/39) Installing expat (2.2.9-r1) 18:10:33 (9/39) Installing libffi (3.3-r2) 18:10:33 (10/39) Installing gdbm (1.13-r1) 18:10:33 (11/39) Installing xz-libs (5.2.5-r0) 18:10:33 (12/39) Installing sqlite-libs (3.32.1-r0) 18:10:33 ---> Running in 87df394bf393 18:10:33 (13/39) Installing python3 (3.8.8-r0) 18:10:33 Successfully built 81b5e64a4fa8 18:10:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:10:33 Removing intermediate container 6ecc413f58f8 18:10:33 ---> 4c8a4a47d85b 18:10:33 Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:10:33  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 18:10:33 Removing intermediate container b2e15717a0ad 18:10:33 ---> 41e4d055b071 18:10:33 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:34 ---> Running in 5d27a4bcfa58 18:10:34 Removing intermediate container 87df394bf393 18:10:34 ---> d9897c82449a 18:10:34 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:10:34 ---> Running in 3cafe931b82e 18:10:34 Removing intermediate container 5d27a4bcfa58 18:10:34 ---> 1c2bd9b8a86d 18:10:34 Step 22/22 : LABEL version=0.0.0 18:10:35 (14/39) Installing py3-appdirs (1.4.4-r1) 18:10:35 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:10:35 (16/39) Installing py3-parsing (2.4.7-r0) 18:10:35 (17/39) Installing py3-six (1.15.0-r0) 18:10:35 (18/39) Installing py3-packaging (20.4-r0) 18:10:35 (19/39) Installing py3-setuptools (47.0.0-r0) 18:10:35 ---> 47cb72759992 18:10:35 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:10:35 (20/39) Installing py3-chardet (3.0.4-r4) 18:10:35 (21/39) Installing py3-idna (2.9-r0) 18:10:35 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:10:35 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:10:35 (24/39) Installing py3-requests (2.23.0-r0) 18:10:35 (25/39) Installing py3-msgpack (1.0.0-r0) 18:10:35 (26/39) Installing py3-lockfile (0.12.2-r3) 18:10:35 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:10:35 (28/39) Installing py3-colorama (0.4.3-r0) 18:10:35 (29/39) Installing py3-distlib (0.3.0-r0) 18:10:35 (30/39) Installing py3-distro (1.5.0-r1) 18:10:35 (31/39) Installing py3-webencodings (0.5.1-r3) 18:10:35 (32/39) Installing py3-html5lib (1.0.1-r4) 18:10:35 (33/39) Installing py3-pytoml (0.1.21-r0) 18:10:35 (34/39) Installing py3-pep517 (0.8.2-r0) 18:10:35 (35/39) Installing py3-progress (1.5-r0) 18:10:35 (36/39) Installing py3-toml (0.10.1-r0) 18:10:35 (37/39) Installing py3-retrying (1.3.3-r0) 18:10:35 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:10:35 (39/39) Installing py3-pip (20.1.1-r0) 18:10:36 ---> Running in a495b04ae792 18:10:36 Removing intermediate container 3cafe931b82e 18:10:36 ---> 4bc2822c923a 18:10:36 Step 23/23 : LABEL version=0.0.0 18:10:36 Executing busybox-1.31.1-r19.trigger 18:10:36 OK: 72 MiB in 59 packages 18:10:37 ---> Running in da9b375f371b 18:10:37 Removing intermediate container a495b04ae792 18:10:37 ---> 977b635106da 18:10:37 18:10:37 ---> 372710340ec1 18:10:37 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:10:38 Successfully built 977b635106da 18:10:38 Removing intermediate container da9b375f371b 18:10:38 ---> 7b8a6bb7588e 18:10:38 18:10:38 Successfully tagged docker-support-notifications-go-arm64:latest 18:10:38  Building docker-support-notifications-go ... done Building docker-core-data-go 18:10:38 Successfully built 7b8a6bb7588e 18:10:38 Successfully tagged docker-core-command-go-arm64:latest 18:10:38  Building docker-core-command-go ... done Building docker-core-metadata-go 18:10:39 ---> d5942eea7297 18:10:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:10:39 ---> 8ba7a649b05a 18:10:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:10:41 Collecting docker-compose==1.23.2 18:10:41 ---> d70e602aad54 18:10:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:10:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:10:42 ---> Running in 82b005080e14 18:10:42 Collecting dockerpty<0.5,>=0.4.1 18:10:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:10:43 Removing intermediate container 82b005080e14 18:10:43 ---> 701fd5cdb9fe 18:10:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:10:44 ---> 81caa5088726 18:10:44 Step 26/31 : RUN chmod +x /entrypoint.sh 18:10:44 Collecting cached-property<2,>=1.2.0 18:10:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:10:45 ---> Running in 920ec1ff225f 18:10:45 Collecting texttable<0.10,>=0.9.0 18:10:45 Downloading texttable-0.9.1.tar.gz (11 kB) 18:10:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:10:49 Removing intermediate container 920ec1ff225f 18:10:49 ---> 51e908a87053 18:10:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:10:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:10:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:10:49 ---> Running in a0d9b97d9b92 18:10:49 Removing intermediate container a0d9b97d9b92 18:10:49 ---> eaa505d68e4d 18:10:49 Step 28/31 : CMD ["gate"] 18:10:49 Collecting jsonschema<3,>=2.5.1 18:10:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:10:50 ---> Running in c4007d22a32a 18:10:51 Collecting websocket-client<1.0,>=0.32.0 18:10:51 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:10:51 Removing intermediate container c4007d22a32a 18:10:51 ---> 7d8b7ef6a3df 18:10:51 Step 29/31 : LABEL arch=arm64 18:10:52 Collecting docopt<0.7,>=0.6.1 18:10:52 Downloading docopt-0.6.2.tar.gz (25 kB) 18:10:52 ---> Running in 677b206b0323 18:10:53 Removing intermediate container 677b206b0323 18:10:53 ---> 1597163642f5 18:10:53 Step 30/31 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:10:54 ---> Running in 88f91fe77ab8 18:10:55 Removing intermediate container 88f91fe77ab8 18:10:55 ---> 7bc5106e54a0 18:10:55 Step 31/31 : LABEL version=0.0.0 18:10:55 Collecting PyYAML<4,>=3.10 18:10:55 Downloading PyYAML-3.13.tar.gz (270 kB) 18:10:56 ---> Running in 2ece777f187d 18:10:56 Removing intermediate container 2ece777f187d 18:10:56 ---> 563551281aed 18:10:56 18:10:57 Successfully built 563551281aed 18:10:57 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:10:57 Building docker-support-scheduler-go 18:10:59  Building docker-security-bootstrapper-go ... done Collecting docker<4.0,>=3.6.0 18:10:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:10:59 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) 18:10:59 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) 18:11:00 Collecting urllib3<1.25,>=1.21.1 18:11:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:11:00 Collecting idna<2.8,>=2.5 18:11:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:11:00 Collecting docker-pycreds>=0.4.0 18:11:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:11:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:11:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:11:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:11:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:11:02 Installing collected packages: dockerpty, cached-property, texttable, urllib3, idna, requests, jsonschema, websocket-client, docopt, PyYAML, docker-pycreds, docker, docker-compose 18:11:02 Running setup.py install for dockerpty: started 18:11:04 Running setup.py install for dockerpty: finished with status 'done' 18:11:04 Running setup.py install for texttable: started 18:11:06 Running setup.py install for texttable: finished with status 'done' 18:11:06 Attempting uninstall: urllib3 18:11:06 Found existing installation: urllib3 1.25.9 18:11:06 Uninstalling urllib3-1.25.9: 18:11:06 Successfully uninstalled urllib3-1.25.9 18:11:07 Attempting uninstall: idna 18:11:07 Found existing installation: idna 2.9 18:11:07 Uninstalling idna-2.9: 18:11:07 Successfully uninstalled idna-2.9 18:11:08 Attempting uninstall: requests 18:11:08 Found existing installation: requests 2.23.0 18:11:08 Uninstalling requests-2.23.0: 18:11:08 Successfully uninstalled requests-2.23.0 18:11:09 Running setup.py install for docopt: started 18:11:11 Running setup.py install for docopt: finished with status 'done' 18:11:11 Running setup.py install for PyYAML: started 18:11:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:11:12 ---> 8f043eeeb2bc 18:11:12 Step 3/24 : WORKDIR /edgex-go 18:11:12 ---> Using cache 18:11:12 ---> 0228be1c338f 18:11:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:12 ---> Using cache 18:11:12 ---> db30d5d4a11b 18:11:12 Step 5/24 : RUN apk add --update --no-cache make git 18:11:12 ---> Using cache 18:11:12 ---> a8c247ad921f 18:11:12 Step 6/24 : COPY go.mod . 18:11:12 ---> Using cache 18:11:12 ---> 42ad0efb8297 18:11:12 Step 7/24 : RUN go mod download 18:11:12 ---> Using cache 18:11:12 ---> 2ceefd5605c5 18:11:12 Step 8/24 : COPY . . 18:11:12 ---> Using cache 18:11:12 ---> 84f30e02ffd3 18:11:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:11:14 Running setup.py install for PyYAML: finished with status 'done' 18:11:17 ---> Running in 9ef6293ce583 18:11:18 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:11:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:11:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:11:25 ---> 8f043eeeb2bc 18:11:25 Step 3/23 : WORKDIR /edgex-go 18:11:25 ---> Using cache 18:11:25 ---> 0228be1c338f 18:11:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:25 ---> Using cache 18:11:25 ---> db30d5d4a11b 18:11:25 Step 5/23 : RUN apk add --update --no-cache make git 18:11:25 ---> Using cache 18:11:25 ---> a8c247ad921f 18:11:25 Step 6/23 : COPY go.mod . 18:11:25 ---> Using cache 18:11:25 ---> 42ad0efb8297 18:11:25 Step 7/23 : RUN go mod download 18:11:25 ---> Using cache 18:11:25 ---> 2ceefd5605c5 18:11:25 Step 8/23 : COPY . . 18:11:25 ---> Using cache 18:11:25 ---> 84f30e02ffd3 18:11:25 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:11:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:11:25 ---> 8f043eeeb2bc 18:11:25 Step 3/23 : WORKDIR /edgex-go 18:11:25 ---> Using cache 18:11:25 ---> 0228be1c338f 18:11:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:25 ---> Using cache 18:11:25 ---> db30d5d4a11b 18:11:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:11:27 ---> Running in a80789f57961 18:11:27 ---> Running in 2c68efb6df1e 18:11:29 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 18:11:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:11:31 OK: 217 MiB in 51 packages 18:11:35 Removing intermediate container 2c68efb6df1e 18:11:35 ---> e0ea8cd3d3de 18:11:35 Step 6/23 : COPY go.mod . 18:11:37 ---> 737dbc22e5bc 18:11:37 Step 7/23 : RUN go mod download 18:11:37 ---> Running in 02d35993190e 18:11:39 Removing intermediate container 3e38fca47c58 18:11:39 ---> 9e5fe30e4dd2 18:11:39 Step 14/23 : ENV APP_PORT=48090 18:11:39 ---> Running in bb158783d7b7 18:11:40 Removing intermediate container bb158783d7b7 18:11:40 ---> 3c01fcf5282c 18:11:40 Step 15/23 : EXPOSE $APP_PORT 18:11:41 ---> Running in 3061cf30e5f3 18:11:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:11:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:11:41 ---> 8f043eeeb2bc 18:11:41 Step 3/22 : WORKDIR /edgex-go 18:11:41 ---> Using cache 18:11:41 ---> 0228be1c338f 18:11:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:11:41 ---> Using cache 18:11:41 ---> db30d5d4a11b 18:11:41 Step 5/22 : RUN apk add --update --no-cache make git 18:11:41 ---> Using cache 18:11:41 ---> a8c247ad921f 18:11:41 Step 6/22 : COPY go.mod . 18:11:41 ---> Using cache 18:11:41 ---> 42ad0efb8297 18:11:41 Step 7/22 : RUN go mod download 18:11:41 ---> Using cache 18:11:41 ---> 2ceefd5605c5 18:11:41 Step 8/22 : COPY . . 18:11:41 ---> Using cache 18:11:41 ---> 84f30e02ffd3 18:11:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:11:41 ---> Running in 951106b2fdb1 18:11:41 Removing intermediate container 3061cf30e5f3 18:11:41 ---> 9b9953d597ca 18:11:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:11:43 Removing intermediate container 02d35993190e 18:11:43 ---> a6d070e6e5eb 18:11:43 Step 8/23 : COPY . . 18:11:44 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 18:11:44 ---> 073f1f57b6e0 18:11:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:11:46 ---> 1b125a52af90 18:11:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:11:49 ---> bd9222011350 18:11:49 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:11:49 ---> Running in 183c3b7f991b 18:11:51 Removing intermediate container 183c3b7f991b 18:11:51 ---> 384520ef2222 18:11:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:11:52 ---> Running in a0386479fc8f 18:11:53 Removing intermediate container a0386479fc8f 18:11:53 ---> 4c9aa07f2cdc 18:11:53 Step 21/23 : LABEL arch=arm64 18:11:53 ---> Running in 057e3d6b318d 18:11:54 Removing intermediate container 057e3d6b318d 18:11:54 ---> 7dca1bc0ce5e 18:11:54 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:11:54 ---> Running in 4fdf6f817388 18:11:55 Removing intermediate container 4fdf6f817388 18:11:55 ---> 09b730b2d92e 18:11:55 Step 23/23 : LABEL version=0.0.0 18:11:56 ---> Running in bda3705804c8 18:11:57 Removing intermediate container bda3705804c8 18:11:57 ---> b0f95c0eb32d 18:11:57 18:11:58 Successfully built b0f95c0eb32d 18:11:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:12:06  Building docker-sys-mgmt-agent-go ... done  ---> a17834b1c324 18:12:06 Step 9/23 : RUN make cmd/core-data/core-data 18:12:06 ---> Running in 072811c16d5b 18:12:07 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:12:46 Removing intermediate container 9ef6293ce583 18:12:46 ---> 9a6261ef059c 18:12:46 18:12:46 Step 10/24 : FROM alpine:3.12 18:12:46 ---> 9852663dfa18 18:12:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:12:46 ---> Running in efb3f75e5c09 18:12:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:12:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:12:48 (1/6) Installing ca-certificates (20191127-r4) 18:12:48 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:12:48 (3/6) Installing libcurl (7.76.1-r0) 18:12:48 (4/6) Installing curl (7.76.1-r0) 18:12:48 (5/6) Installing dumb-init (1.2.2-r1) 18:12:48 (6/6) Installing su-exec (0.2-r1) 18:12:48 Executing busybox-1.31.1-r20.trigger 18:12:48 Executing ca-certificates-20191127-r4.trigger 18:12:48 OK: 7 MiB in 20 packages 18:12:51 Removing intermediate container efb3f75e5c09 18:12:51 ---> 8c9858d4a906 18:12:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:12:51 ---> Running in 9788e69a0887 18:12:52 Removing intermediate container 9788e69a0887 18:12:52 ---> cb24374f2c79 18:12:52 Step 13/24 : WORKDIR / 18:12:52 ---> Running in c09ded350aac 18:12:53 Removing intermediate container c09ded350aac 18:12:53 ---> af037f5c611a 18:12:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:12:54 ---> 426ff11ba326 18:12:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:12:55 ---> 028ec7c46d6b 18:12:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:12:56 ---> 0409b72b1d57 18:12:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:12:57 ---> aa4e3c71842d 18:12:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:12:59 ---> 0d20cb11a235 18:12:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:13:00 ---> 0ffa35b23268 18:13:00 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/ 18:13:00 ---> Running in ca5bec8503de 18:13:05 Removing intermediate container ca5bec8503de 18:13:05 ---> c885d8b8297e 18:13:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:13:05 ---> Running in 461e45cd8c17 18:13:05 Removing intermediate container 461e45cd8c17 18:13:05 ---> baccc395f9b2 18:13:05 Step 22/24 : LABEL arch=arm64 18:13:05 ---> Running in dd46bbb4856d 18:13:06 Removing intermediate container dd46bbb4856d 18:13:06 ---> 09fcf8bd23fe 18:13:06 Step 23/24 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:13:06 ---> Running in ab769b0d12e5 18:13:06 Removing intermediate container ab769b0d12e5 18:13:06 ---> 1986c8469ec3 18:13:06 Step 24/24 : LABEL version=0.0.0 18:13:07 ---> Running in f71606b14177 18:13:07 Removing intermediate container f71606b14177 18:13:07 ---> a44b3fa962a5 18:13:07 18:13:08 Successfully built a44b3fa962a5 18:13:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:13:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container a80789f57961 18:13:26 ---> 42e9e45da264 18:13:26 18:13:26 Step 10/23 : FROM alpine:3.12 18:13:26 ---> 9852663dfa18 18:13:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:13:26 ---> Using cache 18:13:26 ---> 212958a64eb5 18:13:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:13:26 ---> Using cache 18:13:26 ---> 022041b37310 18:13:26 Step 13/23 : ENV APP_PORT=48081 18:13:26 ---> Running in bc6c02cb6e35 18:13:26 Removing intermediate container 951106b2fdb1 18:13:26 ---> c2ff948e3746 18:13:26 18:13:26 Step 10/22 : FROM alpine:3.12 18:13:26 ---> 9852663dfa18 18:13:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:13:26 ---> Using cache 18:13:26 ---> 212958a64eb5 18:13:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:13:26 ---> Using cache 18:13:26 ---> 022041b37310 18:13:26 Step 13/22 : ENV APP_PORT=48085 18:13:26 ---> Running in ec3acd4bb358 18:13:26 Removing intermediate container bc6c02cb6e35 18:13:26 ---> 56fd279670ee 18:13:26 Step 14/23 : EXPOSE $APP_PORT 18:13:26 ---> Running in 7bb50d53bfb3 18:13:26 Removing intermediate container ec3acd4bb358 18:13:26 ---> 2d7b2d7432e9 18:13:26 Step 14/22 : EXPOSE $APP_PORT 18:13:26 ---> Running in 8435bcc5b809 18:13:26 Removing intermediate container 7bb50d53bfb3 18:13:26 ---> b290396f5139 18:13:26 Step 15/23 : WORKDIR / 18:13:26 ---> Running in c73006eee16b 18:13:26 Removing intermediate container 8435bcc5b809 18:13:26 ---> 57275a406ec1 18:13:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:26 Removing intermediate container c73006eee16b 18:13:26 ---> dfaff56b1d3d 18:13:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:27 ---> 28ce01048cfd 18:13:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:13:28 ---> a66193cc5092 18:13:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:13:28 ---> 94cf3d5faf81 18:13:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:13:29 ---> 52284e55bbe2 18:13:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:13:29 ---> 797de081359d 18:13:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:13:30 ---> Running in 8d75fed66ec7 18:13:30 ---> 69a25682d977 18:13:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:13:30 ---> Running in 6f35ed5c1a39 18:13:30 Removing intermediate container 8d75fed66ec7 18:13:30 ---> 4c115485b823 18:13:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:30 ---> Running in f21a14d245f0 18:13:31 Removing intermediate container 6f35ed5c1a39 18:13:31 ---> c0bddf3b738e 18:13:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:31 ---> Running in 6572a06f6c32 18:13:31 Removing intermediate container f21a14d245f0 18:13:31 ---> d8e236cadcf4 18:13:31 Step 20/22 : LABEL arch=arm64 18:13:32 Removing intermediate container 6572a06f6c32 18:13:32 ---> 506e619ba979 18:13:32 Step 21/23 : LABEL arch=arm64 18:13:32 ---> Running in 549cbfe2caac 18:13:32 ---> Running in 77401d9dec44 18:13:33 Removing intermediate container 549cbfe2caac 18:13:33 ---> 052ba3cbbda4 18:13:33 Step 21/22 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:13:33 ---> Running in 3bcf16fd9d57 18:13:33 Removing intermediate container 77401d9dec44 18:13:33 ---> 8aedcb7743a7 18:13:33 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:13:33 ---> Running in d3127c21c4f9 18:13:34 Removing intermediate container 3bcf16fd9d57 18:13:34 ---> dba8fcb0abdf 18:13:34 Step 22/22 : LABEL version=0.0.0 18:13:34 ---> Running in 0a6024f92683 18:13:34 Removing intermediate container d3127c21c4f9 18:13:34 ---> 4efed5eb5ec3 18:13:34 Step 23/23 : LABEL version=0.0.0 18:13:34 ---> Running in b68dc79fba6e 18:13:34 Removing intermediate container 0a6024f92683 18:13:34 ---> 7b418da97110 18:13:34 18:13:35 Successfully built 7b418da97110 18:13:35 Successfully tagged docker-support-scheduler-go-arm64:latest 18:13:35  Building docker-support-scheduler-go ... done Removing intermediate container b68dc79fba6e 18:13:35 ---> 04b90130457b 18:13:35 18:13:35 Successfully built 04b90130457b 18:13:35 Successfully tagged docker-core-metadata-go-arm64:latest 18:13:41  Building docker-core-metadata-go ... done Removing intermediate container 072811c16d5b 18:13:41 ---> bead56fd3285 18:13:41 18:13:41 Step 10/23 : FROM alpine:3.12 18:13:41 ---> 9852663dfa18 18:13:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:13:41 ---> Running in 67e577731e9b 18:13:41 Removing intermediate container 67e577731e9b 18:13:41 ---> 1b759e2112d0 18:13:41 Step 12/23 : ENV APP_PORT=48080 18:13:41 ---> Running in b181b7f9a1f7 18:13:42 Removing intermediate container b181b7f9a1f7 18:13:42 ---> ee88f982165b 18:13:42 Step 13/23 : EXPOSE $APP_PORT 18:13:42 ---> Running in 5af845dc6fed 18:13:42 Removing intermediate container 5af845dc6fed 18:13:42 ---> 7dc1afedfe7a 18:13:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:13:43 ---> Running in 7fa7641d65d3 18:13:45 Removing intermediate container 7fa7641d65d3 18:13:45 ---> b515d37dea15 18:13:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:13:45 ---> Running in ba3b31da213e 18:13:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:13:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:13:47 (1/6) Installing dumb-init (1.2.2-r1) 18:13:47 (2/6) Installing libgcc (9.3.0-r2) 18:13:47 (3/6) Installing libsodium (1.0.18-r0) 18:13:47 (4/6) Installing libstdc++ (9.3.0-r2) 18:13:48 (5/6) Installing libzmq (4.3.3-r0) 18:13:48 (6/6) Installing zeromq (4.3.3-r0) 18:13:48 Executing busybox-1.31.1-r20.trigger 18:13:48 OK: 8 MiB in 20 packages 18:13:49 Removing intermediate container ba3b31da213e 18:13:49 ---> 5b1f64b72440 18:13:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:13:50 ---> 66d8983de4ff 18:13:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:13:51 ---> d67c7031ef1b 18:13:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:13:52 ---> fb6d4113da88 18:13:52 Step 19/23 : ENTRYPOINT ["/core-data"] 18:13:52 ---> Running in 463c34f75506 18:13:53 Removing intermediate container 463c34f75506 18:13:53 ---> e6a3a9092cb0 18:13:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:13:53 ---> Running in d69193c2d8e7 18:13:53 Removing intermediate container d69193c2d8e7 18:13:53 ---> bf5dffcf2397 18:13:53 Step 21/23 : LABEL arch=arm64 18:13:53 ---> Running in 342d3013208b 18:13:54 Removing intermediate container 342d3013208b 18:13:54 ---> 1098ea5aea71 18:13:54 Step 22/23 : LABEL git_sha=a551000195b77976913d1dae783537920f474da3 18:13:54 ---> Running in e740c40706fc 18:13:54 Removing intermediate container e740c40706fc 18:13:54 ---> 379cbad8c54a 18:13:54 Step 23/23 : LABEL version=0.0.0 18:13:54 ---> Running in 4bd0ef62ebd4 18:13:55 Removing intermediate container 4bd0ef62ebd4 18:13:55 ---> 1306bf2c5ed2 18:13:55 18:13:55 Successfully built 1306bf2c5ed2 18:13:55 Successfully tagged docker-core-data-go-arm64:latest 18:13:56  Building docker-core-data-go ... done  [Pipeline] } 18:13:56 $ docker stop --time=1 678d509629559b8a3e9852f4a175eb8a059e6052fedcf1f491af0913283b52d7 18:13:58 $ docker rm -f 678d509629559b8a3e9852f4a175eb8a059e6052fedcf1f491af0913283b52d7 [Pipeline] // withDockerContainer [Pipeline] sh 18:13:58 + docker images 18:13:58 + grep docker 18:13:58 docker-core-data-go-arm64 latest 1306bf2c5ed2 3 seconds ago 21.6MB 18:13:58 docker-core-metadata-go-arm64 latest 04b90130457b 23 seconds ago 18.1MB 18:13:58 docker-support-scheduler-go-arm64 latest 7b418da97110 24 seconds ago 16.6MB 18:13:58 docker-security-secretstore-setup-go-arm64 latest a44b3fa962a5 51 seconds ago 24.9MB 18:13:58 docker-sys-mgmt-agent-go-arm64 latest b0f95c0eb32d 2 minutes ago 299MB 18:13:58 docker-security-bootstrapper-go-arm64 latest 563551281aed 3 minutes ago 18.1MB 18:13:58 docker-core-command-go-arm64 latest 7b8a6bb7588e 3 minutes ago 16.5MB 18:13:58 docker-support-notifications-go-arm64 latest 977b635106da 3 minutes ago 17.2MB 18:13:58 docker-security-proxy-setup-go-arm64 latest 81b5e64a4fa8 3 minutes ago 24.6MB 18:13:58 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:13:59 ---> job-cost.sh 18:13:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3pxX 18:14:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:16:15 lf-activate-venv(): INFO: Adding /tmp/venv-3pxX/bin to PATH 18:16:15 INFO: No Stack... 18:16:15 INFO: Retrieving Pricing Info for: lf-standard-4 18:16:15 INFO: Archiving Costs [Pipeline] sh 18:16:15 + cat /w/workspace/edgex-go/3/archives/cost.csv 18:16:15 + cut -d, -f6 [Pipeline] lock 18:16:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3394-3-stack-cost] 18:16:15 Resource [jenkins-edgexfoundry-edgex-go-PR-3394-3-stack-cost] did not exist. Created. 18:16:15 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3394-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:16:16 + echo total: 0.20999999344348907 [Pipeline] stash 18:16:16 Stashed 1 file(s) [Pipeline] } 18:16:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3394-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 18:16:17 provisioning config files... 18:16:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1705086060011817652tmp [Pipeline] { [Pipeline] sh 18:16:17 + set +x 18:16:17 + curl -s https://codecov.io/bash 18:16:17 + bash -s -- 18:16:18 18:16:18 _____ _ 18:16:18 / ____| | | 18:16:18 | | ___ __| | ___ ___ _____ __ 18:16:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:16:18 | |___| (_) | (_| | __/ (_| (_) \ V / 18:16:18 \_____\___/ \__,_|\___|\___\___/ \_/ 18:16:18 Bash-1.0.2 18:16:18 18:16:18 18:16:18 ==> git version 2.24.3 found 18:16:18 ==> 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 18:16:18 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:16:18 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:16:18 ==> Jenkins CI detected. 18:16:18 project root: . 18:16:18 --> token set from env 18:16:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:16:18 ==> Running gcov in . (disable via -X gcov) 18:16:18 ==> Python coveragepy not found 18:16:18 ==> Searching for coverage reports in: 18:16:18 + . 18:16:18 -> Found 1 reports 18:16:18 ==> Detecting git/mercurial file structure 18:16:18 ==> Reading reports 18:16:18 + ./coverage.out bytes=703598 18:16:18 ==> Appending adjustments 18:16:18 https://docs.codecov.io/docs/fixing-reports 18:16:22 + Found adjustments 18:16:22 ==> Gzipping contents 18:16:22 100K /tmp/codecov.rVUSMp.gz 18:16:22 ==> Uploading reports 18:16:22 url: https://codecov.io 18:16:22 query: branch=PR-3394&commit=a551000195b77976913d1dae783537920f474da3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3394%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3394&job=&cmd_args= 18:16:22 -> Pinging Codecov 18:16:22 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3394&commit=a551000195b77976913d1dae783537920f474da3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3394%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3394&job=&cmd_args= 18:16:22 -> Uploading to 18:16:22 https://storage.googleapis.com/codecov/v4/raw/2021-04-23/00271124DB129430A58F1EEE437C3FCB/a551000195b77976913d1dae783537920f474da3/2c9727dd-9f52-4cdc-9434-f510076cef04.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210423%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210423T181622Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=91c01025aba354fa5031c34ef9904afb26400617884f0189a286b00f9114afcc 18:16:22 % Total % Received % Xferd Average Speed Time Time Time Current 18:16:22 Dload Upload Total Spent Left Speed 18:16:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 184k --:--:-- --:--:-- --:--:-- 184k 18:16:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/a551000195b77976913d1dae783537920f474da3 [Pipeline] } 18:16:22 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 18:16:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:16:24 ---> package-listing.sh 18:16:24 ++ facter osfamily 18:16:24 ++ tr '[:upper:]' '[:lower:]' 18:16:24 + OS_FAMILY=redhat 18:16:24 + workspace=/w/workspace/edgex-go/3 18:16:24 + START_PACKAGES=/tmp/packages_start.txt 18:16:24 + END_PACKAGES=/tmp/packages_end.txt 18:16:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:16:24 + PACKAGES=/tmp/packages_start.txt 18:16:24 + '[' /w/workspace/edgex-go/3 ']' 18:16:24 + PACKAGES=/tmp/packages_end.txt 18:16:24 + case "${OS_FAMILY}" in 18:16:24 + rpm -qa 18:16:24 + sort 18:16:29 + '[' -f /tmp/packages_start.txt ']' 18:16:29 + '[' -f /tmp/packages_end.txt ']' 18:16:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:16:29 + '[' /w/workspace/edgex-go/3 ']' 18:16:29 + mkdir -p /w/workspace/edgex-go/3/archives/ 18:16:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 18:16:29 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 18:16:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:16:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:30 18:16:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:16:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:30 alpine: Pulling from edgex-lftools-log-publisher 18:16:30 df20fa9351a1: Pulling fs layer 18:16:30 36b3adc4ff6f: Pulling fs layer 18:16:30 8ad3a11d3b57: Pulling fs layer 18:16:30 46f8f816bc3b: Pulling fs layer 18:16:30 93b61091891f: Pulling fs layer 18:16:30 93b9cdb0e59b: Pulling fs layer 18:16:30 5e14af77c1be: Pulling fs layer 18:16:30 01666e4c0597: Pulling fs layer 18:16:30 aa168da1d23b: Pulling fs layer 18:16:30 46f8f816bc3b: Waiting 18:16:30 5e14af77c1be: Waiting 18:16:30 01666e4c0597: Waiting 18:16:30 93b61091891f: Waiting 18:16:30 aa168da1d23b: Waiting 18:16:30 36b3adc4ff6f: Download complete 18:16:30 46f8f816bc3b: Verifying Checksum 18:16:30 46f8f816bc3b: Download complete 18:16:30 df20fa9351a1: Verifying Checksum 18:16:30 df20fa9351a1: Download complete 18:16:30 93b9cdb0e59b: Verifying Checksum 18:16:30 93b9cdb0e59b: Download complete 18:16:30 93b61091891f: Verifying Checksum 18:16:30 93b61091891f: Download complete 18:16:30 5e14af77c1be: Download complete 18:16:30 01666e4c0597: Verifying Checksum 18:16:30 01666e4c0597: Download complete 18:16:31 8ad3a11d3b57: Verifying Checksum 18:16:31 8ad3a11d3b57: Download complete 18:16:31 df20fa9351a1: Pull complete 18:16:31 36b3adc4ff6f: Pull complete 18:16:33 aa168da1d23b: Verifying Checksum 18:16:33 aa168da1d23b: Download complete 18:16:34 8ad3a11d3b57: Pull complete 18:16:34 46f8f816bc3b: Pull complete 18:16:35 93b61091891f: Pull complete 18:16:35 93b9cdb0e59b: Pull complete 18:16:35 5e14af77c1be: Pull complete 18:16:35 01666e4c0597: Pull complete 18:16:45 aa168da1d23b: Pull complete 18:16:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:16:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:16:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:16:46 prd-centos7-docker-4c-2g-1567 does not seem to be running inside a container 18:16:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:16:49 $ docker top 9a211f115f9ada9ae95fb1ddeea029fc471a5f21579cb3d8b920ebb3a791531d -eo pid,comm [Pipeline] { [Pipeline] sh 18:16:49 + touch /tmp/pre-build-complete [Pipeline] sh 18:16:50 + mkdir -p /var/log/sa [Pipeline] sh 18:16:50 + ls /var/log/sa-host 18:16:50 + sadf -c /var/log/sa-host/sa23 18:16:50 file_magic: OK 18:16:50 HZ: Using current value: 100 18:16:50 file_header: OK 18:16:50 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 18:16:50 Statistics: 18:16:50 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... 18:16:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:16:51 provisioning config files... 18:16:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7712880526647643606tmp [Pipeline] { [Pipeline] echo 18:16:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:16:51 ---> create-netrc.sh [Pipeline] } 18:16:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:16:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:16:51 ---> python-tools-install.sh [Pipeline] echo 18:16:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:16:52 ---> sudo-logs.sh 18:16:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:16:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:16:52 ---> job-cost.sh 18:16:52 lf-activate-venv: SKIPPING 18:16:52 DEBUG: total: 0.20999999344348907 18:16:52 INFO: Retrieving Stack Cost... 18:16:54 INFO: Retrieving Pricing Info for: v1-standard-2 18:16:54 INFO: Archiving Costs [Pipeline] echo 18:16:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:16:54 ---> logs-deploy.sh 18:16:54 lf-activate-venv: SKIPPING 18:16:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3394/3 18:16:54 INFO: archiving workspace using pattern(s): 18:16:56 Archives upload complete. 18:16:56 INFO: archiving logs to Nexus 18:16:57 ---> uname -a: 18:16:57 Linux prd-centos7-docker-4c-2g-1567.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:16:57 18:16:57 18:16:57 ---> lscpu: 18:16:57 Architecture: x86_64 18:16:57 CPU op-mode(s): 32-bit, 64-bit 18:16:57 Byte Order: Little Endian 18:16:57 Address sizes: 40 bits physical, 48 bits virtual 18:16:57 CPU(s): 4 18:16:57 On-line CPU(s) list: 0-3 18:16:57 Thread(s) per core: 1 18:16:57 Core(s) per socket: 1 18:16:57 Socket(s): 4 18:16:57 NUMA node(s): 1 18:16:57 Vendor ID: GenuineIntel 18:16:57 CPU family: 6 18:16:57 Model: 44 18:16:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:16:57 Stepping: 1 18:16:57 CPU MHz: 2933.438 18:16:57 BogoMIPS: 5866.87 18:16:57 Virtualization: VT-x 18:16:57 Hypervisor vendor: KVM 18:16:57 Virtualization type: full 18:16:57 L1d cache: 128 KiB 18:16:57 L1i cache: 128 KiB 18:16:57 L2 cache: 16 MiB 18:16:57 L3 cache: 64 MiB 18:16:57 NUMA node0 CPU(s): 0-3 18:16:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:16:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:16:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:16:57 Vulnerability Meltdown: Mitigation; PTI 18:16:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:16:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:16:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:16:57 Vulnerability Srbds: Not affected 18:16:57 Vulnerability Tsx async abort: Not affected 18:16:57 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 18:16:57 18:16:57 18:16:57 ---> nproc: 18:16:57 4 18:16:57 18:16:57 18:16:57 ---> df -h: 18:16:57 Filesystem Size Used Available Use% Mounted on 18:16:57 overlay 50.0G 12.3G 37.7G 25% / 18:16:57 tmpfs 64.0M 0 64.0M 0% /dev 18:16:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:16:57 shm 64.0M 0 64.0M 0% /dev/shm 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/3@tmp 18:16:57 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/3 18:16:57 18:16:57 18:16:57 ---> free -m: 18:16:57 total used free shared buff/cache available 18:16:57 Mem: 1837 820 217 0 799 950 18:16:57 Swap: 1023 71 952 18:16:57 18:16:57 18:16:57 ---> ip addr: 18:16:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:16:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:16:57 inet 127.0.0.1/8 scope host lo 18:16:57 valid_lft forever preferred_lft forever 18:16:57 inet6 ::1/128 scope host 18:16:57 valid_lft forever preferred_lft forever 18:16:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:16:57 link/ether fa:16:3e:fd:c9:f6 brd ff:ff:ff:ff:ff:ff 18:16:57 inet 10.30.123.120/23 brd 10.30.123.255 scope global dynamic eth0 18:16:57 valid_lft 85043sec preferred_lft 85043sec 18:16:57 inet6 fe80::f816:3eff:fefd:c9f6/64 scope link 18:16:57 valid_lft forever preferred_lft forever 18:16:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:16:57 link/ether 02:42:95:e4:07:77 brd ff:ff:ff:ff:ff:ff 18:16:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:16:57 valid_lft forever preferred_lft forever 18:16:57 inet6 fe80::42:95ff:fee4:777/64 scope link 18:16:57 valid_lft forever preferred_lft forever 18:16:57 18:16:57 18:16:57 ---> sar -b -r -n DEV: 18:16:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/23/21 _x86_64_ (4 CPU) 18:16:57 18:16:57 17:54:10 LINUX RESTART (4 CPU) 18:16:57 18:16:57 17:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:16:57 17:56:01 223.48 98.64 124.84 0.00 10702.70 46823.69 0.00 18:16:57 17:57:01 253.77 99.88 153.89 0.00 4096.97 20853.43 0.00 18:16:57 17:58:01 130.94 53.52 77.42 0.00 1885.70 9944.20 0.00 18:16:57 17:59:01 150.14 42.57 107.57 0.00 3019.20 27881.78 0.00 18:16:57 18:00:06 1992.60 1665.02 327.58 0.00 141740.04 199145.92 0.00 18:16:57 18:01:01 1938.84 1684.37 254.48 0.00 96429.89 110433.48 0.00 18:16:57 18:02:02 1419.20 1077.50 341.70 0.00 79060.04 105706.76 0.00 18:16:57 18:03:01 2071.22 1729.18 342.04 0.00 98587.22 105637.14 0.00 18:16:57 18:04:01 755.90 520.23 235.67 0.00 33728.83 46079.59 0.00 18:16:57 18:05:01 9.39 1.75 7.64 0.00 37.30 262.43 0.00 18:16:57 18:06:01 0.22 0.02 0.20 0.00 0.53 1.92 0.00 18:16:57 18:07:01 335.96 311.52 24.44 0.00 4848.21 1152.89 0.00 18:16:57 18:08:01 1.57 0.00 1.57 0.00 0.00 46.11 0.00 18:16:57 18:09:01 0.27 0.02 0.25 0.00 1.07 2.30 0.00 18:16:57 18:10:01 1.38 1.12 0.27 0.00 38.91 4.28 0.00 18:16:57 18:11:01 0.77 0.00 0.77 0.00 0.00 14.34 0.00 18:16:57 18:12:01 0.28 0.02 0.27 0.00 1.07 3.50 0.00 18:16:57 18:13:02 0.22 0.00 0.22 0.00 0.00 2.18 0.00 18:16:57 18:14:01 0.17 0.00 0.17 0.00 0.00 1.56 0.00 18:16:57 18:15:01 0.52 0.32 0.20 0.00 150.81 1.62 0.00 18:16:57 18:16:01 0.23 0.02 0.22 0.00 0.53 1.83 0.00 18:16:57 Average: 441.80 346.26 95.54 0.00 22713.60 32383.43 0.00 18:16:57 18:16:57 17:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:16:57 17:56:01 113768 0 725944 38.58 1776 1040056 1439320 49.12 568620 958316 28092 18:16:57 17:57:01 129504 0 852180 45.29 1224 898636 1617552 55.20 670236 804364 87472 18:16:57 17:58:01 145984 0 910776 48.41 716 824068 1694832 57.84 699744 747256 82840 18:16:57 17:59:01 201328 0 721832 38.36 636 957748 1243772 42.45 550864 839852 32 18:16:57 18:00:06 66996 0 835696 44.42 0 978852 2332000 79.59 755448 838316 28928 18:16:57 18:01:01 306356 0 1037544 55.14 0 537644 3988840 136.13 640556 652784 44424 18:16:57 18:02:02 64672 0 815860 43.36 0 1001012 2089352 71.31 689744 890768 25472 18:16:57 18:03:01 74952 0 760688 40.43 0 1045904 1972820 67.33 612056 946784 86264 18:16:57 18:04:01 384036 0 630484 33.51 0 867024 1257748 42.92 513656 740836 20 18:16:57 18:05:01 394296 0 619604 32.93 0 867644 1185332 40.45 506432 740920 12 18:16:57 18:06:01 394760 0 619136 32.91 0 867648 1185368 40.45 506792 740768 8 18:16:57 18:07:01 200428 0 747344 39.72 0 933772 1163776 39.72 545472 765944 8 18:16:57 18:08:01 199848 0 747916 39.75 0 933780 1163776 39.72 545604 765944 8 18:16:57 18:09:01 199764 0 748024 39.76 0 933756 1163776 39.72 545340 765944 8 18:16:57 18:10:01 198472 0 748116 39.76 0 934956 1163848 39.72 546048 766944 8 18:16:57 18:11:01 198520 0 748060 39.76 0 934964 1163800 39.72 545936 766944 8 18:16:57 18:12:01 198560 0 748016 39.76 0 934968 1163776 39.72 545680 766980 8 18:16:57 18:13:02 198420 0 748148 39.76 0 934976 1163776 39.72 545564 766976 8 18:16:57 18:14:01 198444 0 748120 39.76 0 934980 1163776 39.72 545568 766976 8 18:16:57 18:15:01 190628 0 751464 39.94 0 939452 1163848 39.72 552080 768280 12 18:16:57 18:16:01 190732 0 751356 39.93 0 939456 1163776 39.72 551716 768296 12 18:16:57 Average: 202403 0 762681 40.53 207 916252 1506898 51.43 580150 789057 18269 18:16:57 18:16:57 17:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:16:57 17:56:01 eth0 1288.34 1300.27 6096.09 168.69 0.00 0.00 0.00 0.00 18:16:57 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 17:56:01 veth694051a 28.35 40.50 2.09 120.34 0.00 0.00 0.00 0.00 18:16:57 17:56:01 docker0 940.00 848.62 75.40 2812.71 0.00 0.00 0.00 0.00 18:16:57 17:57:01 eth0 216.20 145.48 741.29 22.96 0.00 0.00 0.00 0.00 18:16:57 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 17:57:01 vethf1dd929 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:16:57 17:57:01 docker0 128.60 187.51 9.28 713.10 0.00 0.00 0.00 0.00 18:16:57 17:58:01 eth0 56.05 42.92 28.14 84.02 0.00 0.00 0.00 0.00 18:16:57 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 17:58:01 vethf1dd929 2.03 2.03 0.16 0.17 0.00 0.00 0.00 0.00 18:16:57 17:58:01 docker0 2.03 2.03 0.13 0.17 0.00 0.00 0.00 0.00 18:16:57 17:59:01 veth9078e35 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 17:59:01 eth0 165.04 132.07 1694.29 22.76 0.00 0.00 0.00 0.00 18:16:57 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:00:06 vethbdbdc8e 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 18:16:57 18:00:06 eth0 98.80 81.45 166.49 63.62 0.00 0.00 0.00 0.00 18:16:57 18:00:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:00:06 docker0 49.68 55.46 3.30 138.99 0.00 0.00 0.00 0.00 18:16:57 18:01:01 vethbc5ea4f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:16:57 18:01:01 vethbdbdc8e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:01:01 eth0 13.68 7.13 11.37 5.96 0.00 0.00 0.00 0.00 18:16:57 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:02:02 vethc200fb0 22.68 41.42 1.78 333.56 0.00 0.00 0.00 0.00 18:16:57 18:02:02 vethbdbdc8e 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 18:16:57 18:02:02 eth0 206.30 145.86 1781.28 26.75 0.00 0.00 0.00 0.00 18:16:57 18:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:03:01 veth49df7b0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:16:57 18:03:01 vethbdbdc8e 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:03:01 eth0 75.78 53.96 75.45 99.14 0.00 0.00 0.00 0.00 18:16:57 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:04:01 eth0 82.98 56.00 154.71 81.11 0.00 0.00 0.00 0.00 18:16:57 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:04:01 docker0 1198.92 1208.98 93.16 4322.75 0.00 0.00 0.00 0.00 18:16:57 18:05:01 eth0 1.30 0.73 0.83 0.30 0.00 0.00 0.00 0.00 18:16:57 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:06:01 eth0 0.48 0.33 0.27 0.20 0.00 0.00 0.00 0.00 18:16:57 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:07:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:16:57 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:16:57 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:16:57 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:10:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 18:16:57 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:11:01 eth0 0.20 0.20 0.07 0.01 0.00 0.00 0.00 0.00 18:16:57 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:12:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:13:02 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:14:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:16:57 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:15:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 18:16:57 18:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:16:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:16:57 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 Average: eth0 105.55 94.12 513.80 27.61 0.00 0.00 0.00 0.00 18:16:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:16:57 Average: docker0 57.21 57.69 4.45 206.29 0.00 0.00 0.00 0.00 18:16:57 18:16:57 18:16:57 ---> sar -P ALL: 18:16:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/23/21 _x86_64_ (4 CPU) 18:16:57 18:16:57 17:54:10 LINUX RESTART (4 CPU) 18:16:57 18:16:57 17:55:01 CPU %user %nice %system %iowait %steal %idle 18:16:57 17:56:01 all 17.48 0.00 9.79 2.20 0.03 70.50 18:16:57 17:56:01 0 16.30 0.00 11.74 2.23 0.03 69.70 18:16:57 17:56:01 1 18.17 0.00 8.81 3.10 0.03 69.89 18:16:57 17:56:01 2 16.79 0.00 9.53 1.59 0.03 72.05 18:16:57 17:56:01 3 18.65 0.00 9.10 1.87 0.03 70.35 18:16:57 17:57:01 all 29.41 0.00 10.39 6.41 0.04 53.75 18:16:57 17:57:01 0 28.38 0.00 10.24 5.20 0.03 56.15 18:16:57 17:57:01 1 28.82 0.00 11.27 8.40 0.03 51.48 18:16:57 17:57:01 2 28.70 0.00 10.29 6.59 0.05 54.36 18:16:57 17:57:01 3 31.72 0.00 9.77 5.44 0.05 53.01 18:16:57 17:58:01 all 50.27 0.00 12.41 4.21 0.04 33.07 18:16:57 17:58:01 0 49.85 0.00 12.13 5.54 0.03 32.45 18:16:57 17:58:01 1 50.57 0.00 12.36 3.70 0.03 33.33 18:16:57 17:58:01 2 49.34 0.00 12.80 3.37 0.03 34.45 18:16:57 17:58:01 3 51.33 0.00 12.35 4.21 0.05 32.06 18:16:57 17:59:01 all 36.97 0.00 13.99 2.85 0.03 46.16 18:16:57 17:59:01 0 34.67 0.00 13.75 2.54 0.02 49.02 18:16:57 17:59:01 1 37.72 0.00 14.48 3.36 0.03 44.40 18:16:57 17:59:01 2 38.28 0.00 14.09 3.30 0.05 44.29 18:16:57 17:59:01 3 37.23 0.00 13.62 2.19 0.03 46.92 18:16:57 18:00:06 all 20.08 0.00 25.15 21.30 0.08 33.39 18:16:57 18:00:06 0 19.61 0.00 24.37 21.17 0.05 34.80 18:16:57 18:00:06 1 21.13 0.00 25.69 21.31 0.08 31.80 18:16:57 18:00:06 2 19.24 0.00 25.13 22.51 0.10 33.02 18:16:57 18:00:06 3 20.32 0.00 25.39 20.22 0.10 33.96 18:16:57 18:01:01 all 52.06 0.00 19.87 17.36 0.07 10.64 18:16:57 18:01:01 0 51.11 0.00 20.29 17.43 0.07 11.10 18:16:57 18:01:01 1 52.01 0.00 19.29 14.87 0.09 13.74 18:16:57 18:01:01 2 52.81 0.00 19.21 19.71 0.06 8.21 18:16:57 18:01:01 3 52.31 0.00 20.68 17.44 0.04 9.53 18:16:57 18:02:02 all 26.90 0.00 18.81 27.99 0.06 26.24 18:16:57 18:02:02 0 26.52 0.00 18.43 23.46 0.05 31.55 18:16:57 18:02:02 1 27.18 0.00 18.50 28.61 0.03 25.67 18:16:57 18:02:02 2 27.34 0.00 17.81 32.44 0.09 22.33 18:16:57 18:02:02 3 26.56 0.00 20.53 27.46 0.05 25.40 18:16:57 18:03:01 all 32.43 0.00 20.59 31.63 0.07 15.28 18:16:57 18:03:01 0 31.90 0.00 21.46 29.91 0.09 16.64 18:16:57 18:03:01 1 33.02 0.00 20.11 32.12 0.05 14.70 18:16:57 18:03:01 2 32.87 0.00 20.21 34.77 0.11 12.05 18:16:57 18:03:01 3 31.91 0.00 20.58 29.69 0.05 17.77 18:16:57 18:04:01 all 31.23 0.00 14.31 14.77 0.06 39.62 18:16:57 18:04:01 0 31.75 0.00 14.04 12.81 0.03 41.37 18:16:57 18:04:01 1 30.97 0.00 14.64 15.05 0.09 39.25 18:16:57 18:04:01 2 30.99 0.00 14.62 14.52 0.07 39.80 18:16:57 18:04:01 3 31.23 0.00 13.92 16.73 0.07 38.04 18:16:57 18:05:01 all 0.16 0.00 0.05 0.12 0.00 99.66 18:16:57 18:05:01 0 0.02 0.00 0.03 0.02 0.02 99.92 18:16:57 18:05:01 1 0.33 0.00 0.05 0.02 0.00 99.60 18:16:57 18:05:01 2 0.22 0.00 0.07 0.02 0.00 99.70 18:16:57 18:05:01 3 0.07 0.00 0.05 0.45 0.00 99.43 18:16:57 18:06:01 all 0.16 0.00 0.07 0.00 0.00 99.77 18:16:57 18:06:01 0 0.03 0.00 0.07 0.00 0.00 99.90 18:16:57 18:06:01 1 0.52 0.00 0.08 0.00 0.00 99.40 18:16:57 18:06:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:16:57 18:06:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:16:57 18:16:57 18:06:01 CPU %user %nice %system %iowait %steal %idle 18:16:57 18:07:01 all 0.16 2.88 12.40 5.72 0.07 78.77 18:16:57 18:07:01 0 0.08 2.61 11.09 4.41 0.07 81.73 18:16:57 18:07:01 1 0.33 2.56 11.15 5.32 0.07 80.58 18:16:57 18:07:01 2 0.15 3.11 12.92 5.81 0.07 77.94 18:16:57 18:07:01 3 0.05 3.23 14.47 7.38 0.08 74.79 18:16:57 18:08:01 all 0.16 0.00 0.05 0.00 0.00 99.79 18:16:57 18:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:16:57 18:08:01 1 0.18 0.00 0.07 0.00 0.00 99.75 18:16:57 18:08:01 2 0.37 0.00 0.05 0.00 0.00 99.58 18:16:57 18:08:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:16:57 18:09:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:16:57 18:09:01 0 0.52 0.00 0.03 0.00 0.00 99.45 18:16:57 18:09:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:16:57 18:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:16:57 18:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:16:57 18:10:01 all 0.15 0.00 0.04 0.02 0.00 99.79 18:16:57 18:10:01 0 0.52 0.00 0.02 0.00 0.00 99.47 18:16:57 18:10:01 1 0.02 0.00 0.03 0.02 0.00 99.93 18:16:57 18:10:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:16:57 18:10:01 3 0.05 0.00 0.07 0.07 0.00 99.82 18:16:57 18:11:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:16:57 18:11:01 0 0.45 0.00 0.03 0.00 0.00 99.52 18:16:57 18:11:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:16:57 18:11:01 2 0.08 0.00 0.03 0.00 0.02 99.87 18:16:57 18:11:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:16:57 18:12:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:16:57 18:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:16:57 18:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:16:57 18:12:01 2 0.52 0.00 0.02 0.00 0.00 99.47 18:16:57 18:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:16:57 18:13:02 all 0.13 0.00 0.02 0.00 0.00 99.85 18:16:57 18:13:02 0 0.02 0.00 0.00 0.00 0.00 99.98 18:16:57 18:13:02 1 0.02 0.00 0.02 0.00 0.00 99.97 18:16:57 18:13:02 2 0.43 0.00 0.02 0.00 0.00 99.55 18:16:57 18:13:02 3 0.05 0.00 0.03 0.00 0.00 99.92 18:16:57 18:14:01 all 0.03 0.00 0.02 0.00 0.00 99.95 18:16:57 18:14:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:16:57 18:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:16:57 18:14:01 2 0.05 0.00 0.03 0.00 0.00 99.91 18:16:57 18:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:16:57 18:15:01 all 0.13 0.00 0.05 0.01 0.00 99.81 18:16:57 18:15:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:16:57 18:15:01 1 0.03 0.00 0.08 0.03 0.02 99.83 18:16:57 18:15:01 2 0.42 0.00 0.05 0.00 0.00 99.53 18:16:57 18:15:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:16:57 18:16:01 all 0.14 0.00 0.02 0.00 0.00 99.84 18:16:57 18:16:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:16:57 18:16:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:16:57 18:16:01 2 0.50 0.00 0.02 0.00 0.00 99.48 18:16:57 18:16:01 3 0.02 0.00 0.05 0.00 0.00 99.93 18:16:57 Average: all 13.87 0.14 7.41 6.28 0.03 72.27 18:16:57 Average: 0 13.56 0.13 7.39 5.82 0.02 73.07 18:16:57 Average: 1 14.01 0.12 7.36 6.37 0.03 72.11 18:16:57 Average: 2 13.91 0.15 7.37 6.75 0.03 71.79 18:16:57 Average: 3 14.00 0.15 7.52 6.19 0.03 72.11 18:16:57 18:16:57 18:16:57