Pull request #3267 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from aeff2b8d29f447dcdc3ca138541d6631fcc499e7+05f2d13a179446ff46e2de9a60e91a19cc98f319 (ef77fc1beee7c36159296c0f21fb7965cb98f181) 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 Executor slot already in use; ‘prd-centos7-docker-4c-2g-30616’ is offline; ‘prd-centos7-docker-4c-2g-30617’ is offline; ‘prd-centos7-docker-4c-2g-30618’ is offline; ‘prd-centos7-docker-4c-2g-30620’ is offline; ‘prd-centos7-docker-4c-2g-30621’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30622 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit aeff2b8d29f447dcdc3ca138541d6631fcc499e7 > 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/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 Merge succeeded, producing aeff2b8d29f447dcdc3ca138541d6631fcc499e7 Checking out Revision aeff2b8d29f447dcdc3ca138541d6631fcc499e7 (PR-3267) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:09:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:09:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:09:52 ========================================================= 20:09:52 EdgeX Global Pipelines Version Info 20:09:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 29cde0923df89811ea98891e897d04d914b5770a # timeout=10 20:09:55 ------------------- 20:09:55 stable info: 20:09:55 ------------------- 20:09:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:09:55 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:09:55 Message: update stable to v1.0.186 20:09:57 ------------------- 20:09:57 experimental info: 20:09:57 ------------------- 20:09:57 Commited By: **** collab-it+edgex@linuxfoundation.org 20:09:57 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:09:57 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:09:57 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:09:57 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:09:58 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:09:59 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3267 [Pipeline] echo 20:10:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3267 [Pipeline] echo 20:10:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3267 [Pipeline] echo 20:10:00 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [Pipeline] echo 20:10:00 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aeff2b8 [Pipeline] echo 20:10:00 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:10:00 provisioning config files... 20:10:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config555284472013104505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:10:01 ---> docker-login.sh 20:10:01 nexus3.edgexfoundry.org:10001 20:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:03 Configure a credential helper to remove this warning. See 20:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:03 20:10:03 Login Succeeded 20:10:03 nexus3.edgexfoundry.org:10002 20:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:03 Configure a credential helper to remove this warning. See 20:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:03 20:10:03 Login Succeeded 20:10:03 nexus3.edgexfoundry.org:10003 20:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:04 Configure a credential helper to remove this warning. See 20:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:04 20:10:04 Login Succeeded 20:10:04 nexus3.edgexfoundry.org:10004 20:10:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:04 Configure a credential helper to remove this warning. See 20:10:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:04 20:10:04 Login Succeeded 20:10:04 docker.io 20:10:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:10:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:10:05 Configure a credential helper to remove this warning. See 20:10:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:10:05 20:10:05 Login Succeeded 20:10:05 ---> docker-login.sh ends [Pipeline] } 20:10:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:10:06 ++ 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 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/core-command/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo core-command,cmd/core-command/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ cut -d/ -f2 20:10:06 ++ dirname cmd/core-data/Dockerfile 20:10:06 + echo core-data,cmd/core-data/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/core-metadata/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo core-metadata,cmd/core-metadata/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/security-bootstrapper/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/security-proxy-setup/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/support-notifications/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo support-notifications,cmd/support-notifications/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/support-scheduler/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:10:06 + for file in '`ls cmd/**/Dockerfile`' 20:10:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:10:06 ++ cut -d/ -f2 20:10:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:10:06 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 20:10:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:10:07 20:10:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:10:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:10:07 latest: Pulling from edgex-devops/git-semver 20:10:07 31603596830f: Pulling fs layer 20:10:07 2a8b12db71e7: Pulling fs layer 20:10:07 6ca5941a6612: Pulling fs layer 20:10:07 ecc8261a40a4: Pulling fs layer 20:10:07 ecc8261a40a4: Waiting 20:10:08 2a8b12db71e7: Verifying Checksum 20:10:08 2a8b12db71e7: Download complete 20:10:08 31603596830f: Verifying Checksum 20:10:08 31603596830f: Download complete 20:10:08 ecc8261a40a4: Verifying Checksum 20:10:08 ecc8261a40a4: Download complete 20:10:09 6ca5941a6612: Verifying Checksum 20:10:09 6ca5941a6612: Download complete 20:10:09 31603596830f: Pull complete 20:10:09 2a8b12db71e7: Pull complete 20:10:12 6ca5941a6612: Pull complete 20:10:12 ecc8261a40a4: Pull complete 20:10:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:10:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:10:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:10:12 prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container 20:10:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:10:16 $ docker top 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:10:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:10:17 [ssh-agent] Looking for ssh-agent implementation... 20:10:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:10:18 $ docker exec 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent 20:10:18 SSH_AUTH_SOCK=/tmp/ssh-uiPnaX66UzwJ/agent.12 20:10:18 SSH_AGENT_PID=17 20:10:18 Running ssh-add (command line suppressed) 20:10:18 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2070273283142888682.key (/w/workspace/edgex-go/3@tmp/private_key_2070273283142888682.key) 20:10:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:10:19 + git tag --points-at HEAD [Pipeline] } 20:10:19 $ docker exec --env ******** --env ******** 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent -k 20:10:19 unset SSH_AUTH_SOCK; 20:10:19 unset SSH_AGENT_PID; 20:10:19 echo Agent pid 17 killed; 20:10:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:10:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:10:19 [ssh-agent] Looking for ssh-agent implementation... 20:10:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:10:20 $ docker exec 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent 20:10:20 SSH_AUTH_SOCK=/tmp/ssh-G3izndpjTUhg/agent.46 20:10:20 SSH_AGENT_PID=52 20:10:20 Running ssh-add (command line suppressed) 20:10:20 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4375668126762981516.key (/w/workspace/edgex-go/3@tmp/private_key_4375668126762981516.key) 20:10:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:10:21 + git semver init 20:10:21 # -> Open(): unable to determine branch for HEAD 20:10:21 # $GIT_DIR = /w/workspace/edgex-go/3/.git 20:10:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 20:10:21 # $SEMVER_REMOTE_NAME = origin 20:10:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:10:21 # $SEMVER_USER_NAME = edgex-jenkins 20:10:21 # $SEMVER_BRANCH = PR-3267 20:10:21 # $SEMVER_TEMP = /tmp/semver-597060743 20:10:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:10:48 # '/tmp/semver-597060743' -> '/w/workspace/edgex-go/3/.semver' 20:10:49 # -> Force: false 20:10:49 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 20:10:49 $ docker exec --env ******** --env ******** 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 ssh-agent -k 20:10:50 unset SSH_AUTH_SOCK; 20:10:50 unset SSH_AGENT_PID; 20:10:50 echo Agent pid 52 killed; 20:10:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:10:52 + git semver [Pipeline] } 20:10:52 $ docker stop --time=1 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 20:10:54 $ docker rm -f 2ea8340059c98ed079a53e15cab09cf7910c61a74d3408cfbe0f0ced7a709722 [Pipeline] // withDockerContainer [Pipeline] sh 20:10:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:10:56 Stashed 1 file(s) [Pipeline] echo 20:10:56 [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 20:10:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:10:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:10:58 + sudo service docker restart 20:10:58 + true 20:10:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:11:00 ========================================================= 20:11:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:11:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:11:01 + 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 . 20:11:11 Sending build context to Docker daemon 328.6MB 20:11:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:11:11 Step 2/6 : FROM ${BASE} 20:11:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:11:11 188c0c94c7c5: Pulling fs layer 20:11:11 0ef7d3d256c8: Pulling fs layer 20:11:11 de9db76c5a1d: Pulling fs layer 20:11:11 bca2f99d35d6: Pulling fs layer 20:11:11 93359f2a8cfa: Pulling fs layer 20:11:11 bca2f99d35d6: Waiting 20:11:11 93359f2a8cfa: Waiting 20:11:11 7c6f9722023f: Pulling fs layer 20:11:11 a35cf1a2eb13: Pulling fs layer 20:11:11 7c6f9722023f: Waiting 20:11:11 a35cf1a2eb13: Waiting 20:11:11 de9db76c5a1d: Verifying Checksum 20:11:11 de9db76c5a1d: Download complete 20:11:11 0ef7d3d256c8: Verifying Checksum 20:11:11 0ef7d3d256c8: Download complete 20:11:11 93359f2a8cfa: Verifying Checksum 20:11:11 93359f2a8cfa: Download complete 20:11:11 7c6f9722023f: Verifying Checksum 20:11:11 7c6f9722023f: Download complete 20:11:11 188c0c94c7c5: Verifying Checksum 20:11:11 188c0c94c7c5: Download complete 20:11:12 Still waiting to schedule task 20:11:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:11:13 188c0c94c7c5: Pull complete 20:11:13 0ef7d3d256c8: Pull complete 20:11:13 de9db76c5a1d: Pull complete 20:11:17 a35cf1a2eb13: Verifying Checksum 20:11:17 a35cf1a2eb13: Download complete 20:11:17 bca2f99d35d6: Verifying Checksum 20:11:17 bca2f99d35d6: Download complete 20:11:30 bca2f99d35d6: Pull complete 20:11:30 93359f2a8cfa: Pull complete 20:11:30 7c6f9722023f: Pull complete 20:11:38 a35cf1a2eb13: Pull complete 20:11:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:11:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:11:38 ---> a62c8e92a672 20:11:38 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 20:11:38 ---> Running in 5d1e0df904e3 20:11:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:41 (1/12) Installing libmagic (5.38-r0) 20:11:41 (2/12) Installing file (5.38-r0) 20:11:41 (3/12) Installing libc-dev (0.7.2-r3) 20:11:41 (4/12) Installing g++ (9.3.0-r2) 20:11:46 (5/12) Installing fortify-headers (1.1-r0) 20:11:46 (6/12) Installing patch (2.7.6-r6) 20:11:46 (7/12) Installing build-base (0.5-r2) 20:11:46 (8/12) Installing libsodium (1.0.18-r0) 20:11:46 (9/12) Installing pkgconf (1.7.2-r0) 20:11:46 (10/12) Installing libsodium-dev (1.0.18-r0) 20:11:46 (11/12) Installing libzmq (4.3.3-r0) 20:11:46 (12/12) Installing zeromq-dev (4.3.3-r0) 20:11:46 Executing busybox-1.31.1-r19.trigger 20:11:47 OK: 233 MiB in 51 packages 20:11:53 Removing intermediate container 5d1e0df904e3 20:11:53 ---> 994306a540f2 20:11:53 Step 4/6 : WORKDIR /edgex-go 20:11:53 ---> Running in 30465fef2b03 20:11:53 Removing intermediate container 30465fef2b03 20:11:53 ---> 329b5972a4e1 20:11:53 Step 5/6 : COPY go.mod . 20:11:54 ---> e7549b195a06 20:11:54 Step 6/6 : RUN go mod download 20:11:54 ---> Running in 5081242939ce 20:12:34 Removing intermediate container 5081242939ce 20:12:34 ---> 3df62bcc7ec4 20:12:34 Successfully built 3df62bcc7ec4 20:12:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:12:35 + docker inspect -f . ci-base-image-x86_64 20:12:35 . [Pipeline] withDockerContainer 20:12:35 prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container 20:12:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:37 $ docker top f05c699a891e92d93050cb70bc2849654fb4200156d6c72e68a1575fdd22a715 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:38 + go version 20:12:38 go version go1.15.5 linux/amd64 [Pipeline] } 20:12:38 $ docker stop --time=1 f05c699a891e92d93050cb70bc2849654fb4200156d6c72e68a1575fdd22a715 20:12:39 $ docker rm -f f05c699a891e92d93050cb70bc2849654fb4200156d6c72e68a1575fdd22a715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:12:40 + docker inspect -f . ci-base-image-x86_64 20:12:40 . [Pipeline] withDockerContainer 20:12:41 prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container 20:12:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:44 $ docker top 75d39f8fded0ad3de811a7860d3d0db1642d58a1d3cf313c2dad25e5302d2bbc -eo pid,comm [Pipeline] { [Pipeline] echo 20:12:44 ========================================================= 20:12:44 [edgeXBuildGoParallel] Running Tests and Build... 20:12:44 ========================================================= [Pipeline] sh 20:12:45 + make test 20:12:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:13:09 ? github.com/edgexfoundry/edgex-go [no test files] 20:13:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:13:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:13:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:13:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:13:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:13:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:13:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:13:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:14:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:14:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:14:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:14:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:14:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.209s coverage: 45.9% of statements 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:14:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.117s coverage: 19.8% of statements 20:14:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.168s coverage: 100.0% of statements 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.602s coverage: 27.1% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:14:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 71.3% of statements 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:14:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:14:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.539s coverage: 82.9% of statements 20:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:14:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.166s coverage: 78.9% of statements 20:14:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.741s coverage: 28.6% of statements 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.459s coverage: 100.0% of statements 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.617s coverage: 86.7% of statements 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.258s coverage: 97.5% of statements 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:14:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:14:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:14:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.782s coverage: 92.8% of statements 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:14:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.083s coverage: 58.8% of statements 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:14:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:14:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.106s coverage: 47.1% of statements 20:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.262s coverage: 79.5% of statements 20:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.116s coverage: 94.1% of statements 20:14:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements 20:14:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 20:14:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.115s coverage: 94.4% of statements 20:14:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 20:14:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.556s coverage: 81.9% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.329s coverage: 92.9% of statements 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.159s coverage: 75.5% of statements 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.134s coverage: 80.8% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.166s coverage: 84.6% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.6% of statements 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.466s coverage: 62.4% of statements 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:15:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.119s coverage: 100.0% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.069s coverage: 91.3% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 20:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements 20:15:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.871s coverage: 69.0% of statements 20:15:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:15:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:15:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:15:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.246s coverage: 38.4% of statements 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:15:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.059s coverage: 89.5% of statements 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:15:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements 20:15:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30631 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws 20:15:07 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.0% of statements 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.242s coverage: 100.0% of statements 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.223s coverage: 100.0% of statements 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:15:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.417s coverage: 87.1% of statements 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:15:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:15:13 using credential edgex-jenkins-ssh 20:15:13 Cloning the remote Git repository 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.324s coverage: 29.1% of statements 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.166s coverage: 99.0% of statements 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.152s coverage: 100.0% of statements 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 96.5% of statements 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:15:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:15:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:15:13 > git init /w/workspace/edgex-go/3 # timeout=10 20:15:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:15:13 > git --version # timeout=10 20:15:13 > git --version # 'git version 2.17.1' 20:15:13 using GIT_SSH to set credentials SSH Credentials for GitHub 20:15:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 20:15:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.046s coverage: 32.1% of statements 20:15:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements 20:15:15 GO111MODULE=on go vet ./... 20:15:30 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:15:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:15:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:15:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:15:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:15:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:15:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:15:30 > git config core.sparsecheckout # timeout=10 20:15:30 > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 20:15:30 Merge succeeded, producing aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:15:30 Checking out Revision aeff2b8d29f447dcdc3ca138541d6631fcc499e7 (PR-3267) 20:15:30 > git remote # timeout=10 20:15:30 > git config --get remote.origin.url # timeout=10 20:15:30 using GIT_SSH to set credentials SSH Credentials for GitHub 20:15:30 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:15:30 > git rev-parse HEAD^{commit} # timeout=10 20:15:30 > git config core.sparsecheckout # timeout=10 20:15:30 > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 20:15:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:15:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:15:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:15:37 + sudo service docker restart 20:15:37 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:15:40 provisioning config files... 20:15:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2698400227515232043tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:15:40 ---> docker-login.sh 20:15:40 nexus3.edgexfoundry.org:10001 20:15:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:41 Configure a credential helper to remove this warning. See 20:15:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:41 20:15:41 Login Succeeded 20:15:41 nexus3.edgexfoundry.org:10002 20:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:42 Configure a credential helper to remove this warning. See 20:15:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:42 20:15:42 Login Succeeded 20:15:42 nexus3.edgexfoundry.org:10003 20:15:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:42 Configure a credential helper to remove this warning. See 20:15:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:42 20:15:42 Login Succeeded 20:15:42 nexus3.edgexfoundry.org:10004 20:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:43 Configure a credential helper to remove this warning. See 20:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:43 20:15:43 Login Succeeded 20:15:43 docker.io 20:15:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:43 Configure a credential helper to remove this warning. See 20:15:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:43 20:15:43 Login Succeeded 20:15:43 ---> docker-login.sh ends [Pipeline] } 20:15:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:15:44 ========================================================= 20:15:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:15:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:15:44 + 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 . 20:15:47 Sending build context to Docker daemon 166.8MB 20:15:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:15:47 Step 2/6 : FROM ${BASE} 20:15:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:15:47 5f621e34cdf4: Pulling fs layer 20:15:47 a4357932f1b6: Pulling fs layer 20:15:47 18c013af1878: Pulling fs layer 20:15:47 00ac8860ef70: Pulling fs layer 20:15:47 63d7cb157983: Pulling fs layer 20:15:47 b116817d02f9: Pulling fs layer 20:15:47 745a02a5169b: Pulling fs layer 20:15:47 63d7cb157983: Waiting 20:15:47 b116817d02f9: Waiting 20:15:47 00ac8860ef70: Waiting 20:15:47 745a02a5169b: Waiting 20:15:47 18c013af1878: Verifying Checksum 20:15:47 18c013af1878: Download complete 20:15:47 a4357932f1b6: Download complete 20:15:47 63d7cb157983: Verifying Checksum 20:15:47 63d7cb157983: Download complete 20:15:47 b116817d02f9: Download complete 20:15:47 5f621e34cdf4: Verifying Checksum 20:15:47 5f621e34cdf4: Download complete 20:15:49 5f621e34cdf4: Pull complete 20:15:49 a4357932f1b6: Pull complete 20:15:49 18c013af1878: Pull complete 20:15:49 745a02a5169b: Verifying Checksum 20:15:49 745a02a5169b: Download complete 20:15:50 00ac8860ef70: Verifying Checksum 20:15:50 00ac8860ef70: Download complete 20:16:00 00ac8860ef70: Pull complete 20:16:00 63d7cb157983: Pull complete 20:16:01 b116817d02f9: Pull complete 20:16:05 745a02a5169b: Pull complete 20:16:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:16:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:16:05 ---> b7e6874047d6 20:16:05 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 20:16:08 ---> Running in 31de5aca86b0 20:16:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:16:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:16:11 (1/12) Installing libmagic (5.38-r0) 20:16:11 (2/12) Installing file (5.38-r0) 20:16:11 (3/12) Installing libc-dev (0.7.2-r3) 20:16:11 (4/12) Installing g++ (9.3.0-r2) 20:16:16 (5/12) Installing fortify-headers (1.1-r0) 20:16:16 (6/12) Installing patch (2.7.6-r6) 20:16:16 (7/12) Installing build-base (0.5-r2) 20:16:16 (8/12) Installing libsodium (1.0.18-r0) 20:16:16 (9/12) Installing pkgconf (1.7.2-r0) 20:16:16 (10/12) Installing libsodium-dev (1.0.18-r0) 20:16:16 (11/12) Installing libzmq (4.3.3-r0) 20:16:16 (12/12) Installing zeromq-dev (4.3.3-r0) 20:16:16 Executing busybox-1.31.1-r19.trigger 20:16:16 OK: 217 MiB in 51 packages 20:16:20 Removing intermediate container 31de5aca86b0 20:16:20 ---> 432c11d2de14 20:16:20 Step 4/6 : WORKDIR /edgex-go 20:16:20 ---> Running in a25bc9f4910a 20:16:21 Removing intermediate container a25bc9f4910a 20:16:21 ---> e6f26e30536b 20:16:21 Step 5/6 : COPY go.mod . 20:16:21 ---> afdff344adf7 20:16:21 Step 6/6 : RUN go mod download 20:16:21 ---> Running in d1c93e46df3c 20:16:25 gofmt -l . 20:16:25 [ "`gofmt -l .`" = "" ] 20:16:25 ./bin/test-go-mod-tidy.sh 20:16:28 ./bin/test-attribution-txt.sh [Pipeline] sh 20:16:33 + ls -al . 20:16:33 total 760 20:16:33 drwxrwxr-x 10 1001 1001 4096 Mar 19 20:16 . 20:16:33 drwxr-xr-x 4 root root 28 Mar 19 20:12 .. 20:16:33 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:09 .dockerignore 20:16:33 drwxrwxr-x 8 1001 1001 179 Mar 19 20:09 .git 20:16:33 drwxrwxr-x 3 1001 1001 125 Mar 19 20:09 .github 20:16:33 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:09 .gitignore 20:16:33 drwx------ 3 1001 1001 60 Mar 19 20:10 .semver 20:16:33 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:09 .sonarcloud.properties 20:16:33 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:09 Attribution.txt 20:16:33 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:09 CONTRIBUTING.md 20:16:33 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:09 Dockerfile.build 20:16:33 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:09 Jenkinsfile 20:16:33 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:09 LICENSE 20:16:33 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:09 Makefile 20:16:33 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:09 README.md 20:16:33 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:09 SECURITY.md 20:16:33 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION 20:16:33 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:09 ZMQWindows.md 20:16:33 drwxrwxr-x 2 1001 1001 117 Mar 19 20:09 bin 20:16:33 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:09 cmd 20:16:33 -rw-r--r-- 1 root root 650607 Mar 19 20:15 coverage.out 20:16:33 -rw-r--r-- 1 root root 1055 Mar 19 20:16 go.mod 20:16:33 -rw-r--r-- 1 root root 22099 Mar 19 20:16 go.sum 20:16:33 drwxrwxr-x 8 1001 1001 127 Mar 19 20:09 internal 20:16:33 drwxrwxr-x 4 1001 1001 26 Mar 19 20:09 openapi 20:16:33 drwxrwxr-x 4 1001 1001 71 Mar 19 20:09 snap 20:16:33 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:09 version.go [Pipeline] sh 20:16:34 + '[' -e coverage.out ] 20:16:34 + chown 1001:1001 coverage.out [Pipeline] stash 20:16:35 Stashed 1 file(s) [Pipeline] sh 20:16:36 + make build 20:16:36 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 20:16:43 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 20:16:48 Removing intermediate container d1c93e46df3c 20:16:48 ---> 7ad0253b8c67 20:16:48 Successfully built 7ad0253b8c67 20:16:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:16:49 + docker inspect -f . ci-base-image-arm64 20:16:49 . [Pipeline] withDockerContainer 20:16:49 prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container 20:16:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:16:50 $ docker top 6977c8c11cb38b68951923d6d5856c882591e9461b20db93c944b364544cb311 -eo pid,comm [Pipeline] { [Pipeline] sh 20:16:51 + go version 20:16:51 go version go1.15.5 linux/arm64 [Pipeline] } 20:16:51 $ docker stop --time=1 6977c8c11cb38b68951923d6d5856c882591e9461b20db93c944b364544cb311 20:16:53 $ docker rm -f 6977c8c11cb38b68951923d6d5856c882591e9461b20db93c944b364544cb311 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:54 + docker inspect -f . ci-base-image-arm64 20:16:54 . [Pipeline] withDockerContainer 20:16:55 prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container 20:16:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:16:56 $ docker top f5e43981802a61fd7e979407716b59c8f471dad757dc19da5430bdefbb7435d3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:16:57 ========================================================= 20:16:57 [edgeXBuildGoParallel] Running Tests and Build... 20:16:57 ========================================================= [Pipeline] sh 20:16:57 + make test 20:16:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:17:18 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 20:17:19 ? github.com/edgexfoundry/edgex-go [no test files] 20:17:30 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 20:17:39 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 20:17:39 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 20:17:45 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 20:17:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:17:52 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 20:17:56 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 20:17:59 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 20:18:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:18:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] } 20:18:09 $ docker stop --time=1 75d39f8fded0ad3de811a7860d3d0db1642d58a1d3cf313c2dad25e5302d2bbc 20:18:14 $ docker rm -f 75d39f8fded0ad3de811a7860d3d0db1642d58a1d3cf313c2dad25e5302d2bbc 20:18:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:18:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:18:18 20:18:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:18:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:18:19 latest: Pulling from edgex-devops/edgex-compose 20:18:19 cbdbe7a5bc2a: Pulling fs layer 20:18:19 ca9280d653b3: Pulling fs layer 20:18:19 7e9c9ca2126c: Pulling fs layer 20:18:19 cbdbe7a5bc2a: Download complete 20:18:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:18:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:18:21 cbdbe7a5bc2a: Pull complete 20:18:21 ca9280d653b3: Verifying Checksum 20:18:21 ca9280d653b3: Download complete 20:18:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:18:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:18:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:18:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:18:25 ca9280d653b3: Pull complete 20:18:25 7e9c9ca2126c: Verifying Checksum 20:18:25 7e9c9ca2126c: Download complete 20:18:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:18:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:18:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:18:40 7e9c9ca2126c: Pull complete 20:18:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:18:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:18:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:18:41 prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container 20:18:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:18:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.299s coverage: 45.9% of statements 20:18:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:18:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:18:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:18:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:18:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:18:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:18:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.125s coverage: 19.8% of statements 20:18:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements 20:18:44 $ docker top 41c5d016cfe10478f0d525fd5be5bd76cfe1342ee60f3c0a29bc7541bd0585d3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:45 + grep parallel 20:18:45 + docker-compose build --help 20:18:46 --parallel Build images in parallel. [Pipeline] } 20:18:46 $ docker stop --time=1 41c5d016cfe10478f0d525fd5be5bd76cfe1342ee60f3c0a29bc7541bd0585d3 20:18:48 $ docker rm -f 41c5d016cfe10478f0d525fd5be5bd76cfe1342ee60f3c0a29bc7541bd0585d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:18:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:18:49 . [Pipeline] withDockerContainer 20:18:49 prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container 20:18:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:18:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.472s coverage: 27.1% of statements 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:18:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:18:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.133s coverage: 100.0% of statements 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:18:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 71.3% of statements 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:18:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:18:50 $ docker top fda79db3a413db305c6dcaa4e81e09ae06e4214522ef4039f4f51c14dfaaeefe -eo pid,comm [Pipeline] { [Pipeline] sh 20:18:51 + docker-compose -f ./docker-compose-build.yml build --parallel 20:18:52 Building docker-core-command-go ... 20:18:52 Building docker-core-data-go ... 20:18:52 Building docker-core-metadata-go ... 20:18:52 Building docker-security-bootstrapper-go ... 20:18:52 Building docker-security-proxy-setup-go ... 20:18:52 Building docker-security-secretstore-setup-go ... 20:18:52 Building docker-support-notifications-go ... 20:18:52 Building docker-support-scheduler-go ... 20:18:52 Building docker-sys-mgmt-agent-go ... 20:18:52 Building docker-sys-mgmt-agent-go 20:18:52 Building docker-support-notifications-go 20:18:52 Building docker-core-command-go 20:18:52 Building docker-core-metadata-go 20:18:52 Building docker-security-proxy-setup-go 20:18:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.503s coverage: 82.9% of statements 20:18:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:18:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:18:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements 20:18:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:19:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.176s coverage: 28.6% of statements 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:19:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:19:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:19:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:19:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.311s coverage: 97.5% of statements 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:19:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.249s coverage: 78.3% of statements 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:19:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.162s coverage: 92.8% of statements 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.1% of statements 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:19:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 47.1% of statements 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 20:19:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 20:19:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements 20:19:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.082s coverage: 44.8% of statements 20:19:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.244s coverage: 81.9% of statements 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.123s coverage: 84.6% of statements 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.191s coverage: 91.6% of statements 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.554s coverage: 62.4% of statements 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:19:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements 20:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 20:19:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 20:19:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 69.0% of statements 20:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:19:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.339s coverage: 38.4% of statements 20:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements 20:19:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:19:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements 20:19:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.0% of statements 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:19:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.106s coverage: 100.0% of statements 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:19:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:19:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 87.1% of statements 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:19:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.284s coverage: 29.1% of statements 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.312s coverage: 96.5% of statements 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:19:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:19:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 20:19:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements 20:20:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 20:20:02 GO111MODULE=on go vet ./... 20:20:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:20:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:20:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:20:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:20:32 ---> 3df62bcc7ec4 20:20:32 Step 3/22 : WORKDIR /edgex-go 20:20:32 ---> 3df62bcc7ec4 20:20:32 Step 3/21 : WORKDIR /edgex-go 20:20:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:20:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:20:32 ---> 3df62bcc7ec4 20:20:32 Step 3/26 : WORKDIR /edgex-go 20:20:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:20:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:32 ---> 3df62bcc7ec4 20:20:32 Step 3/23 : WORKDIR /edgex-go 20:20:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:20:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:20:32 ---> 3df62bcc7ec4 20:20:32 Step 3/23 : WORKDIR /edgex-go 20:20:32 ---> Running in 8eb5f67c6bfc 20:20:32 ---> Running in aef86d8db7d2 20:20:32 ---> Running in c66e7b75ee03 20:20:32 ---> Running in 8bed61e905c1 20:20:32 ---> Running in a8ce22a1021d 20:20:32 Removing intermediate container aef86d8db7d2 20:20:32 ---> 958e10db50f9 20:20:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:33 Removing intermediate container c66e7b75ee03 20:20:33 ---> ed132f761cc9 20:20:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:33 Removing intermediate container 8bed61e905c1 20:20:33 ---> 0fd2a7ed8de1 20:20:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:33 Removing intermediate container a8ce22a1021d 20:20:33 ---> 26090f249819 20:20:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:33 Removing intermediate container 8eb5f67c6bfc 20:20:33 ---> 305c898e6b30 20:20:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:20:33 ---> Running in 522d662f77b2 20:20:33 ---> Running in fe3cc43e542f 20:20:33 ---> Running in 37f597ae1d63 20:20:33 ---> Running in ccfbc5db8233 20:20:33 ---> Running in 4cdd966b80c0 20:20:38 Removing intermediate container fe3cc43e542f 20:20:38 ---> 4da8395c347f 20:20:38 Step 5/21 : RUN apk add --update --no-cache make git 20:20:38 ---> Running in 796e8fb4b00f 20:20:38 Removing intermediate container 522d662f77b2 20:20:38 ---> 40ca8bba5f5e 20:20:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:20:38 ---> Running in 2211dd3db760 20:20:39 Removing intermediate container ccfbc5db8233 20:20:39 ---> ba2737f77740 20:20:39 Step 5/26 : RUN apk add --update --no-cache make bash git 20:20:39 Removing intermediate container 37f597ae1d63 20:20:39 ---> 556951015a40 20:20:39 Step 5/23 : RUN apk add --update --no-cache make git 20:20:39 Removing intermediate container 4cdd966b80c0 20:20:39 ---> 253fad801548 20:20:39 Step 5/23 : RUN apk add --update --no-cache make git 20:20:39 ---> Running in e07a8b86a3ad 20:20:40 ---> Running in 43cb8e6cda56 20:20:40 ---> Running in ba8f5680950d 20:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:20:44 OK: 233 MiB in 51 packages 20:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:45 OK: 233 MiB in 51 packages 20:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:20:46 Removing intermediate container 796e8fb4b00f 20:20:46 ---> 007a84b9a496 20:20:46 Step 6/21 : COPY go.mod . 20:20:47 OK: 233 MiB in 51 packages 20:20:47 OK: 233 MiB in 51 packages 20:20:47 OK: 233 MiB in 51 packages 20:20:48 ---> 38b93d948eb9 20:20:48 Step 7/21 : RUN go mod download 20:20:48 Removing intermediate container 2211dd3db760 20:20:48 ---> 74671ff1276b 20:20:48 Step 6/22 : COPY go.mod . 20:20:48 ---> Running in 1223afa93ad0 20:20:49 ---> c09fca31bfb8 20:20:49 Step 7/22 : RUN go mod download 20:20:49 Removing intermediate container ba8f5680950d 20:20:49 ---> 14a1de8d5017 20:20:49 Step 6/23 : COPY go.mod . 20:20:49 ---> Running in 93a769866c91 20:20:50 Removing intermediate container 43cb8e6cda56 20:20:50 ---> a4e3db64f492 20:20:50 Step 6/23 : COPY go.mod . 20:20:51 Removing intermediate container e07a8b86a3ad 20:20:51 ---> 94737d3da998 20:20:51 Step 6/26 : COPY go.mod . 20:20:51 ---> 88ef94f7cb8c 20:20:51 Step 7/23 : RUN go mod download 20:20:52 ---> Running in f93d20b48df8 20:20:52 ---> cc985344b17a 20:20:52 Step 7/23 : RUN go mod download 20:20:52 ---> fc91d0c19ec0 20:20:52 Step 7/26 : RUN go mod download 20:20:53 ---> Running in bc2961e9267f 20:20:53 ---> Running in 41aafb586755 20:20:59 Removing intermediate container f93d20b48df8 20:20:59 ---> 0225952679c7 20:20:59 Step 8/23 : COPY . . 20:20:59 Removing intermediate container 41aafb586755 20:20:59 ---> 900ee4cc96b5 20:20:59 Step 8/26 : COPY . . 20:20:59 Removing intermediate container 93a769866c91 20:20:59 ---> 0955c2da3330 20:20:59 Step 8/22 : COPY . . 20:20:59 Removing intermediate container bc2961e9267f 20:20:59 ---> 49d2d12a617e 20:20:59 Step 8/23 : COPY . . 20:21:03 Removing intermediate container 1223afa93ad0 20:21:03 ---> 986c8204b358 20:21:03 Step 8/21 : COPY . . 20:21:23 gofmt -l . 20:21:23 [ "`gofmt -l .`" = "" ] 20:21:23 ./bin/test-go-mod-tidy.sh 20:21:23 ./bin/test-attribution-txt.sh [Pipeline] sh 20:21:24 + ls -al . 20:21:24 total 788 20:21:24 drwxrwxr-x 9 1001 1001 4096 Mar 19 20:21 . 20:21:24 drwxr-xr-x 4 root root 4096 Mar 19 20:16 .. 20:21:24 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:15 .dockerignore 20:21:24 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:15 .git 20:21:24 drwxrwxr-x 3 1001 1001 4096 Mar 19 20:15 .github 20:21:24 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:15 .gitignore 20:21:24 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:15 .sonarcloud.properties 20:21:24 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:15 Attribution.txt 20:21:24 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:15 CONTRIBUTING.md 20:21:24 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:15 Dockerfile.build 20:21:24 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:15 Jenkinsfile 20:21:24 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:15 LICENSE 20:21:24 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:15 Makefile 20:21:24 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:15 README.md 20:21:24 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:15 SECURITY.md 20:21:24 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION 20:21:24 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:15 ZMQWindows.md 20:21:24 drwxrwxr-x 2 1001 1001 4096 Mar 19 20:15 bin 20:21:24 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:15 cmd 20:21:24 -rw-r--r-- 1 root root 650607 Mar 19 20:20 coverage.out 20:21:24 -rw-r--r-- 1 root root 1055 Mar 19 20:21 go.mod 20:21:24 -rw-r--r-- 1 root root 22099 Mar 19 20:21 go.sum 20:21:24 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:15 internal 20:21:24 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:15 openapi 20:21:24 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:15 snap 20:21:24 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:15 version.go [Pipeline] sh 20:21:25 + '[' -e coverage.out ] 20:21:25 + chown 1001:1001 coverage.out [Pipeline] stash 20:21:25 Warning: overwriting stash ‘coverage-report’ 20:21:26 Stashed 1 file(s) [Pipeline] sh 20:21:27 + make build 20:21:27 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 20:21:39 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 20:22:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:22:06 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 20:22:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:22:12 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 20:22:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:22:21 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 20:22:26 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 20:22:31 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 20:22:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:22:39 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] } 20:22:45 $ docker stop --time=1 f5e43981802a61fd7e979407716b59c8f471dad757dc19da5430bdefbb7435d3 20:22:48 $ docker rm -f f5e43981802a61fd7e979407716b59c8f471dad757dc19da5430bdefbb7435d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:50 20:22:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:22:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:50 latest: Pulling from edgex-devops/edgex-compose-arm64 20:22:50 29e5d40040c1: Pulling fs layer 20:22:50 1ce36da41761: Pulling fs layer 20:22:50 25b303627fd3: Pulling fs layer 20:22:51 29e5d40040c1: Verifying Checksum 20:22:51 29e5d40040c1: Download complete 20:22:51 1ce36da41761: Verifying Checksum 20:22:51 1ce36da41761: Download complete 20:22:52 29e5d40040c1: Pull complete 20:22:53 1ce36da41761: Pull complete 20:22:53 25b303627fd3: Verifying Checksum 20:22:53 25b303627fd3: Download complete 20:23:03 25b303627fd3: Pull complete 20:23:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:23:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:23:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:23:04 prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container 20:23:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:23:07 $ docker top cb9ccdf7e39577046f2505f9a8280f184609f2ad6879b3af30fdfa81afdf0c1d -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:08 + docker-compose build --help 20:23:08 + grep parallel 20:23:11 --parallel Build images in parallel. [Pipeline] } 20:23:11 $ docker stop --time=1 cb9ccdf7e39577046f2505f9a8280f184609f2ad6879b3af30fdfa81afdf0c1d 20:23:13 $ docker rm -f cb9ccdf7e39577046f2505f9a8280f184609f2ad6879b3af30fdfa81afdf0c1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:23:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:23:14 . [Pipeline] withDockerContainer 20:23:14 prd-ubuntu18.04-docker-arm64-4c-16g-30631 does not seem to be running inside a container 20:23:14 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:23:16 $ docker top 0df472f88bf81e50f5014d1d936292723f2cc002f462ac0b7f53f1621d131bf4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:23:17 + docker-compose -f ./docker-compose-build.yml build --parallel 20:23:21 Building docker-core-command-go ... 20:23:21 Building docker-core-data-go ... 20:23:21 Building docker-core-metadata-go ... 20:23:21 Building docker-security-bootstrapper-go ... 20:23:21 Building docker-security-proxy-setup-go ... 20:23:21 Building docker-security-secretstore-setup-go ... 20:23:21 Building docker-support-notifications-go ... 20:23:21 Building docker-support-scheduler-go ... 20:23:21 Building docker-sys-mgmt-agent-go ... 20:23:21 Building docker-security-bootstrapper-go 20:23:21 Building docker-sys-mgmt-agent-go 20:23:21 Building docker-security-secretstore-setup-go 20:23:21 Building docker-security-proxy-setup-go 20:23:21 Building docker-support-scheduler-go 20:23:27 ---> 384c4c63c4cf 20:23:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:23:27 ---> 86fc268808b1 20:23:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:23:27 ---> c2748b84e6df 20:23:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:23:27 ---> 969fcadc9464 20:23:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:23:27 ---> Running in de351f149b79 20:23:27 ---> Running in 22d4fd2949d6 20:23:27 ---> Running in c07610035d1b 20:23:27 ---> Running in 9342fd76d0c4 20:23:27 ---> 93d68e3cb315 20:23:27 Step 9/23 : RUN make cmd/core-command/core-command 20:23:27 ---> Running in d421dc12e9f6 20:23:27 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 20:23:27 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 20:23:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:23:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:23:28 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 20:24:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:24:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:24:43 ---> 7ad0253b8c67 20:24:43 Step 3/21 : WORKDIR /edgex-go 20:24:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:24:43 ---> 7ad0253b8c67 20:24:43 Step 3/24 : WORKDIR /edgex-go 20:24:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:24:43 ---> 7ad0253b8c67 20:24:43 Step 3/31 : WORKDIR /edgex-go 20:24:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:24:43 ---> 7ad0253b8c67 20:24:43 Step 3/26 : WORKDIR /edgex-go 20:24:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:24:43 ---> 7ad0253b8c67 20:24:43 Step 3/22 : WORKDIR /edgex-go 20:24:43 ---> Running in fdc9620db083 20:24:43 ---> Running in 1ab232d680f8 20:24:43 ---> Running in fccafd13346a 20:24:43 ---> Running in ce8f93634757 20:24:43 ---> Running in ed6755f71fd2 20:24:43 Removing intermediate container fdc9620db083 20:24:43 ---> 308081e04669 20:24:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:43 Removing intermediate container 1ab232d680f8 20:24:43 ---> 12af61d64ba1 20:24:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:43 Removing intermediate container ce8f93634757 20:24:43 ---> b1150c0a27c6 20:24:43 Removing intermediate container fccafd13346a 20:24:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 14f5f0db870d 20:24:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:43 20:24:43 Removing intermediate container ed6755f71fd2 20:24:43 ---> fcf3e4ad633e 20:24:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:43 ---> Running in f8a73bfffd78 20:24:43 ---> Running in 2cd086916d1f 20:24:43 ---> Running in ef7dfb01f5c9 20:24:43 ---> Running in 0104aa1908a5 20:24:43 ---> Running in 458f61f84695 20:24:43 Removing intermediate container 2cd086916d1f 20:24:43 ---> d369b47b0a65 20:24:43 Step 5/21 : RUN apk add --update --no-cache make git 20:24:43 Removing intermediate container f8a73bfffd78 20:24:43 ---> 4d828f5ee0ce 20:24:43 Step 5/26 : RUN apk add --update --no-cache make bash git 20:24:43 ---> Running in 4c6c900ee91b 20:24:43 ---> Running in 088c70557899 20:24:43 Removing intermediate container 458f61f84695 20:24:43 ---> 738384017040 20:24:43 Step 5/24 : RUN apk add --update --no-cache make git 20:24:43 Removing intermediate container 0104aa1908a5 20:24:43 ---> 537fff651c78 20:24:43 Step 5/31 : RUN apk add --update --no-cache make git 20:24:43 ---> Running in 27a3240b9258 20:24:43 Removing intermediate container ef7dfb01f5c9 20:24:43 ---> 536d246f6260 20:24:43 Step 5/22 : RUN apk add --update --no-cache make git 20:24:43 ---> Running in 1cba72db2660 20:24:43 ---> Running in ade3abb561ba 20:24:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:45 Removing intermediate container c07610035d1b 20:24:45 ---> 6bced168fb7d 20:24:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:45 OK: 217 MiB in 51 packages 20:24:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:45 OK: 217 MiB in 51 packages 20:24:46 OK: 217 MiB in 51 packages 20:24:46 OK: 217 MiB in 51 packages 20:24:46 OK: 217 MiB in 51 packages 20:24:46 ---> Running in 0d6e4587f45b 20:24:46 Removing intermediate container 4c6c900ee91b 20:24:46 ---> 18e3e3d48d41 20:24:46 Step 6/21 : COPY go.mod . 20:24:47 Removing intermediate container 088c70557899 20:24:47 ---> 74246ba74bf2 20:24:47 Step 6/26 : COPY go.mod . 20:24:47 ---> c9a82da3cbc0 20:24:47 Step 7/21 : RUN go mod download 20:24:47 Removing intermediate container 27a3240b9258 20:24:47 ---> 1feb40e87ad5 20:24:47 Step 6/24 : COPY go.mod . 20:24:47 Removing intermediate container 1cba72db2660 20:24:47 ---> 72d04a23cea6 20:24:47 Step 6/31 : COPY go.mod . 20:24:48 ---> Running in b5f390b6e6bb 20:24:48 Removing intermediate container ade3abb561ba 20:24:48 ---> ae8c0c69f763 20:24:48 Step 6/22 : COPY go.mod . 20:24:48 ---> b62add384c53 20:24:48 Step 7/26 : RUN go mod download 20:24:48 ---> Running in 2ea0cdfd5be3 20:24:48 ---> 3df29d4b2421 20:24:48 Step 7/24 : RUN go mod download 20:24:48 ---> Running in 0f3881366e69 20:24:49 ---> 7d0e8ff6029e 20:24:49 Step 7/31 : RUN go mod download 20:24:49 ---> a69481156eaa 20:24:49 Step 7/22 : RUN go mod download 20:24:49 ---> Running in bdbd83ded3f0 20:24:49 ---> Running in ae4be31bf8b5 20:24:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:24:52 Removing intermediate container b5f390b6e6bb 20:24:52 ---> 6491bbd36612 20:24:52 Step 8/21 : COPY . . 20:24:52 Removing intermediate container 2ea0cdfd5be3 20:24:52 ---> 86aae408ec35 20:24:52 Step 8/26 : COPY . . 20:24:53 Removing intermediate container de351f149b79 20:24:53 ---> 1beaa5feef3a 20:24:53 20:24:53 Step 10/21 : FROM alpine:3.12 20:24:53 3.12: Pulling from library/alpine 20:24:54 Removing intermediate container d421dc12e9f6 20:24:54 ---> 48f1a986da96 20:24:54 20:24:54 Step 10/23 : FROM alpine:3.12 20:24:54 Removing intermediate container 22d4fd2949d6 20:24:54 ---> 17ddc0344e85 20:24:54 20:24:54 Step 10/22 : FROM alpine:3.12 20:24:54 Removing intermediate container 0f3881366e69 20:24:54 ---> 33b417a047f8 20:24:54 Step 8/24 : COPY . . 20:24:54 Removing intermediate container bdbd83ded3f0 20:24:54 ---> ecae1c295401 20:24:54 Step 8/31 : COPY . . 20:24:55 Removing intermediate container ae4be31bf8b5 20:24:55 ---> e27b0ada7ff8 20:24:55 Step 8/22 : COPY . . 20:24:55 3.12: Pulling from library/alpine 20:24:55 3.12: Pulling from library/alpine 20:24:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:24:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:24:58 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:24:58 Status: Downloaded newer image for alpine:3.12 20:24:58 ---> 88dd2752d2ea 20:24:58 Step 11/21 : RUN apk add --update --no-cache curl 20:24:58 Status: Image is up to date for alpine:3.12 20:24:58 ---> 88dd2752d2ea 20:24:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:24:58 Status: Downloaded newer image for alpine:3.12 20:24:58 ---> 88dd2752d2ea 20:24:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:25:01 ---> Running in afd0b8c0d9d6 20:25:01 ---> Running in 930a6284473f 20:25:01 ---> Running in 5b0e89008e5b 20:25:04 Removing intermediate container 9342fd76d0c4 20:25:04 ---> 273ed6381687 20:25:04 20:25:04 Step 10/23 : FROM alpine:3.12 20:25:04 ---> 88dd2752d2ea 20:25:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:07 ---> Running in b1d45f1ef3a9 20:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:07 Removing intermediate container 0d6e4587f45b 20:25:07 ---> 19712b905dc6 20:25:07 20:25:07 Step 11/26 : FROM docker:20.10.0 20:25:08 20.10.0: Pulling from library/docker 20:25:09 (1/4) Installing ca-certificates (20191127-r4) 20:25:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:25:09 (3/4) Installing libcurl (7.69.1-r3) 20:25:09 (4/4) Installing curl (7.69.1-r3) 20:25:09 Executing busybox-1.31.1-r19.trigger 20:25:09 Executing ca-certificates-20191127-r4.trigger 20:25:10 OK: 7 MiB in 18 packages 20:25:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:11 (1/1) Installing dumb-init (1.2.2-r1) 20:25:11 Executing busybox-1.31.1-r19.trigger 20:25:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:11 OK: 6 MiB in 15 packages 20:25:12 (1/2) Installing ca-certificates (20191127-r4) 20:25:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:12 (2/2) Installing dumb-init (1.2.2-r1) 20:25:12 Executing busybox-1.31.1-r19.trigger 20:25:12 Executing ca-certificates-20191127-r4.trigger 20:25:14 OK: 6 MiB in 16 packages 20:25:14 (1/1) Installing dumb-init (1.2.2-r1) 20:25:14 Executing busybox-1.31.1-r19.trigger 20:25:14 OK: 6 MiB in 15 packages 20:25:16 Removing intermediate container afd0b8c0d9d6 20:25:16 ---> 68534a3c2f28 20:25:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:25:16 ---> Running in 71f93614e26b 20:25:17 Removing intermediate container 930a6284473f 20:25:17 ---> 94cbb1c67e8c 20:25:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:25:17 ---> Running in f8286d570098 20:25:17 Removing intermediate container 5b0e89008e5b 20:25:17 ---> 13dae3edd4cf 20:25:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:25:18 Removing intermediate container 71f93614e26b 20:25:18 ---> 170325568365 20:25:18 Step 13/21 : WORKDIR /edgex 20:25:18 Removing intermediate container b1d45f1ef3a9 20:25:18 ---> d6ae6438df0d 20:25:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:25:18 ---> Running in d0763d361d92 20:25:18 ---> Running in d7396b7f440c 20:25:18 ---> Running in 99c2db437f60 20:25:19 Removing intermediate container f8286d570098 20:25:20 ---> e92080341bdb 20:25:20 Step 13/23 : ENV APP_PORT=48082 20:25:20 ---> Running in 9618d37f750f 20:25:20 Removing intermediate container d0763d361d92 20:25:20 ---> 89806461b5d9 20:25:20 Step 13/22 : ENV APP_PORT=48060 20:25:21 Removing intermediate container d7396b7f440c 20:25:21 ---> 22dfffd457ee 20:25:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:25:21 ---> Running in 9407b3eb2a01 20:25:21 Removing intermediate container 9618d37f750f 20:25:21 ---> 9d8510df018b 20:25:21 Step 14/23 : EXPOSE $APP_PORT 20:25:21 Removing intermediate container 99c2db437f60 20:25:21 ---> d7bbd82f6086 20:25:21 Step 13/23 : ENV APP_PORT=48081 20:25:22 ---> 238b578b578c 20:25:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:25:22 ---> 3429a683467a 20:25:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:25:22 ---> 709b2fcc383d 20:25:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:25:22 ---> b6d35ba09f4c 20:25:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:25:22 ---> 7d33c088959c 20:25:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:25:22 ---> Running in f9a3a0b73001 20:25:22 ---> Running in 1cd89b217c33 20:25:22 ---> Running in 4a3927357948 20:25:22 ---> Running in 03468d1bb1a4 20:25:22 ---> Running in 446ce85f20df 20:25:22 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 20:25:22 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 20:25:22 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 20:25:22 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 20:25:22 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 20:25:23 ---> Running in 01569e0f9b3d 20:25:23 ---> Running in 94301b688c92 20:25:23 Removing intermediate container 9407b3eb2a01 20:25:23 ---> cfcb9307a819 20:25:23 Step 14/22 : EXPOSE $APP_PORT 20:25:23 ---> f42078172baa 20:25:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:25:24 ---> Running in fd6c0b836f4a 20:25:24 Removing intermediate container 01569e0f9b3d 20:25:24 ---> 8b1d7c1a677f 20:25:24 Step 14/23 : EXPOSE $APP_PORT 20:25:24 Removing intermediate container 94301b688c92 20:25:24 ---> 589617456a62 20:25:24 Step 15/23 : WORKDIR / 20:25:25 Removing intermediate container fd6c0b836f4a 20:25:25 ---> 4a32c5e26b0e 20:25:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:25 ---> Running in 5f19d1142628 20:25:25 ---> Running in 99fd3f3d4a8c 20:25:25 ---> b4d8870de437 20:25:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:25:26 Removing intermediate container 5f19d1142628 20:25:26 ---> dc23fc205b55 20:25:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:27 ---> e423052011ee 20:25:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:25:27 Removing intermediate container 99fd3f3d4a8c 20:25:27 ---> b52fea0d74b4 20:25:27 Step 15/23 : WORKDIR / 20:25:28 ---> 408aed36f501 20:25:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:25:28 ---> Running in 2fc5253ab104 20:25:28 ---> 043c85430346 20:25:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:25:29 ---> Running in 97050c42b504 20:25:31 Removing intermediate container 2fc5253ab104 20:25:31 ---> f3ebd619aa2b 20:25:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:25:31 Removing intermediate container 97050c42b504 20:25:31 ---> 85bfe6fc45c4 20:25:31 Step 18/21 : CMD ["--init=true"] 20:25:31 ---> 83cf29a80c97 20:25:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:25:31 ---> Running in b25686c6dddc 20:25:34 ---> bb809f836498 20:25:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:25:35 Removing intermediate container b25686c6dddc 20:25:35 ---> a27582846c97 20:25:35 Step 19/21 : LABEL arch=x86_64 20:25:35 ---> afbab56409b8 20:25:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:25:35 ---> 8e67551571f4 20:25:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:25:36 ---> Running in e245bb179df5 20:25:36 ---> Running in 9b09216f1cf1 20:25:36 ---> 56ce164b34a1 20:25:36 Step 19/23 : ENTRYPOINT ["/core-command"] 20:25:38 ---> Running in 54a20614a0c9 20:25:38 Removing intermediate container e245bb179df5 20:25:38 ---> f3eb02449320 20:25:38 Step 20/21 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:25:38 Removing intermediate container 9b09216f1cf1 20:25:38 ---> c51e498ff7b0 20:25:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:38 ---> 458bd18463b9 20:25:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:25:39 ---> Running in fcff5b105f1c 20:25:39 ---> Running in 7ef8cfdf94a3 20:25:39 Removing intermediate container 54a20614a0c9 20:25:39 ---> 3901ad4a45aa 20:25:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:40 ---> Running in 63106b9c1d5e 20:25:40 Removing intermediate container fcff5b105f1c 20:25:40 ---> 50071ef71fd6 20:25:40 Step 21/21 : LABEL version=0.0.0 20:25:40 ---> dce16e5511d9 20:25:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:25:40 Removing intermediate container 7ef8cfdf94a3 20:25:40 ---> c0476f5a0aa8 20:25:40 Step 20/22 : LABEL arch=x86_64 20:25:40 ---> Running in 9b8e56d0f079 20:25:40 ---> Running in 7878982ba205 20:25:41 ---> Running in 9e235b4f9368 20:25:41 Removing intermediate container 63106b9c1d5e 20:25:41 ---> 0111913a6524 20:25:41 Step 21/23 : LABEL arch=x86_64 20:25:41 ---> Running in 09fff8d7ecf9 20:25:42 Removing intermediate container 7878982ba205 20:25:42 ---> b61b29bf42e8 20:25:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:25:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:25:42 Removing intermediate container 9b8e56d0f079 20:25:42 ---> ce4a2df13214 20:25:42 20:25:42 Status: Downloaded newer image for docker:20.10.0 20:25:42 ---> aefe523efa57 20:25:42 Step 12/26 : RUN apk add --no-cache bash 20:25:42 ---> Running in 3702b1aeb87a 20:25:42 Removing intermediate container 9e235b4f9368 20:25:42 ---> 70457120f75b 20:25:42 Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:25:42 ---> Running in 3de45562101e 20:25:42 Removing intermediate container 09fff8d7ecf9 20:25:42 ---> c4eb65c6c43c 20:25:42 Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:25:43 ---> Running in b7d5bc9ea2f0 20:25:44 ---> Running in 28ec9969e256 20:25:44 Removing intermediate container 3702b1aeb87a 20:25:44 ---> 2882bfe74cc7 20:25:44 Step 21/23 : LABEL arch=x86_64 20:25:44 Successfully built ce4a2df13214 20:25:44 Successfully tagged docker-security-proxy-setup-go:latest 20:25:44  Building docker-security-proxy-setup-go ... done Removing intermediate container b7d5bc9ea2f0 20:25:44 ---> 4d9d38687f51 20:25:44 Step 22/22 : LABEL version=0.0.0 20:25:44 Building docker-core-data-go 20:25:45 ---> Running in 3e4216e158b7 20:25:45 Removing intermediate container 28ec9969e256 20:25:45 ---> 0c03f7d075dd 20:25:45 Step 23/23 : LABEL version=0.0.0 20:25:45 ---> Running in ce4a05352ebe 20:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:25:45 ---> Running in 2c8860b51c90 20:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:25:46 Removing intermediate container 3e4216e158b7 20:25:46 ---> 44accae3b199 20:25:46 Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:25:46 (1/2) Installing readline (8.0.4-r0) 20:25:46 Removing intermediate container ce4a05352ebe 20:25:46 ---> 2a94295bb154 20:25:46 20:25:46 (2/2) Installing bash (5.0.17-r0) 20:25:46 Executing bash-5.0.17-r0.post-install 20:25:46 Executing busybox-1.31.1-r19.trigger 20:25:46 OK: 12 MiB in 22 packages 20:25:47 ---> Running in 790a427fb5fc 20:25:47 Removing intermediate container 2c8860b51c90 20:25:47 ---> 6c35ebd0d495 20:25:47 20:25:48 Successfully built 2a94295bb154 20:25:50 Successfully tagged docker-support-notifications-go:latest 20:25:50  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 20:25:51 Successfully built 6c35ebd0d495 20:25:52 Removing intermediate container 790a427fb5fc 20:25:52 ---> ce73d201639c 20:25:52 Step 23/23 : LABEL version=0.0.0 20:25:52 Successfully tagged docker-core-command-go:latest 20:25:52 Building docker-security-bootstrapper-go 20:25:54  Building docker-core-command-go ... done  ---> Running in 93e368b4c4dc 20:25:58 Removing intermediate container 3de45562101e 20:25:58 ---> 7317122b8c58 20:25:58 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:25:58 Removing intermediate container 93e368b4c4dc 20:25:58 ---> 02ddcf2fb772 20:25:58 20:25:59 Successfully built 02ddcf2fb772 20:25:59 ---> Running in 51df232dadab 20:26:00 Successfully tagged docker-core-metadata-go:latest 20:26:00  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 20:26:01 Removing intermediate container 51df232dadab 20:26:01 ---> caef343a8c5a 20:26:01 Step 14/26 : ENV APP_PORT=48090 20:26:01 ---> Running in f3b7d4c3f23f 20:26:02 Removing intermediate container f3b7d4c3f23f 20:26:02 ---> 8957ddb42936 20:26:02 Step 15/26 : EXPOSE $APP_PORT 20:26:05 ---> Running in f484642b1c09 20:26:09 Removing intermediate container f484642b1c09 20:26:09 ---> 47a70c430730 20:26:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:26:13 ---> 19b9823e5687 20:26:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:26:16 ---> 23f220cb18b3 20:26:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:26:19 ---> ff5f374546f3 20:26:19 Step 19/26 : RUN apk --no-cache add py3-pip 20:26:20 ---> Running in 9a4b3e1ca0b6 20:26:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:24 (1/33) Installing libbz2 (1.0.8-r1) 20:26:24 (2/33) Installing expat (2.2.9-r1) 20:26:24 (3/33) Installing libffi (3.3-r2) 20:26:24 (4/33) Installing gdbm (1.13-r1) 20:26:24 (5/33) Installing xz-libs (5.2.5-r0) 20:26:24 (6/33) Installing sqlite-libs (3.32.1-r0) 20:26:24 (7/33) Installing python3 (3.8.8-r0) 20:26:26 (8/33) Installing py3-appdirs (1.4.4-r1) 20:26:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:26:26 (10/33) Installing py3-parsing (2.4.7-r0) 20:26:26 (11/33) Installing py3-six (1.15.0-r0) 20:26:27 (12/33) Installing py3-packaging (20.4-r0) 20:26:27 (13/33) Installing py3-setuptools (47.0.0-r0) 20:26:27 (14/33) Installing py3-chardet (3.0.4-r4) 20:26:27 (15/33) Installing py3-idna (2.9-r0) 20:26:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:26:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:26:27 (18/33) Installing py3-requests (2.23.0-r0) 20:26:27 (19/33) Installing py3-msgpack (1.0.0-r0) 20:26:27 (20/33) Installing py3-lockfile (0.12.2-r3) 20:26:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:26:27 (22/33) Installing py3-colorama (0.4.3-r0) 20:26:27 (23/33) Installing py3-distlib (0.3.0-r0) 20:26:28 (24/33) Installing py3-distro (1.5.0-r1) 20:26:28 (25/33) Installing py3-webencodings (0.5.1-r3) 20:26:28 (26/33) Installing py3-html5lib (1.0.1-r4) 20:26:28 (27/33) Installing py3-pytoml (0.1.21-r0) 20:26:28 (28/33) Installing py3-pep517 (0.8.2-r0) 20:26:28 (29/33) Installing py3-progress (1.5-r0) 20:26:28 (30/33) Installing py3-toml (0.10.1-r0) 20:26:28 (31/33) Installing py3-retrying (1.3.3-r0) 20:26:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:26:28 (33/33) Installing py3-pip (20.1.1-r0) 20:26:28 Executing busybox-1.31.1-r19.trigger 20:26:28 OK: 71 MiB in 55 packages 20:26:44 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 20:26:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:27:04 Removing intermediate container 03468d1bb1a4 20:27:04 ---> 3abb27edd42b 20:27:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:27:04 Removing intermediate container f9a3a0b73001 20:27:04 ---> 2558027e97f9 20:27:04 20:27:04 Step 10/24 : FROM alpine:3.12 20:27:04 Removing intermediate container 1cd89b217c33 20:27:04 ---> 769d07f9bf81 20:27:04 20:27:04 Step 10/21 : FROM alpine:3.12 20:27:04 3.12: Pulling from library/alpine 20:27:04 3.12: Pulling from library/alpine 20:27:04 ---> Running in 90acb5886aeb 20:27:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:27:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:27:06 Status: Downloaded newer image for alpine:3.12 20:27:06 Status: Downloaded newer image for alpine:3.12 20:27:06 ---> d10569e2745f 20:27:06 ---> d10569e2745f 20:27:06 Step 11/21 : RUN apk add --update --no-cache curl 20:27:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:27:06 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 20:27:07 ---> Running in 7aa4d59f67e1 20:27:07 ---> Running in 2a0634ea2089 20:27:07 Removing intermediate container 4a3927357948 20:27:07 ---> 46e2503fa678 20:27:07 20:27:07 Step 10/31 : FROM alpine:3.12 20:27:07 ---> d10569e2745f 20:27:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:27:07 ---> Running in 7e1a08a2b324 20:27:09 Removing intermediate container 7e1a08a2b324 20:27:09 ---> e76010067771 20:27:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:27:09 ---> Running in 8c91466fe735 20:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:10 (1/4) Installing ca-certificates (20191127-r4) 20:27:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:27:10 (3/4) Installing libcurl (7.69.1-r3) 20:27:10 (4/4) Installing curl (7.69.1-r3) 20:27:11 Executing busybox-1.31.1-r19.trigger 20:27:11 Executing ca-certificates-20191127-r4.trigger 20:27:11 (1/5) Installing ca-certificates (20191127-r4) 20:27:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:27:11 (3/5) Installing libcurl (7.69.1-r3) 20:27:11 (4/5) Installing curl (7.69.1-r3) 20:27:11 (5/5) Installing dumb-init (1.2.2-r1) 20:27:11 Executing busybox-1.31.1-r19.trigger 20:27:11 Executing ca-certificates-20191127-r4.trigger 20:27:11 OK: 7 MiB in 18 packages 20:27:11 OK: 7 MiB in 19 packages 20:27:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:12 Removing intermediate container 90acb5886aeb 20:27:12 ---> 2b88f56a45a4 20:27:12 20:27:12 Step 11/26 : FROM docker:20.10.0 20:27:12 20.10.0: Pulling from library/docker 20:27:12 (1/2) Installing dumb-init (1.2.2-r1) 20:27:12 (2/2) Installing su-exec (0.2-r1) 20:27:12 Executing busybox-1.31.1-r19.trigger 20:27:12 OK: 5 MiB in 16 packages 20:27:12 Removing intermediate container 446ce85f20df 20:27:12 ---> 7041f3df0b5d 20:27:12 20:27:12 Step 10/22 : FROM alpine:3.12 20:27:12 ---> d10569e2745f 20:27:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:27:13 ---> Running in add446dee2fa 20:27:14 Removing intermediate container 2a0634ea2089 20:27:14 ---> f11dd9a20a46 20:27:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:27:14 Removing intermediate container 7aa4d59f67e1 20:27:14 ---> bc0ae56252fa 20:27:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:27:14 ---> Running in 6a0f0e5491ce 20:27:14 Removing intermediate container 8c91466fe735 20:27:14 ---> 5f4e8646378c 20:27:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:27:15 ---> Running in 065d29179ff5 20:27:15 ---> Running in 140b793d5fbf 20:27:15 Removing intermediate container 6a0f0e5491ce 20:27:15 ---> c80ad437a15e 20:27:15 Step 13/21 : WORKDIR /edgex 20:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:15 Removing intermediate container 065d29179ff5 20:27:15 ---> 2c5f19c2a85f 20:27:15 Step 13/24 : WORKDIR / 20:27:16 ---> Running in 3cd1cb80bfde 20:27:16 Removing intermediate container 140b793d5fbf 20:27:16 ---> 565d240cc417 20:27:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:27:16 ---> Running in 0f4762ba7f6e 20:27:16 (1/1) Installing dumb-init (1.2.2-r1) 20:27:16 ---> Running in 1b96ba6def56 20:27:16 Executing busybox-1.31.1-r19.trigger 20:27:16 OK: 5 MiB in 15 packages 20:27:16 Removing intermediate container 3cd1cb80bfde 20:27:16 ---> badacc4ac92b 20:27:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:27:17 Removing intermediate container 0f4762ba7f6e 20:27:17 ---> dafc243679a3 20:27:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:27:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:17 ---> 3df62bcc7ec4 20:27:17 Step 3/23 : WORKDIR /edgex-go 20:27:17 ---> Using cache 20:27:17 ---> 305c898e6b30 20:27:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:17 ---> Using cache 20:27:17 ---> 253fad801548 20:27:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:27:17 Removing intermediate container 1b96ba6def56 20:27:17 ---> 34001b4f094b 20:27:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:27:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:27:17 ---> 3df62bcc7ec4 20:27:17 Step 3/22 : WORKDIR /edgex-go 20:27:17 ---> Using cache 20:27:17 ---> 305c898e6b30 20:27:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:17 ---> Using cache 20:27:17 ---> 253fad801548 20:27:17 Step 5/22 : RUN apk add --update --no-cache make git 20:27:17 ---> Using cache 20:27:17 ---> 14a1de8d5017 20:27:17 Step 6/22 : COPY go.mod . 20:27:17 ---> Using cache 20:27:17 ---> 88ef94f7cb8c 20:27:17 Step 7/22 : RUN go mod download 20:27:17 ---> Using cache 20:27:17 ---> 0225952679c7 20:27:17 Step 8/22 : COPY . . 20:27:17 ---> Running in 3c99c7a367ec 20:27:18 ---> Using cache 20:27:18 ---> 86fc268808b1 20:27:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:27:18 ---> c960cda3dd32 20:27:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:27:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:27:18 ---> 3df62bcc7ec4 20:27:18 Step 3/31 : WORKDIR /edgex-go 20:27:18 ---> Using cache 20:27:18 ---> 305c898e6b30 20:27:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:18 ---> Using cache 20:27:18 ---> 253fad801548 20:27:18 Step 5/31 : RUN apk add --update --no-cache make git 20:27:18 ---> Using cache 20:27:18 ---> 14a1de8d5017 20:27:18 Step 6/31 : COPY go.mod . 20:27:18 ---> Using cache 20:27:18 ---> 88ef94f7cb8c 20:27:18 Step 7/31 : RUN go mod download 20:27:18 ---> Using cache 20:27:18 ---> 0225952679c7 20:27:18 Step 8/31 : COPY . . 20:27:18 ---> 3cbe3d0649d9 20:27:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:27:18 Removing intermediate container add446dee2fa 20:27:18 ---> b015d7a6bbcc 20:27:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:27:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:27:18 ---> 3df62bcc7ec4 20:27:18 Step 3/24 : WORKDIR /edgex-go 20:27:18 ---> Using cache 20:27:18 ---> 305c898e6b30 20:27:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:18 ---> Using cache 20:27:18 ---> 253fad801548 20:27:18 Step 5/24 : RUN apk add --update --no-cache make git 20:27:18 ---> Using cache 20:27:18 ---> 14a1de8d5017 20:27:18 Step 6/24 : COPY go.mod . 20:27:18 ---> Using cache 20:27:18 ---> 88ef94f7cb8c 20:27:18 Step 7/24 : RUN go mod download 20:27:18 ---> Using cache 20:27:18 ---> 0225952679c7 20:27:18 Step 8/24 : COPY . . 20:27:18 ---> Using cache 20:27:18 ---> 86fc268808b1 20:27:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:27:18 ---> Using cache 20:27:18 ---> 86fc268808b1 20:27:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:27:19 ---> Running in 6eddaa50dfc3 20:27:20 Removing intermediate container 6eddaa50dfc3 20:27:20 ---> 096dc40c5bf4 20:27:20 Step 13/22 : ENV APP_PORT=48085 20:27:20 ---> Running in 06c651607d11 20:27:20 ---> Running in bda06ddd1614 20:27:20 ---> Running in 845d43b07209 20:27:20 ---> Running in d7d6f2993cc4 20:27:20 ---> c95a9c9ad831 20:27:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:27:20 ---> Running in 46b73596f1b1 20:27:20 ---> d679a391a81e 20:27:20 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:27:21 Removing intermediate container 46b73596f1b1 20:27:21 ---> b3baa36ee87e 20:27:21 Step 14/22 : EXPOSE $APP_PORT 20:27:21 ---> Running in fe90c85b2e8f 20:27:21 ---> 641b441e28cd 20:27:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:27:22 Removing intermediate container 3c99c7a367ec 20:27:22 ---> 29b921c75455 20:27:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:27:22 ---> Running in 912b60964cae 20:27:22 Removing intermediate container fe90c85b2e8f 20:27:22 ---> 3d53cd168171 20:27:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:22 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 20:27:22 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 20:27:22 ---> abe3a85d7c0d 20:27:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:27:23 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 20:27:23 ---> Running in 37113e231c87 20:27:23 Removing intermediate container 912b60964cae 20:27:23 ---> 96adcaa6554d 20:27:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:27:23 ---> f20b5e326f46 20:27:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:27:24 Removing intermediate container 37113e231c87 20:27:24 ---> d9426f4a7b1c 20:27:24 Step 18/21 : CMD ["--init=true"] 20:27:24 ---> 6c31bbd8daa4 20:27:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:27:24 ---> Running in 2ce05f4c804e 20:27:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:25 ---> e0c6c8771da6 20:27:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:27:25 Removing intermediate container 2ce05f4c804e 20:27:25 ---> 6eca44309858 20:27:25 Step 19/21 : LABEL arch=arm64 20:27:25 ---> ed3a65083c70 20:27:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:27:25 ---> Running in 75d6e294d759 20:27:25 ---> 128a2a1db78f 20:27:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:27:25 ---> Running in b9e9c6c04d5f 20:27:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:26 OK: 233 MiB in 51 packages 20:27:26 Removing intermediate container b9e9c6c04d5f 20:27:26 ---> 53b9c75ddde4 20:27:26 Step 20/21 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:27:26 ---> 0181572a9d87 20:27:26 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/ 20:27:26 ---> Running in 5d881865fb44 20:27:27 ---> 55f50976bfe4 20:27:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:27:27 ---> Running in 4f0fe5759a61 20:27:27 ---> Running in de2446cbee52 20:27:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:27:27 Status: Downloaded newer image for docker:20.10.0 20:27:27 ---> eeaf43b92773 20:27:27 Step 12/26 : RUN apk add --no-cache bash 20:27:27 Removing intermediate container 5d881865fb44 20:27:27 ---> 8995ee54a61f 20:27:27 Step 21/21 : LABEL version=0.0.0 20:27:28 ---> Running in 5f9d011ca481 20:27:28 ---> Running in 19afef0c2df8 20:27:28 Removing intermediate container de2446cbee52 20:27:28 ---> 4eafc382c79b 20:27:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:28 ---> Running in 941d5a5044f3 20:27:28 Removing intermediate container 19afef0c2df8 20:27:28 ---> b0698b91f6c3 20:27:28 20:27:29 Removing intermediate container 75d6e294d759 20:27:29 ---> e00e785356a5 20:27:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:29 Removing intermediate container 941d5a5044f3 20:27:29 ---> bc9b1f67ca78 20:27:29 Step 20/22 : LABEL arch=arm64 20:27:29 Successfully built b0698b91f6c3 20:27:29 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:27:29  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 20:27:29 ---> Running in f52e911f91d5 20:27:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:30 ---> 7594a1dcad3c 20:27:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:27:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:30 Removing intermediate container f52e911f91d5 20:27:30 ---> f88e060b5bf6 20:27:30 Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:27:30 ---> Running in bb82546ed6f4 20:27:30 Removing intermediate container 4f0fe5759a61 20:27:30 ---> 4b297c6e34a2 20:27:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:27:30 Removing intermediate container d7d6f2993cc4 20:27:30 ---> a0bc6818a837 20:27:30 Step 6/23 : COPY go.mod . 20:27:30 ---> Running in 2cd9970856d3 20:27:30 (1/2) Installing readline (8.0.4-r0) 20:27:30 (2/2) Installing bash (5.0.17-r0) 20:27:30 Executing bash-5.0.17-r0.post-install 20:27:30 Executing busybox-1.31.1-r19.trigger 20:27:31 OK: 12 MiB in 22 packages 20:27:32 Removing intermediate container bb82546ed6f4 20:27:32 ---> 8d1f40b01aab 20:27:32 Step 22/22 : LABEL version=0.0.0 20:27:33 Removing intermediate container 2cd9970856d3 20:27:33 ---> f40178caab14 20:27:33 Step 22/24 : LABEL arch=arm64 20:27:33 ---> d56411a20903 20:27:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:27:33 ---> Running in 4b75d876eb95 20:27:33 ---> Running in dd47f06c3a1a 20:27:33 ---> be44790e7b1e 20:27:33 Step 7/23 : RUN go mod download 20:27:33 ---> Running in e093fa573267 20:27:34 Removing intermediate container 4b75d876eb95 20:27:34 ---> 0087d8136ea8 20:27:34 20:27:34 Successfully built 0087d8136ea8 20:27:34 Successfully tagged docker-support-scheduler-go-arm64:latest 20:27:34 Removing intermediate container dd47f06c3a1a 20:27:34  Building docker-support-scheduler-go ... done  ---> 84066bdd3cc4 20:27:34 Building docker-support-notifications-go 20:27:34 Step 23/24 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:27:34 Removing intermediate container 5f9d011ca481 20:27:34 ---> ce7e43d3d5f6 20:27:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:27:35 ---> 78b7dc4e0ca1 20:27:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:27:35 ---> Running in ff426b96e4ba 20:27:35 ---> Running in 934869f98d04 20:27:36 Removing intermediate container ff426b96e4ba 20:27:36 ---> 4e01b5c3dca4 20:27:36 Step 24/24 : LABEL version=0.0.0 20:27:36 Removing intermediate container 934869f98d04 20:27:36 ---> 078936c48b27 20:27:36 Step 14/26 : ENV APP_PORT=48090 20:27:36 ---> Running in 3e73c8bd9704 20:27:36 ---> Running in 940edb4d1a7e 20:27:36 ---> de371854f61d 20:27:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:27:37 Removing intermediate container 3e73c8bd9704 20:27:37 ---> 6fd3432ff8b2 20:27:37 20:27:37 Removing intermediate container 940edb4d1a7e 20:27:37 ---> cb6ac6baa838 20:27:37 Step 15/26 : EXPOSE $APP_PORT 20:27:37 Successfully built 6fd3432ff8b2 20:27:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:27:37  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 20:27:37 ---> 4fb95f780e42 20:27:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:27:37 ---> Running in bc7111d27ec6 20:27:38 ---> Running in 84401063ff19 20:27:38 Removing intermediate container bc7111d27ec6 20:27:38 ---> 78bfbd98cfbd 20:27:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:27:38 Removing intermediate container 84401063ff19 20:27:38 ---> 37911432323e 20:27:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:27:40 ---> f1fd2926dfc7 20:27:40 Step 26/31 : RUN chmod +x /entrypoint.sh 20:27:40 ---> bcf80f982474 20:27:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:27:41 ---> Running in 58aa9f0fa874 20:27:42 ---> d38724bc9c5b 20:27:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:27:44 Removing intermediate container e093fa573267 20:27:44 ---> 8bdbea5da4ae 20:27:44 Step 8/23 : COPY . . 20:27:44 ---> aaaebf65a346 20:27:44 Step 19/26 : RUN apk --no-cache add py3-pip 20:27:45 ---> Running in d71dd438bf81 20:27:45 Removing intermediate container 9a4b3e1ca0b6 20:27:45 ---> 58f12078f626 20:27:45 Step 20/26 : RUN pip install docker-compose==1.23.2 20:27:45 Removing intermediate container 58aa9f0fa874 20:27:45 ---> 1760d9086de4 20:27:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:27:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:27:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:27:46 ---> Running in 683e90f6cfe4 20:27:47 (1/33) Installing libbz2 (1.0.8-r1) 20:27:47 (2/33) Installing expat (2.2.9-r1) 20:27:47 (3/33) Installing libffi (3.3-r2) 20:27:47 (4/33) Installing gdbm (1.13-r1) 20:27:47 (5/33) Installing xz-libs (5.2.5-r0) 20:27:47 (6/33) Installing sqlite-libs (3.32.1-r0) 20:27:47 (7/33) Installing python3 (3.8.8-r0) 20:27:47 Removing intermediate container 683e90f6cfe4 20:27:47 ---> 86ea2eee054b 20:27:47 Step 28/31 : CMD ["gate"] 20:27:48 ---> Running in a5911720430f 20:27:49 (8/33) Installing py3-appdirs (1.4.4-r1) 20:27:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:27:49 (10/33) Installing py3-parsing (2.4.7-r0) 20:27:49 Removing intermediate container a5911720430f 20:27:49 ---> edd95cf97e05 20:27:49 Step 29/31 : LABEL arch=arm64 20:27:49 (11/33) Installing py3-six (1.15.0-r0) 20:27:49 (12/33) Installing py3-packaging (20.4-r0) 20:27:49 (13/33) Installing py3-setuptools (47.0.0-r0) 20:27:49 (14/33) Installing py3-chardet (3.0.4-r4) 20:27:49 (15/33) Installing py3-idna (2.9-r0) 20:27:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:27:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:27:49 (18/33) Installing py3-requests (2.23.0-r0) 20:27:49 (19/33) Installing py3-msgpack (1.0.0-r0) 20:27:49 (20/33) Installing py3-lockfile (0.12.2-r3) 20:27:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:27:49 (22/33) Installing py3-colorama (0.4.3-r0) 20:27:49 (23/33) Installing py3-distlib (0.3.0-r0) 20:27:50 (24/33) Installing py3-distro (1.5.0-r1) 20:27:50 (25/33) Installing py3-webencodings (0.5.1-r3) 20:27:50 (26/33) Installing py3-html5lib (1.0.1-r4) 20:27:50 (27/33) Installing py3-pytoml (0.1.21-r0) 20:27:50 (28/33) Installing py3-pep517 (0.8.2-r0) 20:27:50 (29/33) Installing py3-progress (1.5-r0) 20:27:50 (30/33) Installing py3-toml (0.10.1-r0) 20:27:50 (31/33) Installing py3-retrying (1.3.3-r0) 20:27:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:27:50 (33/33) Installing py3-pip (20.1.1-r0) 20:27:50 Executing busybox-1.31.1-r19.trigger 20:27:50 OK: 71 MiB in 55 packages 20:27:50 ---> Running in 2ad92b48c370 20:27:52 Removing intermediate container 2ad92b48c370 20:27:52 ---> c0ec2763386b 20:27:52 Step 30/31 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:27:52 ---> Running in 88482ed66431 20:27:53 Removing intermediate container 88482ed66431 20:27:53 ---> 6247e545bf5b 20:27:53 Step 31/31 : LABEL version=0.0.0 20:27:54 ---> Running in fd4c94ea0abf 20:27:54 ---> Running in 95d0c2f9517b 20:27:55 Removing intermediate container fd4c94ea0abf 20:27:55 ---> 8c2a64179449 20:27:55 20:27:55 Successfully built 8c2a64179449 20:27:55 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:27:55 Building docker-core-data-go 20:27:58  Building docker-security-bootstrapper-go ... done Removing intermediate container d71dd438bf81 20:27:58 ---> 0ef5b5b9249e 20:27:58 Step 20/26 : RUN pip install docker-compose==1.23.2 20:27:58 ---> Running in 5c0022651e79 20:28:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:03 ---> 7ad0253b8c67 20:28:03 Step 3/23 : WORKDIR /edgex-go 20:28:03 ---> Using cache 20:28:03 ---> fcf3e4ad633e 20:28:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:03 ---> Using cache 20:28:03 ---> 738384017040 20:28:03 Step 5/23 : RUN apk add --update --no-cache make git 20:28:03 ---> Using cache 20:28:03 ---> 1feb40e87ad5 20:28:03 Step 6/23 : COPY go.mod . 20:28:03 ---> Using cache 20:28:03 ---> 3df29d4b2421 20:28:03 Step 7/23 : RUN go mod download 20:28:03 ---> Using cache 20:28:03 ---> 33b417a047f8 20:28:03 Step 8/23 : COPY . . 20:28:03 ---> Using cache 20:28:03 ---> 3429a683467a 20:28:03 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:28:04 Collecting docker-compose==1.23.2 20:28:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:28:06 Collecting docopt<0.7,>=0.6.1 20:28:06 Downloading docopt-0.6.2.tar.gz (25 kB) 20:28:06 ---> Running in 1cf2539c0176 20:28:07 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 20:28:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:28:08 Collecting dockerpty<0.5,>=0.4.1 20:28:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:28:12 Collecting jsonschema<3,>=2.5.1 20:28:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:28:12 Collecting websocket-client<1.0,>=0.32.0 20:28:12 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:28:13 Collecting cached-property<2,>=1.2.0 20:28:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:28:14 Collecting docker<4.0,>=3.6.0 20:28:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:28:15 Collecting texttable<0.10,>=0.9.0 20:28:15 Downloading texttable-0.9.1.tar.gz (11 kB) 20:28:18 Collecting PyYAML<4,>=3.10 20:28:18 Downloading PyYAML-3.13.tar.gz (270 kB) 20:28:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:28:20 ---> 7ad0253b8c67 20:28:20 Step 3/22 : WORKDIR /edgex-go 20:28:20 ---> Using cache 20:28:20 ---> fcf3e4ad633e 20:28:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:20 ---> Using cache 20:28:20 ---> 738384017040 20:28:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:28:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:22 ---> 7ad0253b8c67 20:28:22 Step 3/23 : WORKDIR /edgex-go 20:28:22 ---> Using cache 20:28:22 ---> fcf3e4ad633e 20:28:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:22 ---> Using cache 20:28:22 ---> 738384017040 20:28:22 Step 5/23 : RUN apk add --update --no-cache make git 20:28:22 ---> Using cache 20:28:22 ---> 1feb40e87ad5 20:28:22 Step 6/23 : COPY go.mod . 20:28:22 ---> Using cache 20:28:22 ---> 3df29d4b2421 20:28:22 Step 7/23 : RUN go mod download 20:28:22 ---> Using cache 20:28:22 ---> 33b417a047f8 20:28:22 Step 8/23 : COPY . . 20:28:22 ---> Using cache 20:28:22 ---> 3429a683467a 20:28:22 Step 9/23 : RUN make cmd/core-command/core-command 20:28:22 ---> Running in cd0f28a8051c 20:28:22 ---> Running in 9798a9ca9b8d 20:28:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:28:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:28:24 Collecting docker-pycreds>=0.4.0 20:28:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:28:24 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) 20:28:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:28:25 Collecting urllib3<1.25,>=1.21.1 20:28:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:28:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:26 Collecting idna<2.8,>=2.5 20:28:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:28:26 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) 20:28:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:28:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:28:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:28:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:28:27 OK: 217 MiB in 51 packages 20:28:28 Installing collected packages: docopt, dockerpty, jsonschema, websocket-client, cached-property, urllib3, idna, requests, docker-pycreds, docker, texttable, PyYAML, docker-compose 20:28:28 Running setup.py install for docopt: started 20:28:30 Collecting docker-compose==1.23.2 20:28:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:28:30 Collecting websocket-client<1.0,>=0.32.0 20:28:30 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:28:30 Removing intermediate container cd0f28a8051c 20:28:30 ---> 3e376f86a088 20:28:30 Step 6/22 : COPY go.mod . 20:28:31 Collecting dockerpty<0.5,>=0.4.1 20:28:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:28:31 Running setup.py install for docopt: finished with status 'done' 20:28:31 Running setup.py install for dockerpty: started 20:28:31 ---> 9bdd8650cfb9 20:28:31 Step 7/22 : RUN go mod download 20:28:31 ---> Running in 8fcd240f3b2f 20:28:35 Running setup.py install for dockerpty: finished with status 'done' 20:28:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:35 ---> 7ad0253b8c67 20:28:35 Step 3/23 : WORKDIR /edgex-go 20:28:35 ---> Using cache 20:28:35 ---> fcf3e4ad633e 20:28:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:35 ---> Using cache 20:28:35 ---> 738384017040 20:28:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:28:35 ---> Running in 292fce3ba514 20:28:35 Attempting uninstall: urllib3 20:28:35 Found existing installation: urllib3 1.25.9 20:28:36 Uninstalling urllib3-1.25.9: 20:28:36 Successfully uninstalled urllib3-1.25.9 20:28:37 Removing intermediate container 8fcd240f3b2f 20:28:37 ---> dc047370be4b 20:28:37 Step 8/22 : COPY . . 20:28:37 Attempting uninstall: idna 20:28:37 Found existing installation: idna 2.9 20:28:37 Uninstalling idna-2.9: 20:28:37 Successfully uninstalled idna-2.9 20:28:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:38 Attempting uninstall: requests 20:28:38 Found existing installation: requests 2.23.0 20:28:38 Uninstalling requests-2.23.0: 20:28:38 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 20:28:38 Successfully uninstalled requests-2.23.0 20:28:39 OK: 217 MiB in 51 packages 20:28:41 Running setup.py install for texttable: started 20:28:42 Removing intermediate container 292fce3ba514 20:28:42 ---> cc6b6af1797d 20:28:42 Step 6/23 : COPY go.mod . 20:28:43 Running setup.py install for texttable: finished with status 'done' 20:28:43 Running setup.py install for PyYAML: started 20:28:44 ---> 3f6d05f431c4 20:28:44 Step 7/23 : RUN go mod download 20:28:45 ---> Running in 47291f25789c 20:28:46 Collecting jsonschema<3,>=2.5.1 20:28:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:28:47 Running setup.py install for PyYAML: finished with status 'done' 20:28:48 Collecting docker<4.0,>=3.6.0 20:28:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:28:48 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 20:28:48 Collecting texttable<0.10,>=0.9.0 20:28:49 Downloading texttable-0.9.1.tar.gz (11 kB) 20:28:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:28:52 Removing intermediate container 47291f25789c 20:28:52 ---> 0c5577a79edc 20:28:52 Step 8/23 : COPY . . 20:28:52 Collecting cached-property<2,>=1.2.0 20:28:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:28:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:28:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:28:54 Collecting docopt<0.7,>=0.6.1 20:28:54 Downloading docopt-0.6.2.tar.gz (25 kB) 20:28:57 Removing intermediate container 5c0022651e79 20:28:57 ---> 3def87827b2a 20:28:57 Step 21/26 : RUN apk --no-cache add curl 20:28:57 ---> Running in 92b0a553d675 20:29:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:29:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:29:00 ---> 9110d4fafa88 20:29:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:29:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:29:01 (2/3) Installing libcurl (7.69.1-r3) 20:29:01 (3/3) Installing curl (7.69.1-r3) 20:29:01 Executing busybox-1.31.1-r19.trigger 20:29:01 OK: 72 MiB in 58 packages 20:29:01 Collecting PyYAML<4,>=3.10 20:29:01 Downloading PyYAML-3.13.tar.gz (270 kB) 20:29:01 ---> Running in e8e53aa39916 20:29:04 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 20:29:04 Removing intermediate container 92b0a553d675 20:29:04 ---> 2789df8fe340 20:29:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:29:04 ---> Running in 3051a6d0eeb3 20:29:05 Removing intermediate container 3051a6d0eeb3 20:29:05 ---> d70bd070b38c 20:29:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:06 ---> Running in 5d23a082330c 20:29:06 Removing intermediate container 845d43b07209 20:29:06 ---> 935c37fdeb5a 20:29:06 20:29:06 Step 10/31 : FROM alpine:3.12 20:29:06 ---> 88dd2752d2ea 20:29:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:29:07 Removing intermediate container 5d23a082330c 20:29:07 ---> 25c94550f0ff 20:29:07 Step 24/26 : LABEL arch=arm64 20:29:07 Collecting docker-pycreds>=0.4.0 20:29:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:29:07 Removing intermediate container 06c651607d11 20:29:07 ---> 484dd4a8f1b2 20:29:07 20:29:07 Step 10/22 : FROM alpine:3.12 20:29:07 ---> 88dd2752d2ea 20:29:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:29:07 ---> Using cache 20:29:07 ---> d6ae6438df0d 20:29:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:07 ---> Using cache 20:29:07 ---> d7bbd82f6086 20:29:07 Step 13/22 : ENV APP_PORT=48085 20:29:07 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) 20:29:07 ---> Running in 2a9532efea4d 20:29:08 Collecting idna<2.8,>=2.5 20:29:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:29:08 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) 20:29:08 Collecting urllib3<1.25,>=1.21.1 20:29:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:29:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:29:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:29:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:29:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:29:09 ---> Running in 6bfe8c24f088 20:29:09 Removing intermediate container 2a9532efea4d 20:29:09 ---> 902983646d10 20:29:09 Step 25/26 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:29:09 ---> Running in 5fbddd2753aa 20:29:09 Installing collected packages: websocket-client, dockerpty, jsonschema, docker-pycreds, idna, urllib3, requests, docker, texttable, cached-property, docopt, PyYAML, docker-compose 20:29:09 ---> Running in 7206efe9224c 20:29:09 Running setup.py install for dockerpty: started 20:29:11 Removing intermediate container 7206efe9224c 20:29:11 ---> ca9ba7e5356e 20:29:11 Step 26/26 : LABEL version=0.0.0 20:29:11 Removing intermediate container 6bfe8c24f088 20:29:11 ---> 807f2e4f502d 20:29:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:29:11 ---> Running in 65d9c63618fc 20:29:11 Removing intermediate container 5fbddd2753aa 20:29:11 ---> de11225dae45 20:29:11 Step 14/22 : EXPOSE $APP_PORT 20:29:11 Running setup.py install for dockerpty: finished with status 'done' 20:29:12 ---> Running in ec3fc49dbe0c 20:29:12 Removing intermediate container 65d9c63618fc 20:29:12 ---> 607be3932ec5 20:29:12 20:29:12 ---> Running in ca2dc008e03c 20:29:12 Attempting uninstall: idna 20:29:12 Found existing installation: idna 2.9 20:29:12 Uninstalling idna-2.9: 20:29:13 Successfully uninstalled idna-2.9 20:29:13 Successfully built 607be3932ec5 20:29:13 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:29:15 Attempting uninstall: urllib3 20:29:15 Found existing installation: urllib3 1.25.9 20:29:15 Uninstalling urllib3-1.25.9: 20:29:15 Removing intermediate container ca2dc008e03c 20:29:15 ---> a967361ce386 20:29:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:16 Successfully uninstalled urllib3-1.25.9 20:29:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:17  Building docker-sys-mgmt-agent-go ... done  ---> 5931c7ed9ea2 20:29:17 Step 9/23 : RUN make cmd/core-data/core-data 20:29:17 Removing intermediate container bda06ddd1614 20:29:17 ---> d695e7f6bed0 20:29:17 20:29:17 Step 10/24 : FROM alpine:3.12 20:29:17 ---> 88dd2752d2ea 20:29:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:29:17 (1/2) Installing dumb-init (1.2.2-r1) 20:29:17 (2/2) Installing su-exec (0.2-r1) 20:29:17 Executing busybox-1.31.1-r19.trigger 20:29:17 ---> c2c2380f7d4e 20:29:17 Step 9/23 : RUN make cmd/core-data/core-data 20:29:17 OK: 6 MiB in 16 packages 20:29:17 ---> Running in 68d325cfa013 20:29:17 ---> ec8e19bb1dfc 20:29:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:29:17 Attempting uninstall: requests 20:29:17 Found existing installation: requests 2.23.0 20:29:17 Uninstalling requests-2.23.0: 20:29:18 ---> Running in ab070ba06a90 20:29:18 ---> Running in 9d1d4fc9ce26 20:29:18 Successfully uninstalled requests-2.23.0 20:29:19 Running setup.py install for texttable: started 20:29:19 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 20:29:20 Running setup.py install for texttable: finished with status 'done' 20:29:20 ---> dbad63059ce5 20:29:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:29:20 Running setup.py install for docopt: started 20:29:20 Removing intermediate container ec3fc49dbe0c 20:29:20 ---> e7298aa70667 20:29:20 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:29:21 ---> Running in 79dfe27f7545 20:29:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:29:21 ---> 8016d628535e 20:29:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:29:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:22 Running setup.py install for docopt: finished with status 'done' 20:29:22 Running setup.py install for PyYAML: started 20:29:22 (1/5) Installing ca-certificates (20191127-r4) 20:29:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:29:22 (3/5) Installing libcurl (7.69.1-r3) 20:29:22 (4/5) Installing curl (7.69.1-r3) 20:29:22 (5/5) Installing dumb-init (1.2.2-r1) 20:29:22 Executing busybox-1.31.1-r19.trigger 20:29:23 Executing ca-certificates-20191127-r4.trigger 20:29:23 OK: 7 MiB in 19 packages 20:29:23 ---> Running in c74362e74181 20:29:23 Removing intermediate container 79dfe27f7545 20:29:23 ---> 07c593ba3356 20:29:23 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:29:24 ---> Running in d51c906afe1f 20:29:24 Running setup.py install for PyYAML: finished with status 'done' 20:29:24 Removing intermediate container c74362e74181 20:29:24 ---> 3710ed1a0714 20:29:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:25 ---> Running in 52669a76aba0 20:29:25 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 20:29:25 Removing intermediate container d51c906afe1f 20:29:25 ---> 0e4b9507d679 20:29:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:29:25 ---> Running in 562154cc42d9 20:29:26 Removing intermediate container 52669a76aba0 20:29:26 ---> f7605230a271 20:29:26 Step 20/22 : LABEL arch=x86_64 20:29:26 ---> Running in 08751c5ea7a3 20:29:27 Removing intermediate container 9d1d4fc9ce26 20:29:27 ---> d1b11498bb61 20:29:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:29:27 ---> Running in a2fc94107b10 20:29:28 Removing intermediate container 08751c5ea7a3 20:29:28 ---> 7a54b642fb07 20:29:28 Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:29:30 ---> Running in 87f4b2433f5b 20:29:30 Removing intermediate container a2fc94107b10 20:29:30 ---> 0c4ae42a8a5f 20:29:30 Step 13/24 : WORKDIR / 20:29:31 ---> Running in 4c1ce0c721b3 20:29:31 Removing intermediate container 87f4b2433f5b 20:29:31 ---> b98f725fc7cb 20:29:31 Step 22/22 : LABEL version=0.0.0 20:29:31 Removing intermediate container 95d0c2f9517b 20:29:31 ---> 7abb1e8e8660 20:29:31 Step 21/26 : RUN apk --no-cache add curl 20:29:33 ---> Running in 74fad6ee0bff 20:29:33 ---> Running in 15ff0098da4b 20:29:33 Removing intermediate container 4c1ce0c721b3 20:29:33 ---> 8463b7e5167b 20:29:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:29:33 Removing intermediate container 562154cc42d9 20:29:33 ---> 30b79e576379 20:29:33 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:29:35 ---> Running in 5f3541257512 20:29:35 Removing intermediate container 74fad6ee0bff 20:29:35 ---> 5ab846284b95 20:29:35 20:29:35 ---> ec70f4898067 20:29:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:29:36 Successfully built 5ab846284b95 20:29:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:29:36 (2/3) Installing libcurl (7.69.1-r3) 20:29:36 (3/3) Installing curl (7.69.1-r3) 20:29:36 Executing busybox-1.31.1-r19.trigger 20:29:36 Removing intermediate container 5f3541257512 20:29:36 ---> b7fa9a17be89 20:29:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:29:36 Successfully tagged docker-support-scheduler-go:latest 20:29:36 OK: 72 MiB in 58 packages 20:29:37  Building docker-support-scheduler-go ... done  ---> a1800a825382 20:29:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:29:38 ---> f56a0b3ed82a 20:29:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:29:39 ---> Running in 8674fbf646ce 20:29:39 ---> 876bedefd15f 20:29:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:29:40 Removing intermediate container 15ff0098da4b 20:29:40 ---> 6aeddb153bd2 20:29:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:29:40 ---> Running in f59e4d4efb61 20:29:41 ---> e76f626d8b48 20:29:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:29:42 Removing intermediate container f59e4d4efb61 20:29:42 ---> 6375bd089ea1 20:29:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:29:43 ---> Running in bbc1ec66eaf9 20:29:44 ---> aa14fcdd6095 20:29:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:29:44 Removing intermediate container bbc1ec66eaf9 20:29:44 ---> 6b67ab6222a4 20:29:44 Step 24/26 : LABEL arch=x86_64 20:29:45 ---> Running in bccd74bf5a54 20:29:45 ---> fbb3d4e37c07 20:29:45 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/ 20:29:46 ---> Running in 6fefbe1bcf91 20:29:46 Removing intermediate container bccd74bf5a54 20:29:46 ---> 4b5be9341502 20:29:46 Step 25/26 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:29:46 Removing intermediate container 8674fbf646ce 20:29:46 ---> 8b6bff8339fc 20:29:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:47 ---> Running in 7ff9dc01dff7 20:29:48 ---> f3aecbcc397c 20:29:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:29:48 Removing intermediate container 7ff9dc01dff7 20:29:48 ---> 8909366f5ccd 20:29:48 Step 26/26 : LABEL version=0.0.0 20:29:49 ---> Running in 358e74e08053 20:29:49 ---> 7bf118c3d92e 20:29:49 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:29:50 Removing intermediate container 358e74e08053 20:29:50 ---> 3cb28f7625c3 20:29:50 20:29:50 Successfully built 3cb28f7625c3 20:29:50 Removing intermediate container 6fefbe1bcf91 20:29:50 ---> 313930988964 20:29:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:29:51 Successfully tagged docker-sys-mgmt-agent-go:latest 20:29:51  Building docker-sys-mgmt-agent-go ... done  ---> 83b3560dccfc 20:29:51 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:29:51 ---> Running in 9b325cf87f6c 20:29:51 Removing intermediate container 9b325cf87f6c 20:29:51 ---> 2e79f3c39af6 20:29:51 Step 22/24 : LABEL arch=x86_64 20:29:52 ---> effcf24382be 20:29:52 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:29:52 ---> Running in 852ccb8060ba 20:29:52 Removing intermediate container 852ccb8060ba 20:29:52 ---> 673d99801507 20:29:52 Step 23/24 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:29:53 ---> Running in c3a51a5c6ada 20:29:54 ---> eed3f3493398 20:29:54 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:29:54 Removing intermediate container c3a51a5c6ada 20:29:54 ---> d976183dcd27 20:29:54 Step 24/24 : LABEL version=0.0.0 20:29:54 ---> Running in d1cd2a3ee782 20:29:56 ---> Running in 7baa51d2b532 20:29:56 Removing intermediate container d1cd2a3ee782 20:29:56 ---> b72e6e3c8244 20:29:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:29:57 Removing intermediate container 7baa51d2b532 20:29:57 ---> 2219d9224e8f 20:29:57 20:29:57 ---> f691a3f6ab20 20:29:57 Step 26/31 : RUN chmod +x /entrypoint.sh 20:29:58 Successfully built 2219d9224e8f 20:29:58 ---> Running in cd1db2ad83cc 20:29:58 Successfully tagged docker-security-secretstore-setup-go:latest 20:29:58 Removing intermediate container 1cf2539c0176 20:29:58 ---> e6468ad17325 20:29:58 20:29:58 Step 10/23 : FROM alpine:3.12 20:29:58 ---> d10569e2745f 20:29:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:29:58 ---> Using cache 20:29:58 ---> b015d7a6bbcc 20:29:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:29:58 ---> Using cache 20:29:58 ---> 096dc40c5bf4 20:29:58 Step 13/23 : ENV APP_PORT=48081 20:29:58 ---> Running in 4d4e6a45f9cb 20:29:58 Removing intermediate container 4d4e6a45f9cb 20:29:58 ---> 3e560e08e9d4 20:29:58 Step 14/23 : EXPOSE $APP_PORT 20:29:58 ---> Running in fbd84a6e9284 20:29:58 Removing intermediate container fbd84a6e9284 20:29:58 ---> f076975cd73b 20:29:58 Step 15/23 : WORKDIR / 20:29:58 ---> Running in e2713a310dc7 20:29:59 Removing intermediate container e2713a310dc7 20:29:59 ---> 32d47c1d43e3 20:29:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:00 ---> a455042af5f1 20:30:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:30:02  Building docker-security-secretstore-setup-go ... done Removing intermediate container ab070ba06a90 20:30:02 ---> be0959ee1951 20:30:02 20:30:02 Step 10/23 : FROM alpine:3.12 20:30:02 ---> 88dd2752d2ea 20:30:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:02 ---> Running in 1168a619e8a2 20:30:03 Removing intermediate container cd1db2ad83cc 20:30:03 ---> 56cef803331d 20:30:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:30:03 ---> Running in e9ab6ed9d686 20:30:03 Removing intermediate container 1168a619e8a2 20:30:03 ---> 2bedfe62b7ba 20:30:03 Step 12/23 : ENV APP_PORT=48080 20:30:04 ---> Running in 4d85076d13a3 20:30:04 Removing intermediate container e9ab6ed9d686 20:30:04 ---> 08499e325490 20:30:04 Step 28/31 : CMD ["gate"] 20:30:04 ---> 680a2b56f01f 20:30:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:30:04 Removing intermediate container 4d85076d13a3 20:30:04 ---> 6186c273ca30 20:30:04 Step 13/23 : EXPOSE $APP_PORT 20:30:04 ---> Running in 7c9bbcd5f48e 20:30:05 ---> Running in 6cc99f3f4a5f 20:30:05 Removing intermediate container 7c9bbcd5f48e 20:30:05 ---> abd3e24430f0 20:30:05 Step 29/31 : LABEL arch=x86_64 20:30:05 Removing intermediate container 9798a9ca9b8d 20:30:05 ---> bc00a3d43c10 20:30:05 20:30:05 Step 10/23 : FROM alpine:3.12 20:30:05 ---> d10569e2745f 20:30:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:05 ---> Using cache 20:30:05 ---> b015d7a6bbcc 20:30:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:05 ---> Using cache 20:30:05 ---> 096dc40c5bf4 20:30:05 Step 13/23 : ENV APP_PORT=48082 20:30:05 ---> Running in e511c65832ab 20:30:05 ---> d5a401fdb59e 20:30:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:30:05 ---> Running in 23495f1921ff 20:30:05 ---> Running in ff5fd5f050f1 20:30:06 Removing intermediate container 6cc99f3f4a5f 20:30:06 ---> ca59d5512488 20:30:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:06 ---> Running in 4b0aab5e655b 20:30:06 Removing intermediate container e511c65832ab 20:30:06 ---> d2299c70f9ba 20:30:06 Step 14/23 : EXPOSE $APP_PORT 20:30:06 Removing intermediate container 23495f1921ff 20:30:06 ---> 15ae61148d2c 20:30:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:06 Removing intermediate container ff5fd5f050f1 20:30:06 ---> e66fef2f770d 20:30:06 Step 30/31 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:30:06 ---> Running in 339bafd02087 20:30:06 ---> Running in bf0712249441 20:30:07 Removing intermediate container 339bafd02087 20:30:07 ---> 1aedcd983775 20:30:07 Step 15/23 : WORKDIR / 20:30:07 Removing intermediate container bf0712249441 20:30:07 ---> 5e5cf580c53a 20:30:07 Step 21/23 : LABEL arch=arm64 20:30:07 ---> Running in 1c55711d040b 20:30:07 ---> Running in 7c63d95ffdfa 20:30:08 ---> Running in 3af281013d6d 20:30:08 Removing intermediate container 1c55711d040b 20:30:08 ---> 05d990850f00 20:30:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:08 Removing intermediate container 7c63d95ffdfa 20:30:08 ---> 2bfebdd5735e 20:30:08 Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:30:08 Removing intermediate container 3af281013d6d 20:30:08 ---> 2c1e78fd90d7 20:30:08 Step 31/31 : LABEL version=0.0.0 20:30:08 ---> Running in 1228d2a48440 20:30:09 Removing intermediate container 1228d2a48440 20:30:09 ---> 67d9ccc2d137 20:30:09 Step 23/23 : LABEL version=0.0.0 20:30:09 ---> Running in 1f206c800bbb 20:30:09 ---> Running in 325ac8dfaed1 20:30:09 Removing intermediate container 4b0aab5e655b 20:30:09 ---> a7467c6cd97d 20:30:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:30:10 ---> 356f22390b34 20:30:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:30:10 Removing intermediate container 1f206c800bbb 20:30:10 ---> 9b2d524d5fbf 20:30:10 20:30:10 ---> Running in aad9b36ac57f 20:30:10 Removing intermediate container 325ac8dfaed1 20:30:10 ---> 9e1a465ad122 20:30:10 20:30:10 Successfully built 9b2d524d5fbf 20:30:11 Successfully tagged docker-security-bootstrapper-go:latest 20:30:11 Successfully built 9e1a465ad122 20:30:11 Successfully tagged docker-core-metadata-go-arm64:latest 20:30:12  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:12  Building docker-core-metadata-go ... done  ---> 50e45f606d12 20:30:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:30:13 (1/6) Installing dumb-init (1.2.2-r1) 20:30:13 (2/6) Installing libgcc (9.3.0-r2) 20:30:13 (3/6) Installing libsodium (1.0.18-r0) 20:30:13 (4/6) Installing libstdc++ (9.3.0-r2) 20:30:13 ---> 7300f16fca1e 20:30:13 Step 19/23 : ENTRYPOINT ["/core-command"] 20:30:13 ---> Running in f0ce3e7f4e37 20:30:14 (5/6) Installing libzmq (4.3.3-r0) 20:30:14 (6/6) Installing zeromq (4.3.3-r0) 20:30:14 Executing busybox-1.31.1-r19.trigger 20:30:14 OK: 8 MiB in 20 packages 20:30:14 Removing intermediate container f0ce3e7f4e37 20:30:14 ---> 12fedf4a32c0 20:30:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:14 ---> Running in 340ba14647ab 20:30:15 Removing intermediate container 340ba14647ab 20:30:15 ---> 312e16d35656 20:30:15 Step 21/23 : LABEL arch=arm64 20:30:15 ---> Running in 7540e52a5768 20:30:15 Removing intermediate container aad9b36ac57f 20:30:15 ---> c36f55647e77 20:30:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:15 Removing intermediate container 7540e52a5768 20:30:15 ---> 29c30720878d 20:30:15 Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:30:15 ---> Running in d78e8d256648 20:30:16 ---> a62e37f9f73f 20:30:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:30:16 Removing intermediate container d78e8d256648 20:30:16 ---> 815577c84ff5 20:30:16 Step 23/23 : LABEL version=0.0.0 20:30:17 ---> Running in f692606b42ba 20:30:17 ---> 720285eb8a5f 20:30:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:30:17 Removing intermediate container f692606b42ba 20:30:17 ---> 1fad63050ed4 20:30:17 20:30:18 Successfully built 1fad63050ed4 20:30:18 Successfully tagged docker-core-command-go-arm64:latest 20:30:18 ---> a5dfde0d7f48 20:30:18 Step 19/23 : ENTRYPOINT ["/core-data"] 20:30:18 ---> Running in 20804592fc0e 20:30:19 Removing intermediate container 20804592fc0e 20:30:19 ---> 1c6b6f59cbef 20:30:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:19 ---> Running in 6754bcc0f0e5 20:30:19 Removing intermediate container 6754bcc0f0e5 20:30:19 ---> 81f8133b0007 20:30:19 Step 21/23 : LABEL arch=x86_64 20:30:20 ---> Running in f4158c0f7ffa 20:30:20 Removing intermediate container f4158c0f7ffa 20:30:20 ---> 356a7bc5f659 20:30:20 Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:30:21 ---> Running in 52bd7daea290 20:30:22 Removing intermediate container 52bd7daea290 20:30:22 ---> f707026775e9 20:30:22 Step 23/23 : LABEL version=0.0.0 20:30:22 ---> Running in 023546a286fc 20:30:22 Removing intermediate container 023546a286fc 20:30:22 ---> 5ce182851e5e 20:30:22 20:30:23 Successfully built 5ce182851e5e 20:30:23 Successfully tagged docker-core-data-go:latest 20:30:23  Building docker-core-data-go ... done  [Pipeline] } 20:30:24 $ docker stop --time=1 fda79db3a413db305c6dcaa4e81e09ae06e4214522ef4039f4f51c14dfaaeefe 20:30:28 $ docker rm -f fda79db3a413db305c6dcaa4e81e09ae06e4214522ef4039f4f51c14dfaaeefe [Pipeline] // withDockerContainer [Pipeline] sh 20:30:29 + docker images 20:30:29 + grep docker 20:30:31 docker-core-data-go latest 5ce182851e5e 9 seconds ago 22.6MB 20:30:31 docker-security-bootstrapper-go latest 9b2d524d5fbf 22 seconds ago 18.8MB 20:30:31 docker-security-secretstore-setup-go latest 2219d9224e8f 35 seconds ago 24.9MB 20:30:31 docker-sys-mgmt-agent-go latest 3cb28f7625c3 42 seconds ago 313MB 20:30:31 docker-support-scheduler-go latest 5ab846284b95 58 seconds ago 17.3MB 20:30:31 docker-core-metadata-go latest 02ddcf2fb772 4 minutes ago 19.1MB 20:30:31 docker-core-command-go latest 6c35ebd0d495 4 minutes ago 17.3MB 20:30:31 docker-support-notifications-go latest 2a94295bb154 4 minutes ago 17.9MB 20:30:31 docker-security-proxy-setup-go latest ce4a2df13214 4 minutes ago 24.7MB 20:30:31 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 20:30:34  Building docker-core-command-go ... done Removing intermediate container e8e53aa39916 20:30:34 ---> a95a08a1d5bd 20:30:34 20:30:34 Step 10/22 : FROM alpine:3.12 20:30:34 ---> d10569e2745f 20:30:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:30:34 ---> Running in c8c13322891b 20:30:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:34 (1/2) Installing ca-certificates (20191127-r4) 20:30:34 (2/2) Installing dumb-init (1.2.2-r1) 20:30:34 Executing busybox-1.31.1-r19.trigger 20:30:34 Executing ca-certificates-20191127-r4.trigger 20:30:34 OK: 6 MiB in 16 packages 20:30:36 Removing intermediate container c8c13322891b 20:30:36 ---> 7279d839bd91 20:30:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:30:36 ---> Running in f66ef7be3405 20:30:37 Removing intermediate container f66ef7be3405 20:30:37 ---> b7499582efaf 20:30:37 Step 13/22 : ENV APP_PORT=48060 20:30:37 ---> Running in 1098da34a134 20:30:38 Removing intermediate container 1098da34a134 20:30:38 ---> 5969d4f9a1c6 20:30:38 Step 14/22 : EXPOSE $APP_PORT 20:30:38 ---> Running in f300c826baaf 20:30:39 Removing intermediate container f300c826baaf 20:30:39 ---> c1d01aa11262 20:30:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:39 ---> 24e2e03d91bd 20:30:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:30:41 ---> 4a9af596644f 20:30:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:30:42 ---> ec20e31cf8e9 20:30:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:30:42 ---> Running in 0b846ed78095 20:30:43 Removing intermediate container 0b846ed78095 20:30:43 ---> fccea3e9fad1 20:30:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:43 ---> Running in fb95b85e52d3 20:30:44 Removing intermediate container fb95b85e52d3 20:30:44 ---> 5b469c51b074 20:30:44 Step 20/22 : LABEL arch=arm64 20:30:44 ---> Running in e5a6ecf9c551 20:30:44 Removing intermediate container 68d325cfa013 20:30:44 ---> fc34bbd42671 20:30:44 20:30:44 Step 10/23 : FROM alpine:3.12 20:30:44 ---> d10569e2745f 20:30:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:44 ---> Running in 07c355fbcb99 20:30:44 Removing intermediate container e5a6ecf9c551 20:30:44 ---> 88e3f0c5f99e 20:30:44 Step 21/22 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:30:45 ---> Running in ccffe74c087d 20:30:45 Removing intermediate container 07c355fbcb99 20:30:45 ---> 22286f57ce88 20:30:45 Step 12/23 : ENV APP_PORT=48080 20:30:45 ---> Running in d0d5f95254e0 20:30:45 Removing intermediate container ccffe74c087d 20:30:45 ---> 8078f0a27255 20:30:45 Step 22/22 : LABEL version=0.0.0 20:30:45 ---> Running in ff5401ecff91 20:30:46 Removing intermediate container d0d5f95254e0 20:30:46 ---> bfa355708291 20:30:46 Step 13/23 : EXPOSE $APP_PORT 20:30:46 ---> Running in 3b9ab353cf38 20:30:46 Removing intermediate container ff5401ecff91 20:30:46 ---> 1b5855a0bb1c 20:30:46 20:30:46 Successfully built 1b5855a0bb1c 20:30:46 Successfully tagged docker-support-notifications-go-arm64:latest 20:30:46 Removing intermediate container 3b9ab353cf38 20:30:46  Building docker-support-notifications-go ... done  ---> 7913b081167a 20:30:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:46 ---> Running in 218c2abb57a5 20:30:47 Still waiting to schedule task 20:30:47 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:30:48 Removing intermediate container 218c2abb57a5 20:30:48 ---> b390a375e87d 20:30:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:30:49 ---> Running in 29a0d176909c 20:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:51 (1/6) Installing dumb-init (1.2.2-r1) 20:30:51 (2/6) Installing libgcc (9.3.0-r2) 20:30:51 (3/6) Installing libsodium (1.0.18-r0) 20:30:51 (4/6) Installing libstdc++ (9.3.0-r2) 20:30:51 (5/6) Installing libzmq (4.3.3-r0) 20:30:52 (6/6) Installing zeromq (4.3.3-r0) 20:30:52 Executing busybox-1.31.1-r19.trigger 20:30:52 OK: 8 MiB in 20 packages 20:30:53 Removing intermediate container 29a0d176909c 20:30:53 ---> 17ad2a91bc70 20:30:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:54 ---> c62e651da031 20:30:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:30:55 ---> 37aa60ef5ef0 20:30:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:30:56 ---> 6522645de950 20:30:56 Step 19/23 : ENTRYPOINT ["/core-data"] 20:30:56 ---> Running in 815020f03770 20:30:56 Removing intermediate container 815020f03770 20:30:56 ---> 376671467920 20:30:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:56 ---> Running in 6898919fa717 20:30:57 Removing intermediate container 6898919fa717 20:30:57 ---> d5dd72f3bd0b 20:30:57 Step 21/23 : LABEL arch=arm64 20:30:57 ---> Running in 0a3793b3338e 20:30:57 Removing intermediate container 0a3793b3338e 20:30:57 ---> 2b9410d1d0db 20:30:57 Step 22/23 : LABEL git_sha=aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:30:57 ---> Running in 44db84051a9d 20:30:58 Removing intermediate container 44db84051a9d 20:30:58 ---> 6a0f6ad022bb 20:30:58 Step 23/23 : LABEL version=0.0.0 20:30:58 ---> Running in 8d75a46c7dfe 20:30:59 Removing intermediate container 8d75a46c7dfe 20:30:59 ---> 1ebd2c5f40a3 20:30:59 20:30:59 Successfully built 1ebd2c5f40a3 20:30:59 Successfully tagged docker-core-data-go-arm64:latest 20:30:59  Building docker-core-data-go ... done  [Pipeline] } 20:30:59 $ docker stop --time=1 0df472f88bf81e50f5014d1d936292723f2cc002f462ac0b7f53f1621d131bf4 20:31:01 $ docker rm -f 0df472f88bf81e50f5014d1d936292723f2cc002f462ac0b7f53f1621d131bf4 [Pipeline] // withDockerContainer [Pipeline] sh 20:31:02 + grep docker 20:31:02 + docker images 20:31:02 docker-core-data-go-arm64 latest 1ebd2c5f40a3 4 seconds ago 21.3MB 20:31:02 docker-support-notifications-go-arm64 latest 1b5855a0bb1c 16 seconds ago 16.9MB 20:31:02 docker-core-command-go-arm64 latest 1fad63050ed4 45 seconds ago 16.3MB 20:31:02 docker-core-metadata-go-arm64 latest 9e1a465ad122 52 seconds ago 17.9MB 20:31:02 docker-sys-mgmt-agent-go-arm64 latest 607be3932ec5 About a minute ago 300MB 20:31:02 docker-security-bootstrapper-go-arm64 latest 8c2a64179449 3 minutes ago 17.8MB 20:31:02 docker-security-secretstore-setup-go-arm64 latest 6fd3432ff8b2 3 minutes ago 23.7MB 20:31:02 docker-support-scheduler-go-arm64 latest 0087d8136ea8 3 minutes ago 16.3MB 20:31:02 docker-security-proxy-setup-go-arm64 latest b0698b91f6c3 3 minutes ago 23.4MB 20:31:02 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 20:31:03 ---> job-cost.sh 20:31:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5Yje 20:31:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:31:42 Running on prd-ubuntu18.04-docker-8c-8g-30634 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws 20:31:43 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 20:31:45 using credential edgex-jenkins-ssh 20:31:45 Cloning the remote Git repository 20:31:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:31:45 > git init /w/workspace/edgex-go/3 # timeout=10 20:31:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:31:45 > git --version # timeout=10 20:31:45 > git --version # 'git version 2.17.1' 20:31:45 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:55 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:31:56 Merge succeeded, producing aeff2b8d29f447dcdc3ca138541d6631fcc499e7 20:31:56 Checking out Revision aeff2b8d29f447dcdc3ca138541d6631fcc499e7 (PR-3267) 20:31:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:31:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:31:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:31:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:31:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:31:55 > git config core.sparsecheckout # timeout=10 20:31:55 > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 20:31:55 > git remote # timeout=10 20:31:55 > git config --get remote.origin.url # timeout=10 20:31:55 using GIT_SSH to set credentials SSH Credentials for GitHub 20:31:55 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:31:56 > git rev-parse HEAD^{commit} # timeout=10 20:31:56 > git config core.sparsecheckout # timeout=10 20:31:56 > git checkout -f aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 20:31:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 20:32:00 20:32:00 GitHub has been notified of this commit’s build result 20:32:00 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:32:00 + echo snap-build.sh 20:32:00 snap-build.sh 20:32:00 + SNAP_BASE_DIR=. 20:32:00 + '[' '!' -z /w/workspace/edgex-go/3 ']' 20:32:00 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 20:32:00 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 20:32:00 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 20:32:00 + cd /w/workspace/edgex-go/3 20:32:00 + sudo apt-get remove -qy --purge lxd lxd-client 20:32:00 Reading package lists... 20:32:01 Building dependency tree... 20:32:01 Reading state information... 20:32:01 The following packages were automatically installed and are no longer required: 20:32:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:32:01 uidmap xdelta3 20:32:01 Use 'sudo apt autoremove' to remove them. 20:32:01 The following packages will be REMOVED: 20:32:01 lxd* lxd-client* 20:32:01 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:32:01 After this operation, 31.7 MB disk space will be freed. 20:32:03 (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.) 20:32:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:32:04 Removing lxd dnsmasq configuration 20:32:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:32:04 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:32:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:32:05 (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.) 20:32:05 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:32:06 Processing triggers for systemd (237-3ubuntu10.42) ... 20:32:07 Processing triggers for ureadahead (0.100.0-21) ... 20:32:09 + sudo snap remove --purge lxd 20:32:09 snap "lxd" is not installed 20:32:09 + sudo groupadd --force --system lxd 20:32:09 ++ whoami 20:32:09 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:32:09 + newgrp - lxd 20:32:09 + sudo snap install lxd 20:32:19 2021-03-19T20:32:17Z INFO Waiting for automatic snapd restart... 20:32:34 lxd 4.12 from Canonical* installed 20:32:34 + sudo lxd init --auto 20:32:42 + sudo snap install --classic snapcraft 20:32:49 snapcraft 4.5.4 from Canonical* installed 20:32:49 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:32:49 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:32:49 % Total % Received % Xferd Average Speed Time Time Time Current 20:32:49 Dload Upload Total Spent Left Speed 20:32:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3777 0 --:--:-- --:--:-- --:--:-- 3777 20:32:49 100 3325k 100 3325k 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 10.7M 20:32:49 ./yq_linux_amd64 20:32:49 + sudo snapcraft prime --use-lxd 20:32:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:32:51 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: 20:32:51 - README.md 20:32:51 20:32:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:32:51 Launching a container. 20:33:04 Waiting for container to be ready 20:33:04 To start your first instance, try: lxc launch ubuntu:18.04 20:33:04 20:33:08 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:33:09 Waiting for network to be ready... 20:33:09 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:33:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:33:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:33:10 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:33:10 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:33:10 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:33:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:33:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:33:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:33:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:33:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:33:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:33:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:33:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:33:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:33:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:33:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:33:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:33:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:33:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:33:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:33:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:33:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:33:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:33:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:33:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:33:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:33:15 Fetched 24.1 MB in 6s (4234 kB/s) 20:33:16 Reading package lists... 20:33:16 Reading package lists... 20:33:16 Building dependency tree... 20:33:16 Reading state information... 20:33:16 The following additional packages will be installed: 20:33:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:33:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:33:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:33:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:33:16 Suggested packages: 20:33:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:33:16 Recommended packages: 20:33:16 gnupg libsasl2-modules 20:33:16 The following NEW packages will be installed: 20:33:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:33:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:33:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:33:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:33:16 The following packages will be upgraded: 20:33:16 gpg gpg-agent gpgconf libudev1 20:33:16 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:33:16 Need to get 3530 kB of archives. 20:33:16 After this operation, 13.3 MB of additional disk space will be used. 20:33:16 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] 20:33:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:33:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:33:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:33:16 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 20:33:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 20:33:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:33:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:33:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:33:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:33:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:33:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:33:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:33:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:33:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:33:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:33:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:33:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:33:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:33:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:33:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:33:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:33:17 debconf: delaying package configuration, since apt-utils is not installed 20:33:17 Fetched 3530 kB in 1s (3170 kB/s) 20:33:18 (Reading database ... 12511 files and directories currently installed.) 20:33:18 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 20:33:18 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:33:18 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 20:33:18 Selecting previously unselected package udev. 20:33:18 (Reading database ... 12511 files and directories currently installed.) 20:33:18 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 20:33:18 Unpacking udev (237-3ubuntu10.45) ... 20:33:18 Selecting previously unselected package libfuse2:amd64. 20:33:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:33:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:33:18 Selecting previously unselected package fuse. 20:33:18 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:33:18 Unpacking fuse (2.9.7-1ubuntu1) ... 20:33:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:33:19 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:33:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:33:19 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:33:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:33:19 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:33:19 Selecting previously unselected package libksba8:amd64. 20:33:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:33:19 Unpacking libksba8:amd64 (1.3.5-2) ... 20:33:19 lf-activate-venv(): INFO: Adding /tmp/venv-5Yje/bin to PATH 20:33:19 INFO: No Stack... 20:33:19 INFO: Retrieving Pricing Info for: lf-standard-4 20:33:19 INFO: Archiving Costs [Pipeline] sh 20:33:19 Selecting previously unselected package libroken18-heimdal:amd64. 20:33:19 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:19 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:33:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:33:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:19 + + catcut /w/workspace/edgex-go/3/archives/cost.csv -d, 20:33:19 -f6 20:33:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:33:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:19 Selecting previously unselected package libwind0-heimdal:amd64. 20:33:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] lock 20:33:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] 20:33:19 Resource [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] did not exist. Created. 20:33:19 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:33:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:33:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:33:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:33:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:20 + echo total: 0.20999999344348907 [Pipeline] stash 20:33:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:33:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:33:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:20 Selecting previously unselected package libsasl2-modules-db:amd64. 20:33:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:33:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:20 Selecting previously unselected package libsasl2-2:amd64. 20:33:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:33:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:20 Selecting previously unselected package libldap-common. 20:33:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:33:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:33:20 Selecting previously unselected package libldap-2.4-2:amd64. 20:33:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:33:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:33:20 Selecting previously unselected package dirmngr. 20:33:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:33:20 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:33:20 Stashed 1 file(s) [Pipeline] } 20:33:20 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3267-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } 20:33:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:33:20 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:33:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:33:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:33:20 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 20:33:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:21 Setting up libksba8:amd64 (1.3.5-2) ... 20:33:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:21 Setting up udev (237-3ubuntu10.45) ... [Pipeline] } [Pipeline] // stage [Pipeline] } 20:33:21 invoke-rc.d: policy-rc.d denied execution of start. 20:33:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:21 Processing triggers for systemd (237-3ubuntu10) ... 20:33:21 Setting up fuse (2.9.7-1ubuntu1) ... 20:33:21 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:33:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:33:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:33:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:33:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:33:22 settings in the [Install] section, and DefaultInstance for template units). 20:33:22 This means they are not meant to be enabled using systemctl. 20:33:22 Possible reasons for having this kind of units are: 20:33:22 1) A unit may be statically enabled by being symlinked from another unit's 20:33:22 .wants/ or .requires/ directory. 20:33:22 2) A unit's purpose may be to act as a helper for some other unit which has 20:33:22 a requirement dependency on it. 20:33:22 3) A unit may be started when needed via activation (socket, path, timer, 20:33:22 D-Bus, udev, scripted systemctl call, ...). 20:33:22 4) In case of template units, the unit is meant to be enabled with some 20:33:22 instance name specified. 20:33:23 Reading package lists... 20:33:23 Building dependency tree... 20:33:23 Reading state information... 20:33:23 The following additional packages will be installed: 20:33:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:33:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:33:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:33:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:33:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:33:23 Suggested packages: 20:33:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:33:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:33:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:33:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:33:23 systemd-container policykit-1 20:33:23 Recommended packages: 20:33:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:33:23 The following NEW packages will be installed: 20:33:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:33:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:33:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:33:23 multiarch-support openssh-client python3 python3-minimal python3.6 20:33:23 python3.6-minimal snapd squashfs-tools sudo 20:33:23 The following packages will be upgraded: 20:33:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:33:23 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:33:23 Need to get 35.2 MB of archives. 20:33:23 After this operation, 141 MB of additional disk space will be used. 20:33:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:33:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 20:33:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:33:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 20:33:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 20:33:24 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:33:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:33:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:33:24 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:33:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:33:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:33:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:33:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:33:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:33:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:33:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:33:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:33:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:33:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:33:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:33:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:33:24 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:33:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:33:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:33:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:33:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:33:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:33:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:33:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:33:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 20:33:26 debconf: delaying package configuration, since apt-utils is not installed 20:33:26 Fetched 35.2 MB in 2s (14.5 MB/s) 20:33:26 (Reading database ... 12757 files and directories currently installed.) 20:33:26 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 20:33:26 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:33:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 20:33:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:33:27 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 20:33:27 (Reading database ... 12757 files and directories currently installed.) 20:33:27 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:33:27 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:33:27 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:33:27 (Reading database ... 12757 files and directories currently installed.) 20:33:27 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:33:27 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:33:28 Setting up apt (1.6.12ubuntu0.2) ... 20:33:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:33:28 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:33:28 (Reading database ... 12764 files and directories currently installed.) 20:33:28 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:33:28 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:33:29 Selecting previously unselected package libpython3.6-minimal:amd64. 20:33:29 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:33:29 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:33:29 Selecting previously unselected package libexpat1:amd64. 20:33:29 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:33:29 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:33:29 Selecting previously unselected package python3.6-minimal. 20:33:29 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:33:29 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:33:30 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 20:33:30 Checking for services that may need to be restarted...done. 20:33:30 Checking for services that may need to be restarted...done. 20:33:30 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:33:30 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:33:30 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:33:31 Selecting previously unselected package python3-minimal. 20:33:31 (Reading database ... 13012 files and directories currently installed.) 20:33:31 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:33:31 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:33:31 Selecting previously unselected package mime-support. 20:33:31 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:33:31 Unpacking mime-support (3.60ubuntu1) ... 20:33:31 Selecting previously unselected package libmpdec2:amd64. 20:33:31 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:33:31 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:33:31 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:33:31 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:33:31 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:33:31 Selecting previously unselected package python3.6. 20:33:31 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:33:31 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:33:32 Selecting previously unselected package libpython3-stdlib:amd64. 20:33:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:33:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:33:32 Setting up python3-minimal (3.6.7-1~18.04) ... 20:33:32 Selecting previously unselected package python3. 20:33:32 (Reading database ... 13442 files and directories currently installed.) 20:33:32 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:33:32 Unpacking python3 (3.6.7-1~18.04) ... 20:33:32 Selecting previously unselected package multiarch-support. 20:33:32 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:33:32 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:33:32 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:33:32 Selecting previously unselected package liblzo2-2:amd64. 20:33:32 (Reading database ... 13479 files and directories currently installed.) 20:33:32 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:33:32 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:33:32 Selecting previously unselected package libbsd0:amd64. 20:33:32 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:33:32 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:33:32 Selecting previously unselected package sudo. 20:33:32 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:33:32 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:33:33 Selecting previously unselected package apparmor. 20:33:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:33:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:33:33 Selecting previously unselected package libedit2:amd64. 20:33:33 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:33:33 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:33:33 Selecting previously unselected package libkrb5support0:amd64. 20:33:33 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:33:33 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:33:33 Selecting previously unselected package libk5crypto3:amd64. 20:33:33 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:33:33 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:33:33 Selecting previously unselected package libkeyutils1:amd64. 20:33:33 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:33:33 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:33:33 Selecting previously unselected package libkrb5-3:amd64. 20:33:33 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:33:33 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:33:33 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:33:33 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:33:33 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:33:34 Selecting previously unselected package libssl1.0.0:amd64. 20:33:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:33:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:33:34 Selecting previously unselected package openssh-client. 20:33:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:33:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:33:34 Selecting previously unselected package squashfs-tools. 20:33:34 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:33:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:33:34 Selecting previously unselected package snapd. 20:33:34 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 20:33:34 Unpacking snapd (2.48.3+18.04) ... 20:33:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:33:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:33:37 Setting up mime-support (3.60ubuntu1) ... 20:33:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:33:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:33:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:33:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:37 Setting up systemd (237-3ubuntu10.45) ... 20:33:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:33:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:33:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:33:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:33:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:33:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:33:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:33:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:33:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:33:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:33:39 Setting up python3 (3.6.7-1~18.04) ... 20:33:39 running python rtupdate hooks for python3.6... 20:33:39 running python post-rtupdate hooks for python3.6... 20:33:39 Setting up apparmor (2.12-4ubuntu5.1) ... 20:33:40 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:33:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:33:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:33:41 Setting up snapd (2.48.3+18.04) ... 20:33:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:33:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:33:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:33:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:33:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:33:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:33:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:33:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:33:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:33:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:33:43 /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' 20:33:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:33:44 Processing triggers for systemd (237-3ubuntu10.45) ... 20:33:45 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:33:45 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:33:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:33:46 Reading package lists... 20:33:47 Reading package lists... 20:33:47 Building dependency tree... 20:33:47 Reading state information... 20:33:47 Calculating upgrade... 20:33:47 The following packages will be upgraded: 20:33:47 advancecomp base-files bash binutils binutils-common 20:33:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:33:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:33:47 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:33:47 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:33:47 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:33:47 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:33:47 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:33:47 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:33:47 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:33:47 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:33:47 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:33:47 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:33:47 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:33:47 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:33:47 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:33:47 Need to get 63.8 MB of archives. 20:33:47 After this operation, 5207 kB of additional disk space will be used. 20:33:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 20:33:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:33:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:33:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:33:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:33:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:33:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:33:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:33:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:33:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:33:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:33:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:33:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:33:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:33:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:33:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:33:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:33:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:33:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:33:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:33:48 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:33:48 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:33:48 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:33:48 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:33:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:33:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:33:48 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:33:48 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:33:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:33:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:33:48 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:33:48 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:33:48 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:33:48 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:33:48 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:33:48 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:33:48 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:33:48 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:33:48 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:33:48 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 20:33:48 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:33:48 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:33:48 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:33:48 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:33:48 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:33:48 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:33:48 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:33:48 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] 20:33:48 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:33:48 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:33:48 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:33:48 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:33:48 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:33:48 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:33:48 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:33:48 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:33:48 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:33:48 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:33:48 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:33:48 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:33:48 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:33:49 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:33:49 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:33:49 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:33:49 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:33:49 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:33:49 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:33:49 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:33:49 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:33:49 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:33:49 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:33:49 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:33:49 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:33:49 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:33:49 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:33:49 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:33:49 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:33:49 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:33:49 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:33:49 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:33:49 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:33:49 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] 20:33:49 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:33:49 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 20:33:49 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] 20:33:49 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:33:49 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:33:49 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:33:49 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:33:49 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:33:49 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:33:49 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:33:49 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] 20:33:49 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:33:49 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:33:49 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:33:49 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:33:49 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:33:49 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:33:49 debconf: delaying package configuration, since apt-utils is not installed 20:33:49 Fetched 63.8 MB in 2s (36.1 MB/s) 20:33:49 (Reading database ... 13912 files and directories currently installed.) 20:33:49 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:33:49 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:33:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:33:50 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:33:50 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 20:33:50 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 20:33:51 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:51 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:51 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:51 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:51 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:51 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:51 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:33:52 (Reading database ... 13911 files and directories currently installed.) 20:33:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:33:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:33:52 (Reading database ... 13911 files and directories currently installed.) 20:33:52 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:52 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:52 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:52 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:33:52 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:33:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:33:53 (Reading database ... 13911 files and directories currently installed.) 20:33:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:33:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:33:53 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:33:54 (Reading database ... 13911 files and directories currently installed.) 20:33:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:33:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:33:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:33:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:33:54 Setting up base-files (10.1ubuntu2.10) ... 20:33:54 Installing new version of config file /etc/issue ... 20:33:54 Installing new version of config file /etc/issue.net ... 20:33:54 Installing new version of config file /etc/lsb-release ... 20:33:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:33:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:33:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:33:54 Removing obsolete conffile /etc/default/motd-news ... 20:33:55 (Reading database ... 13912 files and directories currently installed.) 20:33:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:33:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:33:55 Setting up bash (4.4.18-2ubuntu1.2) ... 20:33:55 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 20:33:55 (Reading database ... 13912 files and directories currently installed.) 20:33:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:33:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:33:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:33:55 (Reading database ... 13912 files and directories currently installed.) 20:33:55 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:33:55 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:33:55 Setting up tar (1.29b-2ubuntu0.2) ... 20:33:56 (Reading database ... 13912 files and directories currently installed.) 20:33:56 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:33:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:33:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:33:56 (Reading database ... 13912 files and directories currently installed.) 20:33:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:33:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:33:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:33:56 (Reading database ... 13912 files and directories currently installed.) 20:33:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:33:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:33:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:33:56 (Reading database ... 13912 files and directories currently installed.) 20:33:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:33:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:33:56 Setting up grep (3.1-2build1) ... 20:33:57 (Reading database ... 13912 files and directories currently installed.) 20:33:57 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:33:57 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:33:57 Setting up login (1:4.5-1ubuntu2) ... 20:33:57 (Reading database ... 13912 files and directories currently installed.) 20:33:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:33:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:33:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:33:57 (Reading database ... 13912 files and directories currently installed.) 20:33:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:33:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:33:58 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:33:58 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:33:58 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:33:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:33:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:33:58 (Reading database ... 13912 files and directories currently installed.) 20:33:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:33:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:34:00 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:34:00 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:34:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:34:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:34:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:34:00 (Reading database ... 13912 files and directories currently installed.) 20:34:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:34:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:34:00 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:34:00 (Reading database ... 13912 files and directories currently installed.) 20:34:00 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:00 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:00 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:34:01 (Reading database ... 13912 files and directories currently installed.) 20:34:01 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:01 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:01 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:34:01 (Reading database ... 13912 files and directories currently installed.) 20:34:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:01 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:34:01 (Reading database ... 13912 files and directories currently installed.) 20:34:01 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:01 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:01 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:34:01 (Reading database ... 13912 files and directories currently installed.) 20:34:01 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:34:01 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:34:01 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:34:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:34:02 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:34:02 (Reading database ... 13912 files and directories currently installed.) 20:34:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:34:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:34:02 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:34:02 (Reading database ... 13912 files and directories currently installed.) 20:34:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:02 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:34:02 (Reading database ... 13912 files and directories currently installed.) 20:34:02 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:02 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:34:03 (Reading database ... 13912 files and directories currently installed.) 20:34:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:03 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:34:03 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:34:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:34:04 (Reading database ... 13912 files and directories currently installed.) 20:34:04 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:34:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:34:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:34:04 (Reading database ... 13912 files and directories currently installed.) 20:34:04 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:34:04 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:34:04 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:34:04 (Reading database ... 13914 files and directories currently installed.) 20:34:04 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:34:04 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:34:05 Setting up debconf (1.5.66ubuntu1) ... 20:34:05 (Reading database ... 13914 files and directories currently installed.) 20:34:05 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:34:05 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:34:05 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:34:05 (Reading database ... 13914 files and directories currently installed.) 20:34:05 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:34:05 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:34:05 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:34:05 (Reading database ... 13914 files and directories currently installed.) 20:34:05 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:34:05 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:34:05 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:34:06 (Reading database ... 13914 files and directories currently installed.) 20:34:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:34:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:34:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:34:06 (Reading database ... 13914 files and directories currently installed.) 20:34:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:34:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:34:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:34:06 (Reading database ... 13914 files and directories currently installed.) 20:34:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:34:07 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:34:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 20:34:07 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:34:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:34:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:34:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:34:07 (Reading database ... 13914 files and directories currently installed.) 20:34:07 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:34:07 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:34:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:34:07 (Reading database ... 13914 files and directories currently installed.) 20:34:07 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:34:07 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:34:07 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:34:08 (Reading database ... 13914 files and directories currently installed.) 20:34:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:34:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:34:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:34:08 (Reading database ... 13914 files and directories currently installed.) 20:34:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:34:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:34:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:34:08 (Reading database ... 13914 files and directories currently installed.) 20:34:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:34:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:34:09 Setting up passwd (1:4.5-1ubuntu2) ... 20:34:09 (Reading database ... 13914 files and directories currently installed.) 20:34:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:34:09 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:34:09 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:34:09 (Reading database ... 13914 files and directories currently installed.) 20:34:09 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:34:09 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:34:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:34:09 (Reading database ... 13914 files and directories currently installed.) 20:34:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:34:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:34:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:34:10 (Reading database ... 13914 files and directories currently installed.) 20:34:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:34:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:34:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:34:10 (Reading database ... 13914 files and directories currently installed.) 20:34:10 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:34:10 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:34:10 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:34:10 (Reading database ... 13914 files and directories currently installed.) 20:34:10 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:34:10 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:34:10 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:34:10 (Reading database ... 13914 files and directories currently installed.) 20:34:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:34:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:34:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:34:10 (Reading database ... 13915 files and directories currently installed.) 20:34:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:34:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:34:11 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:34:11 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:34:11 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:34:11 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:34:11 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:34:11 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:34:11 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:34:11 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:34:11 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:34:11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:34:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:34:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:34:13 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:34:13 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:34:13 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:34:13 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:34:13 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:34:13 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:34:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:34:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:34:13 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:34:13 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:34:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:34:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:34:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:34:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:34:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:34:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:34:15 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:34:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:34:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:34:15 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:34:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:34:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:34:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:16 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:16 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:16 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:16 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:16 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:16 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:18 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:18 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:34:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:34:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:34:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:34:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:34:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:34:20 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:34:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:34:20 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:34:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:34:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:34:20 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:34:20 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:34:20 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:34:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:34:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:34:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:34:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:21 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:34:21 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:34:21 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:34:21 20:34:21 Current default time zone: 'Etc/UTC' 20:34:21 Local time is now: Fri Mar 19 20:34:21 UTC 2021. 20:34:21 Universal Time is now: Fri Mar 19 20:34:21 UTC 2021. 20:34:21 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:34:21 20:34:21 Setting up systemd-sysv (237-3ubuntu10.45) ... 20:34:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:21 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 20:34:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:34:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:34:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:34:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:34:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:34:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:34:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:34:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:34:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:34:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:22 Setting up patch (2.7.6-2ubuntu1.1) ... 20:34:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:34:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:34:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 20:34:22 Installing new version of config file /etc/ssl/openssl.cnf ... 20:34:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:34:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:34:22 Setting up ca-certificates (20210119~18.04.1) ... 20:34:24 Updating certificates in /etc/ssl/certs... 20:34:25 23 added, 27 removed; done. 20:34:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:34:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:34:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:34:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:34:25 Setting up pkgbinarymangler (138.18.04.1) ... 20:34:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:25 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:34:25 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:25 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:25 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:25 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:34:25 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:34:25 Setting up perl (5.26.1-6ubuntu0.5) ... 20:34:25 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:34:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:34:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:34:25 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:34:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:34:26 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:34:26 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:34:26 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:34:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:34:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:34:26 Processing triggers for systemd (237-3ubuntu10.45) ... 20:34:26 Processing triggers for mime-support (3.60ubuntu1) ... 20:34:26 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:34:26 Updating certificates in /etc/ssl/certs... 20:34:26 0 added, 0 removed; done. 20:34:26 Running hooks in /etc/ca-certificates/update.d... 20:34:26 done. 20:34:27 Reading package lists... 20:34:27 Building dependency tree... 20:34:27 Reading state information... 20:34:28 The following NEW packages will be installed: 20:34:28 apt-transport-https 20:34:28 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:34:28 Need to get 1696 B of archives. 20:34:28 After this operation, 153 kB of additional disk space will be used. 20:34:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:34:28 debconf: delaying package configuration, since apt-utils is not installed 20:34:28 Fetched 1696 B in 0s (28.2 kB/s) 20:34:28 Selecting previously unselected package apt-transport-https. 20:34:28 (Reading database ... 13920 files and directories currently installed.) 20:34:28 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:34:28 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:34:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:34:28 Waiting for network to be ready... 20:34:35 2021-03-19T20:34:32Z INFO Waiting for automatic snapd restart... 20:34:35 snapd 2.49 from Canonical* installed 20:34:36 "snapd" switched to the "latest/stable" channel 20:34:36 20:34:42 core18 20210128 from Canonical* installed 20:34:42 "core18" switched to the "latest/stable" channel 20:34:42 20:34:48 snapcraft 4.5.4 from Canonical* installed 20:34:48 "snapcraft" switched to the "latest/stable" channel 20:34:48 20:34:52 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: 20:34:52 - README.md 20:34:52 20:34:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:34:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:34:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:34:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:34:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:34:59 Reading package lists... 20:35:00 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 20:35:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:35:06 Reading package lists... 20:35:06 Building dependency tree... 20:35:06 Reading state information... 20:35:06 Suggested packages: 20:35:06 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:35:06 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:35:06 Recommended packages: 20:35:06 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:35:06 The following NEW packages will be installed: 20:35:06 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:35:06 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:35:06 pkg-config zip 20:35:06 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:35:06 Need to get 7657 kB of archives. 20:35:06 After this operation, 43.8 MB of additional disk space will be used. 20:35:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:35:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:35:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:35:06 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:35:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:35:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:35:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:35:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:35:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:35:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:35:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:35:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:35:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:35:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:35:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:35:07 debconf: delaying package configuration, since apt-utils is not installed 20:35:07 Fetched 7657 kB in 1s (10.6 MB/s) 20:35:07 Selecting previously unselected package libglib2.0-0:amd64. 20:35:07 (Reading database ... 13924 files and directories currently installed.) 20:35:07 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:35:07 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:35:07 Selecting previously unselected package libpsl5:amd64. 20:35:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:35:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:35:08 Selecting previously unselected package libnghttp2-14:amd64. 20:35:08 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:35:08 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:35:08 Selecting previously unselected package librtmp1:amd64. 20:35:08 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:35:08 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:35:08 Selecting previously unselected package libcurl3-gnutls:amd64. 20:35:08 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:35:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:35:08 Selecting previously unselected package liberror-perl. 20:35:08 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:35:08 Unpacking liberror-perl (0.17025-1) ... 20:35:08 Selecting previously unselected package git-man. 20:35:08 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:35:08 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:35:08 Selecting previously unselected package git. 20:35:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:35:08 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:35:09 Selecting previously unselected package libnorm1:amd64. 20:35:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:35:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:35:09 Selecting previously unselected package libpgm-5.2-0:amd64. 20:35:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:35:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:35:09 Selecting previously unselected package libsodium23:amd64. 20:35:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:35:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:35:09 Selecting previously unselected package libzmq5:amd64. 20:35:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:35:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:35:09 Selecting previously unselected package libzmq3-dev:amd64. 20:35:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:35:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:35:10 Selecting previously unselected package pkg-config. 20:35:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:35:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:35:10 Selecting previously unselected package zip. 20:35:10 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:35:10 Unpacking zip (3.0-11build1) ... 20:35:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:35:10 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:35:10 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:35:10 Setting up liberror-perl (0.17025-1) ... 20:35:10 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:35:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:35:10 No schema files found: doing nothing. 20:35:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:35:10 Setting up zip (3.0-11build1) ... 20:35:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:35:10 Setting up libsodium23:amd64 (1.0.16-2) ... 20:35:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:35:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:35:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:35:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:35:10 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:35:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:35:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:35:17 git set to automatically installed. 20:35:17 git-man set to automatically installed. 20:35:17 libcurl3-gnutls set to automatically installed. 20:35:17 liberror-perl set to automatically installed. 20:35:17 libglib2.0-0 set to automatically installed. 20:35:17 libnghttp2-14 set to automatically installed. 20:35:17 libnorm1 set to automatically installed. 20:35:17 libpgm-5.2-0 set to automatically installed. 20:35:17 libpsl5 set to automatically installed. 20:35:17 librtmp1 set to automatically installed. 20:35:17 libsodium23 set to automatically installed. 20:35:17 libzmq3-dev set to automatically installed. 20:35:17 libzmq5 set to automatically installed. 20:35:17 pkg-config set to automatically installed. 20:35:17 zip set to automatically installed. 20:35:19 snapd is not logged in, snap install commands will use sudo 20:35:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:35:41 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:35:42 snapd is not logged in, snap install commands will use sudo 20:35:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:35:48 snap "core18" has no updates available 20:35:49 Pulling go-build-helper 20:35:49 + snapcraftctl pull 20:35:50 'app-service-config' has dependencies that need to be staged: go-build-helper 20:35:50 Skipping pull go-build-helper (already ran) 20:35:50 Building go-build-helper 20:35:50 + snapcraftctl build 20:35:53 Staging go-build-helper 20:35:53 + snapcraftctl stage 20:36:05 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:36:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:36:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:36:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:36:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:36:05 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:36:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:36:05 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:36:05 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:36:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:36:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:36:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:36:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:36:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:36:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:36:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:36:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:36:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:36:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:36:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:36:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:36:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:36:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:36:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:36:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:36:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:36:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:36:05 Fetched 24.1 MB in 0s (0 B/s) 20:36:05 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:36:05 Fetched 224 kB in 0s (0 B/s) 20:36:05 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:36:05 Fetched 157 kB in 0s (0 B/s) 20:36:05 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:36:05 Fetched 221 kB in 0s (0 B/s) 20:36:05 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:36:05 Fetched 143 kB in 0s (0 B/s) 20:36:05 Pulling app-service-config 20:36:05 + snapcraftctl pull 20:36:06 Cloning into '/root/parts/app-service-config/src'... 20:36:07 Pulling config-common 20:36:07 + snapcraftctl pull 20:36:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:36:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:36:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:36:12 Fetched 0 B in 0s (0 B/s) 20:36:12 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:36:12 Fetched 0 B in 0s (0 B/s) 20:36:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:36:12 Fetched 0 B in 0s (0 B/s) 20:36:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:36:12 Fetched 0 B in 0s (0 B/s) 20:36:12 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:36:12 Fetched 0 B in 0s (0 B/s) 20:36:12 Pulling edgex-go 20:36:12 + snapcraftctl pull 20:36:34 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:36:34 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:36:34 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:36:34 Fetched 0 B in 0s (0 B/s) 20:36:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:36:34 Fetched 96.5 kB in 0s (0 B/s) 20:36:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:36:34 Fetched 279 kB in 0s (0 B/s) 20:36:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:36:34 Fetched 122 kB in 0s (0 B/s) 20:36:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:36:34 Fetched 77.8 kB in 0s (0 B/s) 20:36:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:36:34 Fetched 8848 B in 0s (0 B/s) 20:36:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:36:34 Fetched 47.8 kB in 0s (0 B/s) 20:36:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:36:34 Fetched 45.6 kB in 0s (0 B/s) 20:36:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:36:34 Fetched 15.0 kB in 0s (0 B/s) 20:36:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:36:34 Fetched 214 kB in 0s (0 B/s) 20:36:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:36:34 Fetched 154 kB in 0s (0 B/s) 20:36:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:36:34 Fetched 50.6 kB in 0s (0 B/s) 20:36:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:36:34 Fetched 14.8 kB in 0s (0 B/s) 20:36:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:36:34 Fetched 41.8 kB in 0s (0 B/s) 20:36:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:36:34 Fetched 499 kB in 0s (0 B/s) 20:36:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:36:34 Fetched 111 kB in 0s (0 B/s) 20:36:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:36:34 Fetched 240 kB in 0s (0 B/s) 20:36:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:36:34 Fetched 29.3 kB in 0s (0 B/s) 20:36:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:36:34 Fetched 85.5 kB in 0s (0 B/s) 20:36:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:36:34 Fetched 24.5 kB in 0s (0 B/s) 20:36:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:36:34 Fetched 49.2 kB in 0s (0 B/s) 20:36:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:36:34 Fetched 54.2 kB in 0s (0 B/s) 20:36:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:36:34 Fetched 30.8 kB in 0s (0 B/s) 20:36:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:36:34 Fetched 15.8 kB in 0s (0 B/s) 20:36:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:36:34 Fetched 85.9 kB in 0s (0 B/s) 20:36:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:36:34 Fetched 8720 B in 0s (0 B/s) 20:36:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:36:34 Fetched 137 kB in 0s (0 B/s) 20:36:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:36:34 Fetched 119 kB in 0s (0 B/s) 20:36:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:36:34 Fetched 109 kB in 0s (0 B/s) 20:36:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:36:34 Fetched 11.1 kB in 0s (0 B/s) 20:36:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:36:34 Fetched 645 kB in 0s (0 B/s) 20:36:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:36:34 Fetched 41.3 kB in 0s (0 B/s) 20:36:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:36:34 Fetched 17.9 kB in 0s (0 B/s) 20:36:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:36:34 Fetched 368 kB in 0s (0 B/s) 20:36:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:36:34 Fetched 187 kB in 0s (0 B/s) 20:36:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:36:34 Fetched 175 kB in 0s (0 B/s) 20:36:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:36:34 Fetched 206 kB in 0s (0 B/s) 20:36:34 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 20:36:34 Fetched 1301 kB in 0s (0 B/s) 20:36:34 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:36:34 Fetched 36.2 kB in 0s (0 B/s) 20:36:34 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:36:34 Fetched 159 kB in 0s (0 B/s) 20:36:34 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:36:34 Fetched 107 kB in 0s (0 B/s) 20:36:34 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:36:34 Fetched 48.7 kB in 0s (0 B/s) 20:36:34 Pulling static-packages 20:36:34 + snapcraftctl pull 20:36:35 Pulling version 20:36:35 + cd /root/project 20:36:35 + [ -f VERSION ] 20:36:35 + PROJECT_VERSION=local-dev 20:36:35 + git rev-parse --short HEAD 20:36:35 + GIT_REVISION=aeff2b8d 20:36:35 + snapcraftctl set-version local-dev 20:36:36 Skipping build go-build-helper (already ran) 20:36:36 Building app-service-config 20:36:36 + make build 20:36:36 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 20:36:39 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 20:36:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 20:36:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 20:36:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 20:36:39 go: downloading github.com/google/uuid v1.2.0 20:36:39 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:36:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 20:36:39 go: downloading github.com/go-kit/kit v0.8.0 20:36:39 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 20:36:39 go: downloading github.com/go-playground/universal-translator v0.17.0 20:36:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:36:39 go: downloading github.com/gorilla/mux v1.8.0 20:36:39 go: downloading github.com/leodido/go-urn v1.2.0 20:36:39 go: downloading github.com/go-playground/locales v0.13.0 20:36:40 go: downloading github.com/pebbe/zmq4 v1.2.5 20:36:40 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:36:40 go: downloading github.com/BurntSushi/toml v0.3.1 20:36:40 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:36:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 20:36:40 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:36:40 go: downloading github.com/mitchellh/copystructure v1.0.0 20:36:40 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:36:40 go: downloading github.com/x448/float16 v0.8.4 20:36:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:36:40 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:36:40 go: downloading github.com/pelletier/go-toml v1.2.0 20:36:40 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:36:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:36:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:36:40 go: downloading github.com/hashicorp/consul/api v1.8.1 20:36:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:36:40 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:36:40 go: downloading github.com/hashicorp/serf v0.9.5 20:36:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:36:40 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:36:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:36:41 go: downloading github.com/fatih/color v1.9.0 20:36:41 go: downloading github.com/mattn/go-isatty v0.0.12 20:36:41 go: downloading github.com/mattn/go-colorable v0.1.6 20:36:41 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 20:36:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:36:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:36:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:36:53 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 20:36:53 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 20:36:53 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 20:36:53 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 20:36:53 Building config-common 20:36:53 + snapcraftctl build 20:36:56 Building edgex-go 20:36:56 + cd /root/parts/edgex-go/src 20:36:56 + make build 20:36:56 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 20:36:57 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.15 20:36:57 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 20:36:57 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:36:57 go: downloading github.com/imdario/mergo v0.3.12 20:36:57 go: downloading github.com/pkg/errors v0.8.1 20:36:57 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:36:57 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 20:36:57 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:36:57 go: downloading github.com/gorilla/websocket v1.4.2 20:37:03 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 20:37:03 go: downloading gopkg.in/yaml.v2 v2.4.0 20:37:08 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 20:37:10 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 20:37:12 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 20:37:12 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 20:37:12 go: downloading github.com/stretchr/testify v1.7.0 20:37:12 go: downloading github.com/davecgh/go-spew v1.1.1 20:37:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:37:12 go: downloading github.com/pmezard/go-difflib v1.0.0 20:37:15 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 20:37:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:37:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:37:16 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 20:37:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:37:18 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 20:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:37:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:37:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:37:23 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 20:37:23 go: downloading github.com/lib/pq v1.9.0 20:37:25 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:37:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:37:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:37:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:37:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:37:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:37:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:37:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:37:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:37:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:37:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:37:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:37:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:37:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:37:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:37:26 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:37:26 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:37:26 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 20:37:26 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:37:26 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:37:26 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:37:26 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:37:26 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:37:26 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:37:26 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:37:29 Building static-packages 20:37:29 + snapcraftctl build 20:37:32 Building version 20:37:32 + snapcraftctl build 20:37:35 Skipping stage go-build-helper (already ran) 20:37:35 Staging app-service-config 20:37:35 + snapcraftctl stage 20:37:35 Staging config-common 20:37:35 + snapcraftctl stage 20:37:36 Staging edgex-go 20:37:36 + snapcraftctl stage 20:37:38 Staging static-packages 20:37:38 + snapcraftctl stage 20:37:39 Staging version 20:37:39 + snapcraftctl stage 20:37:40 Priming go-build-helper 20:37:40 + snapcraftctl prime 20:37:41 Priming app-service-config 20:37:41 + snapcraftctl prime 20:37:42 Priming config-common 20:37:42 + snapcraftctl prime 20:37:43 Priming edgex-go 20:37:43 + snapcraftctl prime 20:37:44 Priming static-packages 20:37:44 + snapcraftctl prime 20:37:47 Priming version 20:37:47 + snapcraftctl prime 20:37:48 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:37:52 provisioning config files... 20:37:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4402483062972771131tmp [Pipeline] { [Pipeline] sh 20:37:52 + set +x 20:37:52 + bash -s -- 20:37:52 + curl -s https://codecov.io/bash 20:37:54 20:37:54 _____ _ 20:37:54 / ____| | | 20:37:54 | | ___ __| | ___ ___ _____ __ 20:37:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:37:54 | |___| (_) | (_| | __/ (_| (_) \ V / 20:37:54 \_____\___/ \__,_|\___|\___\___/ \_/ 20:37:54 Bash-20210309-2b87ace 20:37:54 20:37:54 20:37:54 ==> git version 2.24.3 found 20:37:54 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:37:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:37:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:37:54 ==> Jenkins CI detected. 20:37:54 project root: . 20:37:54 --> token set from env 20:37:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:37:54 ==> Running gcov in . (disable via -X gcov) 20:37:54 ==> Python coveragepy not found 20:37:54 ==> Searching for coverage reports in: 20:37:54 + . 20:37:54 -> Found 1 reports 20:37:54 ==> Detecting git/mercurial file structure 20:37:54 ==> Reading reports 20:37:54 + ./coverage.out bytes=650607 20:37:54 ==> Appending adjustments 20:37:54 https://docs.codecov.io/docs/fixing-reports 20:38:07 + Found adjustments 20:38:07 ==> Gzipping contents 20:38:07 96K /tmp/codecov.Xf9cWN.gz 20:38:07 ==> Uploading reports 20:38:07 url: https://codecov.io 20:38:07 query: branch=PR-3267&commit=aeff2b8d29f447dcdc3ca138541d6631fcc499e7&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= 20:38:07 -> Pinging Codecov 20:38:07 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3267&commit=aeff2b8d29f447dcdc3ca138541d6631fcc499e7&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= 20:38:07 -> Uploading to 20:38:07 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/aeff2b8d29f447dcdc3ca138541d6631fcc499e7/be16ab3f-a717-48f4-a0b3-4a86b3ade8c7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T203805Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c05319e356bcc318a9a95a50b6ff7670e26aaf19cd78b52fa77412d136b5f5bc 20:38:07 % Total % Received % Xferd Average Speed Time Time Time Current 20:38:07 Dload Upload Total Spent Left Speed 20:38:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94932 0 0 100 94932 0 188k --:--:-- --:--:-- --:--:-- 188k 20:38:07 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/aeff2b8d29f447dcdc3ca138541d6631fcc499e7 [Pipeline] } 20:38:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:38:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:38:10 ---> package-listing.sh 20:38:10 ++ facter osfamily 20:38:10 ++ tr '[:upper:]' '[:lower:]' 20:38:10 + OS_FAMILY=redhat 20:38:10 + workspace=/w/workspace/edgex-go/3 20:38:10 + START_PACKAGES=/tmp/packages_start.txt 20:38:10 + END_PACKAGES=/tmp/packages_end.txt 20:38:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:38:10 + PACKAGES=/tmp/packages_start.txt 20:38:10 + '[' /w/workspace/edgex-go/3 ']' 20:38:10 + PACKAGES=/tmp/packages_end.txt 20:38:10 + case "${OS_FAMILY}" in 20:38:10 + rpm -qa 20:38:10 + sort 20:38:18 + '[' -f /tmp/packages_start.txt ']' 20:38:18 + '[' -f /tmp/packages_end.txt ']' 20:38:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:38:18 + '[' /w/workspace/edgex-go/3 ']' 20:38:18 + mkdir -p /w/workspace/edgex-go/3/archives/ 20:38:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 20:38:18 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:38:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:20 20:38:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:38:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:20 alpine: Pulling from edgex-lftools-log-publisher 20:38:20 df20fa9351a1: Pulling fs layer 20:38:20 36b3adc4ff6f: Pulling fs layer 20:38:20 8ad3a11d3b57: Pulling fs layer 20:38:20 46f8f816bc3b: Pulling fs layer 20:38:20 93b61091891f: Pulling fs layer 20:38:20 93b9cdb0e59b: Pulling fs layer 20:38:20 5e14af77c1be: Pulling fs layer 20:38:20 01666e4c0597: Pulling fs layer 20:38:20 aa168da1d23b: Pulling fs layer 20:38:20 46f8f816bc3b: Waiting 20:38:20 93b61091891f: Waiting 20:38:20 93b9cdb0e59b: Waiting 20:38:20 01666e4c0597: Waiting 20:38:20 5e14af77c1be: Waiting 20:38:20 aa168da1d23b: Waiting 20:38:20 36b3adc4ff6f: Verifying Checksum 20:38:20 36b3adc4ff6f: Download complete 20:38:20 46f8f816bc3b: Verifying Checksum 20:38:20 46f8f816bc3b: Download complete 20:38:20 df20fa9351a1: Verifying Checksum 20:38:20 df20fa9351a1: Download complete 20:38:20 93b9cdb0e59b: Download complete 20:38:20 5e14af77c1be: Verifying Checksum 20:38:20 5e14af77c1be: Download complete 20:38:20 01666e4c0597: Verifying Checksum 20:38:20 01666e4c0597: Download complete 20:38:20 93b61091891f: Verifying Checksum 20:38:20 93b61091891f: Download complete 20:38:21 df20fa9351a1: Pull complete 20:38:22 36b3adc4ff6f: Pull complete 20:38:22 8ad3a11d3b57: Verifying Checksum 20:38:23 8ad3a11d3b57: Pull complete 20:38:24 46f8f816bc3b: Pull complete 20:38:25 93b61091891f: Pull complete 20:38:25 93b9cdb0e59b: Pull complete 20:38:26 5e14af77c1be: Pull complete 20:38:27 01666e4c0597: Pull complete 20:38:28 aa168da1d23b: Verifying Checksum 20:38:28 aa168da1d23b: Download complete 20:38:46 aa168da1d23b: Pull complete 20:38:46 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:38:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:38:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:38:47 prd-centos7-docker-4c-2g-30622 does not seem to be running inside a container 20:38:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:38:52 $ docker top 1dc33be1c801dd16cfe728bfed8b8ec0b251f99c75c6026b2e0d9968d0a9f4a1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:38:53 + touch /tmp/pre-build-complete [Pipeline] sh 20:38:54 + mkdir -p /var/log/sa [Pipeline] sh 20:38:55 + ls /var/log/sa-host 20:38:55 + sadf -c /var/log/sa-host/sa19 20:38:55 file_magic: OK 20:38:55 HZ: Using current value: 100 20:38:55 file_header: OK 20:38:55 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 20:38:55 Statistics: 20:38:55 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...Hnuu...uuuununununu... 20:38:55 File successfully converted to sysstat format version 12.2.1 20:38:55 + sadf -c /var/log/sa-host/sa23 20:38:55 file_magic: OK 20:38:55 HZ: Using current value: 100 20:38:55 file_header: OK 20:38:55 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 20:38:55 Statistics: 20:38:55 Hnuu...uuuununununu... 20:38:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:38:55 provisioning config files... 20:38:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config926619403387896074tmp [Pipeline] { [Pipeline] echo 20:38:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:38:56 ---> create-netrc.sh [Pipeline] } 20:38:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:38:56 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:38:56 ---> python-tools-install.sh [Pipeline] echo 20:38:56 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:38:56 ---> sudo-logs.sh 20:38:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:38:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:38:57 ---> job-cost.sh 20:38:57 lf-activate-venv: SKIPPING 20:38:57 DEBUG: total: 0.20999999344348907 20:38:57 INFO: Retrieving Stack Cost... 20:38:58 INFO: Retrieving Pricing Info for: v1-standard-2 20:38:58 INFO: Archiving Costs [Pipeline] echo 20:38:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:38:59 ---> logs-deploy.sh 20:38:59 lf-activate-venv: SKIPPING 20:38:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3267/3 20:38:59 INFO: archiving workspace using pattern(s): 20:39:03 Archives upload complete. 20:39:03 INFO: archiving logs to Nexus 20:39:05 ---> uname -a: 20:39:05 Linux prd-centos7-docker-4c-2g-30622.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:39:05 20:39:05 20:39:05 ---> lscpu: 20:39:05 Architecture: x86_64 20:39:05 CPU op-mode(s): 32-bit, 64-bit 20:39:05 Byte Order: Little Endian 20:39:05 Address sizes: 40 bits physical, 48 bits virtual 20:39:05 CPU(s): 4 20:39:05 On-line CPU(s) list: 0-3 20:39:05 Thread(s) per core: 1 20:39:05 Core(s) per socket: 1 20:39:05 Socket(s): 4 20:39:05 NUMA node(s): 1 20:39:05 Vendor ID: GenuineIntel 20:39:05 CPU family: 6 20:39:05 Model: 44 20:39:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:39:05 Stepping: 1 20:39:05 CPU MHz: 2933.438 20:39:05 BogoMIPS: 5866.87 20:39:05 Virtualization: VT-x 20:39:05 Hypervisor vendor: KVM 20:39:05 Virtualization type: full 20:39:05 L1d cache: 128 KiB 20:39:05 L1i cache: 128 KiB 20:39:05 L2 cache: 16 MiB 20:39:05 L3 cache: 64 MiB 20:39:05 NUMA node0 CPU(s): 0-3 20:39:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:39:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:39:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:39:05 Vulnerability Meltdown: Mitigation; PTI 20:39:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:39:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:39:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:39:05 Vulnerability Srbds: Not affected 20:39:05 Vulnerability Tsx async abort: Not affected 20:39:05 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 20:39:05 20:39:05 20:39:05 ---> nproc: 20:39:05 4 20:39:05 20:39:05 20:39:05 ---> df -h: 20:39:05 Filesystem Size Used Available Use% Mounted on 20:39:05 overlay 50.0G 11.7G 38.2G 24% / 20:39:05 tmpfs 64.0M 0 64.0M 0% /dev 20:39:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:39:05 shm 64.0M 0 64.0M 0% /dev/shm 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /facter-os 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/resolv.conf 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hostname 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hosts 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/auth.log 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /run/cloud-init/result.json 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/sa-host 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/secure 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/3@tmp 20:39:05 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/3 20:39:05 20:39:05 20:39:05 ---> free -m: 20:39:05 total used free shared buff/cache available 20:39:05 Mem: 1837 726 94 0 1017 1027 20:39:05 Swap: 1023 70 953 20:39:05 20:39:05 20:39:05 ---> ip addr: 20:39:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:39:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:39:05 inet 127.0.0.1/8 scope host lo 20:39:05 valid_lft forever preferred_lft forever 20:39:05 inet6 ::1/128 scope host 20:39:05 valid_lft forever preferred_lft forever 20:39:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:39:05 link/ether fa:16:3e:06:9e:00 brd ff:ff:ff:ff:ff:ff 20:39:05 inet 10.30.122.59/23 brd 10.30.123.255 scope global dynamic eth0 20:39:05 valid_lft 84550sec preferred_lft 84550sec 20:39:05 inet6 fe80::f816:3eff:fe06:9e00/64 scope link 20:39:05 valid_lft forever preferred_lft forever 20:39:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:39:05 link/ether 02:42:1f:ff:51:50 brd ff:ff:ff:ff:ff:ff 20:39:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:39:05 valid_lft forever preferred_lft forever 20:39:05 inet6 fe80::42:1fff:feff:5150/64 scope link 20:39:05 valid_lft forever preferred_lft forever 20:39:05 20:39:05 20:39:05 ---> sar -b -r -n DEV: 20:39:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:39:05 20:39:05 20:07:59 LINUX RESTART (4 CPU) 20:39:05 20:39:05 20:09:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:39:05 20:10:02 71.51 37.20 34.32 0.00 5746.20 7044.20 0.00 20:39:05 20:11:01 87.83 44.71 43.12 0.00 6264.55 13094.00 0.00 20:39:05 20:12:01 189.50 51.85 137.65 0.00 2733.34 38529.81 0.00 20:39:05 20:13:02 169.99 73.81 96.18 0.00 2353.49 12906.21 0.00 20:39:05 20:14:01 87.32 24.24 63.08 0.00 969.20 6806.02 0.00 20:39:05 20:15:01 51.51 10.71 40.80 0.00 491.63 5334.16 0.00 20:39:05 20:16:01 96.65 46.93 49.72 0.00 1774.98 4114.07 0.00 20:39:05 20:17:02 50.19 25.58 24.61 0.00 1787.60 1849.89 0.00 20:39:05 20:18:01 13.93 0.56 13.37 0.00 17.99 3190.90 0.00 20:39:05 20:19:03 124.43 21.06 103.37 0.00 5997.93 40606.37 0.00 20:39:05 20:20:20 500.30 388.87 111.42 0.00 61205.24 90159.50 0.00 20:39:05 20:21:03 451.69 350.80 100.88 0.00 18894.40 15908.56 0.00 20:39:05 20:22:03 1095.11 986.55 108.56 0.00 65075.49 74111.27 0.00 20:39:05 20:23:08 1127.60 1023.64 103.96 0.00 59908.15 65814.99 0.00 20:39:05 20:24:01 295.23 228.16 67.07 0.00 12439.92 10879.52 0.00 20:39:05 20:25:03 161.80 61.67 100.13 0.00 5647.34 19832.80 0.00 20:39:05 20:26:01 157.44 29.05 128.39 0.00 9091.71 32717.77 0.00 20:39:05 20:27:10 559.32 413.39 145.93 0.00 58630.76 85407.56 0.00 20:39:05 20:28:03 661.57 542.74 118.83 0.00 27804.63 27676.73 0.00 20:39:05 20:29:02 504.52 420.66 83.85 0.00 27008.36 27576.20 0.00 20:39:05 20:30:02 287.28 104.90 182.39 0.00 6962.18 19591.29 0.00 20:39:05 20:31:01 53.51 18.30 35.20 0.00 3024.78 3959.24 0.00 20:39:05 20:32:01 1.42 0.02 1.40 0.00 0.53 22.54 0.00 20:39:05 20:33:01 0.23 0.00 0.23 0.00 0.00 2.44 0.00 20:39:05 20:34:01 0.33 0.02 0.32 0.00 0.53 3.41 0.00 20:39:05 20:35:01 0.37 0.15 0.22 0.00 1.73 3.21 0.00 20:39:05 20:36:02 0.17 0.00 0.17 0.00 0.00 1.33 0.00 20:39:05 20:37:01 0.25 0.00 0.25 0.00 0.00 3.13 0.00 20:39:05 20:38:01 15.23 15.00 0.23 0.00 930.47 23.69 0.00 20:39:05 Average: 237.79 172.01 65.78 0.00 13982.85 22143.71 0.00 20:39:05 20:39:05 20:09:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:39:05 20:10:02 57552 0 611368 32.49 2620 1210004 1287480 43.94 493160 1132452 12764 20:39:05 20:11:01 311992 0 663640 35.27 2620 903292 1528396 52.16 564948 803388 7436 20:39:05 20:12:01 142240 0 717956 38.16 1744 1019604 1565980 53.44 566888 928048 1764 20:39:05 20:13:02 149400 0 808900 42.99 1496 921748 1752288 59.80 592228 861044 22080 20:39:05 20:14:01 187948 0 825420 43.87 812 867364 1687212 57.58 649424 760008 72636 20:39:05 20:15:01 276940 0 786932 41.82 636 817036 1667504 56.91 617944 700328 28108 20:39:05 20:16:01 254248 0 799376 42.49 636 827284 1753016 59.83 602116 731096 38320 20:39:05 20:17:02 221672 0 835672 44.41 596 823604 1806648 61.66 643796 718692 52156 20:39:05 20:18:01 144228 0 817308 43.44 596 919412 1428816 48.76 641524 801440 87940 20:39:05 20:19:03 52540 0 757504 40.26 300 1071200 1316844 44.94 708848 842628 98268 20:39:05 20:20:20 73732 0 846732 45.00 4 961076 2227604 76.02 728172 873516 75244 20:39:05 20:21:03 96756 0 833624 44.31 4 951160 2119380 72.33 670664 889472 94492 20:39:05 20:22:03 70020 0 872916 46.39 4 938604 2326476 79.40 763052 818216 24332 20:39:05 20:23:08 69784 0 862056 45.82 4 949700 2328020 79.45 773328 809152 47116 20:39:05 20:24:01 354004 0 1095160 58.21 4 432376 3672832 125.35 663352 592228 25384 20:39:05 20:25:03 384012 0 722940 38.42 4 774588 1579060 53.89 509316 735200 2768 20:39:05 20:26:01 110520 0 716980 38.11 4 1054040 1423556 48.58 709868 807628 216 20:39:05 20:27:10 65596 0 839028 44.59 4 976916 2343716 79.99 722160 871300 90212 20:39:05 20:28:03 70284 0 1053208 55.98 4 758048 2957120 100.92 704332 835112 70632 20:39:05 20:29:02 70768 0 833552 44.30 4 977220 2196652 74.97 575744 973176 39832 20:39:05 20:30:02 366264 0 694308 36.90 4 820968 1395488 47.63 550976 711772 0 20:39:05 20:31:01 385972 0 644372 34.25 4 851196 1209164 41.27 503184 746528 20 20:39:05 20:32:01 390056 0 640336 34.03 4 851148 1167112 39.83 500008 746396 8 20:39:05 20:33:01 390524 0 639860 34.01 4 851156 1167004 39.83 499616 746392 8 20:39:05 20:34:01 390644 0 639748 34.00 4 851148 1167004 39.83 499576 746576 8 20:39:05 20:35:01 390016 0 640348 34.03 4 851176 1167220 39.84 499804 746640 8 20:39:05 20:36:02 390188 0 640176 34.02 4 851176 1167196 39.83 500092 746644 8 20:39:05 20:37:01 390676 0 639676 34.00 4 851188 1167004 39.83 499600 746644 8 20:39:05 20:38:01 353568 0 650936 34.60 4 877036 1233092 42.08 508900 769736 788 20:39:05 Average: 228005 0 763105 40.56 418 890016 1717548 58.62 602159 799705 30778 20:39:05 20:39:05 20:09:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:39:05 20:10:02 eth0 504.35 327.20 3324.19 78.29 0.00 0.00 0.00 0.00 20:39:05 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:11:01 eth0 570.99 627.78 3054.27 103.75 0.00 0.00 0.00 0.00 20:39:05 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:11:01 docker0 569.30 488.73 56.14 2699.18 0.00 0.00 0.00 0.00 20:39:05 20:12:01 eth0 386.36 287.76 3212.44 30.29 0.00 0.00 0.00 0.00 20:39:05 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:12:01 vethda4f3ed 25.25 31.65 2.49 25.22 0.00 0.00 0.00 0.00 20:39:05 20:12:01 docker0 57.32 98.29 4.07 385.14 0.00 0.00 0.00 0.00 20:39:05 20:13:02 eth0 96.96 50.29 464.26 11.48 0.00 0.00 0.00 0.00 20:39:05 20:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:13:02 vetha17d604 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:13:02 docker0 33.43 75.00 2.43 441.01 0.00 0.00 0.00 0.00 20:39:05 20:14:01 eth0 29.11 25.37 12.53 70.32 0.00 0.00 0.00 0.00 20:39:05 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:14:01 vetha17d604 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:15:01 eth0 28.00 21.60 20.33 11.41 0.00 0.00 0.00 0.00 20:39:05 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:15:01 vetha17d604 2.24 2.24 0.18 0.18 0.00 0.00 0.00 0.00 20:39:05 20:15:01 docker0 2.24 2.24 0.15 0.18 0.00 0.00 0.00 0.00 20:39:05 20:16:01 eth0 12.91 9.69 10.34 5.76 0.00 0.00 0.00 0.00 20:39:05 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:16:01 vetha17d604 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:17:02 eth0 26.64 23.71 15.31 69.07 0.00 0.00 0.00 0.00 20:39:05 20:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:17:02 vetha17d604 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:18:01 eth0 20.51 14.96 16.37 8.90 0.00 0.00 0.00 0.00 20:39:05 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:18:01 vetha17d604 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:19:03 vethd3a9b29 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:19:03 eth0 183.75 139.83 1652.71 68.49 0.00 0.00 0.00 0.00 20:39:05 20:19:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:19:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:20:20 vethd3a9b29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:20:20 eth0 3.06 1.67 2.30 1.19 0.00 0.00 0.00 0.00 20:39:05 20:20:20 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:20:20 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:21:03 vethd3a9b29 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 20:39:05 20:21:03 eth0 66.22 39.20 227.16 13.39 0.00 0.00 0.00 0.00 20:39:05 20:21:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:21:03 docker0 17.48 36.94 0.91 204.79 0.00 0.00 0.00 0.00 20:39:05 20:22:03 vethd3a9b29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:22:03 eth0 6.43 4.67 4.83 2.60 0.00 0.00 0.00 0.00 20:39:05 20:22:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:22:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:23:08 vethd3a9b29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:23:08 eth0 1.57 1.26 1.12 0.67 0.00 0.00 0.00 0.00 20:39:05 20:23:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:23:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:24:01 veth644cd76 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:24:01 vethbd4f00e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:24:01 veth6f54daa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:24:01 veth9dfda93 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:25:03 veth9a0b23b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:25:03 vethd3a9b29 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 20:39:05 20:25:03 veth8585751 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:25:03 veth0f54be5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:26:01 vethd3a9b29 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:26:01 eth0 2244.60 1790.03 13933.72 589.71 0.00 0.00 0.00 0.00 20:39:05 20:26:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:39:05 20:26:01 docker0 702.85 746.08 65.43 3924.29 0.00 0.00 0.00 0.00 20:39:05 20:27:10 vethd3a9b29 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:27:10 eth0 54.71 31.76 286.63 9.47 0.00 0.00 0.00 0.00 20:39:05 20:27:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:27:10 docker0 16.56 34.65 0.91 271.30 0.00 0.00 0.00 0.00 20:39:05 20:28:03 veth60a6b93 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 20:39:05 20:28:03 vethe8207c7 0.00 0.23 0.00 0.02 0.00 0.00 0.00 0.00 20:39:05 20:28:03 vethd3a9b29 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:28:03 eth0 37.22 30.99 51.74 72.14 0.00 0.00 0.00 0.00 20:39:05 20:29:02 veth60a6b93 2.70 2.92 0.38 14.69 0.00 0.00 0.00 0.00 20:39:05 20:29:02 vethd3a9b29 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:29:02 eth0 20.80 17.32 28.86 8.13 0.00 0.00 0.00 0.00 20:39:05 20:29:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:39:05 20:30:02 vethd3a9b29 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:30:02 eth0 70.69 54.07 145.61 76.56 0.00 0.00 0.00 0.00 20:39:05 20:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:30:02 docker0 722.06 794.95 66.21 4312.17 0.00 0.00 0.00 0.00 20:39:05 20:31:01 eth0 30.96 20.87 65.19 10.28 0.00 0.00 0.00 0.00 20:39:05 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:31:01 docker0 2.99 7.17 0.17 45.54 0.00 0.00 0.00 0.00 20:39:05 20:32:01 eth0 1.03 0.33 0.32 0.20 0.00 0.00 0.00 0.00 20:39:05 20:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:33:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 20:39:05 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:34:01 eth0 0.43 0.10 0.04 0.01 0.00 0.00 0.00 0.00 20:39:05 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:35:01 eth0 1.20 0.38 0.47 0.23 0.00 0.00 0.00 0.00 20:39:05 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:36:02 eth0 0.72 0.38 0.33 0.24 0.00 0.00 0.00 0.00 20:39:05 20:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:37:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 20:39:05 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:38:01 eth0 15.81 15.41 7.15 48.55 0.00 0.00 0.00 0.00 20:39:05 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 Average: eth0 82.20 65.44 486.35 27.21 0.00 0.00 0.00 0.00 20:39:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:39:05 Average: docker0 24.78 27.41 2.27 148.91 0.00 0.00 0.00 0.00 20:39:05 20:39:05 20:39:05 ---> sar -P ALL: 20:39:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:39:05 20:39:05 20:07:59 LINUX RESTART (4 CPU) 20:39:05 20:39:05 20:09:01 CPU %user %nice %system %iowait %steal %idle 20:39:05 20:10:02 all 14.33 0.00 5.08 2.88 27.99 49.73 20:39:05 20:10:02 0 13.92 0.00 4.86 3.09 28.45 49.67 20:39:05 20:10:02 1 15.58 0.00 5.36 2.53 27.80 48.72 20:39:05 20:10:02 2 11.58 0.00 4.90 2.92 27.90 52.70 20:39:05 20:10:02 3 16.34 0.00 5.18 2.98 27.78 47.72 20:39:05 20:11:01 all 8.67 0.00 4.31 1.56 19.45 66.00 20:39:05 20:11:01 0 9.19 0.00 4.47 1.32 20.30 64.73 20:39:05 20:11:01 1 9.86 0.00 4.71 2.71 19.34 63.38 20:39:05 20:11:01 2 8.86 0.00 4.05 1.02 19.81 66.27 20:39:05 20:11:01 3 6.78 0.00 4.01 1.21 18.34 69.66 20:39:05 20:12:01 all 4.02 0.00 4.08 1.73 30.45 59.72 20:39:05 20:12:01 0 4.00 0.00 3.57 0.75 31.83 59.85 20:39:05 20:12:01 1 3.37 0.00 4.29 1.60 30.52 60.23 20:39:05 20:12:01 2 4.31 0.00 4.48 2.28 30.44 58.50 20:39:05 20:12:01 3 4.43 0.00 3.98 2.35 28.96 60.28 20:39:05 20:13:02 all 6.80 0.00 5.90 5.53 27.32 54.45 20:39:05 20:13:02 0 5.98 0.00 6.07 4.43 28.61 54.90 20:39:05 20:13:02 1 7.82 0.00 5.02 5.99 25.98 55.19 20:39:05 20:13:02 2 6.21 0.00 6.03 4.86 29.05 53.85 20:39:05 20:13:02 3 7.18 0.00 6.48 6.85 25.66 53.84 20:39:05 20:14:01 all 36.21 0.00 10.30 2.35 32.99 18.14 20:39:05 20:14:01 0 35.81 0.00 10.50 2.08 32.59 19.02 20:39:05 20:14:01 1 34.30 0.00 9.50 2.03 35.20 18.96 20:39:05 20:14:01 2 38.74 0.00 11.08 3.32 31.25 15.61 20:39:05 20:14:01 3 36.04 0.00 10.16 2.01 32.87 18.92 20:39:05 20:15:01 all 24.44 0.00 7.95 1.72 31.70 34.18 20:39:05 20:15:01 0 25.37 0.00 8.10 1.30 31.31 33.92 20:39:05 20:15:01 1 20.35 0.00 7.04 1.62 32.85 38.13 20:39:05 20:15:01 2 25.93 0.00 8.67 2.03 30.95 32.43 20:39:05 20:15:01 3 26.37 0.00 8.07 1.95 31.61 31.99 20:39:05 20:16:01 all 28.57 0.00 10.87 4.10 37.17 19.29 20:39:05 20:16:01 0 28.17 0.00 10.35 4.96 36.91 19.61 20:39:05 20:16:01 1 26.48 0.00 10.13 3.34 38.48 21.57 20:39:05 20:16:01 2 28.82 0.00 11.41 4.94 35.77 19.06 20:39:05 20:16:01 3 30.98 0.00 11.66 3.09 37.55 16.73 20:39:05 20:17:02 all 13.61 0.00 7.52 2.53 42.75 33.59 20:39:05 20:17:02 0 14.08 0.00 7.86 2.31 43.22 32.52 20:39:05 20:17:02 1 13.21 0.00 7.70 2.66 42.16 34.28 20:39:05 20:17:02 2 12.11 0.00 6.88 2.15 42.52 36.34 20:39:05 20:17:02 3 15.16 0.00 7.68 3.01 43.12 31.03 20:39:05 20:18:01 all 7.89 0.00 6.92 0.67 41.85 42.66 20:39:05 20:18:01 0 7.14 0.00 6.11 0.71 42.72 43.32 20:39:05 20:18:01 1 7.81 0.00 7.20 0.23 41.60 43.15 20:39:05 20:18:01 2 8.72 0.00 7.63 0.10 41.64 41.90 20:39:05 20:18:01 3 7.93 0.00 6.77 1.66 41.40 42.23 20:39:05 20:19:03 all 5.25 0.00 6.09 3.46 30.27 54.93 20:39:05 20:19:03 0 5.60 0.00 5.78 3.15 32.62 52.85 20:39:05 20:19:03 1 5.87 0.00 5.93 4.24 29.65 54.33 20:39:05 20:19:03 2 4.57 0.00 6.69 4.11 29.48 55.15 20:39:05 20:19:03 3 4.96 0.00 5.98 2.37 29.26 57.43 20:39:05 20:20:20 all 7.27 0.00 7.51 15.43 44.06 25.74 20:39:05 20:20:20 0 6.45 0.00 7.34 13.35 43.09 29.77 20:39:05 20:20:20 1 8.02 0.00 7.78 16.16 44.25 23.79 20:39:05 20:20:20 2 6.99 0.00 7.52 15.47 43.39 26.63 20:39:05 20:20:20 3 7.63 0.00 7.38 16.76 45.55 22.69 20:39:05 20:39:05 20:20:20 CPU %user %nice %system %iowait %steal %idle 20:39:05 20:21:03 all 6.21 0.00 8.63 15.78 42.41 26.98 20:39:05 20:21:03 0 6.74 0.00 7.88 14.85 42.47 28.07 20:39:05 20:21:03 1 5.39 0.00 8.59 16.83 42.00 27.19 20:39:05 20:21:03 2 7.14 0.00 9.39 14.89 41.28 27.30 20:39:05 20:21:03 3 5.60 0.00 8.67 16.50 43.87 25.36 20:39:05 20:22:03 all 0.97 0.00 4.38 44.49 31.94 18.22 20:39:05 20:22:03 0 1.11 0.00 4.55 45.21 32.55 16.59 20:39:05 20:22:03 1 0.82 0.00 4.00 40.59 32.05 22.54 20:39:05 20:22:03 2 1.05 0.00 4.40 45.26 30.93 18.36 20:39:05 20:22:03 3 0.90 0.00 4.57 46.87 32.22 15.44 20:39:05 20:23:08 all 6.75 0.00 5.24 27.75 42.05 18.20 20:39:05 20:23:08 0 7.06 0.00 5.84 27.27 42.54 17.29 20:39:05 20:23:08 1 7.11 0.00 4.92 28.70 42.05 17.22 20:39:05 20:23:08 2 6.64 0.00 4.87 27.46 41.43 19.60 20:39:05 20:23:08 3 6.20 0.00 5.34 27.59 42.19 18.68 20:39:05 20:24:01 all 26.50 0.00 9.54 15.96 36.43 11.57 20:39:05 20:24:01 0 28.91 0.00 10.15 14.39 33.33 13.22 20:39:05 20:24:01 1 27.39 0.00 9.84 14.47 35.14 13.17 20:39:05 20:24:01 2 21.64 0.00 8.25 18.52 41.99 9.60 20:39:05 20:24:01 3 28.03 0.00 9.89 16.48 35.32 10.27 20:39:05 20:25:03 all 37.50 0.00 9.80 6.10 35.99 10.61 20:39:05 20:25:03 0 34.94 0.00 9.00 6.61 38.67 10.79 20:39:05 20:25:03 1 40.10 0.00 9.39 7.40 33.01 10.10 20:39:05 20:25:03 2 38.93 0.00 11.33 4.50 35.04 10.21 20:39:05 20:25:03 3 36.01 0.00 9.53 5.82 37.26 11.38 20:39:05 20:26:01 all 5.29 0.00 6.57 7.56 50.77 29.81 20:39:05 20:26:01 0 5.46 0.00 7.16 5.92 51.46 30.00 20:39:05 20:26:01 1 4.84 0.00 5.70 7.20 50.71 31.55 20:39:05 20:26:01 2 5.67 0.00 6.72 8.48 49.47 29.67 20:39:05 20:26:01 3 5.20 0.00 6.73 8.64 51.46 27.98 20:39:05 20:27:10 all 7.20 0.00 7.19 18.83 43.95 22.82 20:39:05 20:27:10 0 7.40 0.00 7.12 19.15 43.66 22.67 20:39:05 20:27:10 1 6.64 0.00 7.31 17.73 43.77 24.55 20:39:05 20:27:10 2 6.94 0.00 6.61 20.86 43.95 21.63 20:39:05 20:27:10 3 7.84 0.00 7.71 17.56 44.44 22.45 20:39:05 20:28:03 all 24.98 0.00 11.51 12.24 41.93 9.33 20:39:05 20:28:03 0 26.59 0.00 11.47 11.14 41.33 9.47 20:39:05 20:28:03 1 24.88 0.00 11.29 11.75 43.27 8.81 20:39:05 20:28:03 2 23.53 0.00 10.46 13.87 42.04 10.11 20:39:05 20:28:03 3 25.00 0.00 12.87 12.13 41.12 8.89 20:39:05 20:29:02 all 17.83 0.00 7.11 21.03 46.44 7.58 20:39:05 20:29:02 0 17.62 0.00 6.56 19.66 46.44 9.73 20:39:05 20:29:02 1 18.33 0.00 7.62 18.86 47.04 8.15 20:39:05 20:29:02 2 18.80 0.00 6.86 21.40 45.93 7.00 20:39:05 20:29:02 3 16.58 0.00 7.42 24.10 46.38 5.51 20:39:05 20:30:02 all 20.64 0.00 11.44 13.13 33.65 21.13 20:39:05 20:30:02 0 18.44 0.00 11.55 14.29 33.88 21.84 20:39:05 20:30:02 1 23.69 0.00 11.76 12.19 32.65 19.72 20:39:05 20:30:02 2 21.21 0.00 11.51 14.29 33.76 19.23 20:39:05 20:30:02 3 19.39 0.00 10.94 11.73 34.28 23.66 20:39:05 20:31:01 all 1.28 0.00 3.22 2.82 15.48 77.21 20:39:05 20:31:01 0 1.08 0.00 3.22 2.01 15.43 78.25 20:39:05 20:31:01 1 1.28 0.00 3.25 4.86 15.76 74.85 20:39:05 20:31:01 2 1.14 0.00 2.84 1.90 16.34 77.78 20:39:05 20:31:01 3 1.61 0.00 3.58 2.51 14.34 77.97 20:39:05 20:39:05 20:31:01 CPU %user %nice %system %iowait %steal %idle 20:39:05 20:32:01 all 0.08 0.00 0.05 0.00 0.80 99.07 20:39:05 20:32:01 0 0.02 0.00 0.05 0.00 0.32 99.62 20:39:05 20:32:01 1 0.03 0.00 0.03 0.00 0.63 99.30 20:39:05 20:32:01 2 0.05 0.00 0.07 0.00 1.53 98.35 20:39:05 20:32:01 3 0.23 0.00 0.05 0.00 0.70 99.02 20:39:05 20:33:01 all 0.08 0.00 0.21 0.00 1.84 97.86 20:39:05 20:33:01 0 0.02 0.00 0.02 0.00 0.69 99.27 20:39:05 20:33:01 1 0.02 0.00 0.08 0.00 2.02 97.88 20:39:05 20:33:01 2 0.03 0.00 0.28 0.00 2.29 97.39 20:39:05 20:33:01 3 0.26 0.00 0.47 0.00 2.36 96.91 20:39:05 20:34:01 all 0.07 0.00 0.09 0.00 1.81 98.03 20:39:05 20:34:01 0 0.03 0.00 0.05 0.00 2.53 97.39 20:39:05 20:34:01 1 0.20 0.00 0.18 0.02 1.82 97.78 20:39:05 20:34:01 2 0.03 0.00 0.02 0.00 1.43 98.52 20:39:05 20:34:01 3 0.02 0.00 0.12 0.00 1.45 98.42 20:39:05 20:35:01 all 0.10 0.00 0.25 0.01 1.18 98.46 20:39:05 20:35:01 0 0.05 0.00 0.05 0.00 0.97 98.93 20:39:05 20:35:01 1 0.33 0.00 0.08 0.02 1.56 98.01 20:39:05 20:35:01 2 0.02 0.00 0.08 0.02 1.49 98.39 20:39:05 20:35:01 3 0.02 0.00 0.80 0.00 0.66 98.52 20:39:05 20:36:02 all 0.11 0.00 0.02 0.00 0.38 99.49 20:39:05 20:36:02 0 0.02 0.00 0.03 0.00 0.63 99.32 20:39:05 20:36:02 1 0.38 0.00 0.02 0.00 0.47 99.14 20:39:05 20:36:02 2 0.03 0.00 0.02 0.00 0.23 99.72 20:39:05 20:36:02 3 0.02 0.00 0.02 0.00 0.20 99.77 20:39:05 20:37:01 all 0.10 0.00 0.03 0.00 0.14 99.74 20:39:05 20:37:01 0 0.03 0.00 0.02 0.00 0.19 99.76 20:39:05 20:37:01 1 0.30 0.00 0.05 0.00 0.27 99.37 20:39:05 20:37:01 2 0.03 0.00 0.03 0.00 0.05 99.88 20:39:05 20:37:01 3 0.02 0.00 0.00 0.00 0.05 99.93 20:39:05 20:38:01 all 0.94 0.00 0.96 0.72 6.92 90.47 20:39:05 20:38:01 0 0.91 0.00 1.25 1.02 6.42 90.39 20:39:05 20:38:01 1 1.12 0.00 0.73 0.90 6.76 90.48 20:39:05 20:38:01 2 1.21 0.00 1.43 0.54 8.00 88.82 20:39:05 20:38:01 3 0.49 0.00 0.43 0.41 6.48 92.19 20:39:05 Average: all 10.18 0.00 5.51 8.32 27.91 48.07 20:39:05 Average: 0 10.12 0.00 5.47 7.95 28.15 48.30 20:39:05 Average: 1 10.29 0.00 5.40 8.15 27.84 48.31 20:39:05 Average: 2 10.05 0.00 5.55 8.55 27.86 47.98 20:39:05 Average: 3 10.25 0.00 5.63 8.63 27.79 47.70 20:39:05 20:39:05 20:39:05