Pull request #3269 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 92943d8cb36f1cb6d280a58ccbd3973606d3b70b+eeaee6b271c5c15927b412df7054cf7482e76680 (5e52aa8dbf9d7a7a7296d984821d412114e111d9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-30904’ Running on prd-centos7-docker-4c-2g-30908 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit eeaee6b271c5c15927b412df7054cf7482e76680 into PR head commit 92943d8cb36f1cb6d280a58ccbd3973606d3b70b Merge succeeded, producing 92943d8cb36f1cb6d280a58ccbd3973606d3b70b Checking out Revision 92943d8cb36f1cb6d280a58ccbd3973606d3b70b (PR-3269) > 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/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # 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 eeaee6b271c5c15927b412df7054cf7482e76680 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" > git rev-list --no-walk a95ed040b1a2a92af1d85bcb18f5aad8b497af07 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:13:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:13:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:13:00 ========================================================= 19:13:00 EdgeX Global Pipelines Version Info 19:13:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 19:13:02 ------------------- 19:13:02 stable info: 19:13:02 ------------------- 19:13:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:13:02 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:13:02 Message: update stable to v1.0.186 19:13:03 ------------------- 19:13:03 experimental info: 19:13:03 ------------------- 19:13:03 Commited By: **** collab-it+edgex@linuxfoundation.org 19:13:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:13:03 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:13:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:13:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:13:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:13:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:13:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:13:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:13:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:13:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92943d8cb36f1cb6d280a58ccbd3973606d3b70b [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92943d8 [Pipeline] echo 19:13:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:13:06 provisioning config files... 19:13:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config497335432077603606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:13:06 ---> docker-login.sh 19:13:06 nexus3.edgexfoundry.org:10001 19:13:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:07 Configure a credential helper to remove this warning. See 19:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:07 19:13:07 Login Succeeded 19:13:07 nexus3.edgexfoundry.org:10002 19:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:07 Configure a credential helper to remove this warning. See 19:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:07 19:13:07 Login Succeeded 19:13:07 nexus3.edgexfoundry.org:10003 19:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:07 Configure a credential helper to remove this warning. See 19:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:07 19:13:07 Login Succeeded 19:13:07 nexus3.edgexfoundry.org:10004 19:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:07 Configure a credential helper to remove this warning. See 19:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:07 19:13:07 Login Succeeded 19:13:07 docker.io 19:13:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:13:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:13:07 Configure a credential helper to remove this warning. See 19:13:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:13:07 19:13:07 Login Succeeded 19:13:07 ---> docker-login.sh ends [Pipeline] } 19:13:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:13: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 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/core-command/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo core-command,cmd/core-command/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/core-data/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo core-data,cmd/core-data/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/core-metadata/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo core-metadata,cmd/core-metadata/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/security-bootstrapper/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/security-proxy-setup/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/support-notifications/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo support-notifications,cmd/support-notifications/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/support-scheduler/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:13:08 + for file in '`ls cmd/**/Dockerfile`' 19:13:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:13:08 ++ cut -d/ -f2 19:13:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:13: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 19:13:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:09 19:13:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:13:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:10 latest: Pulling from edgex-devops/git-semver 19:13:10 31603596830f: Pulling fs layer 19:13:10 2a8b12db71e7: Pulling fs layer 19:13:10 6ca5941a6612: Pulling fs layer 19:13:10 ecc8261a40a4: Pulling fs layer 19:13:10 ecc8261a40a4: Waiting 19:13:10 2a8b12db71e7: Verifying Checksum 19:13:10 2a8b12db71e7: Download complete 19:13:10 31603596830f: Download complete 19:13:10 ecc8261a40a4: Verifying Checksum 19:13:10 ecc8261a40a4: Download complete 19:13:10 6ca5941a6612: Verifying Checksum 19:13:10 6ca5941a6612: Download complete 19:13:10 31603596830f: Pull complete 19:13:10 2a8b12db71e7: Pull complete 19:13:11 6ca5941a6612: Pull complete 19:13:12 ecc8261a40a4: Pull complete 19:13:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:13:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:13:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:13:12 prd-centos7-docker-4c-2g-30908 does not seem to be running inside a container 19:13:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:13:14 $ docker top c465dbe1d703c84a41881e683b8ebac9c0cf513219f30b93cb8063a493992d13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:13:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:13:15 [ssh-agent] Looking for ssh-agent implementation... 19:13:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:13:15 $ docker exec c465dbe1d703c84a41881e683b8ebac9c0cf513219f30b93cb8063a493992d13 ssh-agent 19:13:15 SSH_AUTH_SOCK=/tmp/ssh-tFakMUEi5pSC/agent.12 19:13:15 SSH_AGENT_PID=17 19:13:15 Running ssh-add (command line suppressed) 19:13:15 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7443051520473787349.key (/w/workspace/edgex-go/5@tmp/private_key_7443051520473787349.key) 19:13:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:13:16 + git tag --points-at HEAD [Pipeline] } 19:13:16 $ docker exec --env ******** --env ******** c465dbe1d703c84a41881e683b8ebac9c0cf513219f30b93cb8063a493992d13 ssh-agent -k 19:13:16 unset SSH_AUTH_SOCK; 19:13:16 unset SSH_AGENT_PID; 19:13:16 echo Agent pid 17 killed; 19:13:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:13:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:13:16 [ssh-agent] Looking for ssh-agent implementation... 19:13:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:13:16 $ docker exec c465dbe1d703c84a41881e683b8ebac9c0cf513219f30b93cb8063a493992d13 ssh-agent 19:13:16 SSH_AUTH_SOCK=/tmp/ssh-uVk52lV4qATm/agent.46 19:13:16 SSH_AGENT_PID=51 19:13:16 Running ssh-add (command line suppressed) 19:13:17 Identity added: /w/workspace/edgex-go/5@tmp/private_key_3100264645041061713.key (/w/workspace/edgex-go/5@tmp/private_key_3100264645041061713.key) 19:13:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:13:17 + git semver init 19:13:17 # -> Open(): unable to determine branch for HEAD 19:13:17 # $GIT_DIR = /w/workspace/edgex-go/5/.git 19:13:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 19:13:17 # $SEMVER_REMOTE_NAME = origin 19:13:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:13:17 # $SEMVER_USER_NAME = edgex-jenkins 19:13:17 # $SEMVER_BRANCH = PR-3269 19:13:17 # $SEMVER_TEMP = /tmp/semver-650539935 19:13:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:13:35 # '/tmp/semver-650539935' -> '/w/workspace/edgex-go/5/.semver' 19:13:35 # -> Force: false 19:13:35 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 19:13:35 $ docker exec --env ******** --env ******** c465dbe1d703c84a41881e683b8ebac9c0cf513219f30b93cb8063a493992d13 ssh-agent -k 19:13:35 unset SSH_AUTH_SOCK; 19:13:35 unset SSH_AGENT_PID; 19:13:35 echo Agent pid 51 killed; 19:13:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:13:36 + git semver [Pipeline] } 19:13:36 $ docker stop --time=1 c465dbe1d703c84a41881e683b8ebac9c0cf513219f30b93cb8063a493992d13 19:13:38 $ docker rm -f c465dbe1d703c84a41881e683b8ebac9c0cf513219f30b93cb8063a493992d13 [Pipeline] // withDockerContainer [Pipeline] sh 19:13:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:13:39 Stashed 1 file(s) [Pipeline] echo 19:13:39 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:13:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:13:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:13:40 + sudo service docker restart 19:13:40 + true 19:13:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:13:41 ========================================================= 19:13:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:13:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:13:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 19:13:45 Sending build context to Docker daemon 328.7MB 19:13:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:13:45 Step 2/6 : FROM ${BASE} 19:13:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:13:45 188c0c94c7c5: Pulling fs layer 19:13:45 0ef7d3d256c8: Pulling fs layer 19:13:45 de9db76c5a1d: Pulling fs layer 19:13:45 bca2f99d35d6: Pulling fs layer 19:13:45 93359f2a8cfa: Pulling fs layer 19:13:45 7c6f9722023f: Pulling fs layer 19:13:45 a35cf1a2eb13: Pulling fs layer 19:13:45 bca2f99d35d6: Waiting 19:13:45 93359f2a8cfa: Waiting 19:13:45 7c6f9722023f: Waiting 19:13:45 a35cf1a2eb13: Waiting 19:13:45 de9db76c5a1d: Verifying Checksum 19:13:45 de9db76c5a1d: Download complete 19:13:45 0ef7d3d256c8: Download complete 19:13:45 93359f2a8cfa: Verifying Checksum 19:13:45 93359f2a8cfa: Download complete 19:13:45 7c6f9722023f: Verifying Checksum 19:13:45 7c6f9722023f: Download complete 19:13:45 188c0c94c7c5: Verifying Checksum 19:13:45 188c0c94c7c5: Download complete 19:13:46 188c0c94c7c5: Pull complete 19:13:46 0ef7d3d256c8: Pull complete 19:13:47 de9db76c5a1d: Pull complete 19:13:48 a35cf1a2eb13: Verifying Checksum 19:13:48 a35cf1a2eb13: Download complete 19:13:48 bca2f99d35d6: Verifying Checksum 19:13:48 bca2f99d35d6: Download complete 19:13:53 bca2f99d35d6: Pull complete 19:13:53 93359f2a8cfa: Pull complete 19:13:53 7c6f9722023f: Pull complete 19:13:54 Still waiting to schedule task 19:13:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 19:13:59 a35cf1a2eb13: Pull complete 19:13:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:13:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:13:59 ---> a62c8e92a672 19:13:59 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:13:59 ---> Running in 5c519fb3b44b 19:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:14:01 (1/12) Installing libmagic (5.38-r0) 19:14:01 (2/12) Installing file (5.38-r0) 19:14:01 (3/12) Installing libc-dev (0.7.2-r3) 19:14:01 (4/12) Installing g++ (9.3.0-r2) 19:14:05 (5/12) Installing fortify-headers (1.1-r0) 19:14:05 (6/12) Installing patch (2.7.6-r6) 19:14:05 (7/12) Installing build-base (0.5-r2) 19:14:05 (8/12) Installing libsodium (1.0.18-r0) 19:14:05 (9/12) Installing pkgconf (1.7.2-r0) 19:14:05 (10/12) Installing libsodium-dev (1.0.18-r0) 19:14:05 (11/12) Installing libzmq (4.3.3-r0) 19:14:05 (12/12) Installing zeromq-dev (4.3.3-r0) 19:14:05 Executing busybox-1.31.1-r19.trigger 19:14:05 OK: 233 MiB in 51 packages 19:14:10 Removing intermediate container 5c519fb3b44b 19:14:10 ---> 531dadb2bbc3 19:14:10 Step 4/6 : WORKDIR /edgex-go 19:14:10 ---> Running in 1e2abc1c86c8 19:14:10 Removing intermediate container 1e2abc1c86c8 19:14:10 ---> 7e86ddf06c21 19:14:10 Step 5/6 : COPY go.mod . 19:14:10 ---> 5536c9379600 19:14:10 Step 6/6 : RUN go mod download 19:14:10 ---> Running in e7964e6e5f93 19:14:32 Removing intermediate container e7964e6e5f93 19:14:32 ---> 43c0e873b75e 19:14:32 Successfully built 43c0e873b75e 19:14:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:14:32 + docker inspect -f . ci-base-image-x86_64 19:14:32 . [Pipeline] withDockerContainer 19:14:33 prd-centos7-docker-4c-2g-30908 does not seem to be running inside a container 19:14:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:14:33 $ docker top 308a2fb4f8f90cecdfa7cf5a53e991896b68a995112d9ac618ddd7b277e79688 -eo pid,comm [Pipeline] { [Pipeline] sh 19:14:34 + go version 19:14:34 go version go1.15.5 linux/amd64 [Pipeline] } 19:14:34 $ docker stop --time=1 308a2fb4f8f90cecdfa7cf5a53e991896b68a995112d9ac618ddd7b277e79688 19:14:35 $ docker rm -f 308a2fb4f8f90cecdfa7cf5a53e991896b68a995112d9ac618ddd7b277e79688 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:14:36 + docker inspect -f . ci-base-image-x86_64 19:14:36 . [Pipeline] withDockerContainer 19:14:36 prd-centos7-docker-4c-2g-30908 does not seem to be running inside a container 19:14:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 19:14:37 $ docker top d29dd33dadf0f589eb4601ff3e6572179a9f9b63f35af8b7b240f090d4d47f2e -eo pid,comm [Pipeline] { [Pipeline] echo 19:14:37 ========================================================= 19:14:37 [edgeXBuildGoParallel] Running Tests and Build... 19:14:37 ========================================================= [Pipeline] sh 19:14:38 + make test 19:14:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:14:48 ? github.com/edgexfoundry/edgex-go [no test files] 19:15:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:15:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:15:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:15:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:15:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:15:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:15:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 45.9% of statements 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:15:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements 19:15:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.1% of statements 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 71.3% of statements 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.9% of statements 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements 19:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.460s coverage: 92.8% of statements 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.038s coverage: 79.5% of statements 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 19:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements 19:15:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 19:15:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30909 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 19:15:40 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 19:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.145s coverage: 81.9% of statements 19:15:45 using credential edgex-jenkins-ssh 19:15:46 Cloning the remote Git repository 19:15:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:15:46 > git init /w/workspace/edgex-go/5 # timeout=10 19:15:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:15:46 > git --version # timeout=10 19:15:46 > git --version # 'git version 2.17.1' 19:15:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:15:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.066s coverage: 92.9% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.057s coverage: 87.2% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.6% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 62.4% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 69.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 38.4% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.050s coverage: 89.5% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 87.1% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.747s coverage: 29.1% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.084s coverage: 96.5% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.022s coverage: 100.0% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:15:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 19:15:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 19:15:53 GO111MODULE=on go vet ./... 19:16:07 Merging remotes/origin/master commit eeaee6b271c5c15927b412df7054cf7482e76680 into PR head commit 92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:16:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:16:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:16:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:16:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:16:06 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:16:07 > git config core.sparsecheckout # timeout=10 19:16:07 > git checkout -f 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # timeout=10 19:16:07 Merge succeeded, producing 92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:16:07 Checking out Revision 92943d8cb36f1cb6d280a58ccbd3973606d3b70b (PR-3269) 19:16:07 > git remote # timeout=10 19:16:07 > git config --get remote.origin.url # timeout=10 19:16:07 using GIT_SSH to set credentials SSH Credentials for GitHub 19:16:07 > git merge eeaee6b271c5c15927b412df7054cf7482e76680 # timeout=10 19:16:07 > git rev-parse HEAD^{commit} # timeout=10 19:16:07 > git config core.sparsecheckout # timeout=10 19:16:07 > git checkout -f 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # timeout=10 19:16:12 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:16:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:16:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:16:14 + sudo service docker restart 19:16:14 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:16:17 provisioning config files... 19:16:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3117249187982545087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:16:17 ---> docker-login.sh 19:16:17 nexus3.edgexfoundry.org:10001 19:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:19 Configure a credential helper to remove this warning. See 19:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:19 19:16:19 Login Succeeded 19:16:19 nexus3.edgexfoundry.org:10002 19:16:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:19 Configure a credential helper to remove this warning. See 19:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:19 19:16:19 Login Succeeded 19:16:19 nexus3.edgexfoundry.org:10003 19:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:20 Configure a credential helper to remove this warning. See 19:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:20 19:16:20 Login Succeeded 19:16:20 nexus3.edgexfoundry.org:10004 19:16:20 gofmt -l . 19:16:20 [ "`gofmt -l .`" = "" ] 19:16:20 ./bin/test-go-mod-tidy.sh 19:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:20 Configure a credential helper to remove this warning. See 19:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:20 19:16:20 Login Succeeded 19:16:20 docker.io 19:16:21 ./bin/test-attribution-txt.sh 19:16:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:16:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:16:21 Configure a credential helper to remove this warning. See 19:16:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:16:21 19:16:21 Login Succeeded 19:16:21 ---> docker-login.sh ends [Pipeline] } 19:16:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [Pipeline] echo 19:16:22 ========================================================= 19:16:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:16:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:16:22 + ls -al . 19:16:22 total 760 19:16:22 drwxrwxr-x 10 1001 1001 4096 Mar 22 19:16 . 19:16:22 drwxr-xr-x 4 root root 28 Mar 22 19:14 .. 19:16:22 -rw-rw-r-- 1 1001 1001 11 Mar 22 19:12 .dockerignore 19:16:22 drwxrwxr-x 8 1001 1001 179 Mar 22 19:12 .git 19:16:22 drwxrwxr-x 3 1001 1001 125 Mar 22 19:12 .github 19:16:22 -rw-rw-r-- 1 1001 1001 818 Mar 22 19:12 .gitignore 19:16:22 drwx------ 3 1001 1001 60 Mar 22 19:13 .semver 19:16:22 -rw-rw-r-- 1 1001 1001 166 Mar 22 19:12 .sonarcloud.properties 19:16:22 -rw-rw-r-- 1 1001 1001 8607 Mar 22 19:12 Attribution.txt 19:16:22 -rw-rw-r-- 1 1001 1001 3804 Mar 22 19:12 CONTRIBUTING.md 19:16:22 -rw-rw-r-- 1 1001 1001 931 Mar 22 19:12 Dockerfile.build 19:16:22 -rw-rw-r-- 1 1001 1001 863 Mar 22 19:12 Jenkinsfile 19:16:22 -rw-rw-r-- 1 1001 1001 10775 Mar 22 19:12 LICENSE 19:16:22 -rw-rw-r-- 1 1001 1001 5774 Mar 22 19:12 Makefile 19:16:22 -rw-rw-r-- 1 1001 1001 6548 Mar 22 19:12 README.md 19:16:22 -rw-rw-r-- 1 1001 1001 6755 Mar 22 19:12 SECURITY.md 19:16:22 -rw-rw-r-- 1 1001 1001 5 Mar 22 19:13 VERSION 19:16:22 -rw-rw-r-- 1 1001 1001 4131 Mar 22 19:12 ZMQWindows.md 19:16:22 drwxrwxr-x 2 1001 1001 117 Mar 22 19:12 bin 19:16:22 drwxrwxr-x 14 1001 1001 4096 Mar 22 19:12 cmd 19:16:22 -rw-r--r-- 1 root root 650607 Mar 22 19:15 coverage.out 19:16:22 -rw-r--r-- 1 root root 1055 Mar 22 19:16 go.mod 19:16:22 -rw-r--r-- 1 root root 22325 Mar 22 19:16 go.sum 19:16:22 drwxrwxr-x 8 1001 1001 127 Mar 22 19:12 internal 19:16:22 drwxrwxr-x 4 1001 1001 26 Mar 22 19:12 openapi 19:16:22 drwxrwxr-x 4 1001 1001 71 Mar 22 19:12 snap 19:16:22 -rw-rw-r-- 1 1001 1001 168 Mar 22 19:12 version.go [Pipeline] sh 19:16:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:16:22 + '[' -e coverage.out ] 19:16:22 + chown 1001:1001 coverage.out [Pipeline] stash 19:16:23 Stashed 1 file(s) [Pipeline] sh 19:16:23 + make build 19:16: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 19:16:25 Sending build context to Docker daemon 166.8MB 19:16:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:16:25 Step 2/6 : FROM ${BASE} 19:16:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:16:25 5f621e34cdf4: Pulling fs layer 19:16:25 a4357932f1b6: Pulling fs layer 19:16:25 18c013af1878: Pulling fs layer 19:16:25 00ac8860ef70: Pulling fs layer 19:16:25 63d7cb157983: Pulling fs layer 19:16:25 00ac8860ef70: Waiting 19:16:25 63d7cb157983: Waiting 19:16:25 b116817d02f9: Pulling fs layer 19:16:25 b116817d02f9: Waiting 19:16:25 745a02a5169b: Pulling fs layer 19:16:25 745a02a5169b: Waiting 19:16:25 18c013af1878: Verifying Checksum 19:16:25 18c013af1878: Download complete 19:16:25 a4357932f1b6: Download complete 19:16:25 63d7cb157983: Download complete 19:16:25 b116817d02f9: Verifying Checksum 19:16:25 b116817d02f9: Download complete 19:16:25 5f621e34cdf4: Download complete 19:16:25 5f621e34cdf4: Pull complete 19:16:26 a4357932f1b6: Pull complete 19:16:27 18c013af1878: Pull complete 19:16: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 19:16:28 745a02a5169b: Verifying Checksum 19:16:28 745a02a5169b: Download complete 19:16:29 00ac8860ef70: Verifying Checksum 19:16:29 00ac8860ef70: Download complete 19:16: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 19:16:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:16:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:16:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:16:39 00ac8860ef70: Pull complete 19:16:39 63d7cb157983: Pull complete 19:16:39 b116817d02f9: Pull complete 19:16:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:16:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:16:42 745a02a5169b: Pull complete 19:16:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:16:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:16:42 ---> b7e6874047d6 19:16:42 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:16:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:16:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:16:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:16:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:16:46 ---> Running in 5cd53e933d16 19:16:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 19:16:48 $ docker stop --time=1 d29dd33dadf0f589eb4601ff3e6572179a9f9b63f35af8b7b240f090d4d47f2e 19:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:16:49 (1/12) Installing libmagic (5.38-r0) 19:16:49 (2/12) Installing file (5.38-r0) 19:16:49 (3/12) Installing libc-dev (0.7.2-r3) 19:16:49 (4/12) Installing g++ (9.3.0-r2) 19:16:50 $ docker rm -f d29dd33dadf0f589eb4601ff3e6572179a9f9b63f35af8b7b240f090d4d47f2e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 19:16:53 (5/12) Installing fortify-headers (1.1-r0) 19:16:53 (6/12) Installing patch (2.7.6-r6) 19:16:53 (7/12) Installing build-base (0.5-r2) [Pipeline] isUnix [Pipeline] sh 19:16:53 (8/12) Installing libsodium (1.0.18-r0) 19:16:53 (9/12) Installing pkgconf (1.7.2-r0) 19:16:53 (10/12) Installing libsodium-dev (1.0.18-r0) 19:16:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:16:53 19:16:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:16:54 (11/12) Installing libzmq (4.3.3-r0) 19:16:54 (12/12) Installing zeromq-dev (4.3.3-r0) 19:16:54 Executing busybox-1.31.1-r19.trigger 19:16:54 OK: 217 MiB in 51 packages 19:16:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:16:54 latest: Pulling from edgex-devops/edgex-compose 19:16:54 cbdbe7a5bc2a: Pulling fs layer 19:16:54 ca9280d653b3: Pulling fs layer 19:16:54 7e9c9ca2126c: Pulling fs layer 19:16:54 cbdbe7a5bc2a: Download complete 19:16:54 cbdbe7a5bc2a: Pull complete 19:16:54 ca9280d653b3: Verifying Checksum 19:16:54 ca9280d653b3: Download complete 19:16:55 7e9c9ca2126c: Verifying Checksum 19:16:55 7e9c9ca2126c: Download complete 19:16:56 ca9280d653b3: Pull complete 19:16:58 Removing intermediate container 5cd53e933d16 19:16:58 ---> 8df7b8a1611b 19:16:58 Step 4/6 : WORKDIR /edgex-go 19:16:58 ---> Running in 7e22754cf78b 19:16:59 Removing intermediate container 7e22754cf78b 19:16:59 ---> 6d6e1ac83844 19:16:59 Step 5/6 : COPY go.mod . 19:16:59 ---> d5b9b2adbb8d 19:16:59 Step 6/6 : RUN go mod download 19:16:59 ---> Running in 25ca36373b78 19:17:02 7e9c9ca2126c: Pull complete 19:17:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:17:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:17:02 prd-centos7-docker-4c-2g-30908 does not seem to be running inside a container 19:17:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:17:04 $ docker top d50ae105d232e0fb1d61a22a5eeaf04be24a4419697837f3a13c65c4858f4d36 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:05 + docker-compose build --help 19:17:05 + grep parallel 19:17:06 --parallel Build images in parallel. [Pipeline] } 19:17:06 $ docker stop --time=1 d50ae105d232e0fb1d61a22a5eeaf04be24a4419697837f3a13c65c4858f4d36 19:17:07 $ docker rm -f d50ae105d232e0fb1d61a22a5eeaf04be24a4419697837f3a13c65c4858f4d36 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:17:08 . [Pipeline] withDockerContainer 19:17:08 prd-centos7-docker-4c-2g-30908 does not seem to be running inside a container 19:17:08 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:17:09 $ docker top 43d6ffd09d69efe59770d0da524863ad798d9aab052371be5534d8f953a0e5f3 -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:09 + docker-compose -f ./docker-compose-build.yml build --parallel 19:17:11 Building docker-core-command-go ... 19:17:11 Building docker-core-data-go ... 19:17:11 Building docker-core-metadata-go ... 19:17:11 Building docker-security-bootstrapper-go ... 19:17:11 Building docker-security-proxy-setup-go ... 19:17:11 Building docker-security-secretstore-setup-go ... 19:17:11 Building docker-support-notifications-go ... 19:17:11 Building docker-support-scheduler-go ... 19:17:11 Building docker-sys-mgmt-agent-go ... 19:17:11 Building docker-support-notifications-go 19:17:11 Building docker-support-scheduler-go 19:17:11 Building docker-security-secretstore-setup-go 19:17:11 Building docker-core-metadata-go 19:17:11 Building docker-security-proxy-setup-go 19:17:26 Removing intermediate container 25ca36373b78 19:17:26 ---> 0d5c55418dc5 19:17:26 Successfully built 0d5c55418dc5 19:17:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:17:26 + docker inspect -f . ci-base-image-arm64 19:17:26 . [Pipeline] withDockerContainer 19:17:27 prd-ubuntu18.04-docker-arm64-4c-16g-30909 does not seem to be running inside a container 19:17:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:17:28 $ docker top 7dd1207d4b3454aea956f9c3ebdb90348ad1ad1de8ed9a8aaba6c36ee8fee47e -eo pid,comm [Pipeline] { [Pipeline] sh 19:17:29 + go version 19:17:29 go version go1.15.5 linux/arm64 [Pipeline] } 19:17:29 $ docker stop --time=1 7dd1207d4b3454aea956f9c3ebdb90348ad1ad1de8ed9a8aaba6c36ee8fee47e 19:17:31 $ docker rm -f 7dd1207d4b3454aea956f9c3ebdb90348ad1ad1de8ed9a8aaba6c36ee8fee47e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:17:32 + docker inspect -f . ci-base-image-arm64 19:17:32 . [Pipeline] withDockerContainer 19:17:32 prd-ubuntu18.04-docker-arm64-4c-16g-30909 does not seem to be running inside a container 19:17:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:17:34 $ docker top 9a174514896b3108875c0fa71966a69c72e1cd93790b12f6c5129cb5197c0bb3 -eo pid,comm [Pipeline] { [Pipeline] echo 19:17:34 ========================================================= 19:17:34 [edgeXBuildGoParallel] Running Tests and Build... 19:17:34 ========================================================= [Pipeline] sh 19:17:35 + make test 19:17:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:17:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:17:43 19:17:43 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 19:17:43 19:17:43 ---> 43c0e873b75e 19:17:43 Step 3/22 : WORKDIR /edgex-go 19:17:43 ---> 43c0e873b75e 19:17:43 Step 3/22 : WORKDIR /edgex-go 19:17:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:17:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:17:43 ---> 43c0e873b75e 19:17:43 Step 3/21 : WORKDIR /edgex-go 19:17:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:17:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:17:43 ---> 43c0e873b75e 19:17:43 Step 3/23 : WORKDIR /edgex-go 19:17:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:17:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:17:43 ---> 43c0e873b75e 19:17:43 Step 3/24 : WORKDIR /edgex-go 19:17:43 ---> Running in 8a323534f02a 19:17:43 ---> Running in 9270ce307bbf 19:17:43 ---> Running in eceadd5f8cdb 19:17:43 ---> Running in c12411dae253 19:17:43 ---> Running in c3434fabc0d5 19:17:43 Removing intermediate container 8a323534f02a 19:17:43 ---> ebb730711133 19:17:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:43 Removing intermediate container c12411dae253 19:17:43 ---> d41afcba1391 19:17:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:43 Removing intermediate container eceadd5f8cdb 19:17:43 ---> b194a23655da 19:17:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:43 Removing intermediate container c3434fabc0d5 19:17:43 ---> 74c868946ea0 19:17:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:43 Removing intermediate container 9270ce307bbf 19:17:43 ---> cc831b13dc4e 19:17:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:17:43 ---> Running in 13fbd43446e9 19:17:43 ---> Running in e77a7f7c858e 19:17:43 ---> Running in ec490ab2beae 19:17:43 ---> Running in 7f1d53e3ae68 19:17:43 ---> Running in 16e9ee5360b9 19:17:45 Removing intermediate container 7f1d53e3ae68 19:17:45 ---> fa6d558ca5a8 19:17:45 Step 5/21 : RUN apk add --update --no-cache make git 19:17:45 Removing intermediate container 13fbd43446e9 19:17:45 ---> bb8ee0b145fd 19:17:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:17:45 ---> Running in 4e5cfe4e2e0e 19:17:46 ---> Running in 1a9ddcf0880a 19:17:46 Removing intermediate container e77a7f7c858e 19:17:46 ---> d3d4b288de17 19:17:46 Step 5/24 : RUN apk add --update --no-cache make git 19:17:46 Removing intermediate container ec490ab2beae 19:17:46 ---> e036a69d7f4b 19:17:46 Step 5/22 : RUN apk add --update --no-cache make git 19:17:46 Removing intermediate container 16e9ee5360b9 19:17:46 ---> f851a8b5da37 19:17:46 Step 5/23 : RUN apk add --update --no-cache make git 19:17:46 ---> Running in c4af14632b52 19:17:46 ---> Running in 0ddf1392e454 19:17:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:46 ---> Running in d6305db2e825 19:17:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:17:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:17:48 OK: 233 MiB in 51 packages 19:17:48 OK: 233 MiB in 51 packages 19:17:48 OK: 233 MiB in 51 packages 19:17:48 OK: 233 MiB in 51 packages 19:17:48 OK: 233 MiB in 51 packages 19:17:48 Removing intermediate container 1a9ddcf0880a 19:17:48 ---> a14a8869b9ae 19:17:48 Step 6/22 : COPY go.mod . 19:17:49 Removing intermediate container 4e5cfe4e2e0e 19:17:49 ---> 5f7317cfacd6 19:17:49 Step 6/21 : COPY go.mod . 19:17:49 ---> a2af6590051e 19:17:49 Step 7/22 : RUN go mod download 19:17:49 Removing intermediate container 0ddf1392e454 19:17:49 ---> f9016e2f6207 19:17:49 Step 6/22 : COPY go.mod . 19:17:49 ---> Running in c4fe7b47d5a5 19:17:49 Removing intermediate container d6305db2e825 19:17:49 ---> 2513a05f69c6 19:17:49 Step 6/23 : COPY go.mod . 19:17:49 Removing intermediate container c4af14632b52 19:17:49 ---> 14377472b490 19:17:49 Step 6/24 : COPY go.mod . 19:17:49 ---> b2b05a3fe5d9 19:17:49 Step 7/21 : RUN go mod download 19:17:49 ---> f39e9e5a91ce 19:17:49 Step 7/22 : RUN go mod download 19:17:49 ---> Running in c2bc1cfed4a0 19:17:49 ---> Running in c0543469d8d3 19:17:50 ---> 9aed33e00d73 19:17:50 Step 7/23 : RUN go mod download 19:17:50 ---> c1476836d387 19:17:50 Step 7/24 : RUN go mod download 19:17:50 ---> Running in 9b07194c4d21 19:17:50 ---> Running in 28670ac860de 19:17:51 Removing intermediate container c4fe7b47d5a5 19:17:51 ---> b6aa18df1510 19:17:51 Step 8/22 : COPY . . 19:17:52 Removing intermediate container c2bc1cfed4a0 19:17:52 ---> fae03b69d612 19:17:52 Step 8/21 : COPY . . 19:17:53 Removing intermediate container c0543469d8d3 19:17:53 ---> 2c440c78270b 19:17:53 Step 8/22 : COPY . . 19:17:57 Removing intermediate container 9b07194c4d21 19:17:57 ---> d44a19273abb 19:17:57 Step 8/24 : COPY . . 19:17:57 ? github.com/edgexfoundry/edgex-go [no test files] 19:17:59 Removing intermediate container 28670ac860de 19:17:59 ---> cab17abcc660 19:17:59 Step 8/23 : COPY . . 19:18:38 ---> 62281279b803 19:18:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:18:38 ---> c8602132234c 19:18:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:18:38 ---> Running in 662108efd061 19:18:38 ---> 60c2f2e5d003 19:18:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:18:38 ---> a2c202d882ae 19:18:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:18:38 ---> Running in a055e0ccfd5b 19:18:38 ---> c6be96362e01 19:18:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:18:38 ---> Running in bb235f8e206f 19:18:38 ---> Running in 31ac24d96e3a 19:18:38 ---> Running in 5c7b6e8a5cbd 19:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:18:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:18:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:19:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:19:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:19:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:19:02 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:19:02 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:19:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:19:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:19:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:19:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:19:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:19:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:19:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:19:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:19:17 Removing intermediate container 5c7b6e8a5cbd 19:19:17 ---> 9c04810a7cff 19:19:17 19:19:17 Step 10/24 : FROM alpine:3.12 19:19:17 Removing intermediate container a055e0ccfd5b 19:19:17 ---> ab9be117497b 19:19:17 19:19:17 Step 10/21 : FROM alpine:3.12 19:19:17 3.12: Pulling from library/alpine 19:19:17 3.12: Pulling from library/alpine 19:19:17 Removing intermediate container 31ac24d96e3a 19:19:17 ---> 5613467ac881 19:19:17 19:19:17 Step 10/22 : FROM alpine:3.12 19:19:17 Removing intermediate container 662108efd061 19:19:17 ---> 8f04b7d53594 19:19:17 19:19:17 Step 10/22 : FROM alpine:3.12 19:19:17 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:17 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:17 Status: Downloaded newer image for alpine:3.12 19:19:17 Status: Downloaded newer image for alpine:3.12 19:19:17 ---> 88dd2752d2ea 19:19:17 Step 11/21 : RUN apk add --update --no-cache curl 19:19:17 ---> 88dd2752d2ea 19:19:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:19:17 3.12: Pulling from library/alpine 19:19:17 3.12: Pulling from library/alpine 19:19:17 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:17 Status: Image is up to date for alpine:3.12 19:19:17 ---> 88dd2752d2ea 19:19:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:19:17 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:19:17 Status: Image is up to date for alpine:3.12 19:19:17 ---> 88dd2752d2ea 19:19:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:19:20 ---> Running in 24ed01ef0c7b 19:19:20 ---> Running in f638dba3b14e 19:19:20 ---> Running in 71185cc3af34 19:19:20 ---> Running in 74ebbc7a8955 19:19:20 Removing intermediate container bb235f8e206f 19:19:20 ---> 2f766826c574 19:19:20 19:19:20 Step 10/23 : FROM alpine:3.12 19:19:20 ---> 88dd2752d2ea 19:19:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:19:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.356s coverage: 45.9% of statements 19:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:19:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.174s coverage: 19.8% of statements 19:19:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.227s coverage: 100.0% of statements 19:19:21 ---> Running in ff57bafeb8fb 19:19:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:21 (1/5) Installing ca-certificates (20191127-r4) 19:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:19:22 (3/5) Installing libcurl (7.69.1-r3) 19:19:22 (4/5) Installing curl (7.69.1-r3) 19:19:22 (5/5) Installing dumb-init (1.2.2-r1) 19:19:22 Executing busybox-1.31.1-r19.trigger 19:19:22 Executing ca-certificates-20191127-r4.trigger 19:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:22 OK: 7 MiB in 19 packages 19:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:22 (1/4) Installing ca-certificates (20191127-r4) 19:19:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:19:22 (3/4) Installing libcurl (7.69.1-r3) 19:19:22 (4/4) Installing curl (7.69.1-r3) 19:19:22 Executing busybox-1.31.1-r19.trigger 19:19:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:19:23 Executing ca-certificates-20191127-r4.trigger 19:19:23 (1/1) Installing dumb-init (1.2.2-r1) 19:19:23 Executing busybox-1.31.1-r19.trigger 19:19:23 (1/2) Installing ca-certificates (20191127-r4) 19:19:23 OK: 6 MiB in 15 packages 19:19:23 (2/2) Installing dumb-init (1.2.2-r1) 19:19:23 OK: 7 MiB in 18 packages 19:19:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:19:23 Executing busybox-1.31.1-r19.trigger 19:19:23 Executing ca-certificates-20191127-r4.trigger 19:19:23 OK: 6 MiB in 16 packages 19:19:23 (1/1) Installing dumb-init (1.2.2-r1) 19:19:23 Executing busybox-1.31.1-r19.trigger 19:19:23 OK: 6 MiB in 15 packages 19:19:25 Removing intermediate container 24ed01ef0c7b 19:19:25 ---> ab0b161a85fc 19:19:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:19:25 Removing intermediate container 74ebbc7a8955 19:19:25 ---> 427a556b3415 19:19:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:19:25 ---> Running in 46e21977bbc0 19:19:25 ---> Running in e5667c2076e8 19:19:25 Removing intermediate container f638dba3b14e 19:19:25 ---> 76444001fb2c 19:19:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:19:25 Removing intermediate container 71185cc3af34 19:19:26 ---> 7ac5efe5eea1 19:19:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:19:26 Removing intermediate container ff57bafeb8fb 19:19:26 ---> ff24da65328a 19:19:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:19:26 ---> Running in 80934aaabe56 19:19:26 ---> Running in 334e76ed4ffa 19:19:26 ---> Running in 44bf6d0da0c7 19:19:26 Removing intermediate container 46e21977bbc0 19:19:26 ---> 10496759d568 19:19:26 Step 13/24 : WORKDIR / 19:19:26 Removing intermediate container e5667c2076e8 19:19:26 ---> e6ec75fa08cc 19:19:26 Step 13/22 : ENV APP_PORT=48085 19:19:26 ---> Running in 88d0b31ccf12 19:19:26 Removing intermediate container 80934aaabe56 19:19:26 ---> 027acca16904 19:19:26 Step 13/21 : WORKDIR /edgex 19:19:26 ---> Running in 6e20c0ef8093 19:19:26 Removing intermediate container 334e76ed4ffa 19:19:26 ---> ffe28528e065 19:19:26 Step 13/22 : ENV APP_PORT=48060 19:19:26 Removing intermediate container 44bf6d0da0c7 19:19:26 ---> d34ea9c1bced 19:19:26 Step 13/23 : ENV APP_PORT=48081 19:19:26 ---> Running in 7362a8005fcd 19:19:26 ---> Running in 4f41d6cdd5f6 19:19:26 ---> Running in 2e5528a7c73e 19:19:26 Removing intermediate container 88d0b31ccf12 19:19:26 ---> d0f4991b7519 19:19:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:19:26 Removing intermediate container 6e20c0ef8093 19:19:26 ---> f7cf2aff48b2 19:19:26 Step 14/22 : EXPOSE $APP_PORT 19:19:27 Removing intermediate container 7362a8005fcd 19:19:27 ---> 5bf01c20855e 19:19:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:19:27 ---> Running in 98ce8a9a0d91 19:19:27 Removing intermediate container 2e5528a7c73e 19:19:27 ---> 1f0fbd831531 19:19:27 Step 14/23 : EXPOSE $APP_PORT 19:19:27 Removing intermediate container 4f41d6cdd5f6 19:19:27 ---> 720183412f93 19:19:27 Step 14/22 : EXPOSE $APP_PORT 19:19:27 ---> Running in dbfd491da1bd 19:19:27 ---> c2ecb25676bc 19:19:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:19:27 ---> Running in dfc20ee6c1f0 19:19:27 Removing intermediate container 98ce8a9a0d91 19:19:27 ---> a3defa369733 19:19:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:27 ---> b717fdf3b659 19:19:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:19:28 Removing intermediate container dfc20ee6c1f0 19:19:28 ---> 6f9681541448 19:19:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:28 Removing intermediate container dbfd491da1bd 19:19:28 ---> aeab86deccc1 19:19:28 Step 15/23 : WORKDIR / 19:19:28 ---> ea41d9d35ff2 19:19:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:19:28 ---> Running in 322f163b6dff 19:19:28 ---> ab089dbc9bc5 19:19:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:19:28 ---> 3c102cb8d06c 19:19:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:19:28 ---> f53e808751a5 19:19:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:19:28 Removing intermediate container 322f163b6dff 19:19:28 ---> 6891e9fdddd8 19:19:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:19:28 ---> b5278c3e4062 19:19:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:19:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.566s coverage: 27.1% of statements 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:19:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:19:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:19:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.209s coverage: 71.3% of statements 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:19:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:19:29 ---> fbe90fc9067b 19:19:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:19:29 ---> d430c59971ec 19:19:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:19:29 ---> 180484ec0278 19:19:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:19:29 ---> 0def5e49e043 19:19:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:19:29 ---> ee5a572e71dd 19:19:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:19:29 ---> Running in ce86d26fa4d0 19:19:29 ---> a6910dc4073e 19:19:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:19:29 ---> Running in 4c89c921ff62 19:19:29 ---> a313bdd27840 19:19:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:19:29 Removing intermediate container ce86d26fa4d0 19:19:29 ---> d612c2cd8215 19:19:29 Step 18/21 : CMD ["--init=true"] 19:19:30 ---> 01bd7935ab8a 19:19:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:19:30 ---> 440abdbc03ec 19:19:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:19:30 ---> Running in d8b99f898ce2 19:19:30 ---> Running in 76a95e1bc150 19:19:30 Removing intermediate container 4c89c921ff62 19:19:30 ---> e09a090b5790 19:19:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:30 ---> Running in 295a00664609 19:19:30 Removing intermediate container d8b99f898ce2 19:19:30 ---> 6d1b0538b66a 19:19:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:30 ---> afe21c3018b8 19:19:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:19:30 Removing intermediate container 76a95e1bc150 19:19:30 ---> ac057d8081b3 19:19:30 Step 19/21 : LABEL arch=x86_64 19:19:30 ---> d0aa15961b4a 19:19:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:19:30 ---> Running in 924179bc7a05 19:19:31 ---> Running in 3694f634f0e1 19:19:31 ---> Running in cc8a5673c267 19:19:31 ---> Running in 9fb5eeb9dab1 19:19:31 Removing intermediate container 295a00664609 19:19:31 ---> 3d98d826a561 19:19:31 Step 20/22 : LABEL arch=x86_64 19:19:31 Removing intermediate container 924179bc7a05 19:19:31 ---> a66c79b9ff5a 19:19:31 Step 20/22 : LABEL arch=x86_64 19:19:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.425s coverage: 82.9% of statements 19:19:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:19:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:19:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements 19:19:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:19:31 ---> Running in 9f859f662754 19:19:31 Removing intermediate container 3694f634f0e1 19:19:31 ---> 8e01e6788869 19:19:31 Step 20/21 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:19:31 ---> Running in 67caf4766a34 19:19:31 Removing intermediate container cc8a5673c267 19:19:31 ---> 42548c39f61d 19:19:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:19:31 ---> Running in d06be7f51133 19:19:31 ---> Running in 7bbdf5443f5d 19:19:31 Removing intermediate container 9f859f662754 19:19:31 ---> 3c3058f106e5 19:19:31 Step 21/22 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:19:31 Removing intermediate container 67caf4766a34 19:19:31 ---> 7fbfdc945773 19:19:31 Step 21/22 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:19:32 ---> Running in 1d6d51fd6b4a 19:19:32 Removing intermediate container d06be7f51133 19:19:32 ---> 1a2e9eaa50cc 19:19:32 Step 21/21 : LABEL version=0.0.0 19:19:32 ---> Running in 4d77c0b1d913 19:19:32 Removing intermediate container 7bbdf5443f5d 19:19:32 ---> a682cedb45d3 19:19:32 Step 21/23 : LABEL arch=x86_64 19:19:32 ---> Running in 9c4b65ac4396 19:19:32 ---> Running in 521279fb6336 19:19:32 Removing intermediate container 1d6d51fd6b4a 19:19:32 ---> 84faeee0b4ab 19:19:32 Step 22/22 : LABEL version=0.0.0 19:19:32 Removing intermediate container 4d77c0b1d913 19:19:32 ---> 9c6d7d13a514 19:19:32 Step 22/22 : LABEL version=0.0.0 19:19:32 ---> Running in 41e160ea02fc 19:19:32 Removing intermediate container 9c4b65ac4396 19:19:32 ---> deb880e7f3aa 19:19:32 19:19:32 ---> Running in f4670d7147aa 19:19:32 Removing intermediate container 521279fb6336 19:19:32 ---> 799f0ebdd99e 19:19:32 Step 22/23 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:19:33 Removing intermediate container 9fb5eeb9dab1 19:19:33 ---> 82c2d7bc3d9f 19:19:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:19:33 Successfully built deb880e7f3aa 19:19:33 Successfully tagged docker-security-proxy-setup-go:latest 19:19:33  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 19:19:33 ---> Running in b4f210163bbb 19:19:33 Removing intermediate container 41e160ea02fc 19:19:33 ---> 9e180db62e84 19:19:33 19:19:33 ---> Running in 4391c90b44a6 19:19:33 Removing intermediate container f4670d7147aa 19:19:33 ---> 461f3b3c15ae 19:19:33 19:19:33 Successfully built 9e180db62e84 19:19:33 Successfully built 461f3b3c15ae 19:19:33 Removing intermediate container b4f210163bbb 19:19:33 ---> ef21ce4cf3cd 19:19:33 Step 23/23 : LABEL version=0.0.0 19:19:33 Successfully tagged docker-support-notifications-go:latest 19:19:33 Successfully tagged docker-support-scheduler-go:latest 19:19:33  Building docker-support-scheduler-go ... done Building docker-core-command-go 19:19:33  Building docker-support-notifications-go ... done Building docker-core-data-go 19:19:33 Removing intermediate container 4391c90b44a6 19:19:33 ---> 1b5ef30da8a7 19:19:33 Step 22/24 : LABEL arch=x86_64 19:19:33 ---> Running in e106e82c1f6a 19:19:33 ---> Running in 454ed2466027 19:19:33 Removing intermediate container 454ed2466027 19:19:33 ---> 47e7cccbc0df 19:19:33 Step 23/24 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:19:33 Removing intermediate container e106e82c1f6a 19:19:33 ---> 1793394e1892 19:19:33 19:19:34 ---> Running in 9f01fcee2dda 19:19:34 Successfully built 1793394e1892 19:19:34 Successfully tagged docker-core-metadata-go:latest 19:19:34  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 19:19:34 Removing intermediate container 9f01fcee2dda 19:19:34 ---> 3065665519f4 19:19:34 Step 24/24 : LABEL version=0.0.0 19:19:34 ---> Running in d9d79cf24a75 19:19:34 Removing intermediate container d9d79cf24a75 19:19:34 ---> 33f868ef82e5 19:19:34 19:19:34 Successfully built 33f868ef82e5 19:19:34 Successfully tagged docker-security-secretstore-setup-go:latest 19:19:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.172s coverage: 28.6% of statements 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:19:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:19:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:19:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.327s coverage: 86.7% of statements 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:19:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.374s coverage: 97.5% of statements 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:19:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:19:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.175s coverage: 92.8% of statements 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:19:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.108s coverage: 79.5% of statements 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 19:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements 19:20:01  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:20:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:01 ---> 43c0e873b75e 19:20:01 Step 3/23 : WORKDIR /edgex-go 19:20:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:20:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:20:01 ---> 43c0e873b75e 19:20:01 Step 3/26 : WORKDIR /edgex-go 19:20:01 ---> Using cache 19:20:01 ---> cc831b13dc4e 19:20:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:01 ---> Using cache 19:20:01 ---> cc831b13dc4e 19:20:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:01 ---> Using cache 19:20:01 ---> f851a8b5da37 19:20:01 Step 5/23 : RUN apk add --update --no-cache make git 19:20:01 ---> Using cache 19:20:01 ---> f851a8b5da37 19:20:01 Step 5/26 : RUN apk add --update --no-cache make bash git 19:20:01 ---> Using cache 19:20:01 ---> 2513a05f69c6 19:20:01 Step 6/23 : COPY go.mod . 19:20:01 ---> Using cache 19:20:01 ---> 9aed33e00d73 19:20:01 Step 7/23 : RUN go mod download 19:20:01 ---> Using cache 19:20:01 ---> cab17abcc660 19:20:01 Step 8/23 : COPY . . 19:20:01 ---> Using cache 19:20:01 ---> 60c2f2e5d003 19:20:01 Step 9/23 : RUN make cmd/core-command/core-command 19:20:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:20:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:20:01 ---> 43c0e873b75e 19:20:01 Step 3/31 : WORKDIR /edgex-go 19:20:01 ---> Using cache 19:20:01 ---> cc831b13dc4e 19:20:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:01 ---> Using cache 19:20:01 ---> f851a8b5da37 19:20:01 Step 5/31 : RUN apk add --update --no-cache make git 19:20:01 ---> Using cache 19:20:01 ---> 2513a05f69c6 19:20:01 Step 6/31 : COPY go.mod . 19:20:01 ---> Using cache 19:20:01 ---> 9aed33e00d73 19:20:01 Step 7/31 : RUN go mod download 19:20:01 ---> Using cache 19:20:01 ---> cab17abcc660 19:20:01 Step 8/31 : COPY . . 19:20:01 ---> Using cache 19:20:01 ---> 60c2f2e5d003 19:20:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:20:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:20:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:20:01 ---> 43c0e873b75e 19:20:01 Step 3/23 : WORKDIR /edgex-go 19:20:01 ---> Using cache 19:20:01 ---> cc831b13dc4e 19:20:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:20:01 ---> Using cache 19:20:01 ---> f851a8b5da37 19:20:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:20:01 ---> Running in e2c9f3b7d67b 19:20:01 ---> Running in 92b9add6d1b8 19:20:01 ---> Running in 9ba71b8b0e66 19:20:01 ---> Running in 5afa9bff36db 19:20:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:20:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements 19:20:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 19:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:02 OK: 233 MiB in 51 packages 19:20:02 OK: 233 MiB in 51 packages 19:20:04 Removing intermediate container 92b9add6d1b8 19:20:04 ---> 5d10ff02ad44 19:20:04 Step 6/26 : COPY go.mod . 19:20:04 Removing intermediate container 5afa9bff36db 19:20:04 ---> 26bd6d2b23ea 19:20:04 Step 6/23 : COPY go.mod . 19:20:04 ---> dbd7e89a84d7 19:20:04 Step 7/26 : RUN go mod download 19:20:04 ---> Running in d4b1182dc9ff 19:20:04 ---> 364c86638133 19:20:04 Step 7/23 : RUN go mod download 19:20:05 ---> Running in 2a0fb8593f95 19:20:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.248s coverage: 81.9% of statements 19:20:09 Removing intermediate container 2a0fb8593f95 19:20:09 ---> 9f48a145c02c 19:20:09 Step 8/23 : COPY . . 19:20:09 Removing intermediate container d4b1182dc9ff 19:20:09 ---> 2274d630811f 19:20:09 Step 8/26 : COPY . . 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.112s coverage: 92.9% of statements 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.099s coverage: 87.2% of statements 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.6% of statements 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.188s coverage: 91.6% of statements 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.487s coverage: 62.4% of statements 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:20:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 19:20:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 19:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 19:20:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 19:20:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.839s coverage: 69.0% of statements 19:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:20:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.408s coverage: 38.4% of statements 19:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.102s coverage: 89.5% of statements 19:20:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:20:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.072s coverage: 84.8% of statements 19:20:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.471s coverage: 47.0% of statements 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:20:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:20:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:20:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.431s coverage: 87.1% of statements 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:20:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.066s coverage: 29.1% of statements 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.171s coverage: 99.0% of statements 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.149s coverage: 100.0% of statements 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.250s coverage: 96.5% of statements 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.080s coverage: 100.0% of statements 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:20:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 19:20:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:20:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 19:20:39 GO111MODULE=on go vet ./... 19:20:42 ---> 030c247abf04 19:20:42 ---> 3aa6c207bfc0 19:20:42 Step 9/23 : RUN make cmd/core-data/core-dataStep 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:20:42 19:20:42 Removing intermediate container e2c9f3b7d67b 19:20:42 ---> 8256e4519756 19:20:42 19:20:42 Step 10/31 : FROM alpine:3.12 19:20:42 ---> 88dd2752d2ea 19:20:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:20:42 ---> Running in 08bc0412cb8e 19:20:42 ---> Running in 7282c4adae78 19:20:42 ---> Running in 8c55629a8166 19:20:42 Removing intermediate container 9ba71b8b0e66 19:20:42 ---> 09ab283a98c5 19:20:42 19:20:42 Step 10/23 : FROM alpine:3.12 19:20:42 ---> 88dd2752d2ea 19:20:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:20:42 ---> Using cache 19:20:42 ---> ff24da65328a 19:20:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:20:42 ---> Using cache 19:20:42 ---> d34ea9c1bced 19:20:42 Step 13/23 : ENV APP_PORT=48082 19:20:42 ---> Running in 5970dd0ba660 19:20:42 Removing intermediate container 8c55629a8166 19:20:42 ---> f7a480c38f2b 19:20:42 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:20:42 ---> Running in 17a55fe49506 19:20:42 Removing intermediate container 5970dd0ba660 19:20:42 ---> c77d29d7db99 19:20:42 Step 14/23 : EXPOSE $APP_PORT 19:20:42 ---> Running in 7619f8ae2506 19:20:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:20:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:20:42 Removing intermediate container 7619f8ae2506 19:20:42 ---> 262b4e5ecfb7 19:20:42 Step 15/23 : WORKDIR / 19:20:42 ---> Running in 391340a4b8db 19:20:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:20:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:20:42 (1/2) Installing dumb-init (1.2.2-r1) 19:20:42 (2/2) Installing su-exec (0.2-r1) 19:20:42 Executing busybox-1.31.1-r19.trigger 19:20:42 OK: 6 MiB in 16 packages 19:20:42 Removing intermediate container 391340a4b8db 19:20:42 ---> bf67160c6c81 19:20:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:43 ---> b1c8316ac82e 19:20:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:20:43 Removing intermediate container 17a55fe49506 19:20:43 ---> 6306330933a1 19:20:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:20:43 ---> Running in ead3723643b0 19:20:44 ---> a9bedb61ac52 19:20:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:20:44 Removing intermediate container ead3723643b0 19:20:44 ---> 4342eaefb97d 19:20:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:20:44 ---> Running in c3879f3b84d9 19:20:44 Removing intermediate container c3879f3b84d9 19:20:44 ---> 984a747ad100 19:20:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:20:44 ---> ccc5c5a32adf 19:20:44 Step 19/23 : ENTRYPOINT ["/core-command"] 19:20:45 ---> Running in d8abadccca1e 19:20:45 ---> Running in 9c13c427fbad 19:20:45 Removing intermediate container 9c13c427fbad 19:20:45 ---> 5ca52c8446ad 19:20:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:20:45 ---> Running in 1e91600bf3b9 19:20:45 Removing intermediate container 1e91600bf3b9 19:20:45 ---> c86eed59ecaa 19:20:45 Step 21/23 : LABEL arch=x86_64 19:20:45 ---> Running in 75fc4db36a64 19:20:46 Removing intermediate container 75fc4db36a64 19:20:46 ---> d68df2834bf6 19:20:46 Step 22/23 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:20:46 ---> Running in 1ad8b6e54a8c 19:20:46 Removing intermediate container d8abadccca1e 19:20:46 ---> 7b153370c22c 19:20:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:20:47 ---> Running in 508b65e7384b 19:20:47 Removing intermediate container 1ad8b6e54a8c 19:20:47 ---> 531eef3c19c6 19:20:47 Step 23/23 : LABEL version=0.0.0 19:20:47 ---> Running in 9ca74ec7b587 19:20:47 Removing intermediate container 508b65e7384b 19:20:47 ---> 1bc57af42ab6 19:20:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:20:47 Removing intermediate container 9ca74ec7b587 19:20:47 ---> 8c3670d676ba 19:20:47 19:20:47 Successfully built 8c3670d676ba 19:20:47 ---> 4d13130e0bef 19:20:47 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:20:48 Successfully tagged docker-core-command-go:latest 19:20:48  Building docker-core-command-go ... done  ---> Running in da46f658b492 19:20:50 Removing intermediate container da46f658b492 19:20:50 ---> b8a9fcbe770b 19:20:50 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:20:51 ---> ee6095bf621e 19:20:51 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:20:52 ---> 2d885a1c053e 19:20:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:20:52 ---> b9e061ea0f70 19:20:52 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:20:53 ---> 1a1aa8ce55b1 19:20:53 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:20:53 ---> c1fa83233959 19:20:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:20:53 ---> Running in 449acb3ad3db 19:20:54 Removing intermediate container 449acb3ad3db 19:20:54 ---> 40cefa7f877d 19:20:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:20:54 ---> 43224fe04ca2 19:20:54 Step 26/31 : RUN chmod +x /entrypoint.sh 19:20:55 ---> Running in 09478360128f 19:20:57 Removing intermediate container 09478360128f 19:20:57 ---> 8007bba6628c 19:20:57 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:20:57 ---> Running in 95b525004818 19:20:57 Removing intermediate container 95b525004818 19:20:57 ---> a1655723cccf 19:20:57 Step 28/31 : CMD ["gate"] 19:20:58 ---> Running in 3136f63cfe6e 19:20:58 Removing intermediate container 3136f63cfe6e 19:20:58 ---> 839eb8030060 19:20:58 Step 29/31 : LABEL arch=x86_64 19:20:58 ---> Running in 2333e3deee21 19:20:58 Removing intermediate container 2333e3deee21 19:20:58 ---> 4b692f727417 19:20:58 Step 30/31 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:20:59 ---> Running in e878c7cf6a11 19:20:59 Removing intermediate container e878c7cf6a11 19:20:59 ---> 6ffb65d9f2f7 19:20:59 Step 31/31 : LABEL version=0.0.0 19:20:59 ---> Running in 8dce3103834a 19:21:00 Removing intermediate container 8dce3103834a 19:21:00 ---> 9af91f7a183d 19:21:00 19:21:00 Successfully built 9af91f7a183d 19:21:00 Successfully tagged docker-security-bootstrapper-go:latest 19:21:03  Building docker-security-bootstrapper-go ... done Removing intermediate container 08bc0412cb8e 19:21:03 ---> a32c07c78de5 19:21:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:21:03 ---> Running in 10916faa885d 19:21:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:21:06 Removing intermediate container 7282c4adae78 19:21:06 ---> d9a0e1226591 19:21:06 19:21:06 Step 10/23 : FROM alpine:3.12 19:21:06 ---> 88dd2752d2ea 19:21:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:21:06 ---> Running in 8841eaffcda7 19:21:06 Removing intermediate container 10916faa885d 19:21:06 ---> 18354f926752 19:21:06 19:21:06 Step 11/26 : FROM docker:20.10.0 19:21:06 Removing intermediate container 8841eaffcda7 19:21:06 ---> 7d1a95161b9a 19:21:06 Step 12/23 : ENV APP_PORT=48080 19:21:06 20.10.0: Pulling from library/docker 19:21:06 ---> Running in 379bafbf362f 19:21:07 Removing intermediate container 379bafbf362f 19:21:07 ---> 4045a7367266 19:21:07 Step 13/23 : EXPOSE $APP_PORT 19:21:07 ---> Running in a7351951bd8f 19:21:07 Removing intermediate container a7351951bd8f 19:21:07 ---> fbf6a0ae2aac 19:21:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:21:07 ---> Running in b1c09127e58f 19:21:09 Removing intermediate container b1c09127e58f 19:21:09 ---> 218103a99df8 19:21:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:21:09 ---> Running in 7879429f16d7 19:21:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:11 (1/6) Installing dumb-init (1.2.2-r1) 19:21:11 (2/6) Installing libgcc (9.3.0-r2) 19:21:11 (3/6) Installing libsodium (1.0.18-r0) 19:21:11 (4/6) Installing libstdc++ (9.3.0-r2) 19:21:11 (5/6) Installing libzmq (4.3.3-r0) 19:21:11 (6/6) Installing zeromq (4.3.3-r0) 19:21:11 Executing busybox-1.31.1-r19.trigger 19:21:12 OK: 8 MiB in 20 packages 19:21:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:21:12 Status: Downloaded newer image for docker:20.10.0 19:21:12 ---> aefe523efa57 19:21:12 Step 12/26 : RUN apk add --no-cache bash 19:21:12 ---> Running in 88221e5cf8a3 19:21:13 Removing intermediate container 7879429f16d7 19:21:13 ---> 71bc5981a9be 19:21:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:21:13 ---> ac4bde6c9692 19:21:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:21:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:13 (1/2) Installing readline (8.0.4-r0) 19:21:13 (2/2) Installing bash (5.0.17-r0) 19:21:13 Executing bash-5.0.17-r0.post-install 19:21:13 Executing busybox-1.31.1-r19.trigger 19:21:13 OK: 12 MiB in 22 packages 19:21:14 ---> e2154d796c02 19:21:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:21:14 Removing intermediate container 88221e5cf8a3 19:21:14 ---> 22603839d02b 19:21:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:21:14 ---> ed346ffac9e7 19:21:14 Step 19/23 : ENTRYPOINT ["/core-data"] 19:21:14 ---> Running in 98788e879c8e 19:21:14 ---> Running in a79e232ffb58 19:21:14 Removing intermediate container 98788e879c8e 19:21:14 ---> 1213b27b404a 19:21:14 Step 14/26 : ENV APP_PORT=48090 19:21:14 Removing intermediate container a79e232ffb58 19:21:14 ---> 1e8db213eeac 19:21:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:14 ---> Running in bbd43e33d1f5 19:21:14 ---> Running in fe52b49a6d7d 19:21:14 Removing intermediate container bbd43e33d1f5 19:21:14 ---> ef28d70e8379 19:21:14 Step 15/26 : EXPOSE $APP_PORT 19:21:15 ---> Running in 42876696a811 19:21:15 Removing intermediate container fe52b49a6d7d 19:21:15 ---> 0ea427250e6c 19:21:15 Step 21/23 : LABEL arch=x86_64 19:21:15 ---> Running in ab1492f73997 19:21:15 Removing intermediate container 42876696a811 19:21:15 ---> 20212251e498 19:21:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:21:15 Removing intermediate container ab1492f73997 19:21:15 ---> 95de90f66069 19:21:15 Step 22/23 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:21:15 ---> Running in 2dc66968db39 19:21:15 Removing intermediate container 2dc66968db39 19:21:15 ---> 333a90435686 19:21:15 Step 23/23 : LABEL version=0.0.0 19:21:15 ---> Running in 1bb662a2cf30 19:21:15 ---> 68749c0980ca 19:21:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:21:15 Removing intermediate container 1bb662a2cf30 19:21:15 ---> b0b77bf42bcf 19:21:15 19:21:16 ---> 2a0e89c2306d 19:21:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:21:16 Successfully built b0b77bf42bcf 19:21:16 Successfully tagged docker-core-data-go:latest 19:21:16  Building docker-core-data-go ... done  ---> 5baf5b4a4163 19:21:16 Step 19/26 : RUN apk --no-cache add py3-pip 19:21:16 ---> Running in c6352b826b82 19:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:17 (1/33) Installing libbz2 (1.0.8-r1) 19:21:17 (2/33) Installing expat (2.2.9-r1) 19:21:17 (3/33) Installing libffi (3.3-r2) 19:21:17 (4/33) Installing gdbm (1.13-r1) 19:21:17 (5/33) Installing xz-libs (5.2.5-r0) 19:21:17 (6/33) Installing sqlite-libs (3.32.1-r0) 19:21:17 (7/33) Installing python3 (3.8.8-r0) 19:21:18 (8/33) Installing py3-appdirs (1.4.4-r1) 19:21:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:21:18 (10/33) Installing py3-parsing (2.4.7-r0) 19:21:18 (11/33) Installing py3-six (1.15.0-r0) 19:21:18 (12/33) Installing py3-packaging (20.4-r0) 19:21:18 (13/33) Installing py3-setuptools (47.0.0-r0) 19:21:18 (14/33) Installing py3-chardet (3.0.4-r4) 19:21:18 (15/33) Installing py3-idna (2.9-r0) 19:21:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:21:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:21:18 (18/33) Installing py3-requests (2.23.0-r0) 19:21:18 (19/33) Installing py3-msgpack (1.0.0-r0) 19:21:18 (20/33) Installing py3-lockfile (0.12.2-r3) 19:21:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:21:18 (22/33) Installing py3-colorama (0.4.3-r0) 19:21:18 (23/33) Installing py3-distlib (0.3.0-r0) 19:21:18 (24/33) Installing py3-distro (1.5.0-r1) 19:21:18 (25/33) Installing py3-webencodings (0.5.1-r3) 19:21:18 (26/33) Installing py3-html5lib (1.0.1-r4) 19:21:18 (27/33) Installing py3-pytoml (0.1.21-r0) 19:21:18 (28/33) Installing py3-pep517 (0.8.2-r0) 19:21:18 (29/33) Installing py3-progress (1.5-r0) 19:21:18 (30/33) Installing py3-toml (0.10.1-r0) 19:21:18 (31/33) Installing py3-retrying (1.3.3-r0) 19:21:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:21:18 (33/33) Installing py3-pip (20.1.1-r0) 19:21:18 Executing busybox-1.31.1-r19.trigger 19:21:18 OK: 71 MiB in 55 packages 19:21:26 Removing intermediate container c6352b826b82 19:21:26 ---> bdf02b1b76c6 19:21:26 Step 20/26 : RUN pip install docker-compose==1.23.2 19:21:27 ---> Running in 163e128b58b6 19:21:29 Collecting docker-compose==1.23.2 19:21:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:21:29 Collecting PyYAML<4,>=3.10 19:21:29 Downloading PyYAML-3.13.tar.gz (270 kB) 19:21:30 Collecting docker<4.0,>=3.6.0 19:21:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:21:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:21:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:21:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:21:30 Collecting texttable<0.10,>=0.9.0 19:21:30 Downloading texttable-0.9.1.tar.gz (11 kB) 19:21:31 Collecting dockerpty<0.5,>=0.4.1 19:21:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:21:31 Collecting jsonschema<3,>=2.5.1 19:21:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:21:31 Collecting websocket-client<1.0,>=0.32.0 19:21:31 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:21:32 Collecting docopt<0.7,>=0.6.1 19:21:32 Downloading docopt-0.6.2.tar.gz (25 kB) 19:21:32 Collecting cached-property<2,>=1.2.0 19:21:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:21:32 Collecting docker-pycreds>=0.4.0 19:21:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:21:32 Collecting idna<2.8,>=2.5 19:21:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:21:32 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:21:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:21:32 Collecting urllib3<1.25,>=1.21.1 19:21:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:21:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:21:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:21:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:21:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:21:33 Installing collected packages: PyYAML, docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, dockerpty, jsonschema, docopt, cached-property, docker-compose 19:21:33 Running setup.py install for PyYAML: started 19:21:33 Running setup.py install for PyYAML: finished with status 'done' 19:21:33 Attempting uninstall: idna 19:21:33 Found existing installation: idna 2.9 19:21:33 Uninstalling idna-2.9: 19:21:33 Successfully uninstalled idna-2.9 19:21:33 Attempting uninstall: urllib3 19:21:33 Found existing installation: urllib3 1.25.9 19:21:33 Uninstalling urllib3-1.25.9: 19:21:33 Successfully uninstalled urllib3-1.25.9 19:21:34 Attempting uninstall: requests 19:21:34 Found existing installation: requests 2.23.0 19:21:34 Uninstalling requests-2.23.0: 19:21:34 Successfully uninstalled requests-2.23.0 19:21:34 Running setup.py install for texttable: started 19:21:35 Running setup.py install for texttable: finished with status 'done' 19:21:35 Running setup.py install for dockerpty: started 19:21:35 Running setup.py install for dockerpty: finished with status 'done' 19:21:35 Running setup.py install for docopt: started 19:21:36 Running setup.py install for docopt: finished with status 'done' 19:21:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 19:21:39 Removing intermediate container 163e128b58b6 19:21:39 ---> 1c5dca43d99a 19:21:39 Step 21/26 : RUN apk --no-cache add curl 19:21:39 ---> Running in 78226d524519 19:21:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:21:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:21:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:21:40 (2/3) Installing libcurl (7.69.1-r3) 19:21:40 (3/3) Installing curl (7.69.1-r3) 19:21:40 Executing busybox-1.31.1-r19.trigger 19:21:40 OK: 72 MiB in 58 packages 19:21:40 Removing intermediate container 78226d524519 19:21:40 ---> 96963c0e4add 19:21:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:21:40 ---> Running in f77b81b6c2c5 19:21:40 Removing intermediate container f77b81b6c2c5 19:21:40 ---> f3ebc9a5f5fa 19:21:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:21:40 ---> Running in 72e42dd33442 19:21:41 Removing intermediate container 72e42dd33442 19:21:41 ---> a5b390a780aa 19:21:41 Step 24/26 : LABEL arch=x86_64 19:21:41 ---> Running in 835531d76946 19:21:41 Removing intermediate container 835531d76946 19:21:41 ---> 1427543e0973 19:21:41 Step 25/26 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:21:41 ---> Running in 31ce0a4eae0d 19:21:41 Removing intermediate container 31ce0a4eae0d 19:21:41 ---> 8bebe0353a49 19:21:41 Step 26/26 : LABEL version=0.0.0 19:21:41 ---> Running in e9d6efcb64eb 19:21:42 Removing intermediate container e9d6efcb64eb 19:21:42 ---> 45ad02b07ac3 19:21:42 19:21:42 Successfully built 45ad02b07ac3 19:21:42 Successfully tagged docker-sys-mgmt-agent-go:latest 19:21:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:21:43 $ docker stop --time=1 43d6ffd09d69efe59770d0da524863ad798d9aab052371be5534d8f953a0e5f3 19:21:44 $ docker rm -f 43d6ffd09d69efe59770d0da524863ad798d9aab052371be5534d8f953a0e5f3 [Pipeline] // withDockerContainer [Pipeline] sh 19:21:45 + docker images 19:21:45 + grep docker 19:21:45 docker-sys-mgmt-agent-go latest 45ad02b07ac3 3 seconds ago 313MB 19:21:45 docker-core-data-go latest b0b77bf42bcf 30 seconds ago 22.6MB 19:21:45 docker-security-bootstrapper-go latest 9af91f7a183d 46 seconds ago 18.8MB 19:21:45 docker-core-command-go latest 8c3670d676ba 58 seconds ago 17.3MB 19:21:45 docker-security-secretstore-setup-go latest 33f868ef82e5 2 minutes ago 24.9MB 19:21:45 docker-core-metadata-go latest 1793394e1892 2 minutes ago 19.1MB 19:21:45 docker-support-scheduler-go latest 461f3b3c15ae 2 minutes ago 17.3MB 19:21:45 docker-security-proxy-setup-go latest deb880e7f3aa 2 minutes ago 24.7MB 19:21:45 docker-support-notifications-go latest 9e180db62e84 2 minutes ago 17.9MB 19:21:45 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:22:01 Still waiting to schedule task 19:22:01 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:22:01 gofmt -l . 19:22:01 [ "`gofmt -l .`" = "" ] 19:22:01 ./bin/test-go-mod-tidy.sh 19:22:01 ./bin/test-attribution-txt.sh [Pipeline] sh 19:22:02 + ls -al . 19:22:02 total 788 19:22:02 drwxrwxr-x 9 1001 1001 4096 Mar 22 19:22 . 19:22:02 drwxr-xr-x 4 root root 4096 Mar 22 19:17 .. 19:22:02 -rw-rw-r-- 1 1001 1001 11 Mar 22 19:16 .dockerignore 19:22:02 drwxrwxr-x 8 1001 1001 4096 Mar 22 19:16 .git 19:22:02 drwxrwxr-x 3 1001 1001 4096 Mar 22 19:16 .github 19:22:02 -rw-rw-r-- 1 1001 1001 818 Mar 22 19:16 .gitignore 19:22:02 -rw-rw-r-- 1 1001 1001 166 Mar 22 19:16 .sonarcloud.properties 19:22:02 -rw-rw-r-- 1 1001 1001 8607 Mar 22 19:16 Attribution.txt 19:22:02 -rw-rw-r-- 1 1001 1001 3804 Mar 22 19:16 CONTRIBUTING.md 19:22:02 -rw-rw-r-- 1 1001 1001 931 Mar 22 19:16 Dockerfile.build 19:22:02 -rw-rw-r-- 1 1001 1001 863 Mar 22 19:16 Jenkinsfile 19:22:02 -rw-rw-r-- 1 1001 1001 10775 Mar 22 19:16 LICENSE 19:22:02 -rw-rw-r-- 1 1001 1001 5774 Mar 22 19:16 Makefile 19:22:02 -rw-rw-r-- 1 1001 1001 6548 Mar 22 19:16 README.md 19:22:02 -rw-rw-r-- 1 1001 1001 6755 Mar 22 19:16 SECURITY.md 19:22:02 -rw-rw-r-- 1 1001 1001 5 Mar 22 19:13 VERSION 19:22:02 -rw-rw-r-- 1 1001 1001 4131 Mar 22 19:16 ZMQWindows.md 19:22:02 drwxrwxr-x 2 1001 1001 4096 Mar 22 19:16 bin 19:22:02 drwxrwxr-x 14 1001 1001 4096 Mar 22 19:16 cmd 19:22:02 -rw-r--r-- 1 root root 650607 Mar 22 19:20 coverage.out 19:22:02 -rw-r--r-- 1 root root 1055 Mar 22 19:21 go.mod 19:22:02 -rw-r--r-- 1 root root 22325 Mar 22 19:21 go.sum 19:22:02 drwxrwxr-x 8 1001 1001 4096 Mar 22 19:16 internal 19:22:02 drwxrwxr-x 4 1001 1001 4096 Mar 22 19:16 openapi 19:22:02 drwxrwxr-x 4 1001 1001 4096 Mar 22 19:16 snap 19:22:02 -rw-rw-r-- 1 1001 1001 168 Mar 22 19:16 version.go [Pipeline] sh 19:22:02 + '[' -e coverage.out ] 19:22:02 + chown 1001:1001 coverage.out [Pipeline] stash 19:22:02 Warning: overwriting stash ‘coverage-report’ 19:22:04 Stashed 1 file(s) [Pipeline] sh 19:22:05 + make build 19:22:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:22:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:22:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:22:50 Running on prd-ubuntu18.04-docker-8c-8g-30911 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { 19:22:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [Pipeline] ws 19:22:50 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 19:22:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:22:52 using credential edgex-jenkins-ssh 19:22:52 Cloning the remote Git repository 19:22:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:22:52 > git init /w/workspace/edgex-go/5 # timeout=10 19:22:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:22:52 > git --version # timeout=10 19:22:52 > git --version # 'git version 2.17.1' 19:22:52 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:22:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:22:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:22:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:22:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:22:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:22:58 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:22:59 Merging remotes/origin/master commit eeaee6b271c5c15927b412df7054cf7482e76680 into PR head commit 92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:22:59 Merge succeeded, producing 92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:22:59 Checking out Revision 92943d8cb36f1cb6d280a58ccbd3973606d3b70b (PR-3269) 19:22:59 > git config core.sparsecheckout # timeout=10 19:22:59 > git checkout -f 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # timeout=10 19:22:59 > git remote # timeout=10 19:22:59 > git config --get remote.origin.url # timeout=10 19:22:59 using GIT_SSH to set credentials SSH Credentials for GitHub 19:22:59 > git merge eeaee6b271c5c15927b412df7054cf7482e76680 # timeout=10 19:22:59 > git rev-parse HEAD^{commit} # timeout=10 19:22:59 > git config core.sparsecheckout # timeout=10 19:22:59 > git checkout -f 92943d8cb36f1cb6d280a58ccbd3973606d3b70b # timeout=10 19:23:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:23:03 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.4" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:23:04 + echo snap-build.sh 19:23:04 snap-build.sh 19:23:04 + SNAP_BASE_DIR=. 19:23:04 + '[' '!' -z /w/workspace/edgex-go/5 ']' 19:23:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 19:23:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 19:23:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 19:23:04 + cd /w/workspace/edgex-go/5 19:23:04 + sudo apt-get remove -qy --purge lxd lxd-client 19:23:04 Reading package lists... 19:23:04 Building dependency tree... 19:23:04 Reading state information... 19:23:04 The following packages were automatically installed and are no longer required: 19:23:04 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:23:04 uidmap xdelta3 19:23:04 Use 'sudo apt autoremove' to remove them. 19:23:04 The following packages will be REMOVED: 19:23:04 lxd* lxd-client* 19:23:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:23:04 After this operation, 31.7 MB disk space will be freed. 19:23:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:23:06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 19:23:06 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:23:07 Removing lxd dnsmasq configuration 19:23:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:23:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:23:08 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:23:08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 19:23:08 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:23:09 Processing triggers for systemd (237-3ubuntu10.42) ... 19:23:09 Processing triggers for ureadahead (0.100.0-21) ... 19:23:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:23:11 + sudo snap remove --purge lxd 19:23:11 snap "lxd" is not installed 19:23:11 + sudo groupadd --force --system lxd 19:23:11 ++ whoami 19:23:11 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:23:11 + newgrp - lxd 19:23:11 + sudo snap install lxd 19:23:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:23:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:23:21 2021-03-22T19:23:18Z INFO Waiting for automatic snapd restart... [Pipeline] } 19:23:25 $ docker stop --time=1 9a174514896b3108875c0fa71966a69c72e1cd93790b12f6c5129cb5197c0bb3 19:23:28 $ docker rm -f 9a174514896b3108875c0fa71966a69c72e1cd93790b12f6c5129cb5197c0bb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:30 19:23:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:23:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:30 latest: Pulling from edgex-devops/edgex-compose-arm64 19:23:30 29e5d40040c1: Pulling fs layer 19:23:30 1ce36da41761: Pulling fs layer 19:23:30 25b303627fd3: Pulling fs layer 19:23:30 29e5d40040c1: Verifying Checksum 19:23:30 29e5d40040c1: Download complete 19:23:31 1ce36da41761: Verifying Checksum 19:23:31 1ce36da41761: Download complete 19:23:31 29e5d40040c1: Pull complete 19:23:33 1ce36da41761: Pull complete 19:23:33 25b303627fd3: Verifying Checksum 19:23:33 25b303627fd3: Download complete 19:23:33 lxd 4.12 from Canonical* installed 19:23:33 + sudo lxd init --auto 19:23:41 + sudo snap install --classic snapcraft 19:23:43 25b303627fd3: Pull complete 19:23:43 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:23:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:23:43 prd-ubuntu18.04-docker-arm64-4c-16g-30909 does not seem to be running inside a container 19:23:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:23:46 $ docker top 83f38aede1ee351825310b4f7922b9c497b59a3c9d70b007694e39cf2ccc1383 -eo pid,comm 19:23:47 snapcraft 4.5.4 from Canonical* installed 19:23:47 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:23:47 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:23:47 % Total % Received % Xferd Average Speed Time Time Time Current 19:23:47 Dload Upload Total Spent Left Speed 19:23:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4679 0 --:--:-- --:--:-- --:--:-- 4679 [Pipeline] { [Pipeline] sh 19:23:47 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 11.7M 0 --:--:-- --:--:-- --:--:-- 62.4M 19:23:47 ./yq_linux_amd64 19:23:47 + sudo snapcraft prime --use-lxd 19:23:47 + docker-compose build --help 19:23:47 + grep parallel 19:23:49 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:23:49 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:23:49 - README.md 19:23:49 19:23:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:23:50 Launching a container. 19:23:51 --parallel Build images in parallel. [Pipeline] } 19:23:51 $ docker stop --time=1 83f38aede1ee351825310b4f7922b9c497b59a3c9d70b007694e39cf2ccc1383 19:23:53 $ docker rm -f 83f38aede1ee351825310b4f7922b9c497b59a3c9d70b007694e39cf2ccc1383 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:23:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:23:54 . [Pipeline] withDockerContainer 19:23:54 prd-ubuntu18.04-docker-arm64-4c-16g-30909 does not seem to be running inside a container 19:23:54 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:23:56 $ docker top a49dc072498695bea0d6f21b598999d9568ee95855e75c44be49aae7cae6e443 -eo pid,comm [Pipeline] { [Pipeline] sh 19:23:57 + docker-compose -f ./docker-compose-build.yml build --parallel 19:24:01 Building docker-core-command-go ... 19:24:01 Building docker-core-data-go ... 19:24:01 Building docker-core-metadata-go ... 19:24:01 Building docker-security-bootstrapper-go ... 19:24:01 Building docker-security-proxy-setup-go ... 19:24:01 Building docker-security-secretstore-setup-go ... 19:24:01 Building docker-support-notifications-go ... 19:24:01 Building docker-support-scheduler-go ... 19:24:01 Building docker-sys-mgmt-agent-go ... 19:24:01 Building docker-security-proxy-setup-go 19:24:01 Building docker-security-secretstore-setup-go 19:24:01 Building docker-support-scheduler-go 19:24:01 Building docker-core-metadata-go 19:24:01 Building docker-core-command-go 19:24:02 Waiting for container to be ready 19:24:02 To start your first instance, try: lxc launch ubuntu:18.04 19:24:02 19:24:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:24:05 Waiting for network to be ready... 19:24:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:24:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 19:24:06 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:24:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 19:24:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:24:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:24:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 19:24:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 19:24:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 19:24:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:24:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:24:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:24:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:24:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:24:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:24:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:24:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:24:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:24:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:24:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 19:24:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 19:24:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:24:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:24:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 19:24:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 19:24:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 19:24:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 19:24:11 Fetched 24.1 MB in 5s (4882 kB/s) 19:24:12 Reading package lists... 19:24:12 Reading package lists... 19:24:12 Building dependency tree... 19:24:12 Reading state information... 19:24:12 The following additional packages will be installed: 19:24:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:24:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:24:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:24:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:24:12 Suggested packages: 19:24:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:24:12 Recommended packages: 19:24:12 gnupg libsasl2-modules 19:24:12 The following NEW packages will be installed: 19:24:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:24:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:24:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:24:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:24:12 The following packages will be upgraded: 19:24:12 gpg gpg-agent gpgconf libudev1 19:24:12 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:24:12 Need to get 3530 kB of archives. 19:24:12 After this operation, 13.3 MB of additional disk space will be used. 19:24:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:24:12 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 19:24:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:24:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:24:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:24:13 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 19:24:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:24:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:24:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:24:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:24:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:24:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:24:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:24:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:24:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:24:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:24:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:24:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:24:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:24:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:24:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:24:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:24:14 debconf: delaying package configuration, since apt-utils is not installed 19:24:14 Fetched 3530 kB in 1s (2902 kB/s) 19:24:14 (Reading database ... 12511 files and directories currently installed.) 19:24:14 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 19:24:14 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:24:14 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 19:24:14 Selecting previously unselected package udev. 19:24:14 (Reading database ... 12511 files and directories currently installed.) 19:24:14 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 19:24:14 Unpacking udev (237-3ubuntu10.45) ... 19:24:14 Selecting previously unselected package libfuse2:amd64. 19:24:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:24:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:24:14 Selecting previously unselected package fuse. 19:24:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:24:14 Unpacking fuse (2.9.7-1ubuntu1) ... 19:24:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:24:15 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:24:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:24:15 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:24:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:24:15 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:24:15 Selecting previously unselected package libksba8:amd64. 19:24:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:24:15 Unpacking libksba8:amd64 (1.3.5-2) ... 19:24:15 Selecting previously unselected package libroken18-heimdal:amd64. 19:24:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:24:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:24:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:24:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:15 Selecting previously unselected package libwind0-heimdal:amd64. 19:24:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:16 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:24:16 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:16 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:24:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:24:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:24:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:24:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:16 Selecting previously unselected package libsasl2-modules-db:amd64. 19:24:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:24:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:24:16 Selecting previously unselected package libsasl2-2:amd64. 19:24:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:24:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:24:16 Selecting previously unselected package libldap-common. 19:24:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:24:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:24:16 Selecting previously unselected package libldap-2.4-2:amd64. 19:24:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:24:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:24:16 Selecting previously unselected package dirmngr. 19:24:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:24:16 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:24:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:24:16 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:24:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:24:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:24:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:24:16 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:24:17 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libksba8:amd64 (1.3.5-2) ... 19:24:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:24:17 Setting up udev (237-3ubuntu10.45) ... 19:24:17 invoke-rc.d: policy-rc.d denied execution of start. 19:24:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Processing triggers for systemd (237-3ubuntu10) ... 19:24:17 Setting up fuse (2.9.7-1ubuntu1) ... 19:24:17 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:24:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:24:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:24:18 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:24:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:24:18 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:24:18 settings in the [Install] section, and DefaultInstance for template units). 19:24:18 This means they are not meant to be enabled using systemctl. 19:24:18 Possible reasons for having this kind of units are: 19:24:18 1) A unit may be statically enabled by being symlinked from another unit's 19:24:18 .wants/ or .requires/ directory. 19:24:18 2) A unit's purpose may be to act as a helper for some other unit which has 19:24:18 a requirement dependency on it. 19:24:18 3) A unit may be started when needed via activation (socket, path, timer, 19:24:18 D-Bus, udev, scripted systemctl call, ...). 19:24:18 4) In case of template units, the unit is meant to be enabled with some 19:24:18 instance name specified. 19:24:19 Reading package lists... 19:24:19 Building dependency tree... 19:24:19 Reading state information... 19:24:19 The following additional packages will be installed: 19:24:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:24:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:24:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:24:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:24:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:24:19 Suggested packages: 19:24:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:24:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:24:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:24:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:24:19 systemd-container policykit-1 19:24:19 Recommended packages: 19:24:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:24:19 The following NEW packages will be installed: 19:24:19 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:24:19 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:24:19 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:24:19 multiarch-support openssh-client python3 python3-minimal python3.6 19:24:19 python3.6-minimal snapd squashfs-tools sudo 19:24:19 The following packages will be upgraded: 19:24:19 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:24:19 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:24:19 Need to get 35.2 MB of archives. 19:24:19 After this operation, 141 MB of additional disk space will be used. 19:24:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:24:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:24:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 19:24:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 19:24:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:24:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:24:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:24:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:24:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:24:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:24:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:24:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:24:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:24:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:24:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:24:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:24:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:24:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:24:20 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:24:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 19:24:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:24:20 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:24:20 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:24:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:24:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:24:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:24:20 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:24:20 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:24:20 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:24:20 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:24:20 debconf: delaying package configuration, since apt-utils is not installed 19:24:20 Fetched 35.2 MB in 1s (31.1 MB/s) 19:24:20 (Reading database ... 12757 files and directories currently installed.) 19:24:20 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 19:24:21 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:24:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 19:24:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:24:21 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 19:24:22 (Reading database ... 12757 files and directories currently installed.) 19:24:22 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:24:22 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:24:22 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:24:22 (Reading database ... 12757 files and directories currently installed.) 19:24:22 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:24:22 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:24:22 Setting up apt (1.6.12ubuntu0.2) ... 19:24:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:24:23 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:24:23 (Reading database ... 12764 files and directories currently installed.) 19:24:23 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:24:23 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:24:23 Selecting previously unselected package libpython3.6-minimal:amd64. 19:24:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:24:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:24:23 Selecting previously unselected package libexpat1:amd64. 19:24:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:24:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:24:23 Selecting previously unselected package python3.6-minimal. 19:24:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:24:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:24:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 19:24:25 Checking for services that may need to be restarted...done. 19:24:25 Checking for services that may need to be restarted...done. 19:24:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:24:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:24:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:24:26 Selecting previously unselected package python3-minimal. 19:24:26 (Reading database ... 13012 files and directories currently installed.) 19:24:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:24:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:24:26 Selecting previously unselected package mime-support. 19:24:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:24:26 Unpacking mime-support (3.60ubuntu1) ... 19:24:26 Selecting previously unselected package libmpdec2:amd64. 19:24:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:24:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:24:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:24:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:24:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:24:26 Selecting previously unselected package python3.6. 19:24:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:24:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:24:26 Selecting previously unselected package libpython3-stdlib:amd64. 19:24:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:24:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:24:26 Setting up python3-minimal (3.6.7-1~18.04) ... 19:24:27 Selecting previously unselected package python3. 19:24:27 (Reading database ... 13442 files and directories currently installed.) 19:24:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:24:27 Unpacking python3 (3.6.7-1~18.04) ... 19:24:27 Selecting previously unselected package multiarch-support. 19:24:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:24:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:24:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:24:27 Selecting previously unselected package liblzo2-2:amd64. 19:24:27 (Reading database ... 13479 files and directories currently installed.) 19:24:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:24:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:24:27 Selecting previously unselected package libbsd0:amd64. 19:24:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:24:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:24:27 Selecting previously unselected package sudo. 19:24:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:24:27 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:24:27 Selecting previously unselected package apparmor. 19:24:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:24:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:24:28 Selecting previously unselected package libedit2:amd64. 19:24:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:24:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:24:28 Selecting previously unselected package libkrb5support0:amd64. 19:24:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:24:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:24:28 Selecting previously unselected package libk5crypto3:amd64. 19:24:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:24:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:24:28 Selecting previously unselected package libkeyutils1:amd64. 19:24:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:24:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:24:28 Selecting previously unselected package libkrb5-3:amd64. 19:24:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:24:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:24:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:24:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:24:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:24:28 Selecting previously unselected package libssl1.0.0:amd64. 19:24:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:24:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:24:28 Selecting previously unselected package openssh-client. 19:24:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:24:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:24:28 Selecting previously unselected package squashfs-tools. 19:24:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:24:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:24:29 Selecting previously unselected package snapd. 19:24:29 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:24:29 Unpacking snapd (2.48.3+18.04) ... 19:24:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:24:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:24:31 Setting up mime-support (3.60ubuntu1) ... 19:24:31 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:24:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:24:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:24:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:24:31 Setting up systemd (237-3ubuntu10.45) ... 19:24:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:24:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:24:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:24:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:24:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:24:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:24:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:24:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:24:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:24:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:24:33 Setting up python3 (3.6.7-1~18.04) ... 19:24:33 running python rtupdate hooks for python3.6... 19:24:33 running python post-rtupdate hooks for python3.6... 19:24:33 Setting up apparmor (2.12-4ubuntu5.1) ... 19:24:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:24:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:24:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:24:35 Setting up snapd (2.48.3+18.04) ... 19:24:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:24:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:24:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:24:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:24:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:24:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:24:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:24:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:24:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:24:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:24:37 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:24:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:24:37 Processing triggers for systemd (237-3ubuntu10.45) ... 19:24:39 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:24:39 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:24:39 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:24:40 Reading package lists... 19:24:40 Reading package lists... 19:24:40 Building dependency tree... 19:24:40 Reading state information... 19:24:40 Calculating upgrade... 19:24:41 The following packages will be upgraded: 19:24:41 advancecomp base-files bash binutils binutils-common 19:24:41 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:24:41 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:24:41 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:24:41 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:24:41 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:24:41 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:24:41 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:24:41 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:24:41 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:24:41 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:24:41 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:24:41 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:24:41 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:24:41 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:24:41 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:24:41 Need to get 63.8 MB of archives. 19:24:41 After this operation, 5207 kB of additional disk space will be used. 19:24:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 19:24:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:24:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:24:41 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:24:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:24:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:24:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:24:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:24:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:24:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:24:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:24:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:24:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:24:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:24:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:24:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:24:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:24:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:24:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:24:41 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:24:41 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:24:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:24:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:24:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:24:41 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:24:41 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:24:41 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:24:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:24:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:24:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:24:41 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:24:41 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:24:41 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:24:41 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:24:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:24:41 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:24:41 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:24:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:24:41 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:24:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 19:24:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:24:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:24:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:24:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:24:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:24:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:24:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:24:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:24:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:24:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:24:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:24:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:24:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:24:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:24:41 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:24:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:24:42 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:24:42 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:24:42 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:24:42 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:24:42 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:24:42 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:24:42 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:24:42 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:24:42 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:24:42 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:24:42 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:24:42 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:24:42 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:24:42 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:24:42 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:24:42 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:24:42 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:24:42 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:24:42 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:24:42 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:24:42 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:24:42 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:24:42 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:24:42 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:24:42 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:24:42 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:24:42 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:24:42 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 19:24:42 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:24:42 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:24:42 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:24:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:24:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:24:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:24:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:24:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:24:42 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:24:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:24:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:24:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:24:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:24:42 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:24:42 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:24:43 debconf: delaying package configuration, since apt-utils is not installed 19:24:43 Fetched 63.8 MB in 2s (40.4 MB/s) 19:24:43 (Reading database ... 13912 files and directories currently installed.) 19:24:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:24:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:24:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 19:24:43 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 19:24:44 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:44 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:44 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:44 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:45 (Reading database ... 13911 files and directories currently installed.) 19:24:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:24:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:24:45 (Reading database ... 13911 files and directories currently installed.) 19:24:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:46 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:24:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:24:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:24:46 (Reading database ... 13911 files and directories currently installed.) 19:24:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:24:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:24:47 (Reading database ... 13911 files and directories currently installed.) 19:24:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:24:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:24:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:24:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:24:47 Setting up base-files (10.1ubuntu2.10) ... 19:24:47 Installing new version of config file /etc/issue ... 19:24:47 Installing new version of config file /etc/issue.net ... 19:24:47 Installing new version of config file /etc/lsb-release ... 19:24:47 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:24:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:24:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:24:48 Removing obsolete conffile /etc/default/motd-news ... 19:24:48 (Reading database ... 13912 files and directories currently installed.) 19:24:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:24:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:24:48 Setting up bash (4.4.18-2ubuntu1.2) ... 19:24:48 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 19:24:48 (Reading database ... 13912 files and directories currently installed.) 19:24:48 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:24:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:24:48 (Reading database ... 13912 files and directories currently installed.) 19:24:48 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:24:48 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:24:49 Setting up tar (1.29b-2ubuntu0.2) ... 19:24:49 (Reading database ... 13912 files and directories currently installed.) 19:24:49 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:24:49 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:24:49 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:24:49 (Reading database ... 13912 files and directories currently installed.) 19:24:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:24:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:24:49 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:24:49 (Reading database ... 13912 files and directories currently installed.) 19:24:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:24:49 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:24:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:24:50 (Reading database ... 13912 files and directories currently installed.) 19:24:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:24:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:24:50 Setting up grep (3.1-2build1) ... 19:24:50 (Reading database ... 13912 files and directories currently installed.) 19:24:50 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:24:50 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:24:50 Setting up login (1:4.5-1ubuntu2) ... 19:24:50 (Reading database ... 13912 files and directories currently installed.) 19:24:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:24:50 (Reading database ... 13912 files and directories currently installed.) 19:24:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:24:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:24:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:24:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:24:52 (Reading database ... 13912 files and directories currently installed.) 19:24:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:24:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:24:53 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:24:53 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:24:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:24:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:24:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:24:53 (Reading database ... 13912 files and directories currently installed.) 19:24:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:24:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:24:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:24:54 (Reading database ... 13912 files and directories currently installed.) 19:24:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:54 (Reading database ... 13912 files and directories currently installed.) 19:24:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:54 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:54 (Reading database ... 13912 files and directories currently installed.) 19:24:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:54 (Reading database ... 13912 files and directories currently installed.) 19:24:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:54 (Reading database ... 13912 files and directories currently installed.) 19:24:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:24:55 (Reading database ... 13912 files and directories currently installed.) 19:24:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:24:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:24:55 (Reading database ... 13912 files and directories currently installed.) 19:24:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:24:55 (Reading database ... 13912 files and directories currently installed.) 19:24:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:24:55 (Reading database ... 13912 files and directories currently installed.) 19:24:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:24:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:24:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:24:56 (Reading database ... 13912 files and directories currently installed.) 19:24:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:24:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:24:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:24:57 (Reading database ... 13912 files and directories currently installed.) 19:24:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:24:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:24:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:24:57 (Reading database ... 13914 files and directories currently installed.) 19:24:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:24:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:24:57 Setting up debconf (1.5.66ubuntu1) ... 19:24:58 (Reading database ... 13914 files and directories currently installed.) 19:24:58 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:24:58 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:24:58 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:24:58 (Reading database ... 13914 files and directories currently installed.) 19:24:58 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:24:58 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:24:58 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:24:58 (Reading database ... 13914 files and directories currently installed.) 19:24:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:24:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:24:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:24:58 (Reading database ... 13914 files and directories currently installed.) 19:24:58 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:24:58 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:24:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:24:58 (Reading database ... 13914 files and directories currently installed.) 19:24:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:24:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:24:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:24:59 (Reading database ... 13914 files and directories currently installed.) 19:24:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:24:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:24:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 19:24:59 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:24:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:24:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:24:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:24:59 (Reading database ... 13914 files and directories currently installed.) 19:24:59 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:24:59 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:24:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:25:00 (Reading database ... 13914 files and directories currently installed.) 19:25:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:25:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:25:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:25:00 (Reading database ... 13914 files and directories currently installed.) 19:25:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:25:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:25:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:25:00 (Reading database ... 13914 files and directories currently installed.) 19:25:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:25:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:25:00 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:25:00 (Reading database ... 13914 files and directories currently installed.) 19:25:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:25:00 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:25:01 Setting up passwd (1:4.5-1ubuntu2) ... 19:25:01 (Reading database ... 13914 files and directories currently installed.) 19:25:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:25:01 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:25:01 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:25:01 (Reading database ... 13914 files and directories currently installed.) 19:25:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:25:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:25:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:25:01 (Reading database ... 13914 files and directories currently installed.) 19:25:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:25:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:25:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:25:02 (Reading database ... 13914 files and directories currently installed.) 19:25:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:25:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:25:02 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:25:02 (Reading database ... 13914 files and directories currently installed.) 19:25:02 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:25:02 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:25:02 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:25:02 (Reading database ... 13914 files and directories currently installed.) 19:25:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:25:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:25:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:25:03 (Reading database ... 13914 files and directories currently installed.) 19:25:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:25:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:25:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:25:03 (Reading database ... 13915 files and directories currently installed.) 19:25:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:25:03 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:25:03 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:25:03 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:25:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:25:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:25:03 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:25:03 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:25:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:25:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:25:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:25:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:25:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:25:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:25:04 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:25:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:25:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:25:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:25:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:25:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:25:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:25:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:25:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:25:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:25:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:25:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:25:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:25:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:25:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:06 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:06 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:07 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:25:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:25:07 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:10 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:25:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:25:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:25:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:25:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:25:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:25:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:25:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:25:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:25:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:25:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:25:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:25:12 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:25:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:25:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:25:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:25:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:25:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:25:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:25:13 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:25:13 19:25:13 Current default time zone: 'Etc/UTC' 19:25:13 Local time is now: Mon Mar 22 19:25:13 UTC 2021. 19:25:13 Universal Time is now: Mon Mar 22 19:25:13 UTC 2021. 19:25:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:25:13 19:25:13 Setting up systemd-sysv (237-3ubuntu10.45) ... 19:25:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:13 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 19:25:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:25:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:25:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:25:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:25:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:25:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:25:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:25:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:13 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:25:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:25:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:25:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:14 Setting up patch (2.7.6-2ubuntu1.1) ... 19:25:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:25:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:25:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 19:25:14 Installing new version of config file /etc/ssl/openssl.cnf ... 19:25:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:25:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:25:14 Setting up ca-certificates (20210119~18.04.1) ... 19:25:15 Updating certificates in /etc/ssl/certs... 19:25:16 23 added, 27 removed; done. 19:25:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:25:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:25:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:25:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:25:16 Setting up pkgbinarymangler (138.18.04.1) ... 19:25:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:25:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up perl (5.26.1-6ubuntu0.5) ... 19:25:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:25:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:25:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:25:17 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:25:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:25:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:25:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:25:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:25:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:25:17 Processing triggers for systemd (237-3ubuntu10.45) ... 19:25:17 Processing triggers for mime-support (3.60ubuntu1) ... 19:25:17 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:25:17 Updating certificates in /etc/ssl/certs... 19:25:18 0 added, 0 removed; done. 19:25:18 Running hooks in /etc/ca-certificates/update.d... 19:25:18 done. 19:25:18 Reading package lists... 19:25:18 Building dependency tree... 19:25:18 Reading state information... 19:25:19 The following NEW packages will be installed: 19:25:19 apt-transport-https 19:25:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:25:19 Need to get 1696 B of archives. 19:25:19 After this operation, 153 kB of additional disk space will be used. 19:25:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:25:19 debconf: delaying package configuration, since apt-utils is not installed 19:25:19 Fetched 1696 B in 0s (8473 B/s) 19:25:19 Selecting previously unselected package apt-transport-https. 19:25:19 (Reading database ... 13920 files and directories currently installed.) 19:25:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:25:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:25:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:25:20 Waiting for network to be ready... 19:25:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:25:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:25:23 ---> 0d5c55418dc5 19:25:23 Step 3/23 : WORKDIR /edgex-go 19:25:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:25:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:25:23 ---> 0d5c55418dc5 19:25:23 Step 3/22 : WORKDIR /edgex-go 19:25:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:25:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:25:23 ---> 0d5c55418dc5 19:25:23 Step 3/24 : WORKDIR /edgex-go 19:25:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:25:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:25:23 ---> 0d5c55418dc5 19:25:23 Step 3/21 : WORKDIR /edgex-go 19:25:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:25:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:25:23 ---> 0d5c55418dc5 19:25:23 Step 3/23 : WORKDIR /edgex-go 19:25:23 ---> Running in a80930676bb1 19:25:23 ---> Running in f5d263d3b955 19:25:23 ---> Running in 2773cb1a4f63 19:25:23 ---> Running in 4ed9f218d5e7 19:25:23 ---> Running in 176e5e0921c1 19:25:23 Removing intermediate container f5d263d3b955 19:25:23 ---> 404830d3dc04 19:25:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:23 Removing intermediate container a80930676bb1 19:25:23 ---> 430417a71110 19:25:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:23 Removing intermediate container 176e5e0921c1 19:25:23 ---> a8caf8aecda7 19:25:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:23 Removing intermediate container 2773cb1a4f63 19:25:23 ---> 64bafef4466c 19:25:23 Removing intermediate container 4ed9f218d5e7 19:25:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 8bd1d9a523a3 19:25:23 19:25:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:25:23 ---> Running in 9885eb777fce 19:25:23 ---> Running in 91f05db40f56 19:25:23 ---> Running in 3a9a64e33fa2 19:25:23 ---> Running in 121168b96d0b 19:25:23 ---> Running in 216b3689a43a 19:25:23 Removing intermediate container 91f05db40f56 19:25:23 ---> f3d64222ef77 19:25:23 Step 5/23 : RUN apk add --update --no-cache make git 19:25:23 Removing intermediate container 9885eb777fce 19:25:23 ---> 3e67b2154ac6 19:25:23 Step 5/21 : RUN apk add --update --no-cache make git 19:25:23 ---> Running in 44e80a4388a3 19:25:23 ---> Running in 4159d71d89b8 19:25:23 Removing intermediate container 121168b96d0b 19:25:23 ---> 526185f8a934 19:25:23 Step 5/23 : RUN apk add --update --no-cache make git 19:25:23 Removing intermediate container 216b3689a43a 19:25:23 ---> f91e96427183 19:25:23 Step 5/22 : RUN apk add --update --no-cache make git 19:25:23 ---> Running in 55b8e8095226 19:25:23 Removing intermediate container 3a9a64e33fa2 19:25:23 ---> f825f2a53cd7 19:25:23 Step 5/24 : RUN apk add --update --no-cache make git 19:25:23 ---> Running in 74e260a6f746 19:25:23 ---> Running in e76257be62c5 19:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:25:25 OK: 217 MiB in 51 packages 19:25:25 OK: 217 MiB in 51 packages 19:25:26 OK: 217 MiB in 51 packages 19:25:26 OK: 217 MiB in 51 packages 19:25:26 OK: 217 MiB in 51 packages 19:25:26 2021-03-22T19:25:23Z INFO Waiting for automatic snapd restart... 19:25:26 snapd 2.49 from Canonical* installed 19:25:27 Removing intermediate container 44e80a4388a3 19:25:27 ---> c1712b2d6e03 19:25:27 Step 6/23 : COPY go.mod . 19:25:27 Removing intermediate container 4159d71d89b8 19:25:27 ---> f08c660bba9c 19:25:27 Step 6/21 : COPY go.mod . 19:25:27 "snapd" switched to the "latest/stable" channel 19:25:27 19:25:27 Removing intermediate container 74e260a6f746 19:25:27 ---> 815a09e1c00c 19:25:27 Step 6/22 : COPY go.mod . 19:25:27 Removing intermediate container 55b8e8095226 19:25:27 ---> 93aa43164199 19:25:27 Step 6/23 : COPY go.mod . 19:25:27 ---> e9f84b4eda20 19:25:27 Step 7/23 : RUN go mod download 19:25:27 Removing intermediate container e76257be62c5 19:25:27 ---> 682f6063de6b 19:25:27 Step 6/24 : COPY go.mod . 19:25:28 ---> Running in e54b216cdbf0 19:25:28 ---> 35ef1ba52999 19:25:28 Step 7/21 : RUN go mod download 19:25:28 ---> Running in 2bacf02589d7 19:25:29 ---> adb2f4eb4264 19:25:29 Step 7/22 : RUN go mod download 19:25:29 ---> Running in 36c2e4911da7 19:25:29 ---> 365eceda835b 19:25:29 Step 7/24 : RUN go mod download 19:25:29 ---> a73be17dccd8 19:25:29 Step 7/23 : RUN go mod download 19:25:29 ---> Running in addfa70553c3 19:25:29 ---> Running in 1317ee4ffe38 19:25:31 core18 20210128 from Canonical* installed 19:25:31 "core18" switched to the "latest/stable" channel 19:25:31 19:25:33 Removing intermediate container e54b216cdbf0 19:25:33 ---> fec43544bb6f 19:25:33 Step 8/23 : COPY . . 19:25:33 Removing intermediate container 2bacf02589d7 19:25:33 ---> 768fb5f6fccb 19:25:33 Step 8/21 : COPY . . 19:25:33 Removing intermediate container 36c2e4911da7 19:25:33 ---> 852689f58ff1 19:25:33 Step 8/22 : COPY . . 19:25:34 Removing intermediate container 1317ee4ffe38 19:25:34 ---> 6bc0ff378f05 19:25:34 Step 8/23 : COPY . . 19:25:35 Removing intermediate container addfa70553c3 19:25:35 ---> 7b50ff8bfa35 19:25:35 Step 8/24 : COPY . . 19:25:37 snapcraft 4.5.4 from Canonical* installed 19:25:37 "snapcraft" switched to the "latest/stable" channel 19:25:37 19:25:40 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:25:40 - README.md 19:25:40 19:25:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:25:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:25:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:25:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:25:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:25:48 Reading package lists... 19:25:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:25:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:25:56 Reading package lists... 19:25:56 Building dependency tree... 19:25:56 Reading state information... 19:25:56 Suggested packages: 19:25:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:25:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:25:56 Recommended packages: 19:25:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:25:56 The following NEW packages will be installed: 19:25:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:25:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:25:56 pkg-config zip 19:25:56 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:25:56 Need to get 7657 kB of archives. 19:25:56 After this operation, 43.8 MB of additional disk space will be used. 19:25:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:25:56 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:25:56 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:25:56 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:25:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:25:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:25:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:25:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:25:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:25:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:25:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:25:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:25:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:25:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:25:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:25:57 debconf: delaying package configuration, since apt-utils is not installed 19:25:57 Fetched 7657 kB in 1s (6204 kB/s) 19:25:57 Selecting previously unselected package libglib2.0-0:amd64. 19:25:57 (Reading database ... 13924 files and directories currently installed.) 19:25:57 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:25:57 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:25:57 Selecting previously unselected package libpsl5:amd64. 19:25:57 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:25:57 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:25:57 Selecting previously unselected package libnghttp2-14:amd64. 19:25:57 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:25:57 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:25:57 Selecting previously unselected package librtmp1:amd64. 19:25:57 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:25:57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:25:57 Selecting previously unselected package libcurl3-gnutls:amd64. 19:25:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:25:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:25:57 Selecting previously unselected package liberror-perl. 19:25:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:25:57 Unpacking liberror-perl (0.17025-1) ... 19:25:57 Selecting previously unselected package git-man. 19:25:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:25:57 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:25:58 Selecting previously unselected package git. 19:25:58 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:25:58 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:25:59 Selecting previously unselected package libnorm1:amd64. 19:25:59 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:25:59 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:25:59 Selecting previously unselected package libpgm-5.2-0:amd64. 19:25:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:25:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:25:59 Selecting previously unselected package libsodium23:amd64. 19:25:59 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:25:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:25:59 Selecting previously unselected package libzmq5:amd64. 19:25:59 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:25:59 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:25:59 Selecting previously unselected package libzmq3-dev:amd64. 19:25:59 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:25:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:25:59 Selecting previously unselected package pkg-config. 19:25:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:25:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:25:59 Selecting previously unselected package zip. 19:25:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:25:59 Unpacking zip (3.0-11build1) ... 19:25:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:25:59 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:25:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:25:59 Setting up liberror-perl (0.17025-1) ... 19:25:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:25:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:25:59 No schema files found: doing nothing. 19:25:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:25:59 Setting up zip (3.0-11build1) ... 19:25:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:26:00 Setting up libsodium23:amd64 (1.0.16-2) ... 19:26:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:26:00 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:26:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:26:00 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:26:00 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:26:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:26:01 ---> 27e71debb9c8 19:26:01 Step 9/23 : RUN make cmd/core-command/core-command 19:26:01 ---> 92526030b3c0 19:26:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:26:01 ---> e5c0b433ff67 19:26:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:26:01 ---> Running in 2af75911afda 19:26:01 ---> 2741fbc6367b 19:26:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:26:01 ---> 89d2adefc019 19:26:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:26:01 ---> Running in fdf166a797f3 19:26:01 ---> Running in a3a44e9888ef 19:26:01 ---> Running in 082c42b851f0 19:26:01 ---> Running in 7328dda00a0d 19:26:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:26:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:26:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:26:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:26:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:26:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:26:07 git set to automatically installed. 19:26:07 git-man set to automatically installed. 19:26:07 libcurl3-gnutls set to automatically installed. 19:26:07 liberror-perl set to automatically installed. 19:26:07 libglib2.0-0 set to automatically installed. 19:26:07 libnghttp2-14 set to automatically installed. 19:26:07 libnorm1 set to automatically installed. 19:26:07 libpgm-5.2-0 set to automatically installed. 19:26:07 libpsl5 set to automatically installed. 19:26:07 librtmp1 set to automatically installed. 19:26:07 libsodium23 set to automatically installed. 19:26:07 libzmq3-dev set to automatically installed. 19:26:07 libzmq5 set to automatically installed. 19:26:07 pkg-config set to automatically installed. 19:26:07 zip set to automatically installed. 19:26:08 snapd is not logged in, snap install commands will use sudo 19:26:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:26:15 snap "core18" has no updates available 19:26:15 snapd is not logged in, snap install commands will use sudo 19:26:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:26:34 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:26:34 Pulling go-build-helper 19:26:34 + snapcraftctl pull 19:26:35 'app-service-config' has dependencies that need to be staged: go-build-helper 19:26:35 Skipping pull go-build-helper (already ran) 19:26:35 Building go-build-helper 19:26:35 + snapcraftctl build 19:26:38 Staging go-build-helper 19:26:38 + snapcraftctl stage 19:26:50 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:26:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:26:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:26:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 19:26:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:26:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:26:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:26:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:26:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:26:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:26:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:26:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 19:26:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:26:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:26:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 19:26:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 19:26:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 19:26:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:26:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:26:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 19:26:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 19:26:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:26:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:26:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 19:26:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 19:26:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 19:26:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 19:26:50 Fetched 24.1 MB in 0s (0 B/s) 19:26:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:26:50 Fetched 224 kB in 0s (0 B/s) 19:26:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:26:50 Fetched 157 kB in 0s (0 B/s) 19:26:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:26:50 Fetched 221 kB in 0s (0 B/s) 19:26:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:26:50 Fetched 143 kB in 0s (0 B/s) 19:26:50 Pulling app-service-config 19:26:50 + snapcraftctl pull 19:26:50 Cloning into '/root/parts/app-service-config/src'... 19:26:51 Pulling config-common 19:26:51 + snapcraftctl pull 19:26:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:26:56 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:26:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:26:56 Fetched 0 B in 0s (0 B/s) 19:26:56 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:26:56 Fetched 0 B in 0s (0 B/s) 19:26:56 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:26:56 Fetched 0 B in 0s (0 B/s) 19:26:56 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:26:56 Fetched 0 B in 0s (0 B/s) 19:26:56 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:26:56 Fetched 0 B in 0s (0 B/s) 19:26:56 Pulling edgex-go 19:26:56 + snapcraftctl pull 19:27:18 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:27:18 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:27:18 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:27:18 Fetched 0 B in 0s (0 B/s) 19:27:18 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:27:18 Fetched 96.5 kB in 0s (0 B/s) 19:27:18 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:27:18 Fetched 279 kB in 0s (0 B/s) 19:27:18 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:27:18 Fetched 122 kB in 0s (0 B/s) 19:27:18 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:27:18 Fetched 77.8 kB in 0s (0 B/s) 19:27:18 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:27:18 Fetched 8848 B in 0s (0 B/s) 19:27:18 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:27:18 Fetched 47.8 kB in 0s (0 B/s) 19:27:18 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:27:18 Fetched 45.6 kB in 0s (0 B/s) 19:27:18 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:27:18 Fetched 15.0 kB in 0s (0 B/s) 19:27:18 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:27:18 Fetched 214 kB in 0s (0 B/s) 19:27:18 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:27:18 Fetched 154 kB in 0s (0 B/s) 19:27:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:27:18 Fetched 50.6 kB in 0s (0 B/s) 19:27:18 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:27:18 Fetched 14.8 kB in 0s (0 B/s) 19:27:18 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:27:18 Fetched 41.8 kB in 0s (0 B/s) 19:27:18 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:27:18 Fetched 499 kB in 0s (0 B/s) 19:27:18 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:27:18 Fetched 111 kB in 0s (0 B/s) 19:27:18 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:27:18 Fetched 240 kB in 0s (0 B/s) 19:27:18 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:27:18 Fetched 29.3 kB in 0s (0 B/s) 19:27:18 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:27:18 Fetched 85.5 kB in 0s (0 B/s) 19:27:18 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:27:18 Fetched 24.5 kB in 0s (0 B/s) 19:27:18 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:27:18 Fetched 49.2 kB in 0s (0 B/s) 19:27:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:27:18 Fetched 54.2 kB in 0s (0 B/s) 19:27:18 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:27:18 Fetched 30.8 kB in 0s (0 B/s) 19:27:18 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:27:18 Fetched 15.8 kB in 0s (0 B/s) 19:27:18 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:27:18 Fetched 85.9 kB in 0s (0 B/s) 19:27:18 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:27:18 Fetched 8720 B in 0s (0 B/s) 19:27:18 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:27:18 Fetched 137 kB in 0s (0 B/s) 19:27:18 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:27:18 Fetched 119 kB in 0s (0 B/s) 19:27:18 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:27:18 Fetched 109 kB in 0s (0 B/s) 19:27:18 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:27:18 Fetched 11.1 kB in 0s (0 B/s) 19:27:18 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:27:18 Fetched 645 kB in 0s (0 B/s) 19:27:18 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:27:18 Fetched 41.3 kB in 0s (0 B/s) 19:27:18 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:27:18 Fetched 17.9 kB in 0s (0 B/s) 19:27:18 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:27:18 Fetched 368 kB in 0s (0 B/s) 19:27:18 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:27:18 Fetched 187 kB in 0s (0 B/s) 19:27:18 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:27:18 Fetched 175 kB in 0s (0 B/s) 19:27:18 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:27:18 Fetched 206 kB in 0s (0 B/s) 19:27:18 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 19:27:18 Fetched 1301 kB in 0s (0 B/s) 19:27:18 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:27:18 Fetched 36.2 kB in 0s (0 B/s) 19:27:18 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:27:18 Fetched 159 kB in 0s (0 B/s) 19:27:18 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:27:18 Fetched 107 kB in 0s (0 B/s) 19:27:18 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:27:18 Fetched 48.7 kB in 0s (0 B/s) 19:27:18 Pulling static-packages 19:27:18 + snapcraftctl pull 19:27:18 Pulling version 19:27:18 + cd /root/project 19:27:18 + [ -f VERSION ] 19:27:18 + PROJECT_VERSION=local-dev 19:27:18 + git rev-parse --short HEAD 19:27:18 + GIT_REVISION=92943d8c 19:27:18 + snapcraftctl set-version local-dev 19:27:19 Skipping build go-build-helper (already ran) 19:27:20 Building app-service-config 19:27:20 + make build 19:27:20 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:27:22 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 19:27:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 19:27:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 19:27:22 go: downloading github.com/google/uuid v1.2.0 19:27:22 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:27:22 go: downloading github.com/gorilla/mux v1.8.0 19:27:22 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 19:27:22 go: downloading github.com/x448/float16 v0.8.4 19:27:22 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:27:23 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:27:23 go: downloading github.com/pelletier/go-toml v1.2.0 19:27:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 19:27:23 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:27:23 go: downloading github.com/pebbe/zmq4 v1.2.5 19:27:23 go: downloading github.com/leodido/go-urn v1.2.0 19:27:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:27:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 19:27:23 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:27:23 go: downloading github.com/go-kit/kit v0.8.0 19:27:23 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:27:23 go: downloading github.com/mitchellh/copystructure v1.0.0 19:27:24 go: downloading github.com/go-playground/universal-translator v0.17.0 19:27:24 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:27:24 go: downloading github.com/hashicorp/consul/api v1.8.1 19:27:24 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:27:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:27:24 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:27:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:27:24 go: downloading github.com/go-playground/locales v0.13.0 19:27:24 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:27:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:27:24 go: downloading github.com/hashicorp/serf v0.9.5 19:27:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:27:24 go: downloading github.com/BurntSushi/toml v0.3.1 19:27:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:27:24 go: downloading github.com/fatih/color v1.9.0 19:27:24 go: downloading github.com/mattn/go-isatty v0.0.12 19:27:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:27:24 go: downloading github.com/mattn/go-colorable v0.1.6 19:27:24 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 19:27:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:27:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:27:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:27:34 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:27:34 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:27:34 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:27:34 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:27:36 Building config-common 19:27:36 + snapcraftctl build 19:27:38 Building edgex-go 19:27:39 + cd /root/parts/edgex-go/src 19:27:39 + make build 19:27:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:27:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:27:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:27:40 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:27:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 19:27:40 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 19:27:40 go: downloading github.com/pkg/errors v0.8.1 19:27:40 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 19:27:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 19:27:40 go: downloading github.com/imdario/mergo v0.3.12 19:27:40 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:27:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 19:27:40 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:27:40 go: downloading github.com/gorilla/websocket v1.4.2 19:27:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:27:44 go: downloading gopkg.in/yaml.v2 v2.4.0 19:27:47 Removing intermediate container fdf166a797f3 19:27:47 ---> 6bf7c51adf62 19:27:47 19:27:47 Step 10/21 : FROM alpine:3.12 19:27:47 3.12: Pulling from library/alpine 19:27:47 Removing intermediate container 082c42b851f0 19:27:47 ---> cd5240ce7f20 19:27:47 19:27:47 Step 10/24 : FROM alpine:3.12 19:27:47 3.12: Pulling from library/alpine 19:27:49 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:27:49 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:27:49 Status: Downloaded newer image for alpine:3.12 19:27:49 ---> d10569e2745f 19:27:49 Step 11/21 : RUN apk add --update --no-cache curl 19:27:49 Status: Image is up to date for alpine:3.12 19:27:49 ---> d10569e2745f 19:27:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:27:49 ---> Running in 412b42580ad4 19:27:49 ---> Running in 16ddafff8787 19:27:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:27:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:27:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:27:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:27:52 (1/4) Installing ca-certificates (20191127-r4) 19:27:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:27:52 (3/4) Installing libcurl (7.69.1-r3) 19:27:52 (4/4) Installing curl (7.69.1-r3) 19:27:52 Executing busybox-1.31.1-r19.trigger 19:27:52 Executing ca-certificates-20191127-r4.trigger 19:27:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:27:53 (1/5) Installing ca-certificates (20191127-r4) 19:27:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:27:53 (3/5) Installing libcurl (7.69.1-r3) 19:27:53 OK: 7 MiB in 18 packages 19:27:53 (4/5) Installing curl (7.69.1-r3) 19:27:53 (5/5) Installing dumb-init (1.2.2-r1) 19:27:53 Executing busybox-1.31.1-r19.trigger 19:27:53 Executing ca-certificates-20191127-r4.trigger 19:27:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:27:53 go: downloading github.com/stretchr/testify v1.7.0 19:27:53 OK: 7 MiB in 19 packages 19:27:54 go: downloading github.com/davecgh/go-spew v1.1.1 19:27:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:27:54 go: downloading github.com/pmezard/go-difflib v1.0.0 19:27:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:27:55 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:27:55 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:27:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:27:58 Removing intermediate container 412b42580ad4 19:27:58 ---> 2787a7ff742d 19:27:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:27:58 Removing intermediate container 16ddafff8787 19:27:58 ---> 8d20b02aa597 19:27:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:27:58 ---> Running in ac938786762a 19:27:58 ---> Running in e2d76d792e32 19:27:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:27:58 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 19:27:59 Removing intermediate container ac938786762a 19:27:59 ---> 948268c4fc04 19:27:59 Step 13/21 : WORKDIR /edgex 19:27:59 ---> Running in 41f2ef47b6f5 19:27:59 Removing intermediate container e2d76d792e32 19:27:59 ---> 202c82156cd5 19:27:59 Step 13/24 : WORKDIR / 19:28:00 ---> Running in db70e6575414 19:28:00 Removing intermediate container 41f2ef47b6f5 19:28:00 ---> cc23c44e3583 19:28:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:28:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:28:01 Removing intermediate container 2af75911afda 19:28:01 ---> 2a456deb85e5 19:28:01 19:28:01 Step 10/23 : FROM alpine:3.12 19:28:01 ---> d10569e2745f 19:28:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:28:01 Removing intermediate container db70e6575414 19:28:01 ---> 148347a5f502 19:28:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:28:02 ---> Running in dc32d32eceef 19:28:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:28:02 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:28:02 ---> 9487dfdccd5a 19:28:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:28:03 Removing intermediate container a3a44e9888ef 19:28:03 ---> fbc20b15826a 19:28:03 19:28:03 Step 10/22 : FROM alpine:3.12 19:28:03 ---> d10569e2745f 19:28:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:28:03 ---> Running in 56b1fcb5e6fb 19:28:03 ---> e950ef8e360b 19:28:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:28:03 go: downloading github.com/lib/pq v1.9.0 19:28:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:28:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:28:05 ---> 4211795d2bc1 19:28:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:28:05 (1/1) Installing dumb-init (1.2.2-r1) 19:28:05 Executing busybox-1.31.1-r19.trigger 19:28:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:28:05 OK: 5 MiB in 15 packages 19:28:05 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:28:05 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:28:05 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:28:05 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:28:05 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:28:05 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:28:05 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:28:05 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:28:05 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:28:05 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:28:05 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:28:05 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:28:05 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:28:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:28:05 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:28:05 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:28:05 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:28:05 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:28:05 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:28:05 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:28:05 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:28:05 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:28:05 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:28:05 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:28:05 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:28:05 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:28:05 ---> 2369da1d2096 19:28:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:28:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:28:06 (1/1) Installing dumb-init (1.2.2-r1) 19:28:06 Executing busybox-1.31.1-r19.trigger 19:28:06 OK: 5 MiB in 15 packages 19:28:07 ---> ab6b24142c28 19:28:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:28:07 ---> f4e1bd93bf5c 19:28:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:28:07 Removing intermediate container dc32d32eceef 19:28:07 ---> 9a0c5091f9dc 19:28:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:08 ---> Running in ad6416a7ea84 19:28:08 ---> Running in 8a036dfa3769 19:28:08 Removing intermediate container 56b1fcb5e6fb 19:28:08 ---> 9a3bbb03dcdd 19:28:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:09 Building static-packages 19:28:09 + snapcraftctl build 19:28:09 ---> Running in 1215b811b151 19:28:09 Removing intermediate container 8a036dfa3769 19:28:09 ---> 77cd6e9d3d99 19:28:09 Step 13/23 : ENV APP_PORT=48082 19:28:09 ---> 72c29fc8bc87 19:28:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:28:09 Removing intermediate container ad6416a7ea84 19:28:09 ---> bc129e5071e4 19:28:09 Step 18/21 : CMD ["--init=true"] 19:28:09 ---> Running in b88b54360405 19:28:10 ---> Running in 603db91ceaa4 19:28:10 Removing intermediate container 7328dda00a0d 19:28:10 ---> 5045f152b9b7 19:28:10 19:28:10 Step 10/23 : FROM alpine:3.12 19:28:10 ---> d10569e2745f 19:28:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:28:10 ---> Using cache 19:28:10 ---> 9a3bbb03dcdd 19:28:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:28:10 ---> Using cache 19:28:10 ---> c174672cc40b 19:28:10 Step 13/23 : ENV APP_PORT=48081 19:28:10 Removing intermediate container 1215b811b151 19:28:10 ---> c174672cc40b 19:28:10 Step 13/22 : ENV APP_PORT=48085 19:28:10 ---> Running in a3a035682f0f 19:28:10 ---> Running in 1b8edda45d90 19:28:10 Removing intermediate container b88b54360405 19:28:10 ---> 184262fec735 19:28:10 Step 14/23 : EXPOSE $APP_PORT 19:28:10 Removing intermediate container 603db91ceaa4 19:28:10 ---> 741006175b81 19:28:10 Step 19/21 : LABEL arch=arm64 19:28:11 Building version 19:28:11 + snapcraftctl build 19:28:11 ---> Running in 85bbae5c55c1 19:28:11 ---> Running in 81cef67fa891 19:28:11 ---> 5336a90b6123 19:28:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:28:11 Removing intermediate container 1b8edda45d90 19:28:11 ---> 56a4dd8221da 19:28:11 Step 14/23 : EXPOSE $APP_PORT 19:28:11 Removing intermediate container a3a035682f0f 19:28:11 ---> c3d6a857be29 19:28:11 Step 14/22 : EXPOSE $APP_PORT 19:28:11 ---> Running in 91b409def252 19:28:11 ---> Running in 3f1997f6cfab 19:28:11 Removing intermediate container 81cef67fa891 19:28:11 ---> 3e143b8b705b 19:28:11 Step 20/21 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:28:12 Removing intermediate container 85bbae5c55c1 19:28:12 ---> 13a16f2247c4 19:28:12 Step 15/23 : WORKDIR / 19:28:12 ---> Running in a0f40471b051 19:28:12 ---> Running in 62bdc1bba82d 19:28:12 Removing intermediate container 3f1997f6cfab 19:28:12 ---> fd01f5306684 19:28:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:12 ---> edd32ffbaf7d 19:28:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:28:12 Removing intermediate container 91b409def252 19:28:12 ---> 391e129860da 19:28:12 Step 15/23 : WORKDIR / 19:28:12 Removing intermediate container a0f40471b051 19:28:12 ---> 85e069ccded2 19:28:12 Step 21/21 : LABEL version=0.0.0 19:28:12 ---> Running in c20ed453a03d 19:28:12 ---> Running in 938f1842c28b 19:28:12 ---> Running in 14d6559a2e5f 19:28:12 Removing intermediate container 62bdc1bba82d 19:28:12 ---> 15ee4b78d489 19:28:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:13 ---> 560c5953a5e9 19:28:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:28:13 Skipping stage go-build-helper (already ran) 19:28:13 Staging app-service-config 19:28:13 + snapcraftctl stage 19:28:13 Removing intermediate container c20ed453a03d 19:28:13 ---> 58fb03055d8f 19:28:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:28:14 Removing intermediate container 14d6559a2e5f 19:28:14 ---> 8214dd85f208 19:28:14 19:28:14 Staging config-common 19:28:14 + snapcraftctl stage 19:28:14 Successfully built 8214dd85f208 19:28:14 ---> 30fd535288df 19:28:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:28:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:28:14  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 19:28:15 ---> cd68f7d2f8f2 19:28:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:28:15 ---> 2ee0023413c8 19:28:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:28:15 Staging edgex-go 19:28:15 + snapcraftctl stage 19:28:16 Staging static-packages 19:28:16 + snapcraftctl stage 19:28:17 Removing intermediate container 938f1842c28b 19:28:17 ---> 25e1cf7780ca 19:28:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:28:17 ---> 32da7d2aa8e1 19:28:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:28:17 Staging version 19:28:17 + snapcraftctl stage 19:28:18 ---> Running in 818688554ffd 19:28:18 ---> 37230abc6247 19:28:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml ---> 2fe5ba1e2a3f 19:28:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:28:18 19:28:18 ---> 908e006e2db6 19:28:18 Step 19/23 : ENTRYPOINT ["/core-command"] 19:28:18 ---> Running in 557b32866368 19:28:18 Removing intermediate container 818688554ffd 19:28:18 ---> eb646d8545ea 19:28:18 Step 22/24 : LABEL arch=arm64 19:28:18 ---> Running in 671c608b8547 19:28:18 Priming go-build-helper 19:28:18 + snapcraftctl prime 19:28:19 ---> Running in 099ade50e10c 19:28:19 Removing intermediate container 557b32866368 19:28:19 ---> 35a9fffe1a7a 19:28:19 ---> e3bb446faf3e 19:28:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:28:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:19 Removing intermediate container 671c608b8547 19:28:19 ---> da201e001e30 19:28:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:20 ---> Running in 5789200010cc 19:28:20 ---> Running in ea8ad6f1e987 19:28:20 Priming app-service-config 19:28:20 + snapcraftctl prime 19:28:20 Removing intermediate container 099ade50e10c 19:28:20 ---> 289112714578 19:28:20 Step 23/24 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:28:20 ---> Running in ac5f28b9453e 19:28:21 ---> Running in 117c6dac8616 19:28:21 Removing intermediate container ea8ad6f1e987 19:28:21 ---> 27b83b0ff084 19:28:21 Step 20/22 : LABEL arch=arm64 19:28:21 Priming config-common 19:28:21 + snapcraftctl prime 19:28:21 Removing intermediate container 5789200010cc 19:28:21 ---> 237481c81b04 19:28:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:28:21 Removing intermediate container ac5f28b9453e 19:28:21 ---> 4569e764ab12 19:28:21 Step 21/23 : LABEL arch=arm64 19:28:21 ---> Running in f130ab47f283 19:28:21 ---> Running in 4b7ab759b956 19:28:21 ---> Running in aed55bb4da5a 19:28:21 Removing intermediate container 117c6dac8616 19:28:21 ---> 8051c060749e 19:28:21 Step 24/24 : LABEL version=0.0.0 19:28:22 Priming edgex-go 19:28:22 + snapcraftctl prime 19:28:22 ---> Running in 817131d1c23a 19:28:22 Removing intermediate container f130ab47f283 19:28:22 ---> 885c552912a8 19:28:22 Step 21/22 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:28:22 Removing intermediate container 4b7ab759b956 19:28:22 Removing intermediate container aed55bb4da5a 19:28:22 ---> f5c61c36e3b0 19:28:22 ---> a9f9a72b9b53 19:28:22 Step 22/23 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:28:22 Step 21/23 : LABEL arch=arm64 19:28:22 ---> Running in c24d763402a2 19:28:22 ---> Running in 84f276b3d4e1 19:28:22 ---> Running in 57bb0bed3cd5 19:28:23 Removing intermediate container c24d763402a2 19:28:23 ---> 0607d51cefc1 19:28:23 Step 22/22 : LABEL version=0.0.0 19:28:23 Removing intermediate container 817131d1c23a 19:28:23 ---> ea182d5f887a 19:28:23 19:28:23 ---> Running in ec9b041dcc2b 19:28:23 Priming static-packages 19:28:23 + snapcraftctl prime 19:28:23 Successfully built ea182d5f887a 19:28:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:28:23  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 19:28:23 Removing intermediate container 57bb0bed3cd5 19:28:23 ---> 38d0a0ffa5c3 19:28:23 Step 22/23 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:28:23 Removing intermediate container 84f276b3d4e1 19:28:23 ---> a0334b22600c 19:28:23 Step 23/23 : LABEL version=0.0.0 19:28:24 ---> Running in 1779671e223c 19:28:24 Removing intermediate container ec9b041dcc2b 19:28:24 ---> 9934352083e5 19:28:24 19:28:24 ---> Running in 6219f8b86847 19:28:24 Removing intermediate container 1779671e223c 19:28:24 ---> 05b106ea7faa 19:28:24 Step 23/23 : LABEL version=0.0.0 19:28:24 Successfully built 9934352083e5 19:28:24 Successfully tagged docker-support-scheduler-go-arm64:latest 19:28:24  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 19:28:24 ---> Running in 57c5e098861d 19:28:24 Removing intermediate container 6219f8b86847 19:28:24 ---> c75b209c6bd1 19:28:24 19:28:25 Successfully built c75b209c6bd1 19:28:25 Successfully tagged docker-core-command-go-arm64:latest 19:28:25  Building docker-core-command-go ... done Building docker-core-data-go 19:28:25 Removing intermediate container 57c5e098861d 19:28:25 ---> fb97f70e0ff4 19:28:25 19:28:25 Successfully built fb97f70e0ff4 19:28:26 Priming version 19:28:26 + snapcraftctl prime 19:28:26 Successfully tagged docker-core-metadata-go-arm64:latest 19:28:26 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:29:05  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:29:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:29:05 ---> 0d5c55418dc5 19:29:05 Step 3/31 : WORKDIR /edgex-go 19:29:05 ---> Using cache 19:29:05 ---> 64bafef4466c 19:29:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:05 ---> Using cache 19:29:05 ---> f825f2a53cd7 19:29:05 Step 5/31 : RUN apk add --update --no-cache make git 19:29:05 ---> Using cache 19:29:05 ---> 682f6063de6b 19:29:05 Step 6/31 : COPY go.mod . 19:29:05 ---> Using cache 19:29:05 ---> 365eceda835b 19:29:05 Step 7/31 : RUN go mod download 19:29:05 ---> Using cache 19:29:05 ---> 7b50ff8bfa35 19:29:05 Step 8/31 : COPY . . 19:29:05 ---> Using cache 19:29:05 ---> 2741fbc6367b 19:29:05 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:29:05 ---> Running in b47390048029 19:29:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:29:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:29:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:29:12 ---> 0d5c55418dc5 19:29:12 Step 3/26 : WORKDIR /edgex-go 19:29:12 ---> Using cache 19:29:12 ---> 64bafef4466c 19:29:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:12 ---> Using cache 19:29:12 ---> f825f2a53cd7 19:29:12 Step 5/26 : RUN apk add --update --no-cache make bash git 19:29:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:29:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:29:12 ---> 0d5c55418dc5 19:29:12 Step 3/23 : WORKDIR /edgex-go 19:29:12 ---> Using cache 19:29:12 ---> 64bafef4466c 19:29:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:12 ---> Using cache 19:29:12 ---> f825f2a53cd7 19:29:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:29:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:29:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:29:12 ---> 0d5c55418dc5 19:29:12 Step 3/22 : WORKDIR /edgex-go 19:29:12 ---> Using cache 19:29:12 ---> 64bafef4466c 19:29:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:29:12 ---> Using cache 19:29:12 ---> f825f2a53cd7 19:29:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:29:14 ---> Running in 62da104e9ee2 19:29:14 ---> Running in 217c4824e7e2 19:29:14 ---> Running in 60f30bb11389 19:29:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:29:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:29:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:29:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:29:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:29:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:29:18 OK: 217 MiB in 51 packages 19:29:18 OK: 217 MiB in 51 packages 19:29:18 OK: 217 MiB in 51 packages 19:29:20 Removing intermediate container 62da104e9ee2 19:29:20 ---> f930fcc39718 19:29:20 Step 6/23 : COPY go.mod . 19:29:21 Removing intermediate container 217c4824e7e2 19:29:21 ---> 6a0ae1df9da2 19:29:21 Step 6/26 : COPY go.mod . 19:29:21 Removing intermediate container 60f30bb11389 19:29:21 ---> 765739b0881f 19:29:21 Step 6/22 : COPY go.mod . 19:29:22 ---> 620fceca3482 19:29:22 Step 7/23 : RUN go mod download 19:29:22 ---> Running in 4e14ddf372b1 19:29:22 ---> 0f49c1cd4729 19:29:22 Step 7/26 : RUN go mod download 19:29:22 ---> cd720be3bbf9 19:29:22 Step 7/22 : RUN go mod download 19:29:22 ---> Running in 71da88ff50f8 19:29:22 ---> Running in a0d4fdebf006 19:29:27 Removing intermediate container 4e14ddf372b1 19:29:27 ---> b3dfae1c21ac 19:29:27 Step 8/23 : COPY . . 19:29:27 Removing intermediate container 71da88ff50f8 19:29:27 ---> 9056976712c7 19:29:27 Step 8/26 : COPY . . 19:29:28 Removing intermediate container a0d4fdebf006 19:29:28 ---> 5f734b418328 19:29:28 Step 8/22 : COPY . . 19:30:00 ---> 30a31341d1f9 19:30:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:30:00 ---> 78d2a141568b 19:30:00 Step 9/23 : RUN make cmd/core-data/core-data 19:30:00 ---> 86ceb8c50479 19:30:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:30:00 ---> Running in 5f25b92f9e5a 19:30:00 ---> Running in 8cd32a7666f4 19:30:00 ---> Running in 351fc265025e 19:30:00 Removing intermediate container b47390048029 19:30:00 ---> 6efb30608033 19:30:00 19:30:00 Step 10/31 : FROM alpine:3.12 19:30:00 ---> d10569e2745f 19:30:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:30:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:30:00 ---> Running in 8c31a26f0db0 19:30:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:30:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:30:00 Removing intermediate container 8c31a26f0db0 19:30:00 ---> 11154e975b74 19:30:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:30:00 ---> Running in 32674874b8b1 19:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:30:01 (1/2) Installing dumb-init (1.2.2-r1) 19:30:01 (2/2) Installing su-exec (0.2-r1) 19:30:01 Executing busybox-1.31.1-r19.trigger 19:30:01 OK: 5 MiB in 16 packages 19:30:04 Removing intermediate container 32674874b8b1 19:30:04 ---> 04c90e21a8ff 19:30:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:30:04 ---> Running in 23bc29fc998b 19:30:04 Removing intermediate container 23bc29fc998b 19:30:04 ---> d938dfec41cc 19:30:04 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:30:04 ---> Running in 86c60ecacce2 19:30:05 Removing intermediate container 86c60ecacce2 19:30:05 ---> ad3d51cec4cb 19:30:05 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:30:05 ---> Running in ef6a6391d159 19:30:09 Removing intermediate container ef6a6391d159 19:30:09 ---> c06da33dfa12 19:30:09 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:30:09 ---> Running in affb76108b65 19:30:09 Removing intermediate container affb76108b65 19:30:09 ---> 91a4fabb6e29 19:30:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:30:11 ---> e6354aafcb34 19:30:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:30:11 ---> Running in 9f5a11c3a85b 19:30:15 Removing intermediate container 9f5a11c3a85b 19:30:15 ---> 79ca8bd30c83 19:30:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:30:16 ---> 8deb1a464fd8 19:30:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:30:18 ---> 5726c81d7a8a 19:30:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:30:19 ---> d9288bde0b54 19:30:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:30:20 ---> 2292ebb374aa 19:30:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:30:22 ---> 5bc58fecfcad 19:30:22 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:30:22 ---> Running in b5082715e9ba 19:30:23 Removing intermediate container b5082715e9ba 19:30:23 ---> 4137d4465e1a 19:30:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:30:25 ---> 72e172131ebd 19:30:25 Step 26/31 : RUN chmod +x /entrypoint.sh 19:30:25 ---> Running in bffca3074a8d 19:30:29 Removing intermediate container bffca3074a8d 19:30:29 ---> 5540eee2a8ba 19:30:29 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:30:29 ---> Running in c6c7cf0068b8 19:30:30 Removing intermediate container c6c7cf0068b8 19:30:30 ---> c67bdf6e311b 19:30:30 Step 28/31 : CMD ["gate"] 19:30:30 ---> Running in 88aef55a1981 19:30:31 Removing intermediate container 88aef55a1981 19:30:31 ---> d01f5e709662 19:30:31 Step 29/31 : LABEL arch=arm64 19:30:31 ---> Running in ec35e7d8f2cd 19:30:32 Removing intermediate container ec35e7d8f2cd 19:30:32 ---> 5b0283956384 19:30:32 Step 30/31 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:30:33 ---> Running in c1c69edb77be 19:30:33 Removing intermediate container c1c69edb77be 19:30:33 ---> de1ca36711d9 19:30:33 Step 31/31 : LABEL version=0.0.0 19:30:33 ---> Running in 0b760c9710f3 19:30:34 Removing intermediate container 0b760c9710f3 19:30:34 ---> 8e3f2d84eb41 19:30:34 19:30:35 Successfully built 8e3f2d84eb41 19:30:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:31:32  Building docker-security-bootstrapper-go ... done Removing intermediate container 351fc265025e 19:31:32 ---> fb227af44a85 19:31:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:31:32 ---> Running in cd8a76847f21 19:31:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:31:32 Removing intermediate container cd8a76847f21 19:31:32 ---> 4aea46e5de08 19:31:32 19:31:32 Step 11/26 : FROM docker:20.10.0 19:31:32 20.10.0: Pulling from library/docker 19:31:32 Removing intermediate container 8cd32a7666f4 19:31:32 ---> 7b3005b3a4af 19:31:32 19:31:32 Step 10/22 : FROM alpine:3.12 19:31:32 ---> d10569e2745f 19:31:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:31:32 ---> Running in 7ece95b1244b 19:31:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:33 (1/2) Installing ca-certificates (20191127-r4) 19:31:33 (2/2) Installing dumb-init (1.2.2-r1) 19:31:33 Executing busybox-1.31.1-r19.trigger 19:31:33 Executing ca-certificates-20191127-r4.trigger 19:31:34 OK: 6 MiB in 16 packages 19:31:37 Removing intermediate container 7ece95b1244b 19:31:37 ---> 365e096105e7 19:31:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:31:37 ---> Running in 01853a3253bc 19:31:38 Removing intermediate container 01853a3253bc 19:31:38 ---> 63f711b47a72 19:31:38 Step 13/22 : ENV APP_PORT=48060 19:31:39 ---> Running in 1e0e06bd7a1a 19:31:40 Removing intermediate container 1e0e06bd7a1a 19:31:40 ---> ef24634b4d5f 19:31:40 Step 14/22 : EXPOSE $APP_PORT 19:31:40 ---> Running in 9bed686ac05e 19:31:41 Removing intermediate container 9bed686ac05e 19:31:41 ---> b19862e1ba8e 19:31:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:31:41 Status: Downloaded newer image for docker:20.10.0 19:31:41 ---> eeaf43b92773 19:31:41 Step 12/26 : RUN apk add --no-cache bash 19:31:41 ---> Running in 2e8ff9e1604f 19:31:42 Removing intermediate container 5f25b92f9e5a 19:31:42 ---> 0bb1b8f9e9ed 19:31:42 19:31:42 Step 10/23 : FROM alpine:3.12 19:31:42 ---> d10569e2745f 19:31:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:31:42 ---> 45dd019df220 19:31:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:31:42 ---> Running in 5b36e8d0d54e 19:31:43 Removing intermediate container 5b36e8d0d54e 19:31:43 ---> 9913752b155d 19:31:43 Step 12/23 : ENV APP_PORT=48080 19:31:43 ---> Running in b3a21d3bea4c 19:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:43 ---> cca0f5d62fba 19:31:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:31:44 Removing intermediate container b3a21d3bea4c 19:31:44 ---> c0cbe6386731 19:31:44 Step 13/23 : EXPOSE $APP_PORT 19:31:44 ---> Running in 83651ece1098 19:31:44 (1/2) Installing readline (8.0.4-r0) 19:31:44 (2/2) Installing bash (5.0.17-r0) 19:31:44 Executing bash-5.0.17-r0.post-install 19:31:44 Executing busybox-1.31.1-r19.trigger 19:31:44 OK: 12 MiB in 22 packages 19:31:44 Removing intermediate container 83651ece1098 19:31:44 ---> e383b4f5949f 19:31:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:31:45 ---> 644fffec5ca4 19:31:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:31:45 ---> Running in e435dd89b3ee 19:31:45 ---> Running in 452ff8f6a985 19:31:46 Removing intermediate container 452ff8f6a985 19:31:46 ---> 803b21370119 19:31:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:46 Removing intermediate container 2e8ff9e1604f 19:31:46 ---> ad786a56a819 19:31:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:31:46 ---> Running in f256ab4fcd94 19:31:46 ---> Running in c5dacfb1dc69 19:31:47 Removing intermediate container f256ab4fcd94 19:31:47 ---> abbcea1e7b6b 19:31:47 Step 20/22 : LABEL arch=arm64 19:31:47 Removing intermediate container c5dacfb1dc69 19:31:47 ---> eb534e0c53c7 19:31:47 Step 14/26 : ENV APP_PORT=48090 19:31:47 ---> Running in 6f6139a1efd4 19:31:47 ---> Running in 81a9851042a2 19:31:47 Removing intermediate container 6f6139a1efd4 19:31:47 ---> 72d67a68a75d 19:31:47 Step 21/22 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:31:47 ---> Running in eda22ca2d057 19:31:47 Removing intermediate container 81a9851042a2 19:31:47 ---> 15b4bc74a3f0 19:31:47 Step 15/26 : EXPOSE $APP_PORT 19:31:48 Removing intermediate container e435dd89b3ee 19:31:48 ---> 6eab31caf332 19:31:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:31:48 ---> Running in b9db051cea72 19:31:48 ---> Running in f0a891187f75 19:31:48 Removing intermediate container eda22ca2d057 19:31:48 ---> 101e7154ba58 19:31:48 Step 22/22 : LABEL version=0.0.0 19:31:48 ---> Running in 621b41679bba 19:31:48 Removing intermediate container b9db051cea72 19:31:48 ---> 715fa32b3081 19:31:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:31:49 Removing intermediate container 621b41679bba 19:31:49 ---> 6a42236ed130 19:31:49 19:31:49 Successfully built 6a42236ed130 19:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:49 Successfully tagged docker-support-notifications-go-arm64:latest 19:31:50  Building docker-support-notifications-go ... done  ---> 29ad97fc2abc 19:31:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:51 ---> 739d9148793a 19:31:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:31:51 (1/6) Installing dumb-init (1.2.2-r1) 19:31:51 (2/6) Installing libgcc (9.3.0-r2) 19:31:51 (3/6) Installing libsodium (1.0.18-r0) 19:31:51 (4/6) Installing libstdc++ (9.3.0-r2) 19:31:51 (5/6) Installing libzmq (4.3.3-r0) 19:31:51 ---> 7f7ec9c15915 19:31:51 Step 19/26 : RUN apk --no-cache add py3-pip 19:31:51 (6/6) Installing zeromq (4.3.3-r0) 19:31:52 Executing busybox-1.31.1-r19.trigger 19:31:52 ---> Running in 1246d70ebb2d 19:31:52 OK: 8 MiB in 20 packages 19:31:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:31:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:31:53 Removing intermediate container f0a891187f75 19:31:53 ---> 95ee2e8a59ab 19:31:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:31:54 (1/33) Installing libbz2 (1.0.8-r1) 19:31:54 (2/33) Installing expat (2.2.9-r1) 19:31:54 (3/33) Installing libffi (3.3-r2) 19:31:54 (4/33) Installing gdbm (1.13-r1) 19:31:54 (5/33) Installing xz-libs (5.2.5-r0) 19:31:54 (6/33) Installing sqlite-libs (3.32.1-r0) 19:31:54 (7/33) Installing python3 (3.8.8-r0) 19:31:54 ---> c7cc9b7d50e6 19:31:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:31:55 (8/33) Installing py3-appdirs (1.4.4-r1) 19:31:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:31:55 (10/33) Installing py3-parsing (2.4.7-r0) 19:31:55 (11/33) Installing py3-six (1.15.0-r0) 19:31:55 (12/33) Installing py3-packaging (20.4-r0) 19:31:55 (13/33) Installing py3-setuptools (47.0.0-r0) 19:31:55 (14/33) Installing py3-chardet (3.0.4-r4) 19:31:56 (15/33) Installing py3-idna (2.9-r0) 19:31:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:31:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:31:56 (18/33) Installing py3-requests (2.23.0-r0) 19:31:56 (19/33) Installing py3-msgpack (1.0.0-r0) 19:31:56 (20/33) Installing py3-lockfile (0.12.2-r3) 19:31:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:31:56 (22/33) Installing py3-colorama (0.4.3-r0) 19:31:56 (23/33) Installing py3-distlib (0.3.0-r0) 19:31:56 (24/33) Installing py3-distro (1.5.0-r1) 19:31:56 (25/33) Installing py3-webencodings (0.5.1-r3) 19:31:56 (26/33) Installing py3-html5lib (1.0.1-r4) 19:31:56 (27/33) Installing py3-pytoml (0.1.21-r0) 19:31:56 (28/33) Installing py3-pep517 (0.8.2-r0) 19:31:56 (29/33) Installing py3-progress (1.5-r0) 19:31:56 (30/33) Installing py3-toml (0.10.1-r0) 19:31:56 (31/33) Installing py3-retrying (1.3.3-r0) 19:31:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:31:56 (33/33) Installing py3-pip (20.1.1-r0) 19:31:56 ---> a95d2fb2e882 19:31:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:31:56 Executing busybox-1.31.1-r19.trigger 19:31:56 OK: 71 MiB in 55 packages 19:31:57 ---> be58860bf70f 19:31:57 Step 19/23 : ENTRYPOINT ["/core-data"] 19:31:57 ---> Running in f03b04ef8626 19:31:58 Removing intermediate container f03b04ef8626 19:31:58 ---> 556c2d94a02a 19:31:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:31:58 ---> Running in 48fac726251b 19:31:59 Removing intermediate container 48fac726251b 19:31:59 ---> b8df9885a600 19:31:59 Step 21/23 : LABEL arch=arm64 19:31:59 ---> Running in f8bc1c7ebea1 19:31:59 Removing intermediate container f8bc1c7ebea1 19:31:59 ---> c094a570af11 19:31:59 Step 22/23 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:32:00 ---> Running in 8e2f7540bccd 19:32:00 Removing intermediate container 8e2f7540bccd 19:32:00 ---> 41a8f5d9b9af 19:32:00 Step 23/23 : LABEL version=0.0.0 19:32:00 ---> Running in 9d99dc30505b 19:32:01 Removing intermediate container 9d99dc30505b 19:32:01 ---> 80184740bfc0 19:32:01 19:32:02 Successfully built 80184740bfc0 19:32:02 Successfully tagged docker-core-data-go-arm64:latest 19:32:02  Building docker-core-data-go ... done Removing intermediate container 1246d70ebb2d 19:32:02 ---> 4ede9ba83020 19:32:02 Step 20/26 : RUN pip install docker-compose==1.23.2 19:32:02 ---> Running in ff249eaeac43 19:32:08 Collecting docker-compose==1.23.2 19:32:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:32:08 Collecting texttable<0.10,>=0.9.0 19:32:08 Downloading texttable-0.9.1.tar.gz (11 kB) 19:32:11 Collecting docker<4.0,>=3.6.0 19:32:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:32:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:32:12 Collecting jsonschema<3,>=2.5.1 19:32:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:32:13 Collecting PyYAML<4,>=3.10 19:32:13 Downloading PyYAML-3.13.tar.gz (270 kB) 19:32:17 Collecting websocket-client<1.0,>=0.32.0 19:32:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:32:17 Collecting cached-property<2,>=1.2.0 19:32:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:32:18 Collecting docopt<0.7,>=0.6.1 19:32:18 Downloading docopt-0.6.2.tar.gz (25 kB) 19:32:21 Collecting dockerpty<0.5,>=0.4.1 19:32:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:32:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:32:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:32:24 Collecting docker-pycreds>=0.4.0 19:32:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:32:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:32:25 Collecting idna<2.8,>=2.5 19:32:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:32:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:32:26 Collecting urllib3<1.25,>=1.21.1 19:32:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:32:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:32:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:32:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:32:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:32:27 Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, PyYAML, cached-property, docopt, dockerpty, docker-compose 19:32:27 Running setup.py install for texttable: started 19:32:30 Running setup.py install for texttable: finished with status 'done' 19:32:30 Attempting uninstall: idna 19:32:30 Found existing installation: idna 2.9 19:32:30 Uninstalling idna-2.9: 19:32:30 Successfully uninstalled idna-2.9 19:32:31 Attempting uninstall: urllib3 19:32:31 Found existing installation: urllib3 1.25.9 19:32:31 Uninstalling urllib3-1.25.9: 19:32:31 Successfully uninstalled urllib3-1.25.9 19:32:32 Attempting uninstall: requests 19:32:32 Found existing installation: requests 2.23.0 19:32:32 Uninstalling requests-2.23.0: 19:32:32 Successfully uninstalled requests-2.23.0 19:32:34 Running setup.py install for PyYAML: started 19:32:36 Running setup.py install for PyYAML: finished with status 'done' 19:32:36 Running setup.py install for docopt: started 19:32:39 Running setup.py install for docopt: finished with status 'done' 19:32:39 Running setup.py install for dockerpty: started 19:32:41 Running setup.py install for dockerpty: finished with status 'done' 19:32:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 19:32:46 Removing intermediate container ff249eaeac43 19:32:46 ---> 70aa22977505 19:32:46 Step 21/26 : RUN apk --no-cache add curl 19:32:46 ---> Running in 5f50b53f2b9c 19:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:32:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:32:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:32:48 (2/3) Installing libcurl (7.69.1-r3) 19:32:48 (3/3) Installing curl (7.69.1-r3) 19:32:48 Executing busybox-1.31.1-r19.trigger 19:32:48 OK: 72 MiB in 58 packages 19:32:50 Removing intermediate container 5f50b53f2b9c 19:32:50 ---> 5dee37b32439 19:32:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:32:50 ---> Running in 2cf7c983f142 19:32:50 Removing intermediate container 2cf7c983f142 19:32:50 ---> aaee1095c277 19:32:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:32:51 ---> Running in 83577406ba48 19:32:51 Removing intermediate container 83577406ba48 19:32:51 ---> 222ab99db8c9 19:32:51 Step 24/26 : LABEL arch=arm64 19:32:51 ---> Running in 3f67a8353ddf 19:32:52 Removing intermediate container 3f67a8353ddf 19:32:52 ---> 43df31aff605 19:32:52 Step 25/26 : LABEL git_sha=92943d8cb36f1cb6d280a58ccbd3973606d3b70b 19:32:52 ---> Running in 96927f7c2397 19:32:52 Removing intermediate container 96927f7c2397 19:32:52 ---> 6d650d743c5e 19:32:52 Step 26/26 : LABEL version=0.0.0 19:32:52 ---> Running in 14be37e881a2 19:32:53 Removing intermediate container 14be37e881a2 19:32:53 ---> 25f0cf814062 19:32:53 19:32:53 Successfully built 25f0cf814062 19:32:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:32:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:32:54 $ docker stop --time=1 a49dc072498695bea0d6f21b598999d9568ee95855e75c44be49aae7cae6e443 19:32:56 $ docker rm -f a49dc072498695bea0d6f21b598999d9568ee95855e75c44be49aae7cae6e443 [Pipeline] // withDockerContainer [Pipeline] sh 19:32:57 + + docker images 19:32:57 grep docker 19:32:57 docker-sys-mgmt-agent-go-arm64 latest 25f0cf814062 4 seconds ago 300MB 19:32:57 docker-core-data-go-arm64 latest 80184740bfc0 56 seconds ago 21.3MB 19:32:57 docker-support-notifications-go-arm64 latest 6a42236ed130 About a minute ago 16.9MB 19:32:57 docker-security-bootstrapper-go-arm64 latest 8e3f2d84eb41 2 minutes ago 17.8MB 19:32:57 docker-core-metadata-go-arm64 latest fb97f70e0ff4 4 minutes ago 17.9MB 19:32:57 docker-core-command-go-arm64 latest c75b209c6bd1 4 minutes ago 16.4MB 19:32:57 docker-support-scheduler-go-arm64 latest 9934352083e5 4 minutes ago 16.3MB 19:32:57 docker-security-secretstore-setup-go-arm64 latest ea182d5f887a 4 minutes ago 23.7MB 19:32:57 docker-security-proxy-setup-go-arm64 latest 8214dd85f208 4 minutes ago 23.4MB 19:32:57 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:32:58 ---> job-cost.sh 19:32:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UQYW 19:33:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:36:01 lf-activate-venv(): INFO: Adding /tmp/venv-UQYW/bin to PATH 19:36:01 INFO: No Stack... 19:36:01 INFO: Retrieving Pricing Info for: lf-standard-4 19:36:01 INFO: Archiving Costs [Pipeline] sh 19:36:02 + cat /w/workspace/edgex-go/5/archives/cost.csv 19:36:02 + cut -d, -f6 [Pipeline] lock 19:36:02 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-5-stack-cost] 19:36:02 Resource [jenkins-edgexfoundry-edgex-go-PR-3269-5-stack-cost] did not exist. Created. 19:36:02 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:36:02 + echo total: 0.20999999344348907 [Pipeline] stash 19:36:02 Stashed 1 file(s) [Pipeline] } 19:36:02 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:36:04 provisioning config files... 19:36:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config8948259558557560187tmp [Pipeline] { [Pipeline] sh 19:36:05 + set +x 19:36:05 + curl -s https://codecov.io/bash 19:36:05 + bash -s -- 19:36:05 19:36:05 _____ _ 19:36:05 / ____| | | 19:36:05 | | ___ __| | ___ ___ _____ __ 19:36:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:36:05 | |___| (_) | (_| | __/ (_| (_) \ V / 19:36:05 \_____\___/ \__,_|\___|\___\___/ \_/ 19:36:05 Bash-20210309-2b87ace 19:36:05 19:36:05 19:36:05 ==> git version 2.24.3 found 19:36:05 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:36:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:36:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:36:05 ==> Jenkins CI detected. 19:36:05 project root: . 19:36:05 --> token set from env 19:36:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:36:05 ==> Running gcov in . (disable via -X gcov) 19:36:05 ==> Python coveragepy not found 19:36:05 ==> Searching for coverage reports in: 19:36:05 + . 19:36:05 -> Found 1 reports 19:36:05 ==> Detecting git/mercurial file structure 19:36:05 ==> Reading reports 19:36:05 + ./coverage.out bytes=650607 19:36:05 ==> Appending adjustments 19:36:05 https://docs.codecov.io/docs/fixing-reports 19:36:09 + Found adjustments 19:36:09 ==> Gzipping contents 19:36:09 96K /tmp/codecov.dhJzAg.gz 19:36:09 ==> Uploading reports 19:36:09 url: https://codecov.io 19:36:09 query: branch=PR-3269&commit=92943d8cb36f1cb6d280a58ccbd3973606d3b70b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 19:36:09 -> Pinging Codecov 19:36:09 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3269&commit=92943d8cb36f1cb6d280a58ccbd3973606d3b70b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 19:36:09 -> Uploading to 19:36:09 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/92943d8cb36f1cb6d280a58ccbd3973606d3b70b/72080843-4d31-4769-8dcf-4c1a3c5a257e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T193609Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ab95a77bb172e0f08cb87c89bdea7abc251077783c394302d425420a8f1f5993 19:36:09 % Total % Received % Xferd Average Speed Time Time Time Current 19:36:09 Dload Upload Total Spent Left Speed 19:36:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95087 0 0 100 95087 0 183k --:--:-- --:--:-- --:--:-- 183k 19:36:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/92943d8cb36f1cb6d280a58ccbd3973606d3b70b [Pipeline] } 19:36:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:36:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:36:13 ---> package-listing.sh 19:36:13 ++ facter osfamily 19:36:13 ++ tr '[:upper:]' '[:lower:]' 19:36:13 + OS_FAMILY=redhat 19:36:13 + workspace=/w/workspace/edgex-go/5 19:36:13 + START_PACKAGES=/tmp/packages_start.txt 19:36:13 + END_PACKAGES=/tmp/packages_end.txt 19:36:13 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:36:13 + PACKAGES=/tmp/packages_start.txt 19:36:13 + '[' /w/workspace/edgex-go/5 ']' 19:36:13 + PACKAGES=/tmp/packages_end.txt 19:36:13 + case "${OS_FAMILY}" in 19:36:13 + rpm -qa 19:36:13 + sort 19:36:18 + '[' -f /tmp/packages_start.txt ']' 19:36:18 + '[' -f /tmp/packages_end.txt ']' 19:36:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:36:18 + '[' /w/workspace/edgex-go/5 ']' 19:36:18 + mkdir -p /w/workspace/edgex-go/5/archives/ 19:36:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 19:36:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:36:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:36:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:19 19:36:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:36:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:19 alpine: Pulling from edgex-lftools-log-publisher 19:36:19 df20fa9351a1: Pulling fs layer 19:36:19 36b3adc4ff6f: Pulling fs layer 19:36:19 8ad3a11d3b57: Pulling fs layer 19:36:19 46f8f816bc3b: Pulling fs layer 19:36:19 93b61091891f: Pulling fs layer 19:36:19 93b9cdb0e59b: Pulling fs layer 19:36:19 5e14af77c1be: Pulling fs layer 19:36:19 01666e4c0597: Pulling fs layer 19:36:19 aa168da1d23b: Pulling fs layer 19:36:19 93b9cdb0e59b: Waiting 19:36:19 01666e4c0597: Waiting 19:36:19 5e14af77c1be: Waiting 19:36:19 aa168da1d23b: Waiting 19:36:19 46f8f816bc3b: Waiting 19:36:19 93b61091891f: Waiting 19:36:19 36b3adc4ff6f: Verifying Checksum 19:36:19 36b3adc4ff6f: Download complete 19:36:19 46f8f816bc3b: Verifying Checksum 19:36:19 46f8f816bc3b: Download complete 19:36:19 df20fa9351a1: Verifying Checksum 19:36:19 93b9cdb0e59b: Verifying Checksum 19:36:19 93b9cdb0e59b: Download complete 19:36:19 5e14af77c1be: Verifying Checksum 19:36:19 5e14af77c1be: Download complete 19:36:19 01666e4c0597: Verifying Checksum 19:36:19 01666e4c0597: Download complete 19:36:20 df20fa9351a1: Pull complete 19:36:20 36b3adc4ff6f: Pull complete 19:36:20 8ad3a11d3b57: Verifying Checksum 19:36:20 8ad3a11d3b57: Download complete 19:36:20 93b61091891f: Verifying Checksum 19:36:20 93b61091891f: Download complete 19:36:21 8ad3a11d3b57: Pull complete 19:36:21 46f8f816bc3b: Pull complete 19:36:22 aa168da1d23b: Verifying Checksum 19:36:22 aa168da1d23b: Download complete 19:36:23 93b61091891f: Pull complete 19:36:23 93b9cdb0e59b: Pull complete 19:36:23 5e14af77c1be: Pull complete 19:36:23 01666e4c0597: Pull complete 19:36:31 aa168da1d23b: Pull complete 19:36:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:36:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:36:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:36:31 prd-centos7-docker-4c-2g-30908 does not seem to be running inside a container 19:36:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:36:38 $ docker top db8cea6cf51f78ea08319f1464a3a4f77ce4a0a22913173408f44b2f1bf15500 -eo pid,comm [Pipeline] { [Pipeline] sh 19:36:39 + touch /tmp/pre-build-complete [Pipeline] sh 19:36:39 + mkdir -p /var/log/sa [Pipeline] sh 19:36:39 + ls /var/log/sa-host 19:36:39 + sadf -c /var/log/sa-host/sa22 19:36:39 file_magic: OK 19:36:39 HZ: Using current value: 100 19:36:39 file_header: OK 19:36:39 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:36:39 Statistics: 19:36:39 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:36:39 File successfully converted to sysstat format version 12.2.1 19:36:39 + sadf -c /var/log/sa-host/sa23 19:36:39 file_magic: OK 19:36:39 HZ: Using current value: 100 19:36:39 file_header: OK 19:36:39 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:36:39 Statistics: 19:36:39 Hnuu...uuuununununu... 19:36:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:36:40 provisioning config files... 19:36:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1357449825550768307tmp [Pipeline] { [Pipeline] echo 19:36:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:36:40 ---> create-netrc.sh [Pipeline] } 19:36:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:36:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:36:41 ---> python-tools-install.sh [Pipeline] echo 19:36:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:36:41 ---> sudo-logs.sh 19:36:41 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:36:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:36:41 ---> job-cost.sh 19:36:41 lf-activate-venv: SKIPPING 19:36:41 DEBUG: total: 0.20999999344348907 19:36:41 INFO: Retrieving Stack Cost... 19:36:42 INFO: Retrieving Pricing Info for: v1-standard-2 19:36:43 INFO: Archiving Costs [Pipeline] echo 19:36:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:36:43 ---> logs-deploy.sh 19:36:43 lf-activate-venv: SKIPPING 19:36:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/5 19:36:43 INFO: archiving workspace using pattern(s): 19:36:46 Archives upload complete. 19:36:46 INFO: archiving logs to Nexus 19:36:47 ---> uname -a: 19:36:47 Linux prd-centos7-docker-4c-2g-30908.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 19:36:47 19:36:47 19:36:47 ---> lscpu: 19:36:47 Architecture: x86_64 19:36:47 CPU op-mode(s): 32-bit, 64-bit 19:36:47 Byte Order: Little Endian 19:36:47 Address sizes: 40 bits physical, 48 bits virtual 19:36:47 CPU(s): 4 19:36:47 On-line CPU(s) list: 0-3 19:36:47 Thread(s) per core: 1 19:36:47 Core(s) per socket: 1 19:36:47 Socket(s): 4 19:36:47 NUMA node(s): 1 19:36:47 Vendor ID: GenuineIntel 19:36:47 CPU family: 6 19:36:47 Model: 44 19:36:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 19:36:47 Stepping: 1 19:36:47 CPU MHz: 2933.438 19:36:47 BogoMIPS: 5866.87 19:36:47 Virtualization: VT-x 19:36:47 Hypervisor vendor: KVM 19:36:47 Virtualization type: full 19:36:47 L1d cache: 128 KiB 19:36:47 L1i cache: 128 KiB 19:36:47 L2 cache: 16 MiB 19:36:47 L3 cache: 64 MiB 19:36:47 NUMA node0 CPU(s): 0-3 19:36:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 19:36:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 19:36:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 19:36:47 Vulnerability Meltdown: Mitigation; PTI 19:36:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 19:36:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 19:36:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 19:36:47 Vulnerability Srbds: Not affected 19:36:47 Vulnerability Tsx async abort: Not affected 19:36:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 19:36:47 19:36:47 19:36:47 ---> nproc: 19:36:47 4 19:36:47 19:36:47 19:36:47 ---> df -h: 19:36:47 Filesystem Size Used Available Use% Mounted on 19:36:47 overlay 50.0G 11.7G 38.2G 24% / 19:36:47 tmpfs 64.0M 0 64.0M 0% /dev 19:36:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 19:36:47 shm 64.0M 0 64.0M 0% /dev/shm 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /facter-os 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/resolv.conf 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hostname 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hosts 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/auth.log 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /run/cloud-init/result.json 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/sa-host 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/secure 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/5 19:36:47 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/5@tmp 19:36:47 19:36:47 19:36:47 ---> free -m: 19:36:47 total used free shared buff/cache available 19:36:47 Mem: 1837 739 126 0 972 1014 19:36:47 Swap: 1023 52 971 19:36:47 19:36:47 19:36:47 ---> ip addr: 19:36:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 19:36:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 19:36:47 inet 127.0.0.1/8 scope host lo 19:36:47 valid_lft forever preferred_lft forever 19:36:47 inet6 ::1/128 scope host 19:36:47 valid_lft forever preferred_lft forever 19:36:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 19:36:47 link/ether fa:16:3e:e0:f6:d9 brd ff:ff:ff:ff:ff:ff 19:36:47 inet 10.30.122.92/23 brd 10.30.123.255 scope global dynamic eth0 19:36:47 valid_lft 84934sec preferred_lft 84934sec 19:36:47 inet6 fe80::f816:3eff:fee0:f6d9/64 scope link 19:36:47 valid_lft forever preferred_lft forever 19:36:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 19:36:47 link/ether 02:42:ee:68:68:08 brd ff:ff:ff:ff:ff:ff 19:36:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 19:36:47 valid_lft forever preferred_lft forever 19:36:47 inet6 fe80::42:eeff:fe68:6808/64 scope link 19:36:47 valid_lft forever preferred_lft forever 19:36:47 19:36:47 19:36:47 ---> sar -b -r -n DEV: 19:36:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 19:36:47 19:36:47 19:12:10 LINUX RESTART (4 CPU) 19:36:47 19:36:47 19:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 19:36:47 19:14:01 200.86 75.90 124.96 0.00 9726.66 46612.67 0.00 19:36:47 19:15:01 268.00 97.21 170.79 0.00 4043.48 24423.30 0.00 19:36:47 19:16:01 124.75 58.78 65.98 0.00 2172.47 6672.71 0.00 19:36:47 19:17:01 135.81 38.09 97.72 0.00 2420.49 23216.43 0.00 19:36:47 19:18:02 1513.77 1206.92 306.85 0.00 128703.32 184629.21 0.00 19:36:47 19:19:01 1509.65 1248.70 260.95 0.00 110737.49 126513.52 0.00 19:36:47 19:20:02 1089.10 773.16 315.93 0.00 83157.64 141707.75 0.00 19:36:47 19:21:01 1281.05 989.67 291.38 0.00 77477.71 84144.31 0.00 19:36:47 19:22:01 156.17 16.34 139.83 0.00 3285.06 22319.27 0.00 19:36:47 19:23:01 4.71 0.40 4.31 0.00 17.72 127.26 0.00 19:36:47 19:24:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 19:36:47 19:25:01 0.30 0.00 0.30 0.00 0.00 4.21 0.00 19:36:47 19:26:01 0.27 0.02 0.25 0.00 0.53 2.46 0.00 19:36:47 19:27:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 19:36:47 19:28:01 2.51 1.75 0.77 0.00 166.23 16.07 0.00 19:36:47 19:29:01 0.25 0.00 0.25 0.00 0.00 3.28 0.00 19:36:47 19:30:01 0.28 0.02 0.27 0.00 0.53 3.35 0.00 19:36:47 19:31:01 0.25 0.00 0.25 0.00 0.00 2.51 0.00 19:36:47 19:32:01 0.28 0.00 0.28 0.00 0.00 4.05 0.00 19:36:47 19:33:01 0.25 0.02 0.23 0.00 0.40 3.10 0.00 19:36:47 19:34:02 0.17 0.00 0.17 0.00 0.00 1.52 0.00 19:36:47 19:35:01 0.30 0.02 0.29 0.00 0.54 3.45 0.00 19:36:47 19:36:01 0.63 0.00 0.63 0.00 0.00 6.66 0.00 19:36:47 Average: 273.69 196.09 77.60 0.00 18383.85 28811.20 0.00 19:36:47 19:36:47 19:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 19:36:47 19:14:01 125588 0 698260 37.11 2396 1055300 1435752 49.00 554164 954380 19192 19:36:47 19:15:01 233788 0 785524 41.75 904 861328 1730988 59.08 625368 743284 10364 19:36:47 19:16:01 268324 0 799620 42.50 672 812928 1653620 56.44 601636 720444 57484 19:36:47 19:17:01 192572 0 757088 40.24 504 931380 1309000 44.67 544952 840816 85096 19:36:47 19:18:02 75088 0 854540 45.42 24 951892 2344724 80.02 674772 906596 81632 19:36:47 19:19:01 345632 0 982092 52.20 24 553796 4076380 139.12 601360 657908 38036 19:36:47 19:20:02 458028 0 713276 37.91 24 710216 1989044 67.88 442864 750056 64 19:36:47 19:21:01 67256 0 916308 48.70 24 897956 1866288 63.69 851388 711956 13084 19:36:47 19:22:01 155008 0 658244 34.98 24 1068268 1197552 40.87 576636 900184 20 19:36:47 19:23:01 156344 0 656492 34.89 24 1068684 1186236 40.48 575868 900184 16 19:36:47 19:24:01 158656 0 654172 34.77 24 1068692 1166704 39.82 574320 899732 12 19:36:47 19:25:01 158944 0 653876 34.75 24 1068700 1166704 39.82 574472 899728 8 19:36:47 19:26:01 158876 0 653952 34.76 24 1068692 1166704 39.82 574600 899728 12 19:36:47 19:27:01 159048 0 653760 34.75 24 1068712 1166704 39.82 574604 899744 8 19:36:47 19:28:01 150760 0 657772 34.96 24 1072988 1166812 39.82 580752 901148 20 19:36:47 19:29:01 151292 0 657224 34.93 24 1073004 1166704 39.82 580216 901152 12 19:36:47 19:30:01 151392 0 657136 34.93 24 1072992 1166704 39.82 580344 901148 8 19:36:47 19:31:01 151128 0 657372 34.94 24 1073020 1166704 39.82 580352 901164 8 19:36:47 19:32:01 151300 0 657196 34.93 24 1073024 1166768 39.82 580232 901164 8 19:36:47 19:33:01 150784 0 657704 34.96 24 1073032 1166840 39.82 580608 901176 8 19:36:47 19:34:02 151200 0 657280 34.93 24 1073040 1166768 39.82 580128 901176 12 19:36:47 19:35:01 151176 0 657296 34.93 24 1073048 1166768 39.82 580256 901192 8 19:36:47 19:36:01 151300 0 657164 34.93 24 1073056 1166768 39.82 580384 901192 8 19:36:47 Average: 177108 0 711015 37.79 214 993206 1476402 50.39 590012 860663 13266 19:36:47 19:36:47 19:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 19:36:47 19:14:01 veth86dd287 3.76 12.37 0.25 72.37 0.00 0.00 0.00 0.00 19:36:47 19:14:01 eth0 1183.98 1163.68 5930.38 136.72 0.00 0.00 0.00 0.00 19:36:47 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:14:01 docker0 851.87 807.62 70.48 2760.53 0.00 0.00 0.00 0.00 19:36:47 19:15:01 vethcddaed8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:36:47 19:15:01 eth0 204.27 153.51 789.01 24.14 0.00 0.00 0.00 0.00 19:36:47 19:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:15:01 docker0 135.46 172.52 10.20 760.45 0.00 0.00 0.00 0.00 19:36:47 19:16:01 vethcddaed8 1.98 1.98 0.16 0.16 0.00 0.00 0.00 0.00 19:36:47 19:16:01 eth0 40.14 25.90 24.84 58.24 0.00 0.00 0.00 0.00 19:36:47 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:16:01 docker0 1.98 1.98 0.13 0.16 0.00 0.00 0.00 0.00 19:36:47 19:17:01 eth0 190.54 145.34 1690.07 22.00 0.00 0.00 0.00 0.00 19:36:47 19:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:18:02 eth0 87.87 64.56 177.46 73.90 0.00 0.00 0.00 0.00 19:36:47 19:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:18:02 veth8c6dcfd 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 19:36:47 19:18:02 docker0 14.54 25.22 0.83 144.03 0.00 0.00 0.00 0.00 19:36:47 19:19:01 veth4ba158a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 19:36:47 19:19:01 eth0 10.39 5.36 8.88 3.58 0.00 0.00 0.00 0.00 19:36:47 19:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:19:01 veth8c6dcfd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:20:02 vethf4ed2e5 0.30 0.33 0.02 0.70 0.00 0.00 0.00 0.00 19:36:47 19:20:02 eth0 65.49 40.43 238.24 13.34 0.00 0.00 0.00 0.00 19:36:47 19:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:20:02 vetha10dda7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:21:01 eth0 54.09 33.20 111.40 74.60 0.00 0.00 0.00 0.00 19:36:47 19:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:21:01 veth8c6dcfd 0.00 0.89 0.00 0.04 0.00 0.00 0.00 0.00 19:36:47 19:21:01 vethd98d3b5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 19:36:47 19:22:01 eth0 240.27 176.21 1696.01 88.03 0.00 0.00 0.00 0.00 19:36:47 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:22:01 docker0 1066.47 1119.85 85.46 4373.98 0.00 0.00 0.00 0.00 19:36:47 19:23:01 eth0 1.70 0.80 0.83 0.48 0.00 0.00 0.00 0.00 19:36:47 19:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:24:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:36:47 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:36:47 19:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:26:01 eth0 0.40 0.08 0.02 0.01 0.00 0.00 0.00 0.00 19:36:47 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:27:01 eth0 0.52 0.08 0.05 0.01 0.00 0.00 0.00 0.00 19:36:47 19:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:28:01 eth0 0.73 0.48 0.41 0.27 0.00 0.00 0.00 0.00 19:36:47 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:36:47 19:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:30:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:31:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:32:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:36:47 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:33:01 eth0 0.28 0.23 0.14 0.07 0.00 0.00 0.00 0.00 19:36:47 19:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:34:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 19:36:47 19:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:35:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:36:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 19:36:47 19:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 Average: eth0 90.73 78.93 465.05 21.56 0.00 0.00 0.00 0.00 19:36:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 19:36:47 Average: docker0 46.47 48.79 3.72 190.57 0.00 0.00 0.00 0.00 19:36:47 19:36:47 19:36:47 ---> sar -P ALL: 19:36:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/22/21 _x86_64_ (4 CPU) 19:36:47 19:36:47 19:12:10 LINUX RESTART (4 CPU) 19:36:47 19:36:47 19:13:01 CPU %user %nice %system %iowait %steal %idle 19:36:47 19:14:01 all 16.41 0.00 9.28 1.94 0.11 72.26 19:36:47 19:14:01 0 15.58 0.00 12.61 1.18 0.09 70.55 19:36:47 19:14:01 1 13.17 0.00 8.53 1.44 0.10 76.76 19:36:47 19:14:01 2 22.26 0.00 7.44 1.99 0.14 68.16 19:36:47 19:14:01 3 14.63 0.00 8.58 3.14 0.12 73.53 19:36:47 19:15:01 all 27.42 0.00 9.61 6.30 0.11 56.57 19:36:47 19:15:01 0 28.37 0.00 10.23 3.58 0.12 57.70 19:36:47 19:15:01 1 27.47 0.00 8.49 4.91 0.09 59.05 19:36:47 19:15:01 2 26.59 0.00 9.86 10.29 0.09 53.18 19:36:47 19:15:01 3 27.25 0.00 9.85 6.43 0.14 56.34 19:36:47 19:16:01 all 48.78 0.00 13.27 2.47 0.11 35.36 19:36:47 19:16:01 0 48.16 0.00 13.38 2.79 0.11 35.56 19:36:47 19:16:01 1 48.35 0.00 12.93 2.51 0.11 36.10 19:36:47 19:16:01 2 49.75 0.00 13.18 2.40 0.12 34.54 19:36:47 19:16:01 3 48.87 0.00 13.58 2.19 0.11 35.25 19:36:47 19:17:01 all 39.27 0.00 13.49 3.81 0.10 43.33 19:36:47 19:17:01 0 39.42 0.00 14.06 2.98 0.14 43.40 19:36:47 19:17:01 1 40.33 0.00 13.63 4.70 0.07 41.27 19:36:47 19:17:01 2 38.12 0.00 13.62 3.50 0.10 44.66 19:36:47 19:17:01 3 39.20 0.00 12.64 4.06 0.09 44.00 19:36:47 19:18:02 all 20.31 0.00 25.84 13.33 0.16 40.35 19:36:47 19:18:02 0 19.38 0.00 26.13 12.73 0.19 41.58 19:36:47 19:18:02 1 20.28 0.00 25.31 12.64 0.14 41.63 19:36:47 19:18:02 2 20.22 0.00 25.26 14.85 0.16 39.51 19:36:47 19:18:02 3 21.39 0.00 26.68 13.10 0.17 38.66 19:36:47 19:19:01 all 46.30 0.00 19.87 18.97 0.16 14.69 19:36:47 19:19:01 0 44.74 0.00 20.83 20.61 0.14 13.68 19:36:47 19:19:01 1 46.82 0.00 18.82 17.39 0.16 16.82 19:36:47 19:19:01 2 46.71 0.00 20.29 18.67 0.19 14.13 19:36:47 19:19:01 3 46.93 0.00 19.57 19.25 0.14 14.11 19:36:47 19:20:02 all 30.67 0.00 22.82 18.49 0.14 27.88 19:36:47 19:20:02 0 31.32 0.00 22.95 18.16 0.16 27.41 19:36:47 19:20:02 1 30.30 0.00 21.98 17.51 0.16 30.05 19:36:47 19:20:02 2 30.94 0.00 22.97 20.81 0.10 25.17 19:36:47 19:20:02 3 30.10 0.00 23.38 17.45 0.16 28.91 19:36:47 19:21:01 all 49.31 0.00 20.47 17.86 0.24 12.11 19:36:47 19:21:01 0 48.65 0.00 21.34 19.67 0.28 10.06 19:36:47 19:21:01 1 49.12 0.00 20.07 17.67 0.22 12.93 19:36:47 19:21:01 2 50.34 0.00 21.12 17.85 0.21 10.48 19:36:47 19:21:01 3 49.13 0.00 19.35 16.23 0.25 15.04 19:36:47 19:22:01 all 9.64 0.00 6.50 4.72 0.24 78.90 19:36:47 19:22:01 0 11.33 0.00 7.05 4.97 0.20 76.45 19:36:47 19:22:01 1 10.71 0.00 7.34 5.41 0.22 76.31 19:36:47 19:22:01 2 7.63 0.00 6.35 4.90 0.26 80.85 19:36:47 19:22:01 3 8.88 0.00 5.27 3.60 0.27 81.97 19:36:47 19:23:01 all 0.08 0.00 0.05 0.00 0.02 99.85 19:36:47 19:23:01 0 0.07 0.00 0.07 0.00 0.02 99.85 19:36:47 19:23:01 1 0.12 0.00 0.08 0.00 0.02 99.78 19:36:47 19:23:01 2 0.10 0.00 0.05 0.00 0.02 99.83 19:36:47 19:23:01 3 0.03 0.00 0.02 0.00 0.03 99.92 19:36:47 19:24:01 all 0.18 0.00 0.05 0.00 0.01 99.77 19:36:47 19:24:01 0 0.05 0.00 0.05 0.00 0.02 99.88 19:36:47 19:24:01 1 0.07 0.00 0.05 0.00 0.02 99.87 19:36:47 19:24:01 2 0.53 0.00 0.03 0.00 0.02 99.42 19:36:47 19:24:01 3 0.05 0.00 0.05 0.00 0.00 99.90 19:36:47 19:36:47 19:24:01 CPU %user %nice %system %iowait %steal %idle 19:36:47 19:25:01 all 0.15 0.00 0.05 0.00 0.01 99.80 19:36:47 19:25:01 0 0.02 0.00 0.03 0.00 0.00 99.95 19:36:47 19:25:01 1 0.05 0.00 0.07 0.00 0.03 99.85 19:36:47 19:25:01 2 0.48 0.00 0.02 0.00 0.00 99.50 19:36:47 19:25:01 3 0.03 0.00 0.07 0.00 0.00 99.90 19:36:47 19:26:01 all 0.17 0.00 0.07 0.00 0.01 99.74 19:36:47 19:26:01 0 0.05 0.00 0.07 0.00 0.02 99.87 19:36:47 19:26:01 1 0.07 0.00 0.07 0.00 0.02 99.85 19:36:47 19:26:01 2 0.53 0.00 0.07 0.00 0.00 99.40 19:36:47 19:26:01 3 0.05 0.00 0.08 0.02 0.00 99.85 19:36:47 19:27:01 all 0.15 0.00 0.03 0.00 0.00 99.82 19:36:47 19:27:01 0 0.03 0.00 0.02 0.00 0.00 99.95 19:36:47 19:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:36:47 19:27:01 2 0.52 0.00 0.02 0.00 0.00 99.47 19:36:47 19:27:01 3 0.02 0.00 0.03 0.00 0.00 99.95 19:36:47 19:28:01 all 0.23 0.00 0.08 0.02 0.02 99.64 19:36:47 19:28:01 0 0.05 0.00 0.05 0.00 0.02 99.88 19:36:47 19:28:01 1 0.23 0.00 0.12 0.08 0.05 99.52 19:36:47 19:28:01 2 0.60 0.00 0.05 0.00 0.02 99.33 19:36:47 19:28:01 3 0.03 0.00 0.10 0.02 0.02 99.83 19:36:47 19:29:01 all 0.11 0.00 0.04 0.00 0.01 99.85 19:36:47 19:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:36:47 19:29:01 1 0.05 0.00 0.07 0.00 0.02 99.87 19:36:47 19:29:01 2 0.33 0.00 0.03 0.00 0.02 99.62 19:36:47 19:29:01 3 0.03 0.00 0.03 0.00 0.00 99.93 19:36:47 19:30:01 all 0.08 0.00 0.04 0.00 0.01 99.87 19:36:47 19:30:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:36:47 19:30:01 1 0.05 0.00 0.05 0.00 0.03 99.87 19:36:47 19:30:01 2 0.23 0.00 0.03 0.00 0.00 99.73 19:36:47 19:30:01 3 0.03 0.00 0.05 0.00 0.00 99.92 19:36:47 19:31:01 all 0.16 0.00 0.03 0.00 0.00 99.80 19:36:47 19:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:36:47 19:31:01 1 0.07 0.00 0.07 0.00 0.02 99.85 19:36:47 19:31:01 2 0.53 0.00 0.03 0.00 0.00 99.43 19:36:47 19:31:01 3 0.03 0.00 0.02 0.00 0.00 99.95 19:36:47 19:32:01 all 0.17 0.00 0.02 0.00 0.01 99.80 19:36:47 19:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:36:47 19:32:01 1 0.07 0.00 0.03 0.00 0.00 99.90 19:36:47 19:32:01 2 0.08 0.00 0.02 0.00 0.02 99.88 19:36:47 19:32:01 3 0.50 0.00 0.03 0.00 0.02 99.45 19:36:47 19:33:01 all 0.17 0.00 0.04 0.00 0.00 99.79 19:36:47 19:33:01 0 0.03 0.00 0.03 0.00 0.02 99.92 19:36:47 19:33:01 1 0.05 0.00 0.05 0.00 0.00 99.90 19:36:47 19:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 19:36:47 19:33:01 3 0.55 0.00 0.05 0.00 0.00 99.40 19:36:47 19:34:02 all 0.15 0.00 0.03 0.00 0.00 99.82 19:36:47 19:34:02 0 0.05 0.00 0.05 0.00 0.00 99.90 19:36:47 19:34:02 1 0.33 0.00 0.03 0.00 0.00 99.63 19:36:47 19:34:02 2 0.02 0.00 0.02 0.00 0.00 99.97 19:36:47 19:34:02 3 0.20 0.00 0.03 0.00 0.00 99.77 19:36:47 19:35:01 all 0.07 0.00 0.04 0.00 0.00 99.89 19:36:47 19:35:01 0 0.03 0.00 0.03 0.00 0.00 99.93 19:36:47 19:35:01 1 0.03 0.00 0.03 0.00 0.02 99.92 19:36:47 19:35:01 2 0.03 0.00 0.02 0.00 0.00 99.95 19:36:47 19:35:01 3 0.17 0.00 0.07 0.00 0.00 99.76 19:36:47 19:36:47 19:35:01 CPU %user %nice %system %iowait %steal %idle 19:36:47 19:36:01 all 0.06 0.00 0.03 0.00 0.00 99.91 19:36:47 19:36:01 0 0.02 0.00 0.02 0.00 0.00 99.97 19:36:47 19:36:01 1 0.02 0.00 0.02 0.00 0.00 99.97 19:36:47 19:36:01 2 0.02 0.00 0.07 0.00 0.00 99.92 19:36:47 19:36:01 3 0.18 0.00 0.03 0.00 0.00 99.78 19:36:47 Average: all 12.21 0.00 5.98 3.70 0.06 78.05 19:36:47 Average: 0 12.08 0.00 6.28 3.64 0.06 77.93 19:36:47 Average: 1 12.12 0.00 5.82 3.54 0.06 78.45 19:36:47 Average: 2 12.53 0.00 5.95 4.03 0.06 77.44 19:36:47 Average: 3 12.10 0.00 5.87 3.58 0.06 78.39 19:36:47 19:36:47 19:36:47