Pull request #3300 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 004dcdb273b5416b80131c32e844fcd87a59a9a7+198f9b068ce8fd0f3750699c6138f775e08cd39d (a39ad4cae21aba3483a537dd9847b0dc92cfdbc7) 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 ‘prd-centos7-docker-4c-2g-31881’ is offline Running on prd-centos7-docker-4c-2g-31883 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [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 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit 004dcdb273b5416b80131c32e844fcd87a59a9a7 > 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/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 Merge succeeded, producing 004dcdb273b5416b80131c32e844fcd87a59a9a7 Checking out Revision 004dcdb273b5416b80131c32e844fcd87a59a9a7 (PR-3300) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" > git rev-list --no-walk 49fe07c0865b4f764a46dfa194199239fc0884ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:45:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:45:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:45:12 ========================================================= 22:45:12 EdgeX Global Pipelines Version Info 22:45:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:45:15 ------------------- 22:45:15 stable info: 22:45:15 ------------------- 22:45:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:45:15 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:45:15 Message: update stable to v1.0.186 22:45:16 ------------------- 22:45:16 experimental info: 22:45:16 ------------------- 22:45:16 Commited By: **** collab-it+edgex@linuxfoundation.org 22:45:16 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:45:16 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:45:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:45:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:45:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3300 [Pipeline] echo 22:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3300 [Pipeline] echo 22:45:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3300 [Pipeline] echo 22:45:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 004dcdb273b5416b80131c32e844fcd87a59a9a7 [Pipeline] echo 22:45:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 004dcdb [Pipeline] echo 22:45:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:19 provisioning config files... 22:45:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7261963026086539573tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:20 ---> docker-login.sh 22:45:20 nexus3.edgexfoundry.org:10001 22:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:21 Configure a credential helper to remove this warning. See 22:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:21 22:45:21 Login Succeeded 22:45:21 nexus3.edgexfoundry.org:10002 22:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:21 Configure a credential helper to remove this warning. See 22:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:21 22:45:21 Login Succeeded 22:45:21 nexus3.edgexfoundry.org:10003 22:45:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:21 Configure a credential helper to remove this warning. See 22:45:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:21 22:45:21 Login Succeeded 22:45:21 nexus3.edgexfoundry.org:10004 22:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:22 Configure a credential helper to remove this warning. See 22:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:22 22:45:22 Login Succeeded 22:45:22 docker.io 22:45:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:22 Configure a credential helper to remove this warning. See 22:45:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:22 22:45:22 Login Succeeded 22:45:22 ---> docker-login.sh ends [Pipeline] } 22:45:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:23 ++ 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 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/core-command/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo core-command,cmd/core-command/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/core-data/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo core-data,cmd/core-data/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/core-metadata/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo core-metadata,cmd/core-metadata/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/security-bootstrapper/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/security-proxy-setup/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/support-notifications/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo support-notifications,cmd/support-notifications/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/support-scheduler/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:45:23 + for file in '`ls cmd/**/Dockerfile`' 22:45:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:45:23 ++ cut -d/ -f2 22:45:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:45:23 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 22:45:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:24 22:45:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:45:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:24 latest: Pulling from edgex-devops/git-semver 22:45:24 31603596830f: Pulling fs layer 22:45:24 2a8b12db71e7: Pulling fs layer 22:45:24 6ca5941a6612: Pulling fs layer 22:45:24 ecc8261a40a4: Pulling fs layer 22:45:24 ecc8261a40a4: Waiting 22:45:24 2a8b12db71e7: Verifying Checksum 22:45:24 2a8b12db71e7: Download complete 22:45:24 31603596830f: Verifying Checksum 22:45:24 31603596830f: Download complete 22:45:24 6ca5941a6612: Verifying Checksum 22:45:24 6ca5941a6612: Download complete 22:45:25 ecc8261a40a4: Verifying Checksum 22:45:25 ecc8261a40a4: Download complete 22:45:25 31603596830f: Pull complete 22:45:26 2a8b12db71e7: Pull complete 22:45:28 6ca5941a6612: Pull complete 22:45:29 ecc8261a40a4: Pull complete 22:45:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:45:29 prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container 22:45:29 $ 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 22:45:32 $ docker top 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:33 [ssh-agent] Looking for ssh-agent implementation... 22:45:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:34 $ docker exec 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent 22:45:34 SSH_AUTH_SOCK=/tmp/ssh-xwEK08BrdNyi/agent.11 22:45:34 SSH_AGENT_PID=17 22:45:34 Running ssh-add (command line suppressed) 22:45:35 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1199061024605519215.key (/w/workspace/edgex-go/5@tmp/private_key_1199061024605519215.key) 22:45:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:36 + git tag --points-at HEAD [Pipeline] } 22:45:36 $ docker exec --env ******** --env ******** 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent -k 22:45:36 unset SSH_AUTH_SOCK; 22:45:36 unset SSH_AGENT_PID; 22:45:36 echo Agent pid 17 killed; 22:45:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:45:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:36 [ssh-agent] Looking for ssh-agent implementation... 22:45:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:36 $ docker exec 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent 22:45:37 SSH_AUTH_SOCK=/tmp/ssh-u1ofzK3rp5Ql/agent.45 22:45:37 SSH_AGENT_PID=50 22:45:37 Running ssh-add (command line suppressed) 22:45:37 Identity added: /w/workspace/edgex-go/5@tmp/private_key_6126201488543305160.key (/w/workspace/edgex-go/5@tmp/private_key_6126201488543305160.key) 22:45:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:37 + git semver init 22:45:38 # -> Open(): unable to determine branch for HEAD 22:45:38 # $GIT_DIR = /w/workspace/edgex-go/5/.git 22:45:38 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 22:45:38 # $SEMVER_REMOTE_NAME = origin 22:45:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:38 # $SEMVER_USER_NAME = edgex-jenkins 22:45:38 # $SEMVER_BRANCH = PR-3300 22:45:38 # $SEMVER_TEMP = /tmp/semver-801463692 22:45:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:46:17 # '/tmp/semver-801463692' -> '/w/workspace/edgex-go/5/.semver' 22:46:17 # -> Force: false 22:46:17 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 22:46:17 $ docker exec --env ******** --env ******** 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 ssh-agent -k 22:46:18 unset SSH_AUTH_SOCK; 22:46:18 unset SSH_AGENT_PID; 22:46:18 echo Agent pid 50 killed; 22:46:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:19 + git semver [Pipeline] } 22:46:19 $ docker stop --time=1 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 22:46:22 $ docker rm -f 41f6245cd432be33712f8169c3d4341b7561ce7e9a8da23f58fd853cc2643864 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:46:23 Stashed 1 file(s) [Pipeline] echo 22:46:23 [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 22:46:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:46:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:46:25 + sudo service docker restart 22:46:25 + true 22:46:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:46:26 ========================================================= 22:46:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:46:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:46:27 + 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 . 22:46:37 Sending build context to Docker daemon 329MB 22:46:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:46:37 Step 2/6 : FROM ${BASE} 22:46:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:46:37 188c0c94c7c5: Pulling fs layer 22:46:37 0ef7d3d256c8: Pulling fs layer 22:46:37 de9db76c5a1d: Pulling fs layer 22:46:37 bca2f99d35d6: Pulling fs layer 22:46:37 93359f2a8cfa: Pulling fs layer 22:46:37 7c6f9722023f: Pulling fs layer 22:46:37 a35cf1a2eb13: Pulling fs layer 22:46:37 7c6f9722023f: Waiting 22:46:37 a35cf1a2eb13: Waiting 22:46:37 93359f2a8cfa: Waiting 22:46:37 de9db76c5a1d: Verifying Checksum 22:46:37 de9db76c5a1d: Download complete 22:46:37 0ef7d3d256c8: Download complete 22:46:37 93359f2a8cfa: Verifying Checksum 22:46:37 93359f2a8cfa: Download complete 22:46:37 7c6f9722023f: Verifying Checksum 22:46:37 7c6f9722023f: Download complete 22:46:37 188c0c94c7c5: Verifying Checksum 22:46:37 188c0c94c7c5: Download complete 22:46:38 188c0c94c7c5: Pull complete 22:46:38 0ef7d3d256c8: Pull complete 22:46:38 de9db76c5a1d: Pull complete 22:46:39 Still waiting to schedule task 22:46:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:46:42 a35cf1a2eb13: Verifying Checksum 22:46:42 a35cf1a2eb13: Download complete 22:46:43 bca2f99d35d6: Verifying Checksum 22:46:43 bca2f99d35d6: Download complete 22:46:56 bca2f99d35d6: Pull complete 22:46:56 93359f2a8cfa: Pull complete 22:46:56 7c6f9722023f: Pull complete 22:47:06 a35cf1a2eb13: Pull complete 22:47:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:47:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:47:06 ---> a62c8e92a672 22:47:06 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 22:47:07 ---> Running in 7b9cbee8397d 22:47:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:47:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:47:10 (1/12) Installing libmagic (5.38-r0) 22:47:10 (2/12) Installing file (5.38-r0) 22:47:10 (3/12) Installing libc-dev (0.7.2-r3) 22:47:11 (4/12) Installing g++ (9.3.0-r2) 22:47:16 (5/12) Installing fortify-headers (1.1-r0) 22:47:16 (6/12) Installing patch (2.7.6-r6) 22:47:16 (7/12) Installing build-base (0.5-r2) 22:47:16 (8/12) Installing libsodium (1.0.18-r0) 22:47:16 (9/12) Installing pkgconf (1.7.2-r0) 22:47:17 (10/12) Installing libsodium-dev (1.0.18-r0) 22:47:17 (11/12) Installing libzmq (4.3.3-r0) 22:47:17 (12/12) Installing zeromq-dev (4.3.3-r0) 22:47:17 Executing busybox-1.31.1-r19.trigger 22:47:17 OK: 233 MiB in 51 packages 22:47:23 Removing intermediate container 7b9cbee8397d 22:47:23 ---> 80a07f884310 22:47:23 Step 4/6 : WORKDIR /edgex-go 22:47:23 ---> Running in a259dac80ad0 22:47:24 Removing intermediate container a259dac80ad0 22:47:24 ---> eff1e22c9c27 22:47:24 Step 5/6 : COPY go.mod . 22:47:24 ---> 959f346628ae 22:47:24 Step 6/6 : RUN go mod download 22:47:25 ---> Running in 23759f4d1093 22:48:04 Removing intermediate container 23759f4d1093 22:48:04 ---> dae510fc3120 22:48:04 Successfully built dae510fc3120 22:48:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:48:05 + docker inspect -f . ci-base-image-x86_64 22:48:05 . [Pipeline] withDockerContainer 22:48:05 prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container 22:48:05 $ 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 22:48:07 $ docker top 434ec06f72e8c973b6fea3e1769ce7b82aa30120afc36f4a171470f1db7a680a -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:09 + go version 22:48:09 go version go1.15.5 linux/amd64 [Pipeline] } 22:48:09 $ docker stop --time=1 434ec06f72e8c973b6fea3e1769ce7b82aa30120afc36f4a171470f1db7a680a 22:48:10 $ docker rm -f 434ec06f72e8c973b6fea3e1769ce7b82aa30120afc36f4a171470f1db7a680a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:48:11 + docker inspect -f . ci-base-image-x86_64 22:48:11 . [Pipeline] withDockerContainer 22:48:11 prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container 22:48:12 $ 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 22:48:13 $ docker top bd56b833e9bd95bdf51b637d2037ea3d30c5f3e14bf74cecdca9be5edd45a999 -eo pid,comm [Pipeline] { [Pipeline] echo 22:48:13 ========================================================= 22:48:13 [edgeXBuildGoParallel] Running Tests and Build... 22:48:13 ========================================================= [Pipeline] sh 22:48:14 + make test 22:48:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:48:37 ? github.com/edgexfoundry/edgex-go [no test files] 22:49:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:49:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:49:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:49:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:49:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:49:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:49:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:49:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:49:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:49:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:49:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:49:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:49:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:49:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31888 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 22:49:56 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 22:49:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 45.9% of statements 22:49:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:49:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:49:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:49:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:49:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:49:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:49:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.122s coverage: 19.8% of statements 22:49:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.222s coverage: 100.0% of statements 22:50:01 using credential edgex-jenkins-ssh 22:50:01 Cloning the remote Git repository 22:50:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:50:01 > git init /w/workspace/edgex-go/5 # timeout=10 22:50:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:50:01 > git --version # timeout=10 22:50:01 > git --version # 'git version 2.17.1' 22:50:01 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.641s coverage: 27.1% of statements 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:50:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.101s coverage: 100.0% of statements 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:50:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.125s coverage: 100.0% of statements 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:50:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 71.3% of statements 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:50:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.9% of statements 22:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:50:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.302s coverage: 78.9% of statements 22:50:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:50:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.766s coverage: 28.6% of statements 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:50:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.262s coverage: 100.0% of statements 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:50:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.121s coverage: 100.0% of statements 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:50:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.359s coverage: 86.7% of statements 22:50:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:50:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.727s coverage: 97.5% of statements 22:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:50:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.219s coverage: 78.3% of statements 22:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:50:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:50:20 Merging remotes/origin/master commit 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit 004dcdb273b5416b80131c32e844fcd87a59a9a7 22:50:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:50:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:50:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:50:19 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:50:20 > git config core.sparsecheckout # timeout=10 22:50:20 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 22:50:20 > git remote # timeout=10 22:50:20 > git config --get remote.origin.url # timeout=10 22:50:20 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:20 Merge succeeded, producing 004dcdb273b5416b80131c32e844fcd87a59a9a7 22:50:20 Checking out Revision 004dcdb273b5416b80131c32e844fcd87a59a9a7 (PR-3300) 22:50:20 > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 22:50:20 > git rev-parse HEAD^{commit} # timeout=10 22:50:20 > git config core.sparsecheckout # timeout=10 22:50:20 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 22:50:25 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.268s coverage: 92.8% of statements 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.216s coverage: 58.8% of statements 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 1.0% of statements 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:50:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.248s coverage: 47.1% of statements 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.276s coverage: 79.5% of statements 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.161s coverage: 94.1% of statements 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements 22:50:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.137s coverage: 87.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:50:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:50:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:50:27 + + sudo servicetrue docker restart 22:50:27 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:50:30 provisioning config files... 22:50:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5905700691451114025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:50:30 ---> docker-login.sh 22:50:30 nexus3.edgexfoundry.org:10001 22:50:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:31 Configure a credential helper to remove this warning. See 22:50:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:31 22:50:31 Login Succeeded 22:50:31 nexus3.edgexfoundry.org:10002 22:50:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:32 Configure a credential helper to remove this warning. See 22:50:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:32 22:50:32 Login Succeeded 22:50:32 nexus3.edgexfoundry.org:10003 22:50:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:33 Configure a credential helper to remove this warning. See 22:50:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:33 22:50:33 Login Succeeded 22:50:33 nexus3.edgexfoundry.org:10004 22:50:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:33 Configure a credential helper to remove this warning. See 22:50:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:33 22:50:33 Login Succeeded 22:50:33 docker.io 22:50:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:50:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:50:34 Configure a credential helper to remove this warning. See 22:50:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:50:34 22:50:34 Login Succeeded 22:50:34 ---> docker-login.sh ends [Pipeline] } 22:50:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:50:34 ========================================================= 22:50:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:50:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:50:34 + 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 . 22:50:37 Sending build context to Docker daemon 167MB 22:50:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:50:37 Step 2/6 : FROM ${BASE} 22:50:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:50:37 5f621e34cdf4: Pulling fs layer 22:50:37 a4357932f1b6: Pulling fs layer 22:50:37 18c013af1878: Pulling fs layer 22:50:37 00ac8860ef70: Pulling fs layer 22:50:37 63d7cb157983: Pulling fs layer 22:50:37 b116817d02f9: Pulling fs layer 22:50:37 745a02a5169b: Pulling fs layer 22:50:37 00ac8860ef70: Waiting 22:50:37 63d7cb157983: Waiting 22:50:37 b116817d02f9: Waiting 22:50:37 745a02a5169b: Waiting 22:50:37 18c013af1878: Verifying Checksum 22:50:37 18c013af1878: Download complete 22:50:37 a4357932f1b6: Verifying Checksum 22:50:37 a4357932f1b6: Download complete 22:50:37 63d7cb157983: Download complete 22:50:37 5f621e34cdf4: Verifying Checksum 22:50:37 5f621e34cdf4: Download complete 22:50:37 b116817d02f9: Verifying Checksum 22:50:37 b116817d02f9: Download complete 22:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.152s coverage: 94.4% of statements 22:50:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.077s coverage: 44.8% of statements 22:50:38 5f621e34cdf4: Pull complete 22:50:38 a4357932f1b6: Pull complete 22:50:39 18c013af1878: Pull complete 22:50:40 745a02a5169b: Verifying Checksum 22:50:40 745a02a5169b: Download complete 22:50:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.727s coverage: 82.6% of statements 22:50:41 00ac8860ef70: Verifying Checksum 22:50:41 00ac8860ef70: Download complete 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.188s coverage: 92.9% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.070s coverage: 77.8% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.129s coverage: 87.2% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.155s coverage: 84.6% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.486s coverage: 91.6% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.377s coverage: 64.4% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.041s coverage: 100.0% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.896s coverage: 69.0% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.311s coverage: 38.4% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.063s coverage: 89.5% of statements 22:50:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:50:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements 22:50:51 00ac8860ef70: Pull complete 22:50:51 63d7cb157983: Pull complete 22:50:52 b116817d02f9: Pull complete 22:50:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.244s coverage: 47.0% of statements 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:50:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.265s coverage: 100.0% of statements 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:50:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.177s coverage: 100.0% of statements 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:50:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.292s coverage: 87.1% of statements 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:50:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:50:56 745a02a5169b: Pull complete 22:50:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:50:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:50:56 ---> b7e6874047d6 22:50:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.138s coverage: 29.1% of statements 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.139s coverage: 99.0% of statements 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.199s coverage: 100.0% of statements 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.166s coverage: 94.6% of statements 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.085s coverage: 0.0% of statements 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.095s coverage: 100.0% of statements 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:50:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:50:59 ---> Running in fb8376785793 22:50:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 22:51:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.076s coverage: 32.1% of statements 22:51:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.105s coverage: 100.0% of statements 22:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:51:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:51:02 GO111MODULE=on go vet ./... 22:51:02 (1/12) Installing libmagic (5.38-r0) 22:51:02 (2/12) Installing file (5.38-r0) 22:51:03 (3/12) Installing libc-dev (0.7.2-r3) 22:51:03 (4/12) Installing g++ (9.3.0-r2) 22:51:07 (5/12) Installing fortify-headers (1.1-r0) 22:51:07 (6/12) Installing patch (2.7.6-r6) 22:51:07 (7/12) Installing build-base (0.5-r2) 22:51:07 (8/12) Installing libsodium (1.0.18-r0) 22:51:07 (9/12) Installing pkgconf (1.7.2-r0) 22:51:07 (10/12) Installing libsodium-dev (1.0.18-r0) 22:51:07 (11/12) Installing libzmq (4.3.3-r0) 22:51:07 (12/12) Installing zeromq-dev (4.3.3-r0) 22:51:07 Executing busybox-1.31.1-r19.trigger 22:51:07 OK: 217 MiB in 51 packages 22:51:11 Removing intermediate container fb8376785793 22:51:11 ---> 14ef2c17481f 22:51:11 Step 4/6 : WORKDIR /edgex-go 22:51:11 ---> Running in 2cccff255f97 22:51:12 Removing intermediate container 2cccff255f97 22:51:12 ---> 43f29e169b65 22:51:12 Step 5/6 : COPY go.mod . 22:51:12 ---> 4e079d712d87 22:51:12 Step 6/6 : RUN go mod download 22:51:13 ---> Running in e32d5ad94503 22:51:39 Removing intermediate container e32d5ad94503 22:51:39 ---> c7295e2bb559 22:51:39 Successfully built c7295e2bb559 22:51:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:51:40 + docker inspect -f . ci-base-image-arm64 22:51:40 . [Pipeline] withDockerContainer 22:51:40 prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container 22:51:40 $ 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-arm64 cat 22:51:42 $ docker top c52b89ad328510c49b72d31bd634a3c8863e9572d16d22e6571813bb17dbc8ed -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:43 + go version 22:51:43 go version go1.15.5 linux/arm64 [Pipeline] } 22:51:43 $ docker stop --time=1 c52b89ad328510c49b72d31bd634a3c8863e9572d16d22e6571813bb17dbc8ed 22:51:45 $ docker rm -f c52b89ad328510c49b72d31bd634a3c8863e9572d16d22e6571813bb17dbc8ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:51:46 + docker inspect -f . ci-base-image-arm64 22:51:46 . [Pipeline] withDockerContainer 22:51:46 prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container 22:51:47 $ 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-arm64 cat 22:51:48 $ docker top 36ab66c1cf2a3d21b889c24f0f2b12e49517d4c867eda540d8863a9e90ab37a8 -eo pid,comm [Pipeline] { [Pipeline] echo 22:51:49 ========================================================= 22:51:49 [edgeXBuildGoParallel] Running Tests and Build... 22:51:49 ========================================================= [Pipeline] sh 22:51:49 + make test 22:51:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:52:12 gofmt -l . 22:52:12 [ "`gofmt -l .`" = "" ] 22:52:12 ./bin/test-go-mod-tidy.sh 22:52:14 ./bin/test-attribution-txt.sh [Pipeline] sh 22:52:16 ? github.com/edgexfoundry/edgex-go [no test files] 22:52:16 + ls -al . 22:52:16 total 780 22:52:16 drwxrwxr-x 10 1001 1001 4096 Mar 29 22:52 . 22:52:16 drwxr-xr-x 4 root root 28 Mar 29 22:48 .. 22:52:16 -rw-rw-r-- 1 1001 1001 11 Mar 29 22:45 .dockerignore 22:52:16 drwxrwxr-x 8 1001 1001 179 Mar 29 22:45 .git 22:52:16 drwxrwxr-x 3 1001 1001 125 Mar 29 22:45 .github 22:52:16 -rw-rw-r-- 1 1001 1001 818 Mar 29 22:45 .gitignore 22:52:16 drwx------ 3 1001 1001 60 Mar 29 22:46 .semver 22:52:16 -rw-rw-r-- 1 1001 1001 166 Mar 29 22:45 .sonarcloud.properties 22:52:16 -rw-rw-r-- 1 1001 1001 8607 Mar 29 22:45 Attribution.txt 22:52:16 -rw-rw-r-- 1 1001 1001 3804 Mar 29 22:45 CONTRIBUTING.md 22:52:16 -rw-rw-r-- 1 1001 1001 931 Mar 29 22:45 Dockerfile.build 22:52:16 -rw-rw-r-- 1 1001 1001 863 Mar 29 22:45 Jenkinsfile 22:52:16 -rw-rw-r-- 1 1001 1001 10775 Mar 29 22:45 LICENSE 22:52:16 -rw-rw-r-- 1 1001 1001 5774 Mar 29 22:45 Makefile 22:52:16 -rw-rw-r-- 1 1001 1001 6548 Mar 29 22:45 README.md 22:52:16 -rw-rw-r-- 1 1001 1001 6755 Mar 29 22:45 SECURITY.md 22:52:16 -rw-rw-r-- 1 1001 1001 5 Mar 29 22:46 VERSION 22:52:16 -rw-rw-r-- 1 1001 1001 4131 Mar 29 22:45 ZMQWindows.md 22:52:16 drwxrwxr-x 2 1001 1001 117 Mar 29 22:45 bin 22:52:16 drwxrwxr-x 14 1001 1001 4096 Mar 29 22:45 cmd 22:52:16 -rw-r--r-- 1 root root 668090 Mar 29 22:51 coverage.out 22:52:16 -rw-r--r-- 1 root root 1056 Mar 29 22:52 go.mod 22:52:16 -rw-r--r-- 1 root root 22757 Mar 29 22:52 go.sum 22:52:16 drwxrwxr-x 8 1001 1001 127 Mar 29 22:45 internal 22:52:16 drwxrwxr-x 4 1001 1001 26 Mar 29 22:45 openapi 22:52:16 drwxrwxr-x 4 1001 1001 71 Mar 29 22:45 snap 22:52:16 -rw-rw-r-- 1 1001 1001 168 Mar 29 22:45 version.go [Pipeline] sh 22:52:17 + '[' -e coverage.out ] 22:52:17 + chown 1001:1001 coverage.out [Pipeline] stash 22:52:17 Stashed 1 file(s) [Pipeline] sh 22:52:17 + make build 22:52:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:52:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:52:47 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 22:52:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:52:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:53: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 22:53:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:53:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:53:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:53:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:53:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:53:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:53:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:53:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:53:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:53:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:53:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:53:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:53:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:53:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:53:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:53:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:53:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:53:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:53:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] } 22:53:41 $ docker stop --time=1 bd56b833e9bd95bdf51b637d2037ea3d30c5f3e14bf74cecdca9be5edd45a999 22:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.357s coverage: 45.9% of statements 22:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.166s coverage: 19.8% of statements 22:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.205s coverage: 100.0% of statements 22:53:44 $ docker rm -f bd56b833e9bd95bdf51b637d2037ea3d30c5f3e14bf74cecdca9be5edd45a999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:53:47 22:53:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:53:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:53:48 latest: Pulling from edgex-devops/edgex-compose 22:53:48 cbdbe7a5bc2a: Pulling fs layer 22:53:48 ca9280d653b3: Pulling fs layer 22:53:48 7e9c9ca2126c: Pulling fs layer 22:53:49 cbdbe7a5bc2a: Download complete 22:53:50 cbdbe7a5bc2a: Pull complete 22:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.557s coverage: 27.1% of statements 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.223s coverage: 100.0% of statements 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:53:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:53:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:53:50 ca9280d653b3: Verifying Checksum 22:53:50 ca9280d653b3: Download complete 22:53:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 71.3% of statements 22:53:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:53:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:53:53 7e9c9ca2126c: Verifying Checksum 22:53:53 7e9c9ca2126c: Download complete 22:53:53 ca9280d653b3: Pull complete 22:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.507s coverage: 82.9% of statements 22:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:53:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.146s coverage: 78.9% of statements 22:53:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.228s coverage: 28.6% of statements 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.468s coverage: 86.7% of statements 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.522s coverage: 97.5% of statements 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:54:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.237s coverage: 78.3% of statements 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:54:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:54:09 7e9c9ca2126c: Pull complete 22:54:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:54:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:54:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:54:09 prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container 22:54:09 $ 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 22:54:11 $ docker top 4b8e15def4e2d501dd89416c75026307d10db33e0a55e232d8862481940c5327 -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:11 + docker-compose build --help 22:54:11 + grep parallel 22:54:13 --parallel Build images in parallel. [Pipeline] } 22:54:13 $ docker stop --time=1 4b8e15def4e2d501dd89416c75026307d10db33e0a55e232d8862481940c5327 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.377s coverage: 92.8% of statements 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 1.0% of statements 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:54:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 47.1% of statements 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.174s coverage: 79.5% of statements 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.136s coverage: 94.1% of statements 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.177s coverage: 96.3% of statements 22:54:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.155s coverage: 87.5% of statements 22:54:14 $ docker rm -f 4b8e15def4e2d501dd89416c75026307d10db33e0a55e232d8862481940c5327 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:54:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:54:15 . [Pipeline] withDockerContainer 22:54:15 prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container 22:54:15 $ 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 22:54:16 $ docker top 82693ea86c810f1985d8710a5090cbe9b7281afbdbae0e407d5d7cfdb180e7b7 -eo pid,comm [Pipeline] { [Pipeline] sh 22:54:17 + docker-compose -f ./docker-compose-build.yml build --parallel 22:54:19 Building docker-core-command-go ... 22:54:19 Building docker-core-data-go ... 22:54:19 Building docker-core-metadata-go ... 22:54:19 Building docker-security-bootstrapper-go ... 22:54:19 Building docker-security-proxy-setup-go ... 22:54:19 Building docker-security-secretstore-setup-go ... 22:54:19 Building docker-support-notifications-go ... 22:54:19 Building docker-support-scheduler-go ... 22:54:19 Building docker-sys-mgmt-agent-go ... 22:54:19 Building docker-sys-mgmt-agent-go 22:54:19 Building docker-support-scheduler-go 22:54:19 Building docker-security-secretstore-setup-go 22:54:19 Building docker-security-bootstrapper-go 22:54:19 Building docker-core-data-go 22:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.160s coverage: 94.4% of statements 22:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.131s coverage: 44.8% of statements 22:54:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.551s coverage: 82.6% of statements 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.221s coverage: 92.9% of statements 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.117s coverage: 100.0% of statements 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.165s coverage: 75.5% of statements 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.201s coverage: 87.2% of statements 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.254s coverage: 84.6% of statements 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.6% of statements 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.711s coverage: 64.4% of statements 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:54:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.178s coverage: 100.0% of statements 22:54:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements 22:54:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 22:54:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 22:54:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 22:54:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.915s coverage: 69.0% of statements 22:54:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:54:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:54:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.467s coverage: 38.4% of statements 22:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.142s coverage: 89.5% of statements 22:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements 22:54:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.441s coverage: 47.0% of statements 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:54:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:54:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:54:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:54:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 87.1% of statements 22:54:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:54:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:54:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.610s coverage: 29.1% of statements 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.159s coverage: 100.0% of statements 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 94.6% of statements 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:55:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 22:55:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 32.1% of statements 22:55:06 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 22:55:06 GO111MODULE=on go vet ./... 22:55:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:55:57 ---> dae510fc3120 22:55:57 Step 3/26 : WORKDIR /edgex-go 22:55:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:55:57 ---> dae510fc3120 22:55:57 Step 3/22 : WORKDIR /edgex-go 22:55:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:55:57 ---> dae510fc3120 22:55:57 Step 3/24 : WORKDIR /edgex-go 22:55:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:55:57 ---> dae510fc3120 22:55:57 Step 3/23 : WORKDIR /edgex-go 22:55:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:55:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:55:57 ---> dae510fc3120 22:55:57 Step 3/31 : WORKDIR /edgex-go 22:55:57 ---> Running in 7e9f3a3943c8 22:55:57 ---> Running in 2ce196ca6b1b 22:55:57 ---> Running in dd741527268b 22:55:57 ---> Running in 3dcbcd36f0db 22:55:57 ---> Running in dd519d7bc2ba 22:55:57 Removing intermediate container 7e9f3a3943c8 22:55:57 ---> 005dcfc52f4e 22:55:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:57 Removing intermediate container 3dcbcd36f0db 22:55:57 ---> 2ee60472182f 22:55:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:57 Removing intermediate container dd519d7bc2ba 22:55:57 ---> 936cd31d5050 22:55:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:57 Removing intermediate container dd741527268b 22:55:57 ---> 64f90dbd07b7 22:55:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:57 Removing intermediate container 2ce196ca6b1b 22:55:57 ---> 26f12a0a32bc 22:55:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:55:57 ---> Running in e5a3fd8a43a7 22:55:57 ---> Running in 1894bfae5d70 22:55:57 ---> Running in d8882288c073 22:55:57 ---> Running in d463b1a377a4 22:55:57 ---> Running in 2d7b26c207e1 22:55:57 Removing intermediate container 2d7b26c207e1 22:55:57 ---> 9c3354beab00 22:55:57 Step 5/31 : RUN apk add --update --no-cache make git 22:55:57 Removing intermediate container e5a3fd8a43a7 22:55:57 ---> a21da6e67e10 22:55:57 Step 5/26 : RUN apk add --update --no-cache make bash git 22:55:57 ---> Running in 4d872e0f2638 22:55:57 ---> Running in a187522f9e97 22:55:57 Removing intermediate container d463b1a377a4 22:55:57 ---> c498c7fc80b7 22:55:57 Step 5/24 : RUN apk add --update --no-cache make git 22:55:57 Removing intermediate container d8882288c073 22:55:57 ---> cbe47256d876 22:55:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:55:57 Removing intermediate container 1894bfae5d70 22:55:57 ---> 82acbfc52dab 22:55:57 Step 5/22 : RUN apk add --update --no-cache make git 22:55:57 ---> Running in 69a9a099596d 22:55:57 ---> Running in 3835d1a9ce45 22:55:57 ---> Running in 7bef181f86dd 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:57 OK: 233 MiB in 51 packages 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:55:57 OK: 233 MiB in 51 packages 22:55:57 Removing intermediate container 4d872e0f2638 22:55:57 ---> dad37a4804e5 22:55:57 Step 6/31 : COPY go.mod . 22:55:57 OK: 233 MiB in 51 packages 22:55:57 OK: 233 MiB in 51 packages 22:55:57 OK: 233 MiB in 51 packages 22:55:58 ---> b13a6a5ca946 22:55:58 Step 7/31 : RUN go mod download 22:55:58 ---> Running in 5fd7f2732b55 22:55:58 Removing intermediate container 69a9a099596d 22:55:58 ---> db18232704f5 22:55:58 Step 6/24 : COPY go.mod . 22:55:58 Removing intermediate container 7bef181f86dd 22:55:58 ---> d03a9ea0cf00 22:55:58 Step 6/22 : COPY go.mod . 22:55:58 Removing intermediate container a187522f9e97 22:55:58 ---> 419519163682 22:55:58 Step 6/26 : COPY go.mod . 22:55:59 Removing intermediate container 3835d1a9ce45 22:55:59 ---> c0efcc563d84 22:55:59 Step 6/23 : COPY go.mod . 22:55:59 ---> 69f41f112bd7 22:55:59 Step 7/24 : RUN go mod download 22:55:59 ---> Running in 01215dd4c5ce 22:55:59 ---> d26490a9a5c0 22:55:59 Step 7/22 : RUN go mod download 22:55:59 ---> e0e4b49c3b1e 22:55:59 Step 7/26 : RUN go mod download 22:56:00 ---> Running in 9878fbb24710 22:56:00 ---> e5f49db74efa 22:56:00 Step 7/23 : RUN go mod download 22:56:00 ---> Running in 427dbca188ff 22:56:00 ---> Running in 8ae5e736585c 22:56:07 Removing intermediate container 5fd7f2732b55 22:56:07 ---> ccfbaa4ea243 22:56:07 Step 8/31 : COPY . . 22:56:07 Removing intermediate container 9878fbb24710 22:56:07 ---> 18ebe0f99742 22:56:07 Step 8/22 : COPY . . 22:56:07 Removing intermediate container 01215dd4c5ce 22:56:07 ---> 3dc20a83fb41 22:56:07 Step 8/24 : COPY . . 22:56:07 Removing intermediate container 427dbca188ff 22:56:07 ---> 7671deb66291 22:56:07 Step 8/26 : COPY . . 22:56:07 Removing intermediate container 8ae5e736585c 22:56:07 ---> 3cc6d41e57c0 22:56:07 Step 8/23 : COPY . . 22:56:28 gofmt -l . 22:56:28 [ "`gofmt -l .`" = "" ] 22:56:31 ./bin/test-go-mod-tidy.sh 22:56:31 ./bin/test-attribution-txt.sh [Pipeline] sh 22:56:34 + ls -al . 22:56:34 total 808 22:56:34 drwxrwxr-x 9 1001 1001 4096 Mar 29 22:56 . 22:56:34 drwxr-xr-x 4 root root 4096 Mar 29 22:51 .. 22:56:34 -rw-rw-r-- 1 1001 1001 11 Mar 29 22:50 .dockerignore 22:56:34 drwxrwxr-x 8 1001 1001 4096 Mar 29 22:50 .git 22:56:34 drwxrwxr-x 3 1001 1001 4096 Mar 29 22:50 .github 22:56:34 -rw-rw-r-- 1 1001 1001 818 Mar 29 22:50 .gitignore 22:56:34 -rw-rw-r-- 1 1001 1001 166 Mar 29 22:50 .sonarcloud.properties 22:56:34 -rw-rw-r-- 1 1001 1001 8607 Mar 29 22:50 Attribution.txt 22:56:34 -rw-rw-r-- 1 1001 1001 3804 Mar 29 22:50 CONTRIBUTING.md 22:56:34 -rw-rw-r-- 1 1001 1001 931 Mar 29 22:50 Dockerfile.build 22:56:34 -rw-rw-r-- 1 1001 1001 863 Mar 29 22:50 Jenkinsfile 22:56:34 -rw-rw-r-- 1 1001 1001 10775 Mar 29 22:50 LICENSE 22:56:34 -rw-rw-r-- 1 1001 1001 5774 Mar 29 22:50 Makefile 22:56:34 -rw-rw-r-- 1 1001 1001 6548 Mar 29 22:50 README.md 22:56:34 -rw-rw-r-- 1 1001 1001 6755 Mar 29 22:50 SECURITY.md 22:56:34 -rw-rw-r-- 1 1001 1001 5 Mar 29 22:46 VERSION 22:56:34 -rw-rw-r-- 1 1001 1001 4131 Mar 29 22:50 ZMQWindows.md 22:56:34 drwxrwxr-x 2 1001 1001 4096 Mar 29 22:50 bin 22:56:34 drwxrwxr-x 14 1001 1001 4096 Mar 29 22:50 cmd 22:56:34 -rw-r--r-- 1 root root 668090 Mar 29 22:55 coverage.out 22:56:34 -rw-r--r-- 1 root root 1056 Mar 29 22:56 go.mod 22:56:34 -rw-r--r-- 1 root root 22757 Mar 29 22:56 go.sum 22:56:34 drwxrwxr-x 8 1001 1001 4096 Mar 29 22:50 internal 22:56:34 drwxrwxr-x 4 1001 1001 4096 Mar 29 22:50 openapi 22:56:34 drwxrwxr-x 4 1001 1001 4096 Mar 29 22:50 snap 22:56:34 -rw-rw-r-- 1 1001 1001 168 Mar 29 22:50 version.go [Pipeline] sh 22:56:35 + '[' -e coverage.out ] 22:56:35 + chown 1001:1001 coverage.out [Pipeline] stash 22:56:35 Warning: overwriting stash ‘coverage-report’ 22:56:36 Stashed 1 file(s) [Pipeline] sh 22:56:37 + make build 22:56:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:56:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:57:16 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 22:57:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:57:26 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 22:57:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:57:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:57:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:57:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:57:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:57:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:57:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:58:04 $ docker stop --time=1 36ab66c1cf2a3d21b889c24f0f2b12e49517d4c867eda540d8863a9e90ab37a8 22:58:07 $ docker rm -f 36ab66c1cf2a3d21b889c24f0f2b12e49517d4c867eda540d8863a9e90ab37a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:58:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:58:09 22:58:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:58:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:58:09 latest: Pulling from edgex-devops/edgex-compose-arm64 22:58:09 29e5d40040c1: Pulling fs layer 22:58:09 1ce36da41761: Pulling fs layer 22:58:09 25b303627fd3: Pulling fs layer 22:58:10 29e5d40040c1: Verifying Checksum 22:58:10 1ce36da41761: Verifying Checksum 22:58:10 1ce36da41761: Download complete 22:58:10 29e5d40040c1: Pull complete 22:58:12 1ce36da41761: Pull complete 22:58:12 25b303627fd3: Verifying Checksum 22:58:12 25b303627fd3: Download complete 22:58:22 25b303627fd3: Pull complete 22:58:22 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:58:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:58:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:58:23 prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container 22:58:23 $ 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-arm64:latest cat 22:58:26 $ docker top f0719de348be109ac595611becd52e34b2e8f2399071ff31e2c955e8c08c6025 -eo pid,comm [Pipeline] { [Pipeline] sh 22:58:27 + docker-compose build --help 22:58:27 + grep parallel 22:58:33 --parallel Build images in parallel. [Pipeline] } 22:58:33 $ docker stop --time=1 f0719de348be109ac595611becd52e34b2e8f2399071ff31e2c955e8c08c6025 22:58:34 ---> 483fe85c22bb 22:58:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:58:34 ---> b366cfd05e8f 22:58:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:58:34 ---> ba2eb20a2156 22:58:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:58:34 ---> 5809c7f4b568 22:58:34 Step 9/23 : RUN make cmd/core-data/core-data 22:58:34 ---> Running in 4b55f27af520 22:58:34 ---> Running in f152d0bb38f1 22:58:34 ---> Running in a824dd4800f0 22:58:34 ---> Running in 0e2509909151 22:58:34 ---> ecedae3ed801 22:58:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:58:34 ---> Running in e11a90596988 22:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:58:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:58:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:58:34 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 22:58:35 $ docker rm -f f0719de348be109ac595611becd52e34b2e8f2399071ff31e2c955e8c08c6025 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:58:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:58:36 . [Pipeline] withDockerContainer 22:58:36 prd-ubuntu18.04-docker-arm64-4c-16g-31888 does not seem to be running inside a container 22:58:36 $ 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-arm64:latest cat 22:58:38 $ docker top 6a260b165ae6441700701d40cd1e15185ffa6a224a33c4592cdd66ed23aa84fa -eo pid,comm [Pipeline] { [Pipeline] sh 22:58:39 + docker-compose -f ./docker-compose-build.yml build --parallel 22:58:44 Building docker-core-command-go ... 22:58:44 Building docker-core-data-go ... 22:58:44 Building docker-core-metadata-go ... 22:58:44 Building docker-security-bootstrapper-go ... 22:58:44 Building docker-security-proxy-setup-go ... 22:58:44 Building docker-security-secretstore-setup-go ... 22:58:44 Building docker-support-notifications-go ... 22:58:44 Building docker-support-scheduler-go ... 22:58:44 Building docker-sys-mgmt-agent-go ... 22:58:44 Building docker-core-data-go 22:58:44 Building docker-security-bootstrapper-go 22:58:44 Building docker-security-secretstore-setup-go 22:58:44 Building docker-security-proxy-setup-go 22:58:44 Building docker-core-metadata-go 22:59:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:59:39 Removing intermediate container e11a90596988 22:59:39 ---> dd257ed2aea9 22:59:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:59:40 ---> Running in fee618d2a336 22:59:40 Removing intermediate container a824dd4800f0 22:59:40 ---> 65763ff028f2 22:59:40 22:59:40 Step 10/31 : FROM alpine:3.12 22:59:40 3.12: Pulling from library/alpine 22:59:40 Removing intermediate container f152d0bb38f1 22:59:40 ---> 8e79a95f38be 22:59:40 22:59:40 Step 10/22 : FROM alpine:3.12 22:59:40 3.12: Pulling from library/alpine 22:59:41 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 22:59:43 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 22:59:43 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 22:59:43 Status: Downloaded newer image for alpine:3.12 22:59:43 ---> 42cb162f0360 22:59:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:59:43 Status: Image is up to date for alpine:3.12 22:59:43 ---> 42cb162f0360 22:59:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:59:46 ---> Running in 6b127da96bc3 22:59:46 ---> Running in d69a491ba722 22:59:48 Removing intermediate container 4b55f27af520 22:59:48 ---> 917267226405 22:59:48 22:59:48 Step 10/24 : FROM alpine:3.12 22:59:48 ---> 42cb162f0360 22:59:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:59:49 Removing intermediate container d69a491ba722 22:59:49 ---> 076a7ee80b5e 22:59:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:59:49 ---> Running in 3e70ffa03522 22:59:49 ---> Running in d9ae8e66c61d 22:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:51 Removing intermediate container 0e2509909151 22:59:51 ---> 0b51220dbeb8 22:59:51 22:59:51 Step 10/23 : FROM alpine:3.12 22:59:51 ---> 42cb162f0360 22:59:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:59:51 Removing intermediate container fee618d2a336 22:59:51 ---> 759aceeaab14 22:59:51 22:59:51 Step 11/26 : FROM docker:20.10.0 22:59:51 ---> Running in 34232d90f5f9 22:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:51 Removing intermediate container 34232d90f5f9 22:59:51 ---> a7152bd4905c 22:59:51 Step 12/23 : ENV APP_PORT=48080 22:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:51 (1/1) Installing dumb-init (1.2.2-r1) 22:59:51 Executing busybox-1.31.1-r19.trigger 22:59:51 ---> Running in 81568402d090 22:59:51 OK: 6 MiB in 15 packages 22:59:51 20.10.0: Pulling from library/docker 22:59:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:59:52 Removing intermediate container 81568402d090 22:59:52 ---> b77ef051cb85 22:59:52 Step 13/23 : EXPOSE $APP_PORT 22:59:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:59:52 (1/6) Installing ca-certificates (20191127-r4) 22:59:52 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:59:52 (3/6) Installing libcurl (7.69.1-r3) 22:59:52 (4/6) Installing curl (7.69.1-r3) 22:59:52 (5/6) Installing dumb-init (1.2.2-r1) 22:59:52 (6/6) Installing su-exec (0.2-r1) 22:59:52 Executing busybox-1.31.1-r19.trigger 22:59:52 Executing ca-certificates-20191127-r4.trigger 22:59:52 ---> Running in 74515ba8abdf 22:59:52 OK: 7 MiB in 20 packages 22:59:53 (1/2) Installing dumb-init (1.2.2-r1) 22:59:53 (2/2) Installing su-exec (0.2-r1) 22:59:53 Executing busybox-1.31.1-r19.trigger 22:59:53 OK: 6 MiB in 16 packages 22:59:54 Removing intermediate container 74515ba8abdf 22:59:54 ---> 958ddd5421b8 22:59:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:59:54 ---> Running in 016e29603f01 22:59:55 Removing intermediate container 6b127da96bc3 22:59:55 ---> b9c992b516a0 22:59:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:59:56 Removing intermediate container 3e70ffa03522 22:59:56 ---> 48ec2429bbbe 22:59:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:59:56 ---> Running in 5cfec1ebb2b4 22:59:56 Removing intermediate container d9ae8e66c61d 22:59:56 ---> b6b4648c7d7a 22:59:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:59:56 ---> Running in 3e3c565a0053 22:59:56 ---> Running in c21c43f081d6 22:59:57 Removing intermediate container 5cfec1ebb2b4 22:59:57 ---> 76892a98984e 22:59:57 Step 13/22 : ENV APP_PORT=48085 22:59:57 Removing intermediate container 3e3c565a0053 22:59:57 ---> f3329cd5d6c9 22:59:57 Step 13/24 : WORKDIR / 22:59:57 ---> Running in 9034801b7e52 22:59:57 Removing intermediate container c21c43f081d6 22:59:57 ---> b3af259a6947 22:59:57 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:59:58 ---> Running in 196806d4cb0b 22:59:58 ---> Running in 3a8478e759ba 22:59:58 Removing intermediate container 9034801b7e52 22:59:58 ---> dd7e21fe92d7 22:59:58 Step 14/22 : EXPOSE $APP_PORT 22:59:58 Removing intermediate container 3a8478e759ba 22:59:58 ---> 313a86035ad0 22:59:58 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:59:58 Removing intermediate container 196806d4cb0b 22:59:58 ---> b97682276669 22:59:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:59:58 ---> Running in 8f818572db7a 22:59:59 Removing intermediate container 016e29603f01 22:59:59 ---> a01ae21c5f67 22:59:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:59:59 ---> Running in 57228b685010 22:59:59 ---> Running in cd37e4e46124 23:00:00 Removing intermediate container 8f818572db7a 23:00:00 ---> 5f2a9cc897cf 23:00:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:00:00 ---> e0370b5a3f85 23:00:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:00:02 ---> 05867777b618 23:00:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:00:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:00:02 ---> 4a465b78b893 23:00:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:00:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:00:05 Removing intermediate container 57228b685010 23:00:05 ---> f91da566f5a9 23:00:05 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:00:05 ---> e652361e176a 23:00:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:00:05 ---> f95d72c8850e 23:00:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:00:06 ---> Running in e89a3d43a895 23:00:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:00:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:00:06 ---> c7295e2bb559 23:00:06 Step 3/21 : WORKDIR /edgex-go 23:00:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:00:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:00:06 ---> c7295e2bb559 23:00:06 Step 3/24 : WORKDIR /edgex-go 23:00:06 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:00:06 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:00:06 23:00:06 ---> c7295e2bb559 23:00:06 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 3/31 : WORKDIR /edgex-go 23:00:06 23:00:06 ---> c7295e2bb559 23:00:06 Step 3/23 : WORKDIR /edgex-go 23:00:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:00:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:00:06 ---> c7295e2bb559 23:00:06 Step 3/23 : WORKDIR /edgex-go 23:00:06 ---> Running in 48cedda3f8a7 23:00:06 ---> Running in 88f39f4cecf3 23:00:06 ---> Running in 1791ef2b82ed 23:00:06 ---> Running in 7982883300ec 23:00:06 ---> Running in e5ebb7c775e4 23:00:06 Removing intermediate container 7982883300ec 23:00:06 Removing intermediate container 48cedda3f8a7 23:00:06 ---> ec145de676b0 23:00:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:06 Removing intermediate container 1791ef2b82ed 23:00:06 ---> 1b60afe11b60 23:00:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:06 ---> 0934e6383ee3 23:00:06 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:06 Removing intermediate container e5ebb7c775e4 23:00:06 ---> 62b05f9c5fc5 23:00:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:06 Removing intermediate container 88f39f4cecf3 23:00:06 ---> 20e1715c45ad 23:00:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:00:06 ---> Running in 0f1bc02a1a28 23:00:06 ---> Running in 319621e2c561 23:00:06 ---> Running in 76c9197c884f 23:00:06 ---> Running in 86217f2368e9 23:00:06 ---> Running in 2b06aceea496 23:00:06 Removing intermediate container 319621e2c561 23:00:06 ---> cfb5ba5d97fe 23:00:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:00:06 Removing intermediate container 0f1bc02a1a28 23:00:06 ---> 984763a6b0d2 23:00:06 Step 5/31 : RUN apk add --update --no-cache make git 23:00:06 ---> Running in 2c60c9ad3a8f 23:00:06 ---> Running in 697cfb40533a 23:00:06 Removing intermediate container 76c9197c884f 23:00:06 ---> 865418b99de2 23:00:06 Step 5/23 : RUN apk add --update --no-cache make git 23:00:06 Removing intermediate container 86217f2368e9 23:00:06 ---> 0dbbd031db75 23:00:06 Step 5/24 : RUN apk add --update --no-cache make git 23:00:06 Removing intermediate container 2b06aceea496 23:00:06 ---> f1ab1bf6c0eb 23:00:06 Step 5/21 : RUN apk add --update --no-cache make git 23:00:06 ---> Running in fb8124839409 23:00:06 ---> Running in aa87948bc034 23:00:06 ---> Running in 90f2d6522f74 23:00:06 (1/6) Installing dumb-init (1.2.2-r1) 23:00:06 (2/6) Installing libgcc (9.3.0-r2) 23:00:06 (3/6) Installing libsodium (1.0.18-r0) 23:00:07 (4/6) Installing libstdc++ (9.3.0-r2) 23:00:07 (5/6) Installing libzmq (4.3.3-r0) 23:00:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:00:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:00:08 ---> e48f3363740e 23:00:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:00:08 ---> 4249458fa0f1 23:00:08 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:00:08 Removing intermediate container e89a3d43a895 23:00:08 ---> 9c9bf2be394d 23:00:08 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:00:08 (6/6) Installing zeromq (4.3.3-r0) 23:00:08 Executing busybox-1.31.1-r19.trigger 23:00:08 OK: 8 MiB in 20 packages 23:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:00:08 ---> Running in bb4f784d8922 23:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:00:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:00:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:00:09 OK: 217 MiB in 51 packages 23:00:09 OK: 217 MiB in 51 packages 23:00:09 ---> 5f2f996c4d99 23:00:09 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:00:09 OK: 217 MiB in 51 packages 23:00:09 OK: 217 MiB in 51 packages 23:00:09 OK: 217 MiB in 51 packages 23:00:10 Removing intermediate container bb4f784d8922 23:00:10 ---> 27156a9ef7f9 23:00:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:00:10 ---> Running in 1625ee847d88 23:00:10 ---> b7fc26907355 23:00:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:00:10 ---> Running in dcde572f2d31 23:00:11 Removing intermediate container 2c60c9ad3a8f 23:00:11 ---> 02d4f1fc3479 23:00:11 Step 6/23 : COPY go.mod . 23:00:11 Removing intermediate container 697cfb40533a 23:00:11 ---> c5458fd32be5 23:00:11 Step 6/31 : COPY go.mod . 23:00:12 Removing intermediate container 90f2d6522f74 23:00:12 ---> 51b8f213262b 23:00:12 Step 6/21 : COPY go.mod . 23:00:12 Removing intermediate container aa87948bc034 23:00:12 ---> 94190e22a33f 23:00:12 Step 6/24 : COPY go.mod . 23:00:12 ---> fcf586e43ff7 23:00:12 Step 7/23 : RUN go mod download 23:00:12 Removing intermediate container fb8124839409 23:00:12 ---> f43c8ce63656 23:00:12 Step 6/23 : COPY go.mod . 23:00:12 Removing intermediate container cd37e4e46124 23:00:12 ---> 3f5d07882a97 23:00:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:00:12 Removing intermediate container dcde572f2d31 23:00:12 ---> 52151f0a1aa9 23:00:12 Step 20/22 : LABEL arch=x86_64 23:00:12 ---> Running in a785aab5d4a0 23:00:12 ---> 2eccfd3315f7 23:00: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/ 23:00:12 ---> Running in f59e020f575b 23:00:12 ---> Running in 7159f1677de6 23:00:12 ---> 68173ea9f9d6 23:00:12 Step 7/31 : RUN go mod download 23:00:12 ---> Running in f4d58d1265aa 23:00:13 ---> fd6b5009c741 23:00:13 Step 7/24 : RUN go mod download 23:00:13 ---> ab3dc1e68487 23:00:13 Step 7/21 : RUN go mod download 23:00:13 ---> Running in 4259dc176b7b 23:00:13 ---> e0870c880691 23:00:13 Step 7/23 : RUN go mod download 23:00:13 ---> Running in 6ad1104382cf 23:00:14 ---> Running in c6be4b2e6b50 23:00:14 ---> 02d28a45b8f3 23:00:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:00:14 Removing intermediate container a785aab5d4a0 23:00:14 ---> 400a7f9da4dc 23:00:14 Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:00:14 ---> Running in 9fbfae698503 23:00:16 Removing intermediate container 9fbfae698503 23:00:16 ---> cd92714ae827 23:00:16 Step 22/22 : LABEL version=0.0.0 23:00:16 ---> Running in 269d0757af56 23:00:17 Removing intermediate container 7159f1677de6 23:00:17 ---> 39878d998572 23:00:17 Step 8/23 : COPY . . 23:00:17 Removing intermediate container f4d58d1265aa 23:00:17 ---> 8282b2f68643 23:00:17 Step 8/31 : COPY . . 23:00:18 Removing intermediate container 4259dc176b7b 23:00:18 ---> 1b452b122bd9 23:00:18 Step 8/24 : COPY . . 23:00:18 ---> f883a8102926 23:00:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:00:18 Removing intermediate container 1625ee847d88 23:00:18 ---> 9733ca767360 23:00:18 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:00:18 Removing intermediate container 6ad1104382cf 23:00:18 ---> faed7ed9dbbc 23:00:18 Step 8/21 : COPY . . 23:00:18 Removing intermediate container 269d0757af56 23:00:18 ---> 10b2454e1d90 23:00:18 23:00:19 Removing intermediate container c6be4b2e6b50 23:00:19 ---> c0197c1c52d3 23:00:19 Step 8/23 : COPY . . 23:00:19 ---> 4102c49bb207 23:00:19 Step 19/23 : ENTRYPOINT ["/core-data"] 23:00:19 ---> 9b4ed3053836 23:00:19 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:00:19 ---> Running in 1f16e8912ced 23:00:19 Removing intermediate container f59e020f575b 23:00:19 ---> de400936100f 23:00:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:00:20 Successfully built 10b2454e1d90 23:00:20 ---> Running in b769ce74c27a 23:00:20 Successfully tagged docker-support-scheduler-go:latest 23:00:20 Building docker-core-metadata-go 23:00:21  Building docker-support-scheduler-go ... done Removing intermediate container 1f16e8912ced 23:00:21 ---> 576b33413e9e 23:00:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:00:21 ---> Running in 09be3452fdcf 23:00:21 Removing intermediate container b769ce74c27a 23:00:21 ---> 30c8381c04e3 23:00:21 Step 22/24 : LABEL arch=x86_64 23:00:22 ---> Running in ad7332755870 23:00:22 ---> eddd27d14ed7 23:00:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:00:22 Removing intermediate container 09be3452fdcf 23:00:22 ---> 19b6c55f1114 23:00:22 Step 21/23 : LABEL arch=x86_64 23:00:24 Removing intermediate container ad7332755870 23:00:24 ---> c7b10de7d0c7 23:00:24 Step 23/24 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:00:24 ---> Running in 0a50a8311288 23:00:25 ---> 72086d288a32 23:00:25 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:00:26 ---> Running in 2039e769b679 23:00:26 Removing intermediate container 0a50a8311288 23:00:26 ---> efbe2632511b 23:00:26 Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:00:27 ---> Running in 5d3b50e08c6b 23:00:27 ---> 5b368ffaaff3 23:00:27 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:00:27 Removing intermediate container 2039e769b679 23:00:27 ---> a4650b91d083 23:00:27 Step 24/24 : LABEL version=0.0.0 23:00:29 ---> Running in 96ae9b72b369 23:00:29 Removing intermediate container 5d3b50e08c6b 23:00:29 ---> 1185be49c2c5 23:00:29 Step 23/23 : LABEL version=0.0.0 23:00:29 ---> Running in 9afb32014077 23:00:30 ---> 9694d19e5d15 23:00:30 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:00:37 Removing intermediate container 96ae9b72b369 23:00:37 ---> 042114bf4061 23:00:37 23:00:37 ---> Running in 808a2dd0d390 23:00:37 Removing intermediate container 9afb32014077 23:00:37 ---> 0f32974ffc02 23:00:37 23:00:39 Successfully built 042114bf4061 23:00:39 Successfully tagged docker-security-secretstore-setup-go:latest 23:00:39  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 23:00:39 Successfully built 0f32974ffc02 23:00:40 Successfully tagged docker-core-data-go:latest 23:00:40  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 23:00:42 Removing intermediate container 808a2dd0d390 23:00:42 ---> 5bf0e3e616c9 23:00:42 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:00:45 ---> 3a60c26fb88f 23:00:45 Step 26/31 : RUN chmod +x /entrypoint.sh 23:00:45 ---> de8a4a519fd9 23:00:45 Step 9/23 : RUN make cmd/core-data/core-data 23:00:45 ---> 2f35df701751 23:00:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:00:45 ---> 8113bc358855 23:00:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:00:45 ---> c4d6d66c10dd 23:00:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:00:45 ---> Running in a6ab59bbd5f0 23:00:45 ---> Running in 2b2a25252be1 23:00:45 ---> Running in 0784fa030c21 23:00:45 ---> Running in 8388d01c4d87 23:00:45 ---> 5f51da537b42 23:00:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:00:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:00:46 Status: Downloaded newer image for docker:20.10.0 23:00:46 ---> aefe523efa57 23:00:46 Step 12/26 : RUN apk add --no-cache bash 23:00:46 ---> Running in e09548e12594 23:00:46 ---> Running in 981b3cf52e21 23:00:47 ---> Running in 10a15aca949e 23:00:47 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 23:00:48 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 23:00:48 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 23:00:48 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 23:00:48 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 23:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:00:50 (1/2) Installing readline (8.0.4-r0) 23:00:50 (2/2) Installing bash (5.0.17-r0) 23:00:50 Executing bash-5.0.17-r0.post-install 23:00:50 Executing busybox-1.31.1-r19.trigger 23:00:50 OK: 12 MiB in 22 packages 23:00:58 Removing intermediate container e09548e12594 23:00:58 ---> f99f246cee64 23:00:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:00:58 Removing intermediate container 10a15aca949e 23:00:58 ---> c2361967ce41 23:00:58 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:00:58 ---> Running in 9722f3af26e8 23:00:58 ---> Running in daaa2820081b 23:00:58 Removing intermediate container 9722f3af26e8 23:00:58 ---> ad10b3d14002 23:00:58 Step 14/26 : ENV APP_PORT=48090 23:01:00 ---> Running in 3ffd6e636cfb 23:01:01 Removing intermediate container daaa2820081b 23:01:01 ---> d1b64c94fa69 23:01:01 Step 28/31 : CMD ["gate"] 23:01:03 Removing intermediate container 3ffd6e636cfb 23:01:03 ---> f7eed922dba1 23:01:03 Step 15/26 : EXPOSE $APP_PORT 23:01:03 ---> Running in efdc80214fcd 23:01:03 ---> Running in 9f1ea48e562e 23:01:04 Removing intermediate container efdc80214fcd 23:01:04 ---> f308c9e8e151 23:01:04 Step 29/31 : LABEL arch=x86_64 23:01:05 Removing intermediate container 9f1ea48e562e 23:01:05 ---> 5b01f2b2abdd 23:01:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:01:06 ---> Running in 89a78ba7ec0d 23:01:07 Removing intermediate container 89a78ba7ec0d 23:01:07 ---> c04a513593f5 23:01:07 Step 30/31 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:01:08 ---> Running in 846c17e87786 23:01:09 ---> 8edffd186e0b 23:01:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:01:14 Removing intermediate container 846c17e87786 23:01:14 ---> f5f6b05fea5a 23:01:14 Step 31/31 : LABEL version=0.0.0 23:01:15 ---> Running in 919c6903d278 23:01:16 ---> 3a2eb147c3f0 23:01:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:01:18 Removing intermediate container 919c6903d278 23:01:18 ---> 3e4d349d4604 23:01:18 23:01:19 Successfully built 3e4d349d4604 23:01:20 Successfully tagged docker-security-bootstrapper-go:latest 23:01:20 Building docker-support-notifications-go 23:01:23  Building docker-security-bootstrapper-go ... done  ---> d83145f79d8b 23:01:23 Step 19/26 : RUN apk --no-cache add py3-pip 23:01:30 ---> Running in 5a834dc1c598 23:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:01:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:01:38 (1/33) Installing libbz2 (1.0.8-r1) 23:01:38 (2/33) Installing expat (2.2.9-r1) 23:01:38 (3/33) Installing libffi (3.3-r2) 23:01:38 (4/33) Installing gdbm (1.13-r1) 23:01:40 (5/33) Installing xz-libs (5.2.5-r0) 23:01:40 (6/33) Installing sqlite-libs (3.32.1-r0) 23:01:40 (7/33) Installing python3 (3.8.8-r0) 23:01:48 (8/33) Installing py3-appdirs (1.4.4-r1) 23:01:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:01:48 (10/33) Installing py3-parsing (2.4.7-r0) 23:01:48 (11/33) Installing py3-six (1.15.0-r0) 23:01:48 (12/33) Installing py3-packaging (20.4-r0) 23:01:48 (13/33) Installing py3-setuptools (47.0.0-r0) 23:01:48 (14/33) Installing py3-chardet (3.0.4-r4) 23:01:49 (15/33) Installing py3-idna (2.9-r0) 23:01:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:01:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:01:50 (18/33) Installing py3-requests (2.23.0-r0) 23:01:50 (19/33) Installing py3-msgpack (1.0.0-r0) 23:01:50 (20/33) Installing py3-lockfile (0.12.2-r3) 23:01:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:01:51 (22/33) Installing py3-colorama (0.4.3-r0) 23:01:51 (23/33) Installing py3-distlib (0.3.0-r0) 23:01:53 (24/33) Installing py3-distro (1.5.0-r1) 23:01:53 (25/33) Installing py3-webencodings (0.5.1-r3) 23:01:53 (26/33) Installing py3-html5lib (1.0.1-r4) 23:01:53 (27/33) Installing py3-pytoml (0.1.21-r0) 23:01:53 (28/33) Installing py3-pep517 (0.8.2-r0) 23:01:53 (29/33) Installing py3-progress (1.5-r0) 23:01:53 (30/33) Installing py3-toml (0.10.1-r0) 23:01:54 (31/33) Installing py3-retrying (1.3.3-r0) 23:01:54 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:01:54 (33/33) Installing py3-pip (20.1.1-r0) 23:01:57 Executing busybox-1.31.1-r19.trigger 23:02:00 OK: 71 MiB in 55 packages 23:02:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:02:04 ---> dae510fc3120 23:02:04 Step 3/23 : WORKDIR /edgex-go 23:02:04 ---> Using cache 23:02:04 ---> 26f12a0a32bc 23:02:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:06 ---> Using cache 23:02:06 ---> 9c3354beab00 23:02:06 Step 5/23 : RUN apk add --update --no-cache make git 23:02:06 ---> Using cache 23:02:06 ---> dad37a4804e5 23:02:06 Step 6/23 : COPY go.mod . 23:02:06 ---> Using cache 23:02:06 ---> b13a6a5ca946 23:02:06 Step 7/23 : RUN go mod download 23:02:06 ---> Using cache 23:02:06 ---> ccfbaa4ea243 23:02:06 Step 8/23 : COPY . . 23:02:06 ---> Using cache 23:02:06 ---> 483fe85c22bb 23:02:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:02:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:02:09 ---> dae510fc3120 23:02:09 Step 3/21 : WORKDIR /edgex-go 23:02:09 ---> Using cache 23:02:09 ---> 26f12a0a32bc 23:02:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:09 ---> Using cache 23:02:09 ---> 9c3354beab00 23:02:09 Step 5/21 : RUN apk add --update --no-cache make git 23:02:09 ---> Using cache 23:02:09 ---> dad37a4804e5 23:02:09 Step 6/21 : COPY go.mod . 23:02:09 ---> Using cache 23:02:09 ---> b13a6a5ca946 23:02:09 Step 7/21 : RUN go mod download 23:02:09 ---> Using cache 23:02:09 ---> ccfbaa4ea243 23:02:09 Step 8/21 : COPY . . 23:02:10 ---> Using cache 23:02:10 ---> 483fe85c22bb 23:02:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:02:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:02:10 ---> dae510fc3120 23:02:10 Step 3/23 : WORKDIR /edgex-go 23:02:10 ---> Using cache 23:02:10 ---> 26f12a0a32bc 23:02:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:10 ---> Using cache 23:02:10 ---> 9c3354beab00 23:02:10 Step 5/23 : RUN apk add --update --no-cache make git 23:02:10 ---> Using cache 23:02:10 ---> dad37a4804e5 23:02:10 Step 6/23 : COPY go.mod . 23:02:10 ---> Using cache 23:02:10 ---> b13a6a5ca946 23:02:10 Step 7/23 : RUN go mod download 23:02:10 ---> Using cache 23:02:10 ---> ccfbaa4ea243 23:02:10 Step 8/23 : COPY . . 23:02:11 ---> Using cache 23:02:11 ---> 483fe85c22bb 23:02:11 Step 9/23 : RUN make cmd/core-command/core-command 23:02:11 ---> Running in 5a06e3ea1b96 23:02:12 ---> Running in be381cf7b6a8 23:02:12 ---> Running in f748d0e65339 23:02:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:02:15 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 23:02:15 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 23:02:40 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 23:02:40 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 23:02:47 Removing intermediate container 2b2a25252be1 23:02:47 ---> 070841db1ea1 23:02:47 23:02:47 Step 10/31 : FROM alpine:3.12 23:02:47 3.12: Pulling from library/alpine 23:02:49 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 23:02:49 Status: Downloaded newer image for alpine:3.12 23:02:49 ---> e47305ac9786 23:02:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:02:50 ---> Running in 2bba452bd26d 23:02:52 Removing intermediate container 2bba452bd26d 23:02:52 ---> eb2a2f2d82e7 23:02:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:02:52 ---> Running in c7c00593093b 23:02:53 Removing intermediate container 8388d01c4d87 23:02:53 ---> 28c012ede839 23:02:53 23:02:53 Step 10/24 : FROM alpine:3.12 23:02:53 ---> e47305ac9786 23:02:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 23:02:53 Removing intermediate container 981b3cf52e21 23:02:53 ---> 0b8d46a367bd 23:02:53 23:02:53 Step 10/21 : FROM alpine:3.12 23:02:53 ---> e47305ac9786 23:02:53 Step 11/21 : RUN apk add --update --no-cache curl 23:02:53 ---> Running in c4a5d23ae577 23:02:53 ---> Running in a6c69add2f98 23:02:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:55 (1/2) Installing dumb-init (1.2.2-r1) 23:02:55 (2/2) Installing su-exec (0.2-r1) 23:02:55 Executing busybox-1.31.1-r19.trigger 23:02:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:55 OK: 5 MiB in 16 packages 23:02:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:56 (1/4) Installing ca-certificates (20191127-r4) 23:02:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:02:56 (3/4) Installing libcurl (7.69.1-r3) 23:02:56 (4/4) Installing curl (7.69.1-r3) 23:02:56 Executing busybox-1.31.1-r19.trigger 23:02:56 (1/6) Installing ca-certificates (20191127-r4) 23:02:56 Executing ca-certificates-20191127-r4.trigger 23:02:57 (2/6) Installing nghttp2-libs (1.41.0-r0) 23:02:57 (3/6) Installing libcurl (7.69.1-r3) 23:02:57 (4/6) Installing curl (7.69.1-r3) 23:02:57 (5/6) Installing dumb-init (1.2.2-r1) 23:02:57 (6/6) Installing su-exec (0.2-r1) 23:02:57 Executing busybox-1.31.1-r19.trigger 23:02:57 Executing ca-certificates-20191127-r4.trigger 23:02:57 OK: 7 MiB in 18 packages 23:02:57 OK: 7 MiB in 20 packages 23:02:58 Removing intermediate container c7c00593093b 23:02:58 ---> 7c8a056abcb8 23:02:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:02:58 ---> Running in cb9fedc7d814 23:02:59 Removing intermediate container cb9fedc7d814 23:02:59 ---> 50a8914c506f 23:02:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:02:59 ---> Running in c4f45085928f 23:03:00 Removing intermediate container a6c69add2f98 23:03:00 ---> e1c35874d07d 23:03:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:03:00 Removing intermediate container c4a5d23ae577 23:03:00 ---> 0c468c98c447 23:03:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:03:00 ---> Running in ccc8d61aaf74 23:03:00 ---> Running in 396a672c7c30 23:03:00 Removing intermediate container c4f45085928f 23:03:00 ---> 1953a0436d7d 23:03:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:03:00 ---> Running in ab054c8a9a16 23:03:01 Removing intermediate container ccc8d61aaf74 23:03:01 ---> ffe4eae7f0e0 23:03:01 Step 13/21 : WORKDIR /edgex 23:03:01 Removing intermediate container 396a672c7c30 23:03:01 ---> d9149f8228c9 23:03:01 Step 13/24 : WORKDIR / 23:03:01 ---> Running in 84e27481b04d 23:03:01 ---> Running in 8574c63e4dd5 23:03:02 Removing intermediate container 84e27481b04d 23:03:02 ---> a56feba829b9 23:03:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:03:02 Removing intermediate container 8574c63e4dd5 23:03:02 ---> 2a0c1f71a118 23:03:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:03:04 ---> 9de256e6fc2e 23:03:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:03:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:03:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:03:04 ---> dae510fc3120 23:03:04 Step 3/22 : WORKDIR /edgex-go 23:03:04 ---> Using cache 23:03:04 ---> 26f12a0a32bc 23:03:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:04 ---> Using cache 23:03:04 ---> 9c3354beab00 23:03:04 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:03:04 ---> Running in 88381331a728 23:03:04 ---> c2f6d5513af8 23:03:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:03:04 Removing intermediate container ab054c8a9a16 23:03:04 ---> 8e09e12fdeae 23:03:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 23:03:05 ---> Running in 69ffb7c76eee 23:03:06 ---> 40976f1031da 23:03:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:03:06 ---> 8892facc1fe5 23:03:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:03:06 Removing intermediate container 69ffb7c76eee 23:03:06 ---> e5055892b037 23:03:06 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:03:08 ---> 34ff0bd8e5d0 23:03:08 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:03:08 ---> 70707ca59b96 23:03:08 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:03:08 ---> e9012a1a257c 23:03:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:08 ---> Running in 6da88694a988 23:03:08 ---> Running in b0cabfbec596 23:03:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:09 Removing intermediate container 6da88694a988 23:03:09 ---> 593c433c8c4f 23:03:09 Step 18/21 : CMD ["--init=true"] 23:03:09 ---> 536daf98c626 23:03:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:03:10 ---> Running in 0cfe231f2a30 23:03:11 Removing intermediate container 0cfe231f2a30 23:03:11 ---> 5dd555a38a16 23:03:11 Step 19/21 : LABEL arch=arm64 23:03:11 ---> f62a507c952e 23:03:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:03:12 OK: 233 MiB in 51 packages 23:03:12 ---> Running in e7942eeea780 23:03:12 Removing intermediate container 0784fa030c21 23:03:12 ---> a0669522f681 23:03:12 23:03:12 Step 10/23 : FROM alpine:3.12 23:03:12 ---> e47305ac9786 23:03:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:03:12 ---> Running in a5c9cd7dd158 23:03:12 Removing intermediate container b0cabfbec596 23:03:12 ---> 40a34d95070a 23:03:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:03:13 Removing intermediate container e7942eeea780 23:03:13 ---> d158b7f71959 23:03:13 Step 20/21 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:03:13 ---> c4e6efc8832c 23:03:13 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/ 23:03:13 ---> Running in e1b24884059d 23:03:13 ---> Running in 04efada8fbc2 23:03:14 ---> 67888d4cc9be 23:03:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:03:14 Removing intermediate container e1b24884059d 23:03:14 ---> 50a1700481be 23:03:14 Step 21/21 : LABEL version=0.0.0 23:03:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:14 ---> Running in b38a361c27e9 23:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:15 Removing intermediate container a6ab59bbd5f0 23:03:15 ---> 682b96fec680 23:03:15 23:03:15 Step 10/23 : FROM alpine:3.12 23:03:15 ---> e47305ac9786 23:03:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:03:15 Removing intermediate container b38a361c27e9 23:03:15 ---> 23df5e967c45 23:03:15 23:03:15 (1/1) Installing dumb-init (1.2.2-r1) 23:03:15 Executing busybox-1.31.1-r19.trigger 23:03:15 OK: 5 MiB in 15 packages 23:03:16 ---> Running in aff941ad6bb5 23:03:16 ---> 9d5d32d8f586 23:03:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:03:16 Successfully built 23df5e967c45 23:03:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:03:16  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 23:03:16 Removing intermediate container aff941ad6bb5 23:03:16 ---> b1233371a984 23:03:16 Step 12/23 : ENV APP_PORT=48080 23:03:16 Removing intermediate container 04efada8fbc2 23:03:16 ---> 9c4fb1184aec 23:03:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:03:17 ---> Running in b27f03b371b3 23:03:17 ---> Running in 6e691068540d 23:03:17 ---> 500c9ca397aa 23:03:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:03:17 Removing intermediate container a5c9cd7dd158 23:03:17 ---> 402a6ee09825 23:03:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:03:17 Removing intermediate container b27f03b371b3 23:03:17 ---> f15984e29f2d 23:03:17 Step 13/23 : EXPOSE $APP_PORT 23:03:17 ---> Running in 7e2519b13918 23:03:17 Removing intermediate container 6e691068540d 23:03:17 ---> e81bc21b8469 23:03:17 Step 22/24 : LABEL arch=arm64 23:03:18 ---> Running in 4c775c32bb47 23:03:18 ---> Running in 80e66b12c5f3 23:03:19 Removing intermediate container 88381331a728 23:03:19 ---> 76a1875da48e 23:03:19 Step 6/22 : COPY go.mod . 23:03:19 Removing intermediate container 7e2519b13918 23:03:19 ---> 6ddd050b52a4 23:03:19 Step 13/23 : ENV APP_PORT=48081 23:03:19 ---> 80fc0eb90dc9 23:03:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:03:19 Removing intermediate container 4c775c32bb47 23:03:19 ---> 30f7517c2682 23:03:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:20 ---> Running in ee90c8669467 23:03:20 Removing intermediate container 80e66b12c5f3 23:03:20 ---> 1d87804ad014 23:03:20 Step 23/24 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:03:20 ---> Running in 01f03aa6fef6 23:03:20 ---> Running in 52c489556bd2 23:03:20 ---> 17422f439eb4 23:03:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:03:20 Removing intermediate container ee90c8669467 23:03:20 ---> 8826166a2a1d 23:03:20 Step 14/23 : EXPOSE $APP_PORT 23:03:21 ---> Running in e8caac9c62fb 23:03:21 ---> Running in a40b188e1f17 23:03:21 ---> 94180093d5a1 23:03:21 Step 7/22 : RUN go mod download 23:03:21 Removing intermediate container 52c489556bd2 23:03:21 ---> 1721308090b8 23:03:21 Step 24/24 : LABEL version=0.0.0 23:03:21 ---> Running in ef6a36e5dc2c 23:03:22 ---> Running in 30c7054bc236 23:03:22 Removing intermediate container a40b188e1f17 23:03:22 ---> 7b6b5a79da4d 23:03:22 Step 15/23 : WORKDIR / 23:03:22 Removing intermediate container e8caac9c62fb 23:03:22 ---> c70f3edb0540 23:03:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:03:22 ---> Running in 0c4e92105d50 23:03:23 Removing intermediate container 30c7054bc236 23:03:23 ---> d2e884854169 23:03:23 23:03:23 Successfully built d2e884854169 23:03:23 ---> 1cd9cbcc2812 23:03:23 Step 26/31 : RUN chmod +x /entrypoint.sh 23:03:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:03:23  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 23:03:24 Removing intermediate container 01f03aa6fef6 23:03:24 ---> 6a9ab15c0c26 23:03:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:03:24 Removing intermediate container 0c4e92105d50 23:03:24 ---> 4d943ac6fbb8 23:03:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:03:24 ---> Running in f95987bfb7ce 23:03:24 ---> Running in 1a06681ccaf3 23:03:24 ---> d2a6715729c8 23:03:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:28 (1/6) Installing dumb-init (1.2.2-r1) 23:03:28 (2/6) Installing libgcc (9.3.0-r2) 23:03:28 (3/6) Installing libsodium (1.0.18-r0) 23:03:28 (4/6) Installing libstdc++ (9.3.0-r2) 23:03:28 ---> 47a6e8417e0b 23:03:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:03:28 (5/6) Installing libzmq (4.3.3-r0) 23:03:29 (6/6) Installing zeromq (4.3.3-r0) 23:03:29 Executing busybox-1.31.1-r19.trigger 23:03:29 OK: 8 MiB in 20 packages 23:03:29 Removing intermediate container f95987bfb7ce 23:03:29 ---> 595e80e428ff 23:03:29 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:03:30 ---> Running in d68c093bbe39 23:03:30 ---> 85a54d059507 23:03:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:03:31 ---> Running in 254afaaa49b0 23:03:31 Removing intermediate container d68c093bbe39 23:03:31 ---> defb5d5bbee8 23:03:31 Step 28/31 : CMD ["gate"] 23:03:32 Removing intermediate container 254afaaa49b0 23:03:32 ---> 8f0c95a644f1 23:03:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:32 Removing intermediate container 1a06681ccaf3 23:03:32 ---> f3962e265f24 23:03:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:03:32 ---> Running in 01f21e03ae9e 23:03:33 ---> Running in 0148f98d873b 23:03:33 ---> b6e46bd6c8ed 23:03:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:03:34 Removing intermediate container 01f21e03ae9e 23:03:34 ---> 91de202fa3b1 23:03:34 Step 29/31 : LABEL arch=arm64 23:03:34 Removing intermediate container 0148f98d873b 23:03:34 ---> dbae8acb6963 23:03:34 Step 21/23 : LABEL arch=arm64 23:03:35 ---> Running in 9e7a1df2873e 23:03:35 ---> Running in 1ad8753cbfa7 23:03:35 ---> 248e309afced 23:03:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:03:35 Removing intermediate container 9e7a1df2873e 23:03:35 ---> 0fd55fabb09f 23:03:35 Step 30/31 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:03:36 Removing intermediate container 1ad8753cbfa7 23:03:36 ---> 66739b4324d3 23:03:36 Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:03:36 ---> Running in 110f014652aa 23:03:36 ---> Running in 638d96239a3b 23:03:36 ---> f6550d50dbef 23:03:36 Step 19/23 : ENTRYPOINT ["/core-data"] 23:03:37 ---> Running in 3081f9d94e2e 23:03:37 Removing intermediate container 110f014652aa 23:03:37 ---> 132ba294a959 23:03:37 Step 31/31 : LABEL version=0.0.0 23:03:37 Removing intermediate container 638d96239a3b 23:03:37 ---> 43dee01bcaf3 23:03:37 Step 23/23 : LABEL version=0.0.0 23:03:38 ---> Running in 47251e0ef41c 23:03:38 Removing intermediate container 3081f9d94e2e 23:03:38 ---> dc1dc578c3d7 23:03:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:38 Removing intermediate container ef6a36e5dc2c 23:03:38 ---> 7bbc08af3c34 23:03:38 Step 8/22 : COPY . . 23:03:38 ---> Running in 669c27ab8ec9 23:03:38 ---> Running in 5c34f26283dd 23:03:38 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 23:03:39 Removing intermediate container 47251e0ef41c 23:03:39 ---> b383b04ca1ba 23:03:39 23:03:39 Removing intermediate container 5c34f26283dd 23:03:39 ---> 76bafe8648db 23:03:39 Step 21/23 : LABEL arch=arm64 23:03:39 Removing intermediate container 669c27ab8ec9 23:03:39 ---> f07c35179fed 23:03:39 23:03:39 Successfully built b383b04ca1ba 23:03:39 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:03:39  Building docker-security-bootstrapper-go ... done Building docker-sys-mgmt-agent-go 23:03:39 Successfully built f07c35179fed 23:03:40 Successfully tagged docker-core-metadata-go-arm64:latest 23:03:40 Building docker-core-command-go 23:03:40  Building docker-core-metadata-go ... done  ---> Running in bf953284bc15 23:03:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:03:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:03:40 ---> c7295e2bb559 23:03:40 Step 3/22 : WORKDIR /edgex-go 23:03:40 ---> Using cache 23:03:40 ---> 20e1715c45ad 23:03:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:03:40 ---> Using cache 23:03:40 ---> cfb5ba5d97fe 23:03:40 Step 5/22 : RUN apk add --update --no-cache make git 23:03:40 ---> Running in bc6830c8bd83 23:03:40 Removing intermediate container bf953284bc15 23:03:40 ---> 73303deb6c48 23:03:40 Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:03:41 ---> Running in 0ca0edc90790 23:03:41 Removing intermediate container 0ca0edc90790 23:03:41 ---> 95499bd5ee64 23:03:41 Step 23/23 : LABEL version=0.0.0 23:03:41 ---> Running in 1b22fef2435f 23:03:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:42 Removing intermediate container 1b22fef2435f 23:03:42 ---> e4f99e32613b 23:03:42 23:03:43 Successfully built e4f99e32613b 23:03:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:43 Successfully tagged docker-core-data-go-arm64:latest 23:03:44  Building docker-core-data-go ... done OK: 217 MiB in 51 packages 23:03:47 Removing intermediate container bc6830c8bd83 23:03:47 ---> 0e889abf64a9 23:03:47 Step 6/22 : COPY go.mod . 23:03:48 ---> 8cec8cf7f826 23:03:48 Step 7/22 : RUN go mod download 23:03:49 Removing intermediate container 5a834dc1c598 23:03:49 ---> 76b385902683 23:03:49 Step 20/26 : RUN pip install docker-compose==1.23.2 23:03:49 ---> Running in 46dde9d92632 23:03:51 ---> Running in 9233907eb381 23:03:53 Removing intermediate container 46dde9d92632 23:03:53 ---> 4d8b163af1f2 23:03:53 Step 8/22 : COPY . . 23:04:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:04:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:04:00 ---> c7295e2bb559 23:04:00 Step 3/22 : WORKDIR /edgex-go 23:04:00 ---> Using cache 23:04:00 ---> 20e1715c45ad 23:04:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:04:00 ---> Using cache 23:04:00 ---> cfb5ba5d97fe 23:04:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 23:04:04 ---> Running in 8a75721a4c25 23:04:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:06 ---> 8ff2f356ffb2 23:04:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 23:04:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:07 ---> Running in 18c2cec2c783 23:04:07 OK: 217 MiB in 51 packages 23:04:08 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 23:04:09 Removing intermediate container 8a75721a4c25 23:04:09 ---> e17be4dbcef6 23:04:09 Step 6/22 : COPY go.mod . 23:04:11 ---> 4010d66925fd 23:04:11 Step 7/22 : RUN go mod download 23:04:11 ---> Running in a1dcf51b9a07 23:04:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:04:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 23:04:14 ---> c7295e2bb559 23:04:14 Step 3/26 : WORKDIR /edgex-go 23:04:14 ---> Using cache 23:04:14 ---> 20e1715c45ad 23:04:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:04:14 ---> Using cache 23:04:14 ---> cfb5ba5d97fe 23:04:14 Step 5/26 : RUN apk add --update --no-cache make bash git 23:04:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:04:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:04:14 ---> c7295e2bb559 23:04:14 Step 3/23 : WORKDIR /edgex-go 23:04:14 ---> Using cache 23:04:14 ---> 20e1715c45ad 23:04:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:04:14 ---> Using cache 23:04:14 ---> cfb5ba5d97fe 23:04:14 Step 5/23 : RUN apk add --update --no-cache make git 23:04:14 ---> Using cache 23:04:14 ---> 0e889abf64a9 23:04:14 Step 6/23 : COPY go.mod . 23:04:14 ---> Using cache 23:04:14 ---> 8cec8cf7f826 23:04:14 Step 7/23 : RUN go mod download 23:04:14 ---> Using cache 23:04:14 ---> 4d8b163af1f2 23:04:14 Step 8/23 : COPY . . 23:04:14 ---> Using cache 23:04:14 ---> 8ff2f356ffb2 23:04:14 Step 9/23 : RUN make cmd/core-command/core-command 23:04:14 ---> Running in b9f218435402 23:04:14 ---> Running in 9585fcf6ced5 23:04:15 Removing intermediate container f748d0e65339 23:04:15 ---> 2417fd6d7575 23:04:15 23:04:15 Step 10/23 : FROM alpine:3.12 23:04:15 ---> 42cb162f0360 23:04:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:04:15 ---> Using cache 23:04:15 ---> b9c992b516a0 23:04:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:04:15 ---> Using cache 23:04:15 ---> 76892a98984e 23:04:15 Step 13/23 : ENV APP_PORT=48082 23:04:15 ---> Running in 266b42cc0c99 23:04:16 Removing intermediate container a1dcf51b9a07 23:04:16 ---> 1d4597697d96 23:04:16 Step 8/22 : COPY . . 23:04:17 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 23:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:18 Removing intermediate container 5a06e3ea1b96 23:04:18 ---> d040ae5e829d 23:04:18 23:04:18 Step 10/23 : FROM alpine:3.12 23:04:18 ---> 42cb162f0360 23:04:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:04:18 ---> Using cache 23:04:18 ---> b9c992b516a0 23:04:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:04:18 ---> Using cache 23:04:18 ---> 76892a98984e 23:04:18 Step 13/23 : ENV APP_PORT=48081 23:04:18 Removing intermediate container 266b42cc0c99 23:04:18 ---> 709817748d4c 23:04:18 Step 14/23 : EXPOSE $APP_PORT 23:04:19 OK: 217 MiB in 51 packages 23:04:20 ---> Running in 7954db317ad6 23:04:20 ---> Running in 501c32f46c78 23:04:20 Removing intermediate container be381cf7b6a8 23:04:20 ---> dcf30cc283d3 23:04:20 23:04:20 Step 10/21 : FROM alpine:3.12 23:04:20 ---> 42cb162f0360 23:04:20 Step 11/21 : RUN apk add --update --no-cache curl 23:04:21 ---> Running in b82787d72f48 23:04:21 Removing intermediate container 7954db317ad6 23:04:21 ---> c0de084773d6 23:04:21 Step 14/23 : EXPOSE $APP_PORT 23:04:21 Removing intermediate container 501c32f46c78 23:04:21 ---> bd4162c2dce6 23:04:21 Step 15/23 : WORKDIR / 23:04:23 ---> Running in df899e7bcc02 23:04:23 Removing intermediate container b9f218435402 23:04:23 ---> 444b22273708 23:04:23 Step 6/26 : COPY go.mod . 23:04:23 ---> Running in dbb0d66639a4 23:04:24 ---> c5ee200f5ecd 23:04:24 Step 7/26 : RUN go mod download 23:04:24 ---> Running in ea850283f269 23:04:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:04:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:04:27 (1/4) Installing ca-certificates (20191127-r4) 23:04:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:04:27 (3/4) Installing libcurl (7.69.1-r3) 23:04:27 (4/4) Installing curl (7.69.1-r3) 23:04:29 Executing busybox-1.31.1-r19.trigger 23:04:29 Removing intermediate container dbb0d66639a4 23:04:29 ---> aa3684d343d8 23:04:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:04:29 Executing ca-certificates-20191127-r4.trigger 23:04:29 Removing intermediate container df899e7bcc02 23:04:29 ---> 6793fabb7d68 23:04:29 Step 15/23 : WORKDIR / 23:04:29 OK: 7 MiB in 18 packages 23:04:29 Collecting docker-compose==1.23.2 23:04:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:04:29 ---> Running in bc80e5292986 23:04:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:04:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:04:31 Removing intermediate container ea850283f269 23:04:31 ---> 1520ac5586f4 23:04:31 Step 8/26 : COPY . . 23:04:31 ---> 694b2103803b 23:04:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:04:31 Collecting texttable<0.10,>=0.9.0 23:04:32 Downloading texttable-0.9.1.tar.gz (11 kB) 23:04:33 Removing intermediate container bc80e5292986 23:04:33 ---> 90d05fc3666e 23:04:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:04:35 Removing intermediate container b82787d72f48 23:04:35 ---> 3d2d085071b9 23:04:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:04:37 ---> Running in 9618dbdda110 23:04:38 ---> 34f13e73e492 23:04:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:04:38 ---> 193fe05961d8 23:04:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:04:39 Collecting cached-property<2,>=1.2.0 23:04:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:04:40 Removing intermediate container 9618dbdda110 23:04:40 ---> d98c66218e3c 23:04:40 Step 13/21 : WORKDIR /edgex 23:04:40 Collecting websocket-client<1.0,>=0.32.0 23:04:40 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:04:42 Collecting jsonschema<3,>=2.5.1 23:04:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:04:43 ---> be216fdf59c6 23:04:43 Step 19/23 : ENTRYPOINT ["/core-command"] 23:04:43 ---> Running in c1677b6f043e 23:04:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:04:43 ---> Running in 6dc7fa9b6cb0 23:04:43 Collecting PyYAML<4,>=3.10 23:04:43 Downloading PyYAML-3.13.tar.gz (270 kB) 23:04:43 ---> fe271cf02564 23:04:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:04:43 ---> 3703d9a481e4 23:04:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:04:43 ---> Running in 4380cc173f22 23:04:44 Removing intermediate container c1677b6f043e 23:04:44 ---> c8c096391c9f 23:04:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:04:44 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 23:04:45 Removing intermediate container 6dc7fa9b6cb0 23:04:45 ---> 77c298969295 23:04:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:04:45 Collecting dockerpty<0.5,>=0.4.1 23:04:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:04:45 ---> Running in 6eddba878046 23:04:45 ---> 2061329c1ca4 23:04:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:04:46 ---> ea6d73d6a809 23:04:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:04:46 Collecting docopt<0.7,>=0.6.1 23:04:46 Downloading docopt-0.6.2.tar.gz (25 kB) 23:04:48 ---> Running in bbb60e363c1a 23:04:49 Removing intermediate container 6eddba878046 23:04:49 ---> f356e0c68491 23:04:49 Step 21/23 : LABEL arch=x86_64 23:04:49 ---> 4e76c7c7cf0d 23:04:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:04:50 Collecting docker<4.0,>=3.6.0 23:04:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:04:50 Removing intermediate container bbb60e363c1a 23:04:50 ---> 2b4f65e10fdf 23:04:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:04:50 ---> Running in 4cb8d1e6ba36 23:04:51 Collecting urllib3<1.25,>=1.21.1 23:04:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:04:52 ---> Running in 11e14ee29a77 23:04:52 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) 23:04:52 Collecting idna<2.8,>=2.5 23:04:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:04:53 Removing intermediate container 4cb8d1e6ba36 23:04:53 ---> fde7171b10c2 23:04:53 Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:04:53 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) 23:04:53 Collecting docker-pycreds>=0.4.0 23:04:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:04:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:04:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:04:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:04:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:04:54 ---> Running in eb1455d7162d 23:04:54 Removing intermediate container 11e14ee29a77 23:04:54 ---> c7bbe3028f7e 23:04:54 Step 21/23 : LABEL arch=x86_64 23:04:54 Installing collected packages: urllib3, idna, requests, texttable, cached-property, websocket-client, jsonschema, PyYAML, dockerpty, docopt, docker-pycreds, docker, docker-compose 23:04:54 Attempting uninstall: urllib3 23:04:54 Found existing installation: urllib3 1.25.9 23:04:54 Uninstalling urllib3-1.25.9: 23:04:54 ---> 40a0c1a56ac7 23:04:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:04:54 ---> Running in 63ec98593eab 23:04:55 Successfully uninstalled urllib3-1.25.9 23:04:55 ---> 0a829deaa0b5 23:04:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:04:56 ---> Running in 3fe7c686e97c 23:04:56 ---> Running in a96576a17139 23:04:56 Removing intermediate container eb1455d7162d 23:04:56 ---> a04d90fd7827 23:04:56 Step 23/23 : LABEL version=0.0.0 23:04:56 Attempting uninstall: idna 23:04:56 Found existing installation: idna 2.9 23:04:56 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 23:04:56 Uninstalling idna-2.9: 23:04:56 Successfully uninstalled idna-2.9 23:04:57 Attempting uninstall: requests 23:04:57 Found existing installation: requests 2.23.0 23:04:57 Uninstalling requests-2.23.0: 23:04:57 ---> Running in 03f709d314f1 23:04:58 Removing intermediate container a96576a17139 23:04:58 ---> c639c0134e4f 23:04:58 Step 18/21 : CMD ["--init=true"] 23:04:58 Successfully uninstalled requests-2.23.0 23:04:58 Removing intermediate container 3fe7c686e97c 23:04:58 ---> 3938066724e2 23:04:58 Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:04:58 Running setup.py install for texttable: started 23:04:58 ---> Running in fddb98a3e839 23:04:58 ---> Running in 96079598033b 23:04:59 Removing intermediate container 03f709d314f1 23:04:59 ---> adc52a687f3f 23:04:59 23:05:00 Removing intermediate container fddb98a3e839 23:05:00 ---> 34e0e2917b70 23:05:00 Step 19/21 : LABEL arch=x86_64 23:05:00 Removing intermediate container 96079598033b 23:05:00 ---> c7378fca38df 23:05:00 Step 23/23 : LABEL version=0.0.0 23:05:02 ---> Running in bad2d8590c2b 23:05:02 Successfully built adc52a687f3f 23:05:02 ---> Running in a1bf15b06c90 23:05:02 Running setup.py install for texttable: finished with status 'done' 23:05:02 Successfully tagged docker-core-command-go:latest 23:05:03  Building docker-core-command-go ... done  Running setup.py install for PyYAML: started 23:05:03 Removing intermediate container a1bf15b06c90 23:05:03 ---> 5bdfdf594bf4 23:05:03 23:05:03 Removing intermediate container bad2d8590c2b 23:05:03 ---> b539d419a8ea 23:05:03 Step 20/21 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:05:03 ---> Running in 669f849b1f72 23:05:04 ---> 216d9b255646 23:05:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 23:05:04 Successfully built 5bdfdf594bf4 23:05:04 Successfully tagged docker-core-metadata-go:latest 23:05:04  Building docker-core-metadata-go ... done  ---> Running in bea92e819f7e 23:05:04 Removing intermediate container 669f849b1f72 23:05:04 ---> 1f574de8cf30 23:05:04 Step 21/21 : LABEL version=0.0.0 23:05:04 Running setup.py install for PyYAML: finished with status 'done' 23:05:04 Running setup.py install for dockerpty: started 23:05:04 ---> Running in de65be4c8848 23:05:05 Removing intermediate container de65be4c8848 23:05:05 ---> 0ce61e734cec 23:05:05 23:05:05 Running setup.py install for dockerpty: finished with status 'done' 23:05:05 Running setup.py install for docopt: started 23:05:06 Successfully built 0ce61e734cec 23:05:06 Successfully tagged docker-security-proxy-setup-go:latest 23:05:06  Building docker-security-proxy-setup-go ... done 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 23:05:07 Running setup.py install for docopt: finished with status 'done' 23:05:08 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 23:05:17 Removing intermediate container 9233907eb381 23:05:17 ---> ed02d60b4ca7 23:05:17 Step 21/26 : RUN apk --no-cache add curl 23:05:17 ---> Running in 7acc24bee36c 23:05:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:05:19 (2/3) Installing libcurl (7.69.1-r3) 23:05:19 (3/3) Installing curl (7.69.1-r3) 23:05:19 Executing busybox-1.31.1-r19.trigger 23:05:19 OK: 72 MiB in 58 packages 23:05:22 Removing intermediate container 7acc24bee36c 23:05:22 ---> 2770a792ff1e 23:05:22 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:05:22 ---> Running in 248ab208b76f 23:05:23 Removing intermediate container 248ab208b76f 23:05:23 ---> f30c75dc8eb6 23:05:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:25 ---> Running in 47442ac70ffe 23:05:26 Removing intermediate container 47442ac70ffe 23:05:26 ---> 98c4dccb343e 23:05:26 Step 24/26 : LABEL arch=x86_64 23:05:26 ---> Running in 849533b582d8 23:05:27 Removing intermediate container 849533b582d8 23:05:27 ---> 2e3638e48715 23:05:27 Step 25/26 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:05:27 ---> Running in 7acf1878c298 23:05:28 Removing intermediate container 7acf1878c298 23:05:28 ---> 7f48e36aad0f 23:05:28 Step 26/26 : LABEL version=0.0.0 23:05:29 ---> Running in 5886b7d15882 23:05:30 Removing intermediate container 5886b7d15882 23:05:30 ---> a39c134ab70f 23:05:30 23:05:30 Successfully built a39c134ab70f 23:05:30 Successfully tagged docker-sys-mgmt-agent-go:latest 23:05:43 Removing intermediate container 18c2cec2c783 23:05:43 ---> e0613751ec06 23:05:43 23:05:43 Step 10/22 : FROM alpine:3.12 23:05:43 ---> e47305ac9786 23:05:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:05:43 ---> Using cache 23:05:43 ---> 402a6ee09825 23:05:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:05:43 ---> Using cache 23:05:43 ---> 6ddd050b52a4 23:05:43 Step 13/22 : ENV APP_PORT=48085 23:05:43 ---> Running in 5aad6d8da81d 23:05:43 Removing intermediate container 5aad6d8da81d 23:05:43 ---> 1c549230833c 23:05:43 Step 14/22 : EXPOSE $APP_PORT 23:05:43 ---> Running in 1f0da970f8ca 23:05:44 Removing intermediate container 1f0da970f8ca 23:05:44 ---> 4136aba2af6d 23:05:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:45 ---> 432c096da4e6 23:05:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:05:47 ---> af5f3d6fcd28 23:05:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:05:48 ---> 2e1319d6af80 23:05:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:05:48 ---> Running in 5e8c601e571e 23:05:49 Removing intermediate container 5e8c601e571e 23:05:49 ---> 9d14214fab8c 23:05:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:50 ---> Running in 607b361aa893 23:05:50  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bea92e819f7e 23:05:50 ---> 649a0feb050f 23:05:50 23:05:50 Step 10/22 : FROM alpine:3.12 23:05:50 ---> 42cb162f0360 23:05:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:05:50 ---> Running in a024edd64d73 23:05:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:05:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:05:50 (1/2) Installing ca-certificates (20191127-r4) 23:05:50 (2/2) Installing dumb-init (1.2.2-r1) 23:05:50 Executing busybox-1.31.1-r19.trigger 23:05:50 Executing ca-certificates-20191127-r4.trigger 23:05:50 OK: 6 MiB in 16 packages 23:05:51 Removing intermediate container 607b361aa893 23:05:51 ---> 1d113c571ea4 23:05:51 Step 20/22 : LABEL arch=arm64 23:05:51 ---> Running in 28ac76c5e511 23:05:52 Removing intermediate container 28ac76c5e511 23:05:52 ---> cbdc028f3145 23:05:52 Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:05:52 ---> Running in 88578d6e9075 23:05:52 Removing intermediate container a024edd64d73 23:05:52 ---> ec63dd6e3c5e 23:05:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:05:52 ---> Running in 9e85d6a5cadd 23:05:53 Removing intermediate container 9585fcf6ced5 23:05:53 ---> 5d52e332717b 23:05:53 23:05:53 Step 10/23 : FROM alpine:3.12 23:05:53 ---> e47305ac9786 23:05:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:05:53 ---> Using cache 23:05:53 ---> 402a6ee09825 23:05:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:05:53 ---> Using cache 23:05:53 ---> 6ddd050b52a4 23:05:53 Step 13/23 : ENV APP_PORT=48082 23:05:53 Removing intermediate container 88578d6e9075 23:05:53 ---> 20aeccb3a493 23:05:53 Step 22/22 : LABEL version=0.0.0 23:05:53 ---> Running in ab91546d60a7 23:05:53 Removing intermediate container 9e85d6a5cadd 23:05:53 ---> 88874005791c 23:05:53 Step 13/22 : ENV APP_PORT=48060 23:05:53 ---> Running in bb4ada17d232 23:05:53 ---> Running in a692964841e0 23:05:53 Removing intermediate container bb4ada17d232 23:05:53 ---> a97f59e54152 23:05:53 Step 14/22 : EXPOSE $APP_PORT 23:05:54 Removing intermediate container ab91546d60a7 23:05:54 ---> b10e39d57268 23:05:54 Step 14/23 : EXPOSE $APP_PORT 23:05:54 ---> Running in bb4e7c1d4bb6 23:05:54 Removing intermediate container a692964841e0 23:05:54 ---> c47190e1926d 23:05:54 23:05:54 ---> Running in ef70cb958da6 23:05:55 Successfully built c47190e1926d 23:05:55 Successfully tagged docker-support-scheduler-go-arm64:latest 23:05:55  Building docker-support-scheduler-go ... done Removing intermediate container bb4e7c1d4bb6 23:05:55 ---> f67c5936c370 23:05:55 Step 15/23 : WORKDIR / 23:05:55 ---> Running in 08b70b6fbaf0 23:05:55 Removing intermediate container ef70cb958da6 23:05:55 ---> b7c8af6e4276 23:05:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:56 Removing intermediate container 08b70b6fbaf0 23:05:56 ---> 607c56d72996 23:05:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:56 ---> 597cdc953ac1 23:05:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:05:57 ---> d2bb776598b5 23:05:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:05:58 ---> f823f819e4ee 23:05:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:05:59 ---> 371b2b4f407f 23:05:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:05:59 ---> 7f42d42d7a32 23:05:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:05:59 ---> Running in 1dac9982a118 23:06:00 ---> 21134c0cd2f2 23:06:00 Step 19/23 : ENTRYPOINT ["/core-command"] 23:06:00 ---> Running in f06f00615ee5 23:06:00 Removing intermediate container 1dac9982a118 23:06:00 ---> 46800fd39cd9 23:06:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:06:00 ---> Running in e083a89616a0 23:06:01 Removing intermediate container f06f00615ee5 23:06:01 ---> 7eff74bd9802 23:06:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:06:01 ---> Running in 2209c6941b5a 23:06:01 Removing intermediate container 2209c6941b5a 23:06:01 ---> 7f7ebc07db2d 23:06:01 Step 21/23 : LABEL arch=arm64 23:06:02 ---> Running in be77ef6f311f 23:06:02 Removing intermediate container e083a89616a0 23:06:02 ---> 2e202ac4c568 23:06:02 Step 20/22 : LABEL arch=x86_64 23:06:02 Removing intermediate container be77ef6f311f 23:06:02 ---> a3239544b245 23:06:02 Step 22/23 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:06:02 ---> Running in 70d621a1064d 23:06:02 ---> Running in 49675349652e 23:06:03 Removing intermediate container 49675349652e 23:06:03 ---> e8d8ab60d8f2 23:06:03 Step 23/23 : LABEL version=0.0.0 23:06:03 ---> Running in f42ed32734df 23:06:04 Removing intermediate container 70d621a1064d 23:06:04 ---> ab280fbd8a9a 23:06:04 Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:06:04 Removing intermediate container f42ed32734df 23:06:04 ---> d3c2554aa104 23:06:04 23:06:04 ---> Running in 59386140497b 23:06:05 Successfully built d3c2554aa104 23:06:05 Successfully tagged docker-core-command-go-arm64:latest 23:06:05 Removing intermediate container 59386140497b 23:06:05 ---> b669bce52c2d 23:06:05 Step 22/22 : LABEL version=0.0.0 23:06:05 ---> Running in ed6b41a3821e 23:06:06 Removing intermediate container ed6b41a3821e 23:06:06 ---> 8b028690709d 23:06:06 23:06:07 Successfully built 8b028690709d 23:06:07 Successfully tagged docker-support-notifications-go:latest 23:06:08  Building docker-support-notifications-go ... done  [Pipeline] } 23:06:08 $ docker stop --time=1 82693ea86c810f1985d8710a5090cbe9b7281afbdbae0e407d5d7cfdb180e7b7 23:06:11 $ docker rm -f 82693ea86c810f1985d8710a5090cbe9b7281afbdbae0e407d5d7cfdb180e7b7 [Pipeline] // withDockerContainer [Pipeline] sh 23:06:12 + docker images 23:06:12 + grep docker 23:06:13 docker-support-notifications-go latest 8b028690709d 6 seconds ago 17.9MB 23:06:13 docker-sys-mgmt-agent-go latest a39c134ab70f 43 seconds ago 314MB 23:06:13 docker-security-proxy-setup-go latest 0ce61e734cec About a minute ago 25.4MB 23:06:13 docker-core-metadata-go latest 5bdfdf594bf4 About a minute ago 19MB 23:06:13 docker-core-command-go latest adc52a687f3f About a minute ago 17.3MB 23:06:13 docker-security-bootstrapper-go latest 3e4d349d4604 4 minutes ago 18.9MB 23:06:13 docker-security-secretstore-setup-go latest 042114bf4061 5 minutes ago 25.7MB 23:06:13 docker-core-data-go latest 0f32974ffc02 5 minutes ago 22.7MB 23:06:13 docker-support-scheduler-go latest 10b2454e1d90 5 minutes ago 17.4MB 23:06:13 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 23:06:15  Building docker-core-command-go ... done Removing intermediate container 63ec98593eab 23:06:15 ---> 2dd12f20b0c1 23:06:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:06:15 Removing intermediate container 4380cc173f22 23:06:15 ---> bf855b8e48fd 23:06:15 23:06:15 Step 10/22 : FROM alpine:3.12 23:06:15 ---> e47305ac9786 23:06:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:06:15 ---> Running in 03c816be2fda 23:06:15 ---> Running in a4ffb7d46872 23:06:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:06:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:16 (1/2) Installing ca-certificates (20191127-r4) 23:06:16 (2/2) Installing dumb-init (1.2.2-r1) 23:06:16 Executing busybox-1.31.1-r19.trigger 23:06:16 Executing ca-certificates-20191127-r4.trigger 23:06:16 OK: 6 MiB in 16 packages 23:06:18 Removing intermediate container a4ffb7d46872 23:06:18 ---> fcbe2ec389d1 23:06:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:06:18 ---> Running in 6b7a18121286 23:06:18 Removing intermediate container 03c816be2fda 23:06:18 ---> 59229d3c16e0 23:06:18 23:06:18 Step 11/26 : FROM docker:20.10.0 23:06:18 20.10.0: Pulling from library/docker 23:06:19 Removing intermediate container 6b7a18121286 23:06:19 ---> ca03ce397478 23:06:19 Step 13/22 : ENV APP_PORT=48060 23:06:19 ---> Running in da05a5d31cb0 23:06:20 Removing intermediate container da05a5d31cb0 23:06:20 ---> bddd71e78819 23:06:20 Step 14/22 : EXPOSE $APP_PORT 23:06:20 ---> Running in 90124f952ee5 23:06:20 Removing intermediate container 90124f952ee5 23:06:20 ---> f4ec239476fb 23:06:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:06:22 ---> 61e0c32be886 23:06:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:06:25 ---> f0f2ecbcc3e2 23:06:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:06:26 ---> 162a8e0aa6d9 23:06:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:06:26 ---> Running in 1a2aec757da1 23:06:26 Removing intermediate container 1a2aec757da1 23:06:26 ---> 8b2cbf245f34 23:06:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:06:26 ---> Running in dfb0931545af 23:06:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:06:27 Status: Downloaded newer image for docker:20.10.0 23:06:27 ---> eeaf43b92773 23:06:27 Step 12/26 : RUN apk add --no-cache bash 23:06:27 Removing intermediate container dfb0931545af 23:06:27 ---> d841e0c724ca 23:06:27 Step 20/22 : LABEL arch=arm64 23:06:27 ---> Running in c964ddd77473 23:06:27 ---> Running in 73db1a668d4e 23:06:28 Removing intermediate container 73db1a668d4e 23:06:28 ---> ac3f583daa13 23:06:28 Step 21/22 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:06:28 ---> Running in c54659d1fd4d 23:06:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:28 Removing intermediate container c54659d1fd4d 23:06:28 ---> c73dee010a00 23:06:28 Step 22/22 : LABEL version=0.0.0 23:06:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:28 ---> Running in 102388eb3c92 23:06:29 Still waiting to schedule task 23:06:29 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:06:29 Removing intermediate container 102388eb3c92 23:06:29 ---> 2faa073c49b9 23:06:29 23:06:29 (1/2) Installing readline (8.0.4-r0) 23:06:29 (2/2) Installing bash (5.0.17-r0) 23:06:29 Executing bash-5.0.17-r0.post-install 23:06:29 Executing busybox-1.31.1-r19.trigger 23:06:29 OK: 12 MiB in 22 packages 23:06:29 Successfully built 2faa073c49b9 23:06:29 Successfully tagged docker-support-notifications-go-arm64:latest 23:06:30  Building docker-support-notifications-go ... done Removing intermediate container c964ddd77473 23:06:30 ---> ba7b44e4af58 23:06:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:06:31 ---> Running in 3ba502e3e751 23:06:31 Removing intermediate container 3ba502e3e751 23:06:31 ---> 168001d142c9 23:06:31 Step 14/26 : ENV APP_PORT=48090 23:06:31 ---> Running in e08c8f48216e 23:06:32 Removing intermediate container e08c8f48216e 23:06:32 ---> 03ecc975c158 23:06:32 Step 15/26 : EXPOSE $APP_PORT 23:06:32 ---> Running in 78feb9d4e2b4 23:06:32 Removing intermediate container 78feb9d4e2b4 23:06:32 ---> 7cdef521e97a 23:06:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:06:33 ---> 693a9ec0a004 23:06:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:06:34 ---> 78599dc69cd8 23:06:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:06:35 ---> 508566a2f63d 23:06:35 Step 19/26 : RUN apk --no-cache add py3-pip 23:06:35 ---> Running in 003aec2e46c0 23:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:37 (1/33) Installing libbz2 (1.0.8-r1) 23:06:37 (2/33) Installing expat (2.2.9-r1) 23:06:37 (3/33) Installing libffi (3.3-r2) 23:06:37 (4/33) Installing gdbm (1.13-r1) 23:06:37 (5/33) Installing xz-libs (5.2.5-r0) 23:06:37 (6/33) Installing sqlite-libs (3.32.1-r0) 23:06:37 (7/33) Installing python3 (3.8.8-r0) 23:06:39 (8/33) Installing py3-appdirs (1.4.4-r1) 23:06:39 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:06:39 (10/33) Installing py3-parsing (2.4.7-r0) 23:06:39 (11/33) Installing py3-six (1.15.0-r0) 23:06:39 (12/33) Installing py3-packaging (20.4-r0) 23:06:39 (13/33) Installing py3-setuptools (47.0.0-r0) 23:06:39 (14/33) Installing py3-chardet (3.0.4-r4) 23:06:39 (15/33) Installing py3-idna (2.9-r0) 23:06:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:06:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:06:39 (18/33) Installing py3-requests (2.23.0-r0) 23:06:39 (19/33) Installing py3-msgpack (1.0.0-r0) 23:06:39 (20/33) Installing py3-lockfile (0.12.2-r3) 23:06:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:06:39 (22/33) Installing py3-colorama (0.4.3-r0) 23:06:39 (23/33) Installing py3-distlib (0.3.0-r0) 23:06:39 (24/33) Installing py3-distro (1.5.0-r1) 23:06:39 (25/33) Installing py3-webencodings (0.5.1-r3) 23:06:39 (26/33) Installing py3-html5lib (1.0.1-r4) 23:06:39 (27/33) Installing py3-pytoml (0.1.21-r0) 23:06:39 (28/33) Installing py3-pep517 (0.8.2-r0) 23:06:39 (29/33) Installing py3-progress (1.5-r0) 23:06:39 (30/33) Installing py3-toml (0.10.1-r0) 23:06:39 (31/33) Installing py3-retrying (1.3.3-r0) 23:06:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:06:39 (33/33) Installing py3-pip (20.1.1-r0) 23:06:39 Executing busybox-1.31.1-r19.trigger 23:06:39 OK: 71 MiB in 55 packages 23:06:46 Removing intermediate container 003aec2e46c0 23:06:46 ---> 29759aff15a4 23:06:46 Step 20/26 : RUN pip install docker-compose==1.23.2 23:06:46 ---> Running in aa5aeb253951 23:06:52 Collecting docker-compose==1.23.2 23:06:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:06:52 Collecting docker<4.0,>=3.6.0 23:06:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:06:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:06:53 Collecting PyYAML<4,>=3.10 23:06:53 Downloading PyYAML-3.13.tar.gz (270 kB) 23:06:56 Collecting docopt<0.7,>=0.6.1 23:06:56 Downloading docopt-0.6.2.tar.gz (25 kB) 23:06:58 Collecting websocket-client<1.0,>=0.32.0 23:06:58 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:06:58 Collecting dockerpty<0.5,>=0.4.1 23:06:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:07:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:07:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:07:01 Collecting texttable<0.10,>=0.9.0 23:07:01 Downloading texttable-0.9.1.tar.gz (11 kB) 23:07:03 Collecting jsonschema<3,>=2.5.1 23:07:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:07:04 Collecting cached-property<2,>=1.2.0 23:07:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:07:04 Collecting docker-pycreds>=0.4.0 23:07:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:07:04 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 23:07:05 Collecting urllib3<1.25,>=1.21.1 23:07:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:07:05 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) 23:07:05 Collecting idna<2.8,>=2.5 23:07:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:07:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:07:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:07:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:07:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:07:06 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docopt, dockerpty, texttable, jsonschema, cached-property, docker-compose 23:07:06 Attempting uninstall: urllib3 23:07:06 Found existing installation: urllib3 1.25.9 23:07:06 Uninstalling urllib3-1.25.9: 23:07:06 Successfully uninstalled urllib3-1.25.9 23:07:07 Attempting uninstall: idna 23:07:07 Found existing installation: idna 2.9 23:07:07 Uninstalling idna-2.9: 23:07:07 Successfully uninstalled idna-2.9 23:07:08 Attempting uninstall: requests 23:07:08 Found existing installation: requests 2.23.0 23:07:08 Uninstalling requests-2.23.0: 23:07:08 Successfully uninstalled requests-2.23.0 23:07:09 Running setup.py install for PyYAML: started 23:07:11 Running setup.py install for PyYAML: finished with status 'done' 23:07:11 Running setup.py install for docopt: started 23:07:13 Running setup.py install for docopt: finished with status 'done' 23:07:13 Running setup.py install for dockerpty: started 23:07:15 Running setup.py install for dockerpty: finished with status 'done' 23:07:15 Running setup.py install for texttable: started 23:07:17 Running setup.py install for texttable: finished with status 'done' 23:07:18 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 23:07:22 Removing intermediate container aa5aeb253951 23:07:22 ---> 26bc709c871e 23:07:22 Step 21/26 : RUN apk --no-cache add curl 23:07:22 ---> Running in 84fd863e8003 23:07:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:07:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:07:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:07:24 (2/3) Installing libcurl (7.69.1-r3) 23:07:24 (3/3) Installing curl (7.69.1-r3) 23:07:24 Executing busybox-1.31.1-r19.trigger 23:07:24 OK: 72 MiB in 58 packages 23:07:25 Running on prd-ubuntu18.04-docker-8c-8g-31896 in /w/workspace/edgexfoundry_edgex-go_PR-3300 [Pipeline] { [Pipeline] ws 23:07:25 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 23:07:26 Removing intermediate container 84fd863e8003 23:07:26 ---> 12d4e35a3f31 23:07:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:07:26 ---> Running in c98007a08171 23:07:26 Removing intermediate container c98007a08171 23:07:26 ---> 961c8e9c7f4d 23:07:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:07:26 ---> Running in 6b5554c524aa 23:07:26 Removing intermediate container 6b5554c524aa 23:07:26 ---> e7b58664e50b 23:07:26 Step 24/26 : LABEL arch=arm64 23:07:27 ---> Running in 67b3261e7651 23:07:27 Removing intermediate container 67b3261e7651 23:07:27 ---> 4f3db53ed9f6 23:07:27 Step 25/26 : LABEL git_sha=004dcdb273b5416b80131c32e844fcd87a59a9a7 23:07:27 ---> Running in 05455e0ce95d 23:07:27 Removing intermediate container 05455e0ce95d 23:07:28 ---> 61259a8831ef 23:07:28 Step 26/26 : LABEL version=0.0.0 23:07:28 ---> Running in f64e0e45e49f 23:07:28 using credential edgex-jenkins-ssh 23:07:28 Cloning the remote Git repository 23:07:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:07:28 Removing intermediate container f64e0e45e49f 23:07:28 ---> bd844187c3ba 23:07:28 23:07:29 Successfully built bd844187c3ba 23:07:29 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:07:28 > git init /w/workspace/edgex-go/5 # timeout=10 23:07:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:07:28 > git --version # timeout=10 23:07:28 > git --version # 'git version 2.17.1' 23:07:28 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 23:07:29 $ docker stop --time=1 6a260b165ae6441700701d40cd1e15185ffa6a224a33c4592cdd66ed23aa84fa 23:07:31 $ docker rm -f 6a260b165ae6441700701d40cd1e15185ffa6a224a33c4592cdd66ed23aa84fa [Pipeline] // withDockerContainer [Pipeline] sh 23:07:32 + grep docker 23:07:32 + docker images 23:07:32 docker-sys-mgmt-agent-go-arm64 latest bd844187c3ba 4 seconds ago 301MB 23:07:32 docker-support-notifications-go-arm64 latest 2faa073c49b9 About a minute ago 16.9MB 23:07:32 docker-core-command-go-arm64 latest d3c2554aa104 About a minute ago 16.3MB 23:07:32 docker-support-scheduler-go-arm64 latest c47190e1926d About a minute ago 16.4MB 23:07:32 docker-core-data-go-arm64 latest e4f99e32613b 3 minutes ago 21.4MB 23:07:32 docker-core-metadata-go-arm64 latest f07c35179fed 3 minutes ago 17.9MB 23:07:32 docker-security-bootstrapper-go-arm64 latest b383b04ca1ba 3 minutes ago 17.9MB 23:07:32 docker-security-secretstore-setup-go-arm64 latest d2e884854169 4 minutes ago 24.4MB 23:07:32 docker-security-proxy-setup-go-arm64 latest 23df5e967c45 4 minutes ago 24.1MB 23:07:32 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 23:07:33 ---> job-cost.sh 23:07:33 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QD6S 23:07:36 Merging remotes/origin/master commit 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit 004dcdb273b5416b80131c32e844fcd87a59a9a7 23:07:36 Merge succeeded, producing 004dcdb273b5416b80131c32e844fcd87a59a9a7 23:07:36 Checking out Revision 004dcdb273b5416b80131c32e844fcd87a59a9a7 (PR-3300) 23:07:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:07:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:07:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:07:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3300/head:refs/remotes/origin/PR-3300 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:07:36 > git config core.sparsecheckout # timeout=10 23:07:36 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 23:07:36 > git remote # timeout=10 23:07:36 > git config --get remote.origin.url # timeout=10 23:07:36 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:36 > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 23:07:36 > git rev-parse HEAD^{commit} # timeout=10 23:07:36 > git config core.sparsecheckout # timeout=10 23:07:36 > git checkout -f 004dcdb273b5416b80131c32e844fcd87a59a9a7 # timeout=10 23:07:40 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration/v2-2.0.0-dev.5" 23:07:40 23:07:40 GitHub has been notified of this commit’s build result 23:07:40 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:07:41 + echo snap-build.sh 23:07:41 snap-build.sh 23:07:41 + SNAP_BASE_DIR=. 23:07:41 + '[' '!' -z /w/workspace/edgex-go/5 ']' 23:07:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 23:07:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 23:07:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 23:07:41 + cd /w/workspace/edgex-go/5 23:07:41 + sudo apt-get remove -qy --purge lxd lxd-client 23:07:41 Reading package lists... 23:07:41 Building dependency tree... 23:07:41 Reading state information... 23:07:41 The following packages were automatically installed and are no longer required: 23:07:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:07:41 uidmap xdelta3 23:07:41 Use 'sudo apt autoremove' to remove them. 23:07:42 The following packages will be REMOVED: 23:07:42 lxd* lxd-client* 23:07:42 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:07:42 After this operation, 31.7 MB disk space will be freed. 23:07:43 (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.) 23:07:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:07:45 Removing lxd dnsmasq configuration 23:07:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:07:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:07:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:07:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 23:07:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:07:47 Processing triggers for systemd (237-3ubuntu10.42) ... 23:07:48 Processing triggers for ureadahead (0.100.0-21) ... 23:07:49 + sudo snap remove --purge lxd 23:07:49 snap "lxd" is not installed 23:07:49 + sudo groupadd --force --system lxd 23:07:49 ++ whoami 23:07:49 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:07:49 + newgrp - lxd 23:07:49 + sudo snap install lxd 23:07:59 2021-03-29T23:07:56Z INFO Waiting for automatic snapd restart... 23:08:11 lxd 4.12 from Canonical* installed 23:08:11 + sudo lxd init --auto 23:08:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:08:22 + sudo snap install --classic snapcraft 23:08:28 snapcraft 4.5.4 from Canonical* installed 23:08:28 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 23:08:28 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 23:08:28 % Total % Received % Xferd Average Speed Time Time Time Current 23:08:28 Dload Upload Total Spent Left Speed 23:08:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4294 0 --:--:-- --:--:-- --:--:-- 4294 23:08:28 100 3325k 100 3325k 0 0 9313k 0 --:--:-- --:--:-- --:--:-- 9313k 23:08:28 ./yq_linux_amd64 23:08:28 + sudo snapcraft prime --use-lxd 23:08:30 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:08:30 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: 23:08:30 - README.md 23:08:30 23:08:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:08:31 Launching a container. 23:08:46 Waiting for container to be ready 23:08:46 To start your first instance, try: lxc launch ubuntu:18.04 23:08:46 23:08:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:08:49 Waiting for network to be ready... 23:08:50 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:08:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:08:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 23:08:50 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:08:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:08:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:08:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:08:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:08:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:08:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:08:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:08:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 23:08:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 23:08:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 23:08:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 23:08:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 23:08:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 23:08:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 23:08:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:08:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 23:08:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 23:08:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 23:08:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 23:08:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 23:08:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 23:08:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 23:08:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 23:08:55 Fetched 24.2 MB in 6s (3994 kB/s) 23:08:56 Reading package lists... 23:08:57 Reading package lists... 23:08:57 Building dependency tree... 23:08:57 Reading state information... 23:08:57 The following additional packages will be installed: 23:08:57 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:08:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:08:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:08:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:08:57 Suggested packages: 23:08:57 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:08:57 Recommended packages: 23:08:57 gnupg libsasl2-modules 23:08:57 The following NEW packages will be installed: 23:08:57 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:08:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:08:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:08:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:08:57 The following packages will be upgraded: 23:08:57 gpg gpg-agent gpgconf libudev1 23:08:57 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 23:08:57 Need to get 3530 kB of archives. 23:08:57 After this operation, 13.3 MB of additional disk space will be used. 23:08:57 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] 23:08:57 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 23:08:57 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] 23:08:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 23:08:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 23:08:57 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 23:08:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:08:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:08:58 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 23:08:58 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 23:08:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 23:08:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:08:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:08:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:08:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:08:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:08:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:08:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:08:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:08:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:08:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:08:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 23:08:58 debconf: delaying package configuration, since apt-utils is not installed 23:08:58 Fetched 3530 kB in 1s (3451 kB/s) 23:08:58 (Reading database ... 12511 files and directories currently installed.) 23:08:58 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 23:08:58 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:08:58 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 23:08:58 Selecting previously unselected package udev. 23:08:58 (Reading database ... 12511 files and directories currently installed.) 23:08:58 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 23:08:58 Unpacking udev (237-3ubuntu10.45) ... 23:08:59 Selecting previously unselected package libfuse2:amd64. 23:08:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:08:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:08:59 Selecting previously unselected package fuse. 23:08:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:08:59 Unpacking fuse (2.9.7-1ubuntu1) ... 23:08:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 23:08:59 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:08:59 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 23:08:59 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:08:59 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 23:08:59 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:09:00 Selecting previously unselected package libksba8:amd64. 23:09:00 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:09:00 Unpacking libksba8:amd64 (1.3.5-2) ... 23:09:00 Selecting previously unselected package libroken18-heimdal:amd64. 23:09:00 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:00 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:09:00 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:00 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:09:00 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:09:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:00 Selecting previously unselected package libwind0-heimdal:amd64. 23:09:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:09:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:00 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:09:00 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:00 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:09:00 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:00 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:01 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:09:01 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:09:01 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:01 Selecting previously unselected package libsasl2-modules-db:amd64. 23:09:01 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:09:01 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:09:01 Selecting previously unselected package libsasl2-2:amd64. 23:09:01 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 23:09:01 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:09:01 Selecting previously unselected package libldap-common. 23:09:01 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 23:09:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 23:09:01 Selecting previously unselected package libldap-2.4-2:amd64. 23:09:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 23:09:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 23:09:01 Selecting previously unselected package dirmngr. 23:09:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 23:09:01 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 23:09:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 23:09:01 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 23:09:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:09:01 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:09:01 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 23:09:01 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 23:09:01 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:01 Setting up libksba8:amd64 (1.3.5-2) ... 23:09:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:09:02 Setting up udev (237-3ubuntu10.45) ... 23:09:02 invoke-rc.d: policy-rc.d denied execution of start. 23:09:02 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Processing triggers for systemd (237-3ubuntu10) ... 23:09:02 Setting up fuse (2.9.7-1ubuntu1) ... 23:09:02 Setting up gpg (2.2.4-1ubuntu1.4) ... 23:09:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:09:02 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 23:09:02 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 23:09:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:09:03 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:09:03 settings in the [Install] section, and DefaultInstance for template units). 23:09:03 This means they are not meant to be enabled using systemctl. 23:09:03 Possible reasons for having this kind of units are: 23:09:03 1) A unit may be statically enabled by being symlinked from another unit's 23:09:03 .wants/ or .requires/ directory. 23:09:03 2) A unit's purpose may be to act as a helper for some other unit which has 23:09:03 a requirement dependency on it. 23:09:03 3) A unit may be started when needed via activation (socket, path, timer, 23:09:03 D-Bus, udev, scripted systemctl call, ...). 23:09:03 4) In case of template units, the unit is meant to be enabled with some 23:09:03 instance name specified. 23:09:04 Reading package lists... 23:09:04 Building dependency tree... 23:09:04 Reading state information... 23:09:04 The following additional packages will be installed: 23:09:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:09:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:09:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:09:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:09:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:09:04 Suggested packages: 23:09:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:09:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:09:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:09:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:09:04 systemd-container policykit-1 23:09:04 Recommended packages: 23:09:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:09:04 The following NEW packages will be installed: 23:09:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:09:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:09:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:09:04 multiarch-support openssh-client python3 python3-minimal python3.6 23:09:04 python3.6-minimal snapd squashfs-tools sudo 23:09:04 The following packages will be upgraded: 23:09:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:09:04 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 23:09:04 Need to get 35.2 MB of archives. 23:09:04 After this operation, 141 MB of additional disk space will be used. 23:09:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:09:04 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 23:09:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:09:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 23:09:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 23:09:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:09:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 23:09:05 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 23:09:05 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:09:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:09:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:09:05 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:09:05 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:09:05 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:09:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:09:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:09:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 23:09:05 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:09:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 23:09:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:09:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 23:09:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:09:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:09:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:09:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:09:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:09:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:09:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 23:09:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:09:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 23:09:07 debconf: delaying package configuration, since apt-utils is not installed 23:09:07 Fetched 35.2 MB in 2s (14.5 MB/s) 23:09:07 (Reading database ... 12757 files and directories currently installed.) 23:09:07 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 23:09:07 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:09:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 23:09:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:09:07 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 23:09:08 (Reading database ... 12757 files and directories currently installed.) 23:09:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:09:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:09:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:09:08 (Reading database ... 12757 files and directories currently installed.) 23:09:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:09:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:09:09 Setting up apt (1.6.12ubuntu0.2) ... 23:09:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:09:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:09:09 (Reading database ... 12764 files and directories currently installed.) 23:09:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 23:09:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 23:09:09 Selecting previously unselected package libpython3.6-minimal:amd64. 23:09:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:09:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:09:09 Selecting previously unselected package libexpat1:amd64. 23:09:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:09:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:09:10 Selecting previously unselected package python3.6-minimal. 23:09:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:09:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 23:09:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 23:09:10 Checking for services that may need to be restarted...done. 23:09:10 Checking for services that may need to be restarted...done. 23:09:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:09:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:09:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 23:09:11 Selecting previously unselected package python3-minimal. 23:09:11 (Reading database ... 13012 files and directories currently installed.) 23:09:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:09:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:09:11 Selecting previously unselected package mime-support. 23:09:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:09:11 Unpacking mime-support (3.60ubuntu1) ... 23:09:11 Selecting previously unselected package libmpdec2:amd64. 23:09:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:09:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:09:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:09:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:09:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:09:12 Selecting previously unselected package python3.6. 23:09:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 23:09:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 23:09:12 Selecting previously unselected package libpython3-stdlib:amd64. 23:09:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:09:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:09:12 Setting up python3-minimal (3.6.7-1~18.04) ... 23:09:13 Selecting previously unselected package python3. 23:09:13 (Reading database ... 13442 files and directories currently installed.) 23:09:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:09:13 Unpacking python3 (3.6.7-1~18.04) ... 23:09:13 Selecting previously unselected package multiarch-support. 23:09:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:09:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:09:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:09:13 Selecting previously unselected package liblzo2-2:amd64. 23:09:13 (Reading database ... 13479 files and directories currently installed.) 23:09:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:09:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:09:13 Selecting previously unselected package libbsd0:amd64. 23:09:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:09:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:09:13 Selecting previously unselected package sudo. 23:09:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 23:09:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 23:09:13 Selecting previously unselected package apparmor. 23:09:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:09:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:09:13 Selecting previously unselected package libedit2:amd64. 23:09:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:09:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:09:14 Selecting previously unselected package libkrb5support0:amd64. 23:09:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:09:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:09:14 Selecting previously unselected package libk5crypto3:amd64. 23:09:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:09:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:09:14 Selecting previously unselected package libkeyutils1:amd64. 23:09:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:09:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:09:14 Selecting previously unselected package libkrb5-3:amd64. 23:09:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:09:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:09:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:09:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:09:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:09:14 Selecting previously unselected package libssl1.0.0:amd64. 23:09:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 23:09:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 23:09:14 Selecting previously unselected package openssh-client. 23:09:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:09:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:09:14 Selecting previously unselected package squashfs-tools. 23:09:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:09:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:09:15 Selecting previously unselected package snapd. 23:09:15 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 23:09:15 Unpacking snapd (2.48.3+18.04) ... 23:09:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:09:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 23:09:17 Setting up mime-support (3.60ubuntu1) ... 23:09:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 23:09:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:09:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:09:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:09:17 Setting up systemd (237-3ubuntu10.45) ... 23:09:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:09:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:09:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:09:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:09:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 23:09:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:09:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 23:09:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:09:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:09:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:09:20 Setting up python3 (3.6.7-1~18.04) ... 23:09:20 running python rtupdate hooks for python3.6... 23:09:20 running python post-rtupdate hooks for python3.6... 23:09:20 Setting up apparmor (2.12-4ubuntu5.1) ... 23:09:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:09:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:09:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:09:21 Setting up snapd (2.48.3+18.04) ... 23:09:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:09:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:09:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:09:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:09:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:09:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:09:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:09:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:09:24 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:09:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:09:24 /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' 23:09:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:09:24 Processing triggers for systemd (237-3ubuntu10.45) ... 23:09:25 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:09:25 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:09:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:09:27 Reading package lists... 23:09:27 Reading package lists... 23:09:27 Building dependency tree... 23:09:27 Reading state information... 23:09:28 Calculating upgrade... 23:09:28 The following packages will be upgraded: 23:09:28 advancecomp base-files bash binutils binutils-common 23:09:28 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:09:28 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:09:28 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 23:09:28 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 23:09:28 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 23:09:28 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 23:09:28 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 23:09:28 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 23:09:28 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 23:09:28 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 23:09:28 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 23:09:28 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 23:09:28 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 23:09:28 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:09:28 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:09:28 Need to get 63.8 MB of archives. 23:09:28 After this operation, 5208 kB of additional disk space will be used. 23:09:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 23:09:28 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:09:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:09:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:09:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:09:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:09:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:09:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:09:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:09:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:09:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:09:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:09:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:09:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:09:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 23:09:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:09:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:09:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:09:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:09:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:09:28 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:09:28 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:09:28 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:09:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:09:28 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:09:28 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:09:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:09:28 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:09:28 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:09:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:09:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:09:28 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:09:28 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:09:28 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:09:28 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:09:28 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 23:09:28 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:09:28 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 23:09:28 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:09:28 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 23:09:29 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 23:09:29 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:09:29 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:09:29 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:09:29 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 23:09:29 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:09:29 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:09:29 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] 23:09:29 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 23:09:29 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 23:09:29 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 23:09:29 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:09:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:09:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:09:29 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:09:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:09:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:09:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:09:29 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:09:29 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:09:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:09:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:09:29 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:09:29 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:09:29 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:09:29 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:09:29 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:09:29 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:09:29 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:09:29 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:09:29 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:09:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:09:29 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:09:29 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:09:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:09:29 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:09:29 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:09:29 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:09:29 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 23:09:29 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 23:09:29 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:09:29 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] 23:09:29 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:09:29 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 23:09:29 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] 23:09:29 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:09:30 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 23:09:30 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:09:30 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:09:30 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:09:30 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:09:30 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:09:30 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] 23:09:30 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:09:30 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:09:30 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:09:30 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:09:30 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:09:30 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:09:30 debconf: delaying package configuration, since apt-utils is not installed 23:09:30 Fetched 63.8 MB in 2s (33.2 MB/s) 23:09:30 (Reading database ... 13912 files and directories currently installed.) 23:09:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:09:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:09:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:09:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:09:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 23:09:31 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 23:09:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:32 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:32 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:32 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:32 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:09:33 (Reading database ... 13911 files and directories currently installed.) 23:09:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:09:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:09:33 (Reading database ... 13911 files and directories currently installed.) 23:09:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:33 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:09:33 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:09:33 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:09:34 (Reading database ... 13911 files and directories currently installed.) 23:09:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:09:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:09:34 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:09:35 (Reading database ... 13911 files and directories currently installed.) 23:09:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:09:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:09:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:09:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:09:35 Setting up base-files (10.1ubuntu2.10) ... 23:09:35 Installing new version of config file /etc/issue ... 23:09:35 Installing new version of config file /etc/issue.net ... 23:09:35 Installing new version of config file /etc/lsb-release ... 23:09:35 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:09:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:09:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:09:36 Removing obsolete conffile /etc/default/motd-news ... 23:09:36 (Reading database ... 13912 files and directories currently installed.) 23:09:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:09:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:09:36 Setting up bash (4.4.18-2ubuntu1.2) ... 23:09:36 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 23:09:36 (Reading database ... 13912 files and directories currently installed.) 23:09:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:09:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:09:36 (Reading database ... 13912 files and directories currently installed.) 23:09:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 23:09:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 23:09:36 Setting up tar (1.29b-2ubuntu0.2) ... 23:09:37 (Reading database ... 13912 files and directories currently installed.) 23:09:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:09:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:09:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:09:37 (Reading database ... 13912 files and directories currently installed.) 23:09:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:09:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:09:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:09:37 (Reading database ... 13912 files and directories currently installed.) 23:09:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:09:37 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:09:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:09:37 (Reading database ... 13912 files and directories currently installed.) 23:09:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:09:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:09:38 Setting up grep (3.1-2build1) ... 23:09:38 (Reading database ... 13912 files and directories currently installed.) 23:09:38 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:09:38 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:09:38 Setting up login (1:4.5-1ubuntu2) ... 23:09:38 (Reading database ... 13912 files and directories currently installed.) 23:09:38 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:09:38 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:09:38 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:09:38 (Reading database ... 13912 files and directories currently installed.) 23:09:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:09:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:09:39 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:09:39 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:09:39 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:09:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:09:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:09:40 (Reading database ... 13912 files and directories currently installed.) 23:09:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:09:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:09:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:09:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:09:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:09:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:09:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:09:42 (Reading database ... 13912 files and directories currently installed.) 23:09:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:09:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:09:42 lf-activate-venv(): INFO: Adding /tmp/venv-QD6S/bin to PATH 23:09:42 INFO: No Stack... 23:09:42 INFO: Retrieving Pricing Info for: lf-standard-4 23:09:42 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:09:42 (Reading database ... 13912 files and directories currently installed.) 23:09:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:42 INFO: Archiving Costs [Pipeline] sh 23:09:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:09:42 (Reading database ... 13912 files and directories currently installed.) 23:09:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:42 + + cat /w/workspace/edgex-go/5/archives/cost.csvcut 23:09:42 -d, -f6 23:09:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:09:42 (Reading database ... 13912 files and directories currently installed.) 23:09:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:42 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [Pipeline] lock 23:09:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] 23:09:42 Resource [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] did not exist. Created. 23:09:42 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:09:43 (Reading database ... 13912 files and directories currently installed.) 23:09:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:09:43 (Reading database ... 13912 files and directories currently installed.) 23:09:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:09:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:09:43 + echo total: 0.20999999344348907 [Pipeline] stash 23:09:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:09:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:09:43 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:09:43 (Reading database ... 13912 files and directories currently installed.) 23:09:43 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:09:43 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:09:43 Stashed 1 file(s) [Pipeline] } 23:09:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3300-5-stack-cost] [Pipeline] // lock [Pipeline] } 23:09:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 23:09:44 (Reading database ... 13912 files and directories currently installed.) 23:09:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:09:44 (Reading database ... 13912 files and directories currently installed.) 23:09:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:09:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:09:44 (Reading database ... 13912 files and directories currently installed.) 23:09:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:09:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:09:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:09:46 (Reading database ... 13912 files and directories currently installed.) 23:09:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:09:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:09:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:09:46 (Reading database ... 13912 files and directories currently installed.) 23:09:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:09:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:09:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:09:46 (Reading database ... 13914 files and directories currently installed.) 23:09:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:09:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:09:46 Setting up debconf (1.5.66ubuntu1) ... 23:09:47 (Reading database ... 13914 files and directories currently installed.) 23:09:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 23:09:47 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:09:47 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 23:09:47 (Reading database ... 13914 files and directories currently installed.) 23:09:47 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 23:09:47 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 23:09:47 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 23:09:47 (Reading database ... 13914 files and directories currently installed.) 23:09:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:09:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:09:47 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:09:48 (Reading database ... 13914 files and directories currently installed.) 23:09:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:09:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:09:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:09:48 (Reading database ... 13914 files and directories currently installed.) 23:09:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:09:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:09:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:09:49 (Reading database ... 13914 files and directories currently installed.) 23:09:49 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:09:49 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:09:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 23:09:49 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 23:09:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:09:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:09:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:09:50 (Reading database ... 13914 files and directories currently installed.) 23:09:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:09:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:09:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:09:50 (Reading database ... 13914 files and directories currently installed.) 23:09:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:09:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:09:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:09:50 (Reading database ... 13914 files and directories currently installed.) 23:09:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:09:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:09:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:09:50 (Reading database ... 13914 files and directories currently installed.) 23:09:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 23:09:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 23:09:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 23:09:51 (Reading database ... 13914 files and directories currently installed.) 23:09:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:09:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:09:51 Setting up passwd (1:4.5-1ubuntu2) ... 23:09:51 (Reading database ... 13914 files and directories currently installed.) 23:09:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 23:09:51 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 23:09:52 Setting up gpgv (2.2.4-1ubuntu1.4) ... 23:09:52 (Reading database ... 13914 files and directories currently installed.) 23:09:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:09:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:09:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:09:52 (Reading database ... 13914 files and directories currently installed.) 23:09:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:09:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:09:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:09:52 (Reading database ... 13914 files and directories currently installed.) 23:09:52 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 23:09:52 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 23:09:52 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 23:09:52 (Reading database ... 13914 files and directories currently installed.) 23:09:52 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:09:52 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:09:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:09:53 (Reading database ... 13914 files and directories currently installed.) 23:09:53 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:09:53 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:09:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:09:53 (Reading database ... 13914 files and directories currently installed.) 23:09:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:09:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:09:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:09:53 (Reading database ... 13915 files and directories currently installed.) 23:09:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:09:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:09:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:09:53 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:09:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 23:09:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 23:09:54 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 23:09:54 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 23:09:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:09:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:09:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:09:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:09:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:09:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:09:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:09:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:09:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:09:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:09:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:09:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:09:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:09:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:09:55 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 23:09:55 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 23:09:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:09:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:09:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:09:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:09:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:09:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:09:56 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:09:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:09:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:09:57 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:09:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 23:09:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 23:09:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:09:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:09:57 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:09:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:09:57 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:09:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:09:57 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:09:57 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:09:58 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:09:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:10:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:10:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:10:00 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:10:00 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:10:01 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:10:01 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:10:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:10:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:10:02 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:10:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:10:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:10:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:10:02 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:10:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:10:02 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:10:02 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:10:02 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:10:02 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:10:03 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:10:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:10:03 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:10:03 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:10:03 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:03 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:10:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:10:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:10:03 Setting up tzdata (2021a-0ubuntu0.18.04) ... 23:10:03 23:10:03 Current default time zone: 'Etc/UTC' 23:10:03 Local time is now: Mon Mar 29 23:10:03 UTC 2021. 23:10:03 Universal Time is now: Mon Mar 29 23:10:03 UTC 2021. 23:10:03 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:10:03 23:10:03 Setting up systemd-sysv (237-3ubuntu10.45) ... 23:10:03 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:03 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 23:10:03 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:10:03 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:10:03 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:10:03 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:10:03 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:10:03 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:10:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:10:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:10:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:10:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 23:10:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:04 Setting up patch (2.7.6-2ubuntu1.1) ... 23:10:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:10:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:10:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 23:10:04 Installing new version of config file /etc/ssl/openssl.cnf ... 23:10:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:10:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:10:04 Setting up ca-certificates (20210119~18.04.1) ... 23:10:06 Updating certificates in /etc/ssl/certs... 23:10:07 23 added, 27 removed; done. 23:10:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:10:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:10:07 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:10:07 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:10:07 Setting up pkgbinarymangler (138.18.04.1) ... 23:10:07 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:10:07 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 23:10:07 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:10:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:10:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:10:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:10:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:10:07 Setting up perl (5.26.1-6ubuntu0.5) ... 23:10:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 23:10:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:10:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:10:08 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 23:10:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:10:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:10:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:10:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:10:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:10:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:10:08 Processing triggers for systemd (237-3ubuntu10.45) ... 23:10:08 Processing triggers for mime-support (3.60ubuntu1) ... 23:10:08 Processing triggers for ca-certificates (20210119~18.04.1) ... 23:10:08 Updating certificates in /etc/ssl/certs... 23:10:09 0 added, 0 removed; done. 23:10:09 Running hooks in /etc/ca-certificates/update.d... 23:10:09 done. 23:10:09 Reading package lists... 23:10:09 Building dependency tree... 23:10:09 Reading state information... 23:10:10 The following NEW packages will be installed: 23:10:10 apt-transport-https 23:10:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:10:10 Need to get 1696 B of archives. 23:10:10 After this operation, 153 kB of additional disk space will be used. 23:10:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:10:10 debconf: delaying package configuration, since apt-utils is not installed 23:10:10 Fetched 1696 B in 0s (26.7 kB/s) 23:10:10 Selecting previously unselected package apt-transport-https. 23:10:10 (Reading database ... 13920 files and directories currently installed.) 23:10:10 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:10:10 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:10:10 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:10:11 Waiting for network to be ready... 23:10:19 2021-03-29T23:10:15Z INFO Waiting for automatic snapd restart... 23:10:19 snapd 2.49.1 from Canonical* installed 23:10:20 "snapd" switched to the "latest/stable" channel 23:10:20 23:10:26 core18 20210128 from Canonical* installed 23:10:26 "core18" switched to the "latest/stable" channel 23:10:26 23:10:32 snapcraft 4.5.4 from Canonical* installed 23:10:32 "snapcraft" switched to the "latest/stable" channel 23:10:32 23:10:36 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: 23:10:36 - README.md 23:10:36 23:10:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:10:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:10:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:10:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:10:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:10:44 Reading package lists... 23:10:44 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 23:10:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:10:51 Reading package lists... 23:10:51 Building dependency tree... 23:10:51 Reading state information... 23:10:51 Suggested packages: 23:10:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:10:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:10:51 Recommended packages: 23:10:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:10:51 The following NEW packages will be installed: 23:10:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:10:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:10:51 pkg-config zip 23:10:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:10:51 Need to get 7657 kB of archives. 23:10:51 After this operation, 43.8 MB of additional disk space will be used. 23:10:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 23:10:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:10:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:10:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 23:10:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 23:10:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:10:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:10:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:10:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:10:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:10:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:10:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:10:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:10:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:10:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:10:52 debconf: delaying package configuration, since apt-utils is not installed 23:10:52 Fetched 7657 kB in 1s (8773 kB/s) 23:10:52 Selecting previously unselected package libglib2.0-0:amd64. 23:10:52 (Reading database ... 13924 files and directories currently installed.) 23:10:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 23:10:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 23:10:52 Selecting previously unselected package libpsl5:amd64. 23:10:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:10:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:10:52 Selecting previously unselected package libnghttp2-14:amd64. 23:10:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:10:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:10:52 Selecting previously unselected package librtmp1:amd64. 23:10:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:10:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:10:53 Selecting previously unselected package libcurl3-gnutls:amd64. 23:10:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:10:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:10:53 Selecting previously unselected package liberror-perl. 23:10:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:10:53 Unpacking liberror-perl (0.17025-1) ... 23:10:53 Selecting previously unselected package git-man. 23:10:53 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 23:10:53 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 23:10:53 Selecting previously unselected package git. 23:10:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 23:10:53 Unpacking git (1:2.17.1-1ubuntu0.8) ... 23:10:54 Selecting previously unselected package libnorm1:amd64. 23:10:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:10:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:10:54 Selecting previously unselected package libpgm-5.2-0:amd64. 23:10:54 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:10:54 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:10:54 Selecting previously unselected package libsodium23:amd64. 23:10:54 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:10:54 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:10:54 Selecting previously unselected package libzmq5:amd64. 23:10:54 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:10:54 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:10:54 Selecting previously unselected package libzmq3-dev:amd64. 23:10:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:10:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:10:55 Selecting previously unselected package pkg-config. 23:10:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:10:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:10:55 Selecting previously unselected package zip. 23:10:55 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:10:55 Unpacking zip (3.0-11build1) ... 23:10:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:10:55 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 23:10:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:10:55 Setting up liberror-perl (0.17025-1) ... 23:10:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:10:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 23:10:55 No schema files found: doing nothing. 23:10:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:10:55 Setting up zip (3.0-11build1) ... 23:10:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:10:55 Setting up libsodium23:amd64 (1.0.16-2) ... 23:10:55 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:10:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:10:55 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:10:55 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:10:55 Setting up git (1:2.17.1-1ubuntu0.8) ... 23:10:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:11:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:11:02 git set to automatically installed. 23:11:02 git-man set to automatically installed. 23:11:02 libcurl3-gnutls set to automatically installed. 23:11:02 liberror-perl set to automatically installed. 23:11:02 libglib2.0-0 set to automatically installed. 23:11:02 libnghttp2-14 set to automatically installed. 23:11:02 libnorm1 set to automatically installed. 23:11:02 libpgm-5.2-0 set to automatically installed. 23:11:02 libpsl5 set to automatically installed. 23:11:02 librtmp1 set to automatically installed. 23:11:02 libsodium23 set to automatically installed. 23:11:02 libzmq3-dev set to automatically installed. 23:11:02 libzmq5 set to automatically installed. 23:11:02 pkg-config set to automatically installed. 23:11:02 zip set to automatically installed. 23:11:03 snapd is not logged in, snap install commands will use sudo 23:11:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:11:10 error: cannot refresh "core18": unexpectedly empty response from the server 23:11:10 (try again later) 23:11:10 Error while refreshing snap 'core18' to channel 'latest/stable' 23:11:11 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 23:11:13 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:11:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:11:17 ---> package-listing.sh 23:11:17 ++ facter osfamily 23:11:17 ++ tr '[:upper:]' '[:lower:]' 23:11:18 + OS_FAMILY=redhat 23:11:18 + workspace=/w/workspace/edgex-go/5 23:11:18 + START_PACKAGES=/tmp/packages_start.txt 23:11:18 + END_PACKAGES=/tmp/packages_end.txt 23:11:18 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:11:18 + PACKAGES=/tmp/packages_start.txt 23:11:18 + '[' /w/workspace/edgex-go/5 ']' 23:11:18 + PACKAGES=/tmp/packages_end.txt 23:11:18 + case "${OS_FAMILY}" in 23:11:18 + sort 23:11:18 + rpm -qa 23:11:28 + '[' -f /tmp/packages_start.txt ']' 23:11:28 + '[' -f /tmp/packages_end.txt ']' 23:11:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:11:28 + '[' /w/workspace/edgex-go/5 ']' 23:11:28 + mkdir -p /w/workspace/edgex-go/5/archives/ 23:11:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 23:11:28 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 23:11:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:11:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:11:29 23:11:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:11:30 alpine: Pulling from edgex-lftools-log-publisher 23:11:30 df20fa9351a1: Pulling fs layer 23:11:30 36b3adc4ff6f: Pulling fs layer 23:11:30 8ad3a11d3b57: Pulling fs layer 23:11:30 46f8f816bc3b: Pulling fs layer 23:11:30 93b61091891f: Pulling fs layer 23:11:30 93b9cdb0e59b: Pulling fs layer 23:11:30 5e14af77c1be: Pulling fs layer 23:11:30 01666e4c0597: Pulling fs layer 23:11:30 aa168da1d23b: Pulling fs layer 23:11:30 46f8f816bc3b: Waiting 23:11:30 93b61091891f: Waiting 23:11:30 93b9cdb0e59b: Waiting 23:11:30 5e14af77c1be: Waiting 23:11:30 01666e4c0597: Waiting 23:11:30 aa168da1d23b: Waiting 23:11:30 36b3adc4ff6f: Verifying Checksum 23:11:30 36b3adc4ff6f: Download complete 23:11:30 46f8f816bc3b: Verifying Checksum 23:11:30 46f8f816bc3b: Download complete 23:11:31 df20fa9351a1: Verifying Checksum 23:11:31 df20fa9351a1: Download complete 23:11:31 93b9cdb0e59b: Verifying Checksum 23:11:31 93b9cdb0e59b: Download complete 23:11:31 5e14af77c1be: Verifying Checksum 23:11:31 5e14af77c1be: Download complete 23:11:31 93b61091891f: Verifying Checksum 23:11:31 93b61091891f: Download complete 23:11:31 01666e4c0597: Verifying Checksum 23:11:31 01666e4c0597: Download complete 23:11:32 df20fa9351a1: Pull complete 23:11:32 8ad3a11d3b57: Verifying Checksum 23:11:32 8ad3a11d3b57: Download complete 23:11:32 36b3adc4ff6f: Pull complete 23:11:34 8ad3a11d3b57: Pull complete 23:11:34 46f8f816bc3b: Pull complete 23:11:35 93b61091891f: Pull complete 23:11:36 93b9cdb0e59b: Pull complete 23:11:37 5e14af77c1be: Pull complete 23:11:37 01666e4c0597: Pull complete 23:11:39 aa168da1d23b: Verifying Checksum 23:11:39 aa168da1d23b: Download complete 23:11:58 aa168da1d23b: Pull complete 23:11:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:11:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:11:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:11:59 prd-centos7-docker-4c-2g-31883 does not seem to be running inside a container 23:11:59 $ 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 23:12:03 $ docker top c2f92505989ac7f2bb76d5d5ad4545a5edd6b8377dba1c8e4aacc7ecf464e9e2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:12:05 + touch /tmp/pre-build-complete [Pipeline] sh 23:12:07 + mkdir -p /var/log/sa [Pipeline] sh 23:12:08 + ls /var/log/sa-host 23:12:08 + sadf -c /var/log/sa-host/sa23 23:12:08 file_magic: OK 23:12:08 HZ: Using current value: 100 23:12:08 file_header: OK 23:12:08 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 23:12:08 Statistics: 23:12:08 Hnuu...uuuununununu... 23:12:08 File successfully converted to sysstat format version 12.2.1 23:12:08 + sadf -c /var/log/sa-host/sa29 23:12:08 file_magic: OK 23:12:08 HZ: Using current value: 100 23:12:08 file_header: OK 23:12:08 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 23:12:08 Statistics: 23:12:08 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:12:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:12:08 provisioning config files... 23:12:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5533360385432828530tmp [Pipeline] { [Pipeline] echo 23:12:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:12:10 ---> create-netrc.sh [Pipeline] } 23:12:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:12:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:12:12 ---> python-tools-install.sh [Pipeline] echo 23:12:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:12:13 ---> sudo-logs.sh 23:12:13 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:12:13 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:12:14 ---> job-cost.sh 23:12:14 lf-activate-venv: SKIPPING 23:12:14 DEBUG: total: 0.20999999344348907 23:12:14 INFO: Retrieving Stack Cost... 23:12:15 INFO: Retrieving Pricing Info for: v1-standard-2 23:12:16 INFO: Archiving Costs [Pipeline] echo 23:12:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:12:17 ---> logs-deploy.sh 23:12:17 lf-activate-venv: SKIPPING 23:12:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3300/5 23:12:17 INFO: archiving workspace using pattern(s): 23:12:19 Archives upload complete. 23:12:19 INFO: archiving logs to Nexus 23:12:21 ---> uname -a: 23:12:21 Linux prd-centos7-docker-4c-2g-31883.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:12:21 23:12:21 23:12:22 ---> lscpu: 23:12:22 Architecture: x86_64 23:12:22 CPU op-mode(s): 32-bit, 64-bit 23:12:22 Byte Order: Little Endian 23:12:22 Address sizes: 40 bits physical, 48 bits virtual 23:12:22 CPU(s): 4 23:12:22 On-line CPU(s) list: 0-3 23:12:22 Thread(s) per core: 1 23:12:22 Core(s) per socket: 1 23:12:22 Socket(s): 4 23:12:22 NUMA node(s): 1 23:12:22 Vendor ID: GenuineIntel 23:12:22 CPU family: 6 23:12:22 Model: 44 23:12:22 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:12:22 Stepping: 1 23:12:22 CPU MHz: 2933.438 23:12:22 BogoMIPS: 5866.87 23:12:22 Virtualization: VT-x 23:12:22 Hypervisor vendor: KVM 23:12:22 Virtualization type: full 23:12:22 L1d cache: 128 KiB 23:12:22 L1i cache: 128 KiB 23:12:22 L2 cache: 16 MiB 23:12:22 L3 cache: 64 MiB 23:12:22 NUMA node0 CPU(s): 0-3 23:12:22 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:12:22 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:12:22 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:12:22 Vulnerability Meltdown: Mitigation; PTI 23:12:22 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:12:22 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:12:22 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:12:22 Vulnerability Srbds: Not affected 23:12:22 Vulnerability Tsx async abort: Not affected 23:12:22 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 23:12:22 23:12:22 23:12:22 ---> nproc: 23:12:22 4 23:12:22 23:12:22 23:12:22 ---> df -h: 23:12:22 Filesystem Size Used Available Use% Mounted on 23:12:22 overlay 50.0G 11.8G 38.2G 24% / 23:12:22 tmpfs 64.0M 0 64.0M 0% /dev 23:12:22 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:12:22 shm 64.0M 0 64.0M 0% /dev/shm 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/5 23:12:22 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/5@tmp 23:12:22 23:12:22 23:12:22 ---> free -m: 23:12:22 total used free shared buff/cache available 23:12:22 Mem: 1837 636 107 0 1093 1117 23:12:22 Swap: 1023 105 918 23:12:22 23:12:22 23:12:22 ---> ip addr: 23:12:22 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:12:22 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:12:22 inet 127.0.0.1/8 scope host lo 23:12:22 valid_lft forever preferred_lft forever 23:12:22 inet6 ::1/128 scope host 23:12:22 valid_lft forever preferred_lft forever 23:12:22 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:12:22 link/ether fa:16:3e:94:e2:fd brd ff:ff:ff:ff:ff:ff 23:12:22 inet 10.30.122.171/23 brd 10.30.123.255 scope global dynamic eth0 23:12:22 valid_lft 84672sec preferred_lft 84672sec 23:12:22 inet6 fe80::f816:3eff:fe94:e2fd/64 scope link 23:12:22 valid_lft forever preferred_lft forever 23:12:22 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:12:22 link/ether 02:42:a2:57:7f:45 brd ff:ff:ff:ff:ff:ff 23:12:22 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:12:22 valid_lft forever preferred_lft forever 23:12:22 inet6 fe80::42:a2ff:fe57:7f45/64 scope link 23:12:22 valid_lft forever preferred_lft forever 23:12:22 23:12:22 23:12:22 ---> sar -b -r -n DEV: 23:12:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 23:12:22 23:12:22 22:43:18 LINUX RESTART (4 CPU) 23:12:22 23:12:22 22:44:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:12:22 22:45:01 119.19 57.67 61.53 0.00 4070.21 40047.48 0.00 23:12:22 22:46:01 65.71 18.40 47.32 0.00 5012.52 10978.58 0.00 23:12:22 22:47:02 156.17 64.50 91.67 0.00 5102.46 33312.49 0.00 23:12:22 22:48:01 185.39 46.97 138.42 0.00 2314.02 23597.84 0.00 23:12:22 22:49:01 107.90 67.46 40.43 0.00 2189.75 3999.93 0.00 23:12:22 22:50:02 80.32 22.27 58.04 0.00 1008.77 7299.18 0.00 23:12:22 22:51:01 25.95 4.57 21.38 0.00 95.11 2806.91 0.00 23:12:22 22:52:01 88.20 43.56 44.64 0.00 1680.48 4418.46 0.00 23:12:22 22:53:02 50.79 25.68 25.10 0.00 1802.69 1974.83 0.00 23:12:22 22:54:01 35.60 7.42 28.18 0.00 380.39 11881.90 0.00 23:12:22 22:55:03 239.25 94.26 144.99 0.00 35938.69 94551.64 0.00 23:12:22 22:56:04 808.75 674.91 133.84 0.00 56260.27 60137.89 0.00 23:12:22 22:57:04 1169.85 1055.62 114.24 0.00 70927.80 75826.38 0.00 23:12:22 22:58:09 1118.96 1026.70 92.26 0.00 56889.62 64139.47 0.00 23:12:22 22:59:01 354.96 276.46 78.50 0.00 15780.15 13107.26 0.00 23:12:22 23:00:02 238.48 97.04 141.44 0.00 10666.27 22519.69 0.00 23:12:22 23:01:03 239.85 98.58 141.27 0.00 31790.16 58510.47 0.00 23:12:22 23:02:09 510.59 381.68 128.91 0.00 53358.82 60881.62 0.00 23:12:22 23:03:02 737.95 661.52 76.43 0.00 19392.18 22676.30 0.00 23:12:22 23:04:03 417.22 317.47 99.75 0.00 18375.54 19784.15 0.00 23:12:22 23:05:02 551.05 379.59 171.47 0.00 22022.55 30555.47 0.00 23:12:22 23:06:02 133.22 50.95 82.26 0.00 2138.69 6803.80 0.00 23:12:22 23:07:01 30.17 21.77 8.40 0.00 3310.51 191.68 0.00 23:12:22 23:08:01 0.22 0.07 0.15 0.00 1.06 2.16 0.00 23:12:22 23:09:01 0.28 0.00 0.28 0.00 0.00 3.27 0.00 23:12:22 23:10:01 0.30 0.07 0.23 0.00 0.53 2.60 0.00 23:12:22 23:11:01 0.23 0.05 0.18 0.00 0.67 1.92 0.00 23:12:22 23:12:02 163.07 66.10 96.98 0.00 6074.58 18889.79 0.00 23:12:22 Average: 274.05 199.78 74.26 0.00 15567.19 25046.71 0.00 23:12:22 23:12:22 22:44:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:12:22 22:45:01 63880 0 557972 29.66 2620 1257072 1129204 38.54 492924 1126440 84692 23:12:22 22:46:01 72348 0 760840 40.44 2620 1045736 1498476 51.14 608480 992720 20 23:12:22 22:47:02 68700 0 703452 37.39 2596 1106796 1589404 54.24 629176 939876 96808 23:12:22 22:48:01 110788 0 705480 37.49 1676 1063600 1295580 44.22 625032 852116 0 23:12:22 22:49:01 166832 0 756028 40.18 1492 957192 1742148 59.46 599596 836352 51320 23:12:22 22:50:02 75844 0 932296 49.55 784 872620 1791188 61.13 765628 753120 35936 23:12:22 22:51:01 368212 0 712100 37.85 768 800464 1356788 46.30 520592 702264 27912 23:12:22 22:52:01 201080 0 773356 41.10 768 906340 1730108 59.05 652428 733872 37424 23:12:22 22:53:02 260860 0 705520 37.50 692 914472 1520124 51.88 591596 734708 69016 23:12:22 22:54:01 93936 0 719488 38.24 692 1067428 1566644 53.47 610404 896476 99464 23:12:22 22:55:03 67720 0 788264 41.89 72 1025488 2278256 77.75 716304 878468 73876 23:12:22 22:56:04 399260 0 692028 36.78 0 790256 2403360 82.02 528376 724008 60 23:12:22 22:57:04 73852 0 805772 42.83 0 1001920 2336296 79.73 789116 777784 24868 23:12:22 22:58:09 74948 0 799244 42.48 0 1007352 2342864 79.96 755872 816256 30120 23:12:22 22:59:01 197284 0 1104940 58.73 0 579320 3389620 115.68 751060 655528 56944 23:12:22 23:00:02 525000 0 658584 35.00 0 697960 1451576 49.54 418076 682092 0 23:12:22 23:01:03 62848 0 630544 33.51 0 1188152 1409160 48.09 730344 848616 16388 23:12:22 23:02:09 211804 0 620368 32.97 0 1049372 1644536 56.13 672064 774752 9516 23:12:22 23:03:02 373980 0 838744 44.58 0 668820 3304240 112.77 636972 606952 2500 23:12:22 23:04:03 91800 0 718788 38.20 0 1070956 2224720 75.93 624460 893832 26788 23:12:22 23:05:02 66952 0 723172 38.44 0 1091420 2151268 73.42 711620 847760 844 23:12:22 23:06:02 426440 0 598684 31.82 0 856420 1447896 49.41 488060 714312 20 23:12:22 23:07:01 435800 0 549348 29.20 0 896396 1199440 40.93 430304 767976 20 23:12:22 23:08:01 439180 0 545960 29.02 0 896404 1154448 39.40 428124 767752 8 23:12:22 23:09:01 440152 0 544980 28.96 0 896412 1154196 39.39 427680 767756 8 23:12:22 23:10:01 439196 0 545928 29.01 0 896420 1154448 39.40 428120 767768 16 23:12:22 23:11:01 439936 0 545184 28.98 0 896424 1154196 39.39 427580 767792 8 23:12:22 23:12:02 182204 0 609592 32.40 0 1089748 1436008 49.01 470200 948652 16 23:12:22 Average: 229673 0 701666 37.29 528 949677 1744864 59.55 590364 806286 26593 23:12:22 23:12:22 22:44:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:12:22 22:45:01 eth0 550.70 326.61 3066.88 61.05 0.00 0.00 0.00 0.00 23:12:22 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:46:01 eth0 875.44 1094.29 3383.56 136.76 0.00 0.00 0.00 0.00 23:12:22 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:46:01 veth92e865a 1001.81 739.43 91.89 2678.99 0.00 0.00 0.00 0.00 23:12:22 22:46:01 docker0 1001.81 739.30 78.19 2678.98 0.00 0.00 0.00 0.00 23:12:22 22:47:02 eth0 292.68 243.41 2831.24 49.79 0.00 0.00 0.00 0.00 23:12:22 22:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:47:02 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:48:01 eth0 199.27 134.67 867.55 17.94 0.00 0.00 0.00 0.00 23:12:22 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:48:01 docker0 121.53 179.80 8.88 853.77 0.00 0.00 0.00 0.00 23:12:22 22:49:01 vethc510cf6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 22:49:01 eth0 30.61 25.19 25.86 44.15 0.00 0.00 0.00 0.00 23:12:22 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:50:02 vethc510cf6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:50:02 eth0 18.28 14.08 14.32 7.90 0.00 0.00 0.00 0.00 23:12:22 22:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:51:01 vethc510cf6 1.97 1.97 0.16 0.16 0.00 0.00 0.00 0.00 23:12:22 22:51:01 eth0 32.65 28.53 19.50 42.15 0.00 0.00 0.00 0.00 23:12:22 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:51:01 docker0 1.97 1.97 0.13 0.16 0.00 0.00 0.00 0.00 23:12:22 22:52:01 vethc510cf6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:52:01 eth0 6.64 4.98 5.29 2.84 0.00 0.00 0.00 0.00 23:12:22 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:53:02 vethc510cf6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:53:02 eth0 28.60 23.08 19.66 45.13 0.00 0.00 0.00 0.00 23:12:22 22:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:54:01 eth0 178.25 137.10 1712.71 45.46 0.00 0.00 0.00 0.00 23:12:22 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:55:03 eth0 26.04 21.83 22.91 33.09 0.00 0.00 0.00 0.00 23:12:22 22:55:03 veth3949c09 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 22:55:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:55:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:56:04 vethc6ef63f 0.02 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 22:56:04 eth0 29.21 16.32 148.72 3.44 0.00 0.00 0.00 0.00 23:12:22 22:56:04 veth3949c09 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 22:56:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:57:04 eth0 10.58 9.73 6.09 18.68 0.00 0.00 0.00 0.00 23:12:22 22:57:04 veth3949c09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:57:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:57:04 docker0 1153.12 956.29 89.08 3724.14 0.00 0.00 0.00 0.00 23:12:22 22:58:09 eth0 2.87 2.73 1.19 9.22 0.00 0.00 0.00 0.00 23:12:22 22:58:09 veth3949c09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:58:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:58:09 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 22:59:01 veth896a3c8 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 22:59:01 vethbd14605 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 22:59:01 veth805c9c3 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 22:59:01 eth0 6.35 4.33 4.83 2.64 0.00 0.00 0.00 0.00 23:12:22 23:00:02 eth0 99.56 60.18 602.84 11.50 0.00 0.00 0.00 0.00 23:12:22 23:00:02 veth3949c09 0.00 0.62 0.00 0.03 0.00 0.00 0.00 0.00 23:12:22 23:00:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 23:12:22 23:00:02 vethedc826c 0.05 0.07 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:01:03 eth0 127.70 96.90 867.76 72.77 0.00 0.00 0.00 0.00 23:12:22 23:01:03 veth3949c09 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:01:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:01:03 docker0 1142.72 974.50 87.95 3824.72 0.00 0.00 0.00 0.00 23:12:22 23:02:09 eth0 72.66 43.06 302.55 38.28 0.00 0.00 0.00 0.00 23:12:22 23:02:09 veth3949c09 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:02:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:02:09 docker0 13.68 35.82 0.87 277.70 0.00 0.00 0.00 0.00 23:12:22 23:03:02 vethcc2aa51 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 23:03:02 veth0f2ab22 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 23:03:02 eth0 12.34 8.58 8.96 4.99 0.00 0.00 0.00 0.00 23:12:22 23:03:02 veth3949c09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:04:03 vethcc2aa51 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:04:03 vethb26e80f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 23:04:03 eth0 34.86 28.98 46.28 34.42 0.00 0.00 0.00 0.00 23:12:22 23:04:03 veth3949c09 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:05:02 vethb26e80f 4.06 5.25 0.53 18.48 0.00 0.00 0.00 0.00 23:12:22 23:05:02 eth0 60.48 43.78 84.50 61.29 0.00 0.00 0.00 0.00 23:12:22 23:05:02 veth3949c09 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:05:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:12:22 23:06:02 eth0 54.64 33.73 94.12 38.27 0.00 0.00 0.00 0.00 23:12:22 23:06:02 veth3949c09 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:12:22 23:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:06:02 docker0 1192.37 1068.51 91.40 4344.39 0.00 0.00 0.00 0.00 23:12:22 23:07:01 eth0 9.70 7.45 8.41 3.89 0.00 0.00 0.00 0.00 23:12:22 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:08:01 eth0 0.58 0.33 0.27 0.20 0.00 0.00 0.00 0.00 23:12:22 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:09:01 eth0 0.86 0.07 0.08 0.00 0.00 0.00 0.00 0.00 23:12:22 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:10:01 eth0 0.67 0.38 0.40 0.26 0.00 0.00 0.00 0.00 23:12:22 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:11:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:12:02 eth0 214.84 176.16 2171.24 57.49 0.00 0.00 0.00 0.00 23:12:22 23:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 23:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 Average: eth0 106.20 92.41 581.97 30.28 0.00 0.00 0.00 0.00 23:12:22 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:12:22 Average: docker0 42.45 38.04 3.25 154.65 0.00 0.00 0.00 0.00 23:12:22 23:12:22 23:12:22 ---> sar -P ALL: 23:12:22 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 23:12:22 23:12:22 22:43:18 LINUX RESTART (4 CPU) 23:12:22 23:12:22 22:44:03 CPU %user %nice %system %iowait %steal %idle 23:12:22 22:45:01 all 12.49 0.00 7.30 6.27 35.24 38.71 23:12:22 22:45:01 0 14.43 0.00 7.06 7.73 37.16 33.62 23:12:22 22:45:01 1 9.28 0.00 6.05 6.34 37.60 40.72 23:12:22 22:45:01 2 12.85 0.00 10.23 5.43 32.10 39.39 23:12:22 22:45:01 3 13.57 0.00 5.95 5.58 33.98 40.92 23:12:22 22:46:01 all 7.23 0.00 4.53 1.48 17.29 69.47 23:12:22 22:46:01 0 8.59 0.00 5.80 0.56 18.78 66.27 23:12:22 22:46:01 1 6.28 0.00 3.47 1.25 17.23 71.77 23:12:22 22:46:01 2 7.26 0.00 4.35 1.45 16.86 70.08 23:12:22 22:46:01 3 6.85 0.00 4.58 2.64 16.34 69.60 23:12:22 22:47:02 all 6.60 0.00 4.51 1.23 26.33 61.33 23:12:22 22:47:02 0 6.47 0.00 5.22 1.32 26.90 60.09 23:12:22 22:47:02 1 6.12 0.00 4.46 0.92 25.87 62.63 23:12:22 22:47:02 2 6.21 0.00 4.13 1.61 27.52 60.54 23:12:22 22:47:02 3 7.63 0.00 4.24 1.07 25.00 62.07 23:12:22 22:48:01 all 3.88 0.00 4.13 4.66 28.62 58.71 23:12:22 22:48:01 0 3.46 0.00 4.18 5.20 29.24 57.91 23:12:22 22:48:01 1 3.47 0.00 3.47 4.30 28.97 59.79 23:12:22 22:48:01 2 4.22 0.00 4.33 3.74 28.35 59.36 23:12:22 22:48:01 3 4.40 0.00 4.56 5.40 27.87 57.77 23:12:22 22:49:01 all 22.57 0.00 7.17 3.59 33.31 33.36 23:12:22 22:49:01 0 18.60 0.00 6.03 3.47 35.21 36.69 23:12:22 22:49:01 1 22.41 0.00 7.65 3.57 33.20 33.17 23:12:22 22:49:01 2 21.60 0.00 6.91 4.17 33.50 33.83 23:12:22 22:49:01 3 28.06 0.00 8.21 3.10 31.18 29.45 23:12:22 22:50:02 all 26.33 0.00 9.89 2.45 41.78 19.55 23:12:22 22:50:02 0 22.79 0.00 9.00 1.97 42.32 23.92 23:12:22 22:50:02 1 32.63 0.00 10.61 3.25 38.78 14.73 23:12:22 22:50:02 2 25.11 0.00 10.61 2.60 42.31 19.36 23:12:22 22:50:02 3 25.02 0.00 9.40 2.01 43.64 19.93 23:12:22 22:51:01 all 27.09 0.00 8.13 0.75 29.09 34.93 23:12:22 22:51:01 0 28.94 0.00 9.20 1.04 27.20 33.61 23:12:22 22:51:01 1 22.55 0.00 7.22 0.81 31.56 37.86 23:12:22 22:51:01 2 31.82 0.00 8.94 0.67 26.65 31.91 23:12:22 22:51:01 3 25.47 0.00 7.29 0.49 30.69 36.06 23:12:22 22:52:01 all 26.40 0.00 11.66 3.17 41.33 17.45 23:12:22 22:52:01 0 23.90 0.00 11.12 2.78 42.60 19.61 23:12:22 22:52:01 1 26.56 0.00 11.01 3.92 40.31 18.19 23:12:22 22:52:01 2 27.92 0.00 12.45 3.23 41.05 15.35 23:12:22 22:52:01 3 27.27 0.00 12.07 2.73 41.36 16.56 23:12:22 22:53:02 all 17.42 0.00 9.45 1.71 31.42 40.00 23:12:22 22:53:02 0 16.00 0.00 8.41 1.18 32.22 42.19 23:12:22 22:53:02 1 17.01 0.00 9.55 1.08 31.29 41.06 23:12:22 22:53:02 2 18.89 0.00 9.99 2.35 31.35 37.41 23:12:22 22:53:02 3 17.81 0.00 9.90 2.24 30.80 39.26 23:12:22 22:54:01 all 7.38 0.00 6.85 0.24 35.59 49.94 23:12:22 22:54:01 0 6.28 0.00 6.75 0.20 36.44 50.33 23:12:22 22:54:01 1 7.32 0.00 7.52 0.17 35.81 49.18 23:12:22 22:54:01 2 7.42 0.00 6.97 0.42 35.15 50.04 23:12:22 22:54:01 3 8.53 0.00 6.17 0.19 34.91 50.20 23:12:22 22:55:03 all 6.45 0.00 7.66 8.62 35.33 41.94 23:12:22 22:55:03 0 5.55 0.00 7.19 8.74 34.68 43.84 23:12:22 22:55:03 1 7.78 0.00 7.95 7.95 35.80 40.52 23:12:22 22:55:03 2 6.06 0.00 8.31 8.53 36.20 40.90 23:12:22 22:55:03 3 6.44 0.00 7.22 9.25 34.65 42.45 23:12:22 23:12:22 22:55:03 CPU %user %nice %system %iowait %steal %idle 23:12:22 22:56:04 all 9.60 0.00 9.64 15.04 39.64 26.08 23:12:22 22:56:04 0 8.66 0.00 8.84 14.75 41.51 26.24 23:12:22 22:56:04 1 9.71 0.00 9.86 13.78 39.03 27.61 23:12:22 22:56:04 2 9.78 0.00 9.78 15.95 39.50 25.00 23:12:22 22:56:04 3 10.27 0.00 10.09 15.68 38.50 25.46 23:12:22 22:57:04 all 1.80 0.00 6.17 42.10 31.30 18.63 23:12:22 22:57:04 0 1.65 0.00 5.44 43.02 31.72 18.16 23:12:22 22:57:04 1 1.86 0.00 6.32 42.46 30.90 18.46 23:12:22 22:57:04 2 2.11 0.00 6.59 41.62 30.07 19.60 23:12:22 22:57:04 3 1.61 0.00 6.32 41.30 32.45 18.32 23:12:22 22:58:09 all 6.64 0.00 4.98 27.44 42.60 18.34 23:12:22 22:58:09 0 6.26 0.00 4.72 27.03 42.70 19.29 23:12:22 22:58:09 1 6.01 0.00 4.86 28.46 42.00 18.67 23:12:22 22:58:09 2 7.50 0.00 4.53 28.22 41.59 18.17 23:12:22 22:58:09 3 6.82 0.00 5.82 26.00 44.15 17.21 23:12:22 22:59:01 all 42.15 0.00 12.13 12.78 23.56 9.37 23:12:22 22:59:01 0 41.71 0.00 13.04 12.65 23.19 9.40 23:12:22 22:59:01 1 45.36 0.00 12.95 15.11 19.76 6.83 23:12:22 22:59:01 2 40.65 0.00 11.65 11.68 24.45 11.56 23:12:22 22:59:01 3 40.82 0.00 10.87 11.63 26.92 9.77 23:12:22 23:00:02 all 33.59 0.00 11.48 10.52 29.49 14.92 23:12:22 23:00:02 0 31.93 0.00 11.11 12.05 32.40 12.51 23:12:22 23:00:02 1 33.65 0.00 11.43 11.66 28.32 14.95 23:12:22 23:00:02 2 34.64 0.00 11.92 8.22 27.04 18.18 23:12:22 23:00:02 3 34.10 0.00 11.44 10.21 30.34 13.92 23:12:22 23:01:03 all 4.74 0.00 7.31 14.37 46.14 27.45 23:12:22 23:01:03 0 3.95 0.00 6.19 13.44 47.12 29.31 23:12:22 23:01:03 1 4.94 0.00 7.57 15.89 47.04 24.56 23:12:22 23:01:03 2 4.89 0.00 7.15 14.60 44.42 28.94 23:12:22 23:01:03 3 5.22 0.00 8.43 13.55 45.97 26.84 23:12:22 23:02:09 all 6.40 0.00 6.50 14.82 50.25 22.03 23:12:22 23:02:09 0 5.89 0.00 6.68 14.95 50.04 22.44 23:12:22 23:02:09 1 6.23 0.00 6.04 15.34 50.65 21.74 23:12:22 23:02:09 2 6.91 0.00 6.94 13.04 49.94 23.17 23:12:22 23:02:09 3 6.57 0.00 6.35 15.90 50.38 20.80 23:12:22 23:03:02 all 19.75 0.00 8.56 16.03 50.71 4.94 23:12:22 23:03:02 0 21.05 0.00 7.98 15.89 49.70 5.38 23:12:22 23:03:02 1 20.47 0.00 9.27 15.08 50.61 4.57 23:12:22 23:03:02 2 18.61 0.00 7.92 18.11 50.73 4.63 23:12:22 23:03:02 3 18.92 0.00 9.07 15.02 51.78 5.21 23:12:22 23:04:03 all 25.44 0.00 9.50 13.93 45.60 5.53 23:12:22 23:04:03 0 25.41 0.00 9.06 12.75 44.30 8.50 23:12:22 23:04:03 1 24.27 0.00 8.61 15.12 46.91 5.08 23:12:22 23:04:03 2 24.90 0.00 10.40 14.21 45.11 5.38 23:12:22 23:04:03 3 27.19 0.00 9.94 13.67 46.14 3.07 23:12:22 23:05:02 all 6.86 0.00 5.54 20.51 43.17 23.91 23:12:22 23:05:02 0 6.01 0.00 5.14 22.05 43.56 23.24 23:12:22 23:05:02 1 5.95 0.00 6.11 17.11 44.04 26.79 23:12:22 23:05:02 2 8.56 0.00 5.00 22.54 42.42 21.48 23:12:22 23:05:02 3 6.97 0.00 5.92 20.35 42.64 24.12 23:12:22 23:06:02 all 13.39 0.00 9.30 4.48 36.80 36.03 23:12:22 23:06:02 0 11.77 0.00 7.50 2.38 37.90 40.44 23:12:22 23:06:02 1 12.91 0.00 10.47 5.01 36.37 35.24 23:12:22 23:06:02 2 12.55 0.00 9.22 6.87 37.15 34.20 23:12:22 23:06:02 3 16.53 0.00 10.12 3.71 35.69 33.96 23:12:22 23:12:22 23:06:02 CPU %user %nice %system %iowait %steal %idle 23:12:22 23:07:01 all 0.37 0.00 1.12 1.00 8.72 88.79 23:12:22 23:07:01 0 0.25 0.00 0.84 0.46 9.37 89.08 23:12:22 23:07:01 1 0.35 0.00 1.25 1.04 8.50 88.86 23:12:22 23:07:01 2 0.26 0.00 1.51 1.09 7.48 89.66 23:12:22 23:07:01 3 0.60 0.00 0.90 1.44 9.49 87.58 23:12:22 23:08:01 all 0.04 0.00 0.13 0.00 3.21 96.61 23:12:22 23:08:01 0 0.08 0.00 0.11 0.00 3.36 96.44 23:12:22 23:08:01 1 0.03 0.00 0.13 0.02 5.04 94.78 23:12:22 23:08:01 2 0.02 0.00 0.13 0.00 2.16 97.69 23:12:22 23:08:01 3 0.02 0.00 0.16 0.00 2.24 97.58 23:12:22 23:09:01 all 0.04 0.00 0.11 0.00 3.29 96.56 23:12:22 23:09:01 0 0.05 0.00 0.02 0.00 2.65 97.29 23:12:22 23:09:01 1 0.03 0.00 0.06 0.00 5.00 94.90 23:12:22 23:09:01 2 0.05 0.00 0.19 0.00 3.63 96.13 23:12:22 23:09:01 3 0.02 0.00 0.18 0.00 1.82 97.98 23:12:22 23:10:01 all 0.04 0.00 0.08 0.00 2.47 97.41 23:12:22 23:10:01 0 0.10 0.00 0.13 0.00 2.11 97.66 23:12:22 23:10:01 1 0.03 0.00 0.08 0.00 2.84 97.05 23:12:22 23:10:01 2 0.02 0.00 0.06 0.00 2.70 97.22 23:12:22 23:10:01 3 0.00 0.00 0.03 0.02 2.23 97.72 23:12:22 23:11:01 all 0.06 0.00 0.26 0.00 1.15 98.53 23:12:22 23:11:01 0 0.02 0.00 0.13 0.00 1.09 98.76 23:12:22 23:11:01 1 0.16 0.00 0.20 0.02 1.91 97.71 23:12:22 23:11:01 2 0.02 0.00 0.36 0.00 0.75 98.87 23:12:22 23:11:01 3 0.03 0.00 0.33 0.00 0.84 98.79 23:12:22 23:12:02 all 4.27 0.00 3.98 4.34 17.65 69.76 23:12:22 23:12:02 0 3.29 0.00 3.39 2.23 17.91 73.18 23:12:22 23:12:02 1 5.02 0.00 3.92 3.74 18.08 69.24 23:12:22 23:12:02 2 4.66 0.00 4.27 4.77 17.39 68.91 23:12:22 23:12:02 3 4.12 0.00 4.35 6.62 17.24 67.67 23:12:22 Average: all 11.32 0.00 6.23 8.63 29.99 43.82 23:12:22 Average: 0 10.72 0.00 5.95 8.53 30.56 44.25 23:12:22 Average: 1 11.26 0.00 6.22 8.65 30.09 43.78 23:12:22 Average: 2 11.58 0.00 6.47 8.74 29.48 43.74 23:12:22 Average: 3 11.75 0.00 6.30 8.59 29.84 43.52 23:12:22 23:12:22 23:12:22