Pull request #3318 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 1024e6cd34f74e2e17cbebf936445d461a1269d2+455f88eb7f104c981a27c2f244562def9f736fdb (bfd481b2bdb69cabde5831c5308d88875f8511f9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32187 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [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 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 1024e6cd34f74e2e17cbebf936445d461a1269d2 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing 1024e6cd34f74e2e17cbebf936445d461a1269d2 Checking out Revision 1024e6cd34f74e2e17cbebf936445d461a1269d2 (PR-3318) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:16:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:16:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:16:01 ========================================================= 03:16:01 EdgeX Global Pipelines Version Info 03:16:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 20b146b0364fa5ae58e67ac48eac609c6848e568 # timeout=10 03:16:06 ------------------- 03:16:06 stable info: 03:16:06 ------------------- 03:16:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:16:06 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 03:16:06 Message: update stable to v1.0.186 03:16:07 ------------------- 03:16:07 experimental info: 03:16:07 ------------------- 03:16:07 Commited By: **** collab-it+edgex@linuxfoundation.org 03:16:07 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 03:16:07 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:16:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:16:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:16:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:16:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:16:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:16:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:16:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:16:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3318 [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3318 [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3318 [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1024e6cd34f74e2e17cbebf936445d461a1269d2 [Pipeline] echo 03:16:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1024e6c [Pipeline] echo 03:16:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:16:11 provisioning config files... 03:16:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3049070294228839416tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:16:11 ---> docker-login.sh 03:16:11 nexus3.edgexfoundry.org:10001 03:16:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:13 Configure a credential helper to remove this warning. See 03:16:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:13 03:16:13 Login Succeeded 03:16:13 nexus3.edgexfoundry.org:10002 03:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:14 Configure a credential helper to remove this warning. See 03:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:14 03:16:14 Login Succeeded 03:16:14 nexus3.edgexfoundry.org:10003 03:16:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:14 Configure a credential helper to remove this warning. See 03:16:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:14 03:16:14 Login Succeeded 03:16:14 nexus3.edgexfoundry.org:10004 03:16:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:15 Configure a credential helper to remove this warning. See 03:16:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:15 03:16:15 Login Succeeded 03:16:15 docker.io 03:16:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:16:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:16:16 Configure a credential helper to remove this warning. See 03:16:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:16:16 03:16:16 Login Succeeded 03:16:16 ---> docker-login.sh ends [Pipeline] } 03:16:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:16:16 ++ 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 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ cut -d/ -f2 03:16:16 ++ dirname cmd/core-command/Dockerfile 03:16:16 + echo core-command,cmd/core-command/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ dirname cmd/core-data/Dockerfile 03:16:16 ++ cut -d/ -f2 03:16:16 + echo core-data,cmd/core-data/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ dirname cmd/core-metadata/Dockerfile 03:16:16 ++ cut -d/ -f2 03:16:16 + echo core-metadata,cmd/core-metadata/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ dirname cmd/security-bootstrapper/Dockerfile 03:16:16 ++ cut -d/ -f2 03:16:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ dirname cmd/security-proxy-setup/Dockerfile 03:16:16 ++ cut -d/ -f2 03:16:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:16:16 ++ cut -d/ -f2 03:16:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ dirname cmd/support-notifications/Dockerfile 03:16:16 ++ cut -d/ -f2 03:16:16 + echo support-notifications,cmd/support-notifications/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ dirname cmd/support-scheduler/Dockerfile 03:16:16 ++ cut -d/ -f2 03:16:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:16:16 + for file in '`ls cmd/**/Dockerfile`' 03:16:16 ++ cut -d/ -f2 03:16:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:16:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:16:17 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 03:16:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:16:18 03:16:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:16:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:16:19 latest: Pulling from edgex-devops/git-semver 03:16:19 31603596830f: Pulling fs layer 03:16:19 2a8b12db71e7: Pulling fs layer 03:16:19 6ca5941a6612: Pulling fs layer 03:16:19 ecc8261a40a4: Pulling fs layer 03:16:19 ecc8261a40a4: Waiting 03:16:19 2a8b12db71e7: Verifying Checksum 03:16:19 2a8b12db71e7: Download complete 03:16:19 31603596830f: Verifying Checksum 03:16:19 31603596830f: Download complete 03:16:20 ecc8261a40a4: Verifying Checksum 03:16:20 ecc8261a40a4: Download complete 03:16:20 6ca5941a6612: Verifying Checksum 03:16:20 6ca5941a6612: Download complete 03:16:20 31603596830f: Pull complete 03:16:20 2a8b12db71e7: Pull complete 03:16:22 6ca5941a6612: Pull complete 03:16:22 ecc8261a40a4: Pull complete 03:16:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:16:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:16:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:16:22 prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container 03:16:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:16:27 $ docker top 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:16:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:16:27 [ssh-agent] Looking for ssh-agent implementation... 03:16:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:16:29 $ docker exec 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent 03:16:30 SSH_AUTH_SOCK=/tmp/ssh-Aw9v3BRwHq6v/agent.11 03:16:30 SSH_AGENT_PID=16 03:16:30 Running ssh-add (command line suppressed) 03:16:30 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1795877169595418201.key (/w/workspace/edgex-go/3@tmp/private_key_1795877169595418201.key) 03:16:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:16:31 + git tag --points-at HEAD [Pipeline] } 03:16:31 $ docker exec --env ******** --env ******** 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent -k 03:16:32 unset SSH_AUTH_SOCK; 03:16:32 unset SSH_AGENT_PID; 03:16:32 echo Agent pid 16 killed; 03:16:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:16:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:16:32 [ssh-agent] Looking for ssh-agent implementation... 03:16:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:16:33 $ docker exec 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent 03:16:34 SSH_AUTH_SOCK=/tmp/ssh-lz8JWxnB10bo/agent.44 03:16:34 SSH_AGENT_PID=49 03:16:34 Running ssh-add (command line suppressed) 03:16:35 Identity added: /w/workspace/edgex-go/3@tmp/private_key_351766360202904473.key (/w/workspace/edgex-go/3@tmp/private_key_351766360202904473.key) 03:16:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:16:36 + git semver init 03:16:36 # -> Open(): unable to determine branch for HEAD 03:16:36 # $GIT_DIR = /w/workspace/edgex-go/3/.git 03:16:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 03:16:36 # $SEMVER_REMOTE_NAME = origin 03:16:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:16:36 # $SEMVER_USER_NAME = edgex-jenkins 03:16:36 # $SEMVER_BRANCH = PR-3318 03:16:36 # $SEMVER_TEMP = /tmp/semver-211647094 03:16:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:17:24 # '/tmp/semver-211647094' -> '/w/workspace/edgex-go/3/.semver' 03:17:24 # -> Force: false 03:17:24 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 03:17:24 $ docker exec --env ******** --env ******** 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 ssh-agent -k 03:17:25 unset SSH_AUTH_SOCK; 03:17:25 unset SSH_AGENT_PID; 03:17:25 echo Agent pid 49 killed; 03:17:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:17:26 + git semver [Pipeline] } 03:17:27 $ docker stop --time=1 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 03:17:29 $ docker rm -f 83b46ab273e01e274cfd395f586720441e5a12aa3db1a49c5db7734fb4c570b4 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:17:33 Stashed 1 file(s) [Pipeline] echo 03:17:33 [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 03:17:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:17:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:17:35 + sudo service docker restart 03:17:35 + true 03:17:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:17:37 ========================================================= 03:17:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:17:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:17:37 + 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 . 03:17:48 Still waiting to schedule task 03:17:48 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 03:17:50 Sending build context to Docker daemon 328.9MB 03:17:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:17:50 Step 2/6 : FROM ${BASE} 03:17:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:17:50 188c0c94c7c5: Pulling fs layer 03:17:50 0ef7d3d256c8: Pulling fs layer 03:17:50 de9db76c5a1d: Pulling fs layer 03:17:50 bca2f99d35d6: Pulling fs layer 03:17:50 93359f2a8cfa: Pulling fs layer 03:17:50 7c6f9722023f: Pulling fs layer 03:17:50 a35cf1a2eb13: Pulling fs layer 03:17:50 93359f2a8cfa: Waiting 03:17:50 7c6f9722023f: Waiting 03:17:50 a35cf1a2eb13: Waiting 03:17:50 bca2f99d35d6: Waiting 03:17:50 de9db76c5a1d: Verifying Checksum 03:17:50 de9db76c5a1d: Download complete 03:17:50 0ef7d3d256c8: Download complete 03:17:50 93359f2a8cfa: Verifying Checksum 03:17:50 93359f2a8cfa: Download complete 03:17:50 7c6f9722023f: Verifying Checksum 03:17:50 7c6f9722023f: Download complete 03:17:50 188c0c94c7c5: Verifying Checksum 03:17:50 188c0c94c7c5: Download complete 03:17:50 188c0c94c7c5: Pull complete 03:17:51 0ef7d3d256c8: Pull complete 03:17:51 de9db76c5a1d: Pull complete 03:17:56 a35cf1a2eb13: Verifying Checksum 03:17:56 a35cf1a2eb13: Download complete 03:17:59 bca2f99d35d6: Verifying Checksum 03:17:59 bca2f99d35d6: Download complete 03:18:15 bca2f99d35d6: Pull complete 03:18:15 93359f2a8cfa: Pull complete 03:18:17 7c6f9722023f: Pull complete 03:18:23 a35cf1a2eb13: Pull complete 03:18:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:18:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:18:23 ---> a62c8e92a672 03:18:23 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 03:18:23 ---> Running in 83b30be3caf2 03:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:26 (1/12) Installing libmagic (5.38-r0) 03:18:26 (2/12) Installing file (5.38-r0) 03:18:26 (3/12) Installing libc-dev (0.7.2-r3) 03:18:27 (4/12) Installing g++ (9.3.0-r2) 03:18:30 (5/12) Installing fortify-headers (1.1-r0) 03:18:30 (6/12) Installing patch (2.7.6-r6) 03:18:30 (7/12) Installing build-base (0.5-r2) 03:18:30 (8/12) Installing libsodium (1.0.18-r0) 03:18:31 (9/12) Installing pkgconf (1.7.2-r0) 03:18:31 (10/12) Installing libsodium-dev (1.0.18-r0) 03:18:31 (11/12) Installing libzmq (4.3.3-r0) 03:18:31 (12/12) Installing zeromq-dev (4.3.3-r0) 03:18:31 Executing busybox-1.31.1-r19.trigger 03:18:31 OK: 233 MiB in 51 packages 03:18:37 Removing intermediate container 83b30be3caf2 03:18:37 ---> 32bc666b30d9 03:18:37 Step 4/6 : WORKDIR /edgex-go 03:18:37 ---> Running in 76c318cb4023 03:18:37 Removing intermediate container 76c318cb4023 03:18:37 ---> e4779f71e528 03:18:37 Step 5/6 : COPY go.mod . 03:18:38 ---> 1b6ee9e70374 03:18:38 Step 6/6 : RUN go mod download 03:18:38 ---> Running in 1d0ad0f347af 03:19:18 Removing intermediate container 1d0ad0f347af 03:19:18 ---> ad39f52d13cd 03:19:18 Successfully built ad39f52d13cd 03:19:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:19:18 + docker inspect -f . ci-base-image-x86_64 03:19:19 . [Pipeline] withDockerContainer 03:19:20 prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container 03:19:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:19:23 $ docker top 596ee6d232da8bdc568437afa7b7df09838862080a119564114aa6e4df7900f4 -eo pid,comm [Pipeline] { [Pipeline] sh 03:19:24 + go version 03:19:24 go version go1.15.5 linux/amd64 [Pipeline] } 03:19:24 $ docker stop --time=1 596ee6d232da8bdc568437afa7b7df09838862080a119564114aa6e4df7900f4 03:19:26 $ docker rm -f 596ee6d232da8bdc568437afa7b7df09838862080a119564114aa6e4df7900f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:19:28 + docker inspect -f . ci-base-image-x86_64 03:19:28 . [Pipeline] withDockerContainer 03:19:29 prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container 03:19:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 03:19:32 $ docker top d756cfe2e574b0feddf1ed43a644faf2f462a13438467afbc868829a1f06bcac -eo pid,comm [Pipeline] { [Pipeline] echo 03:19:32 ========================================================= 03:19:32 [edgeXBuildGoParallel] Running Tests and Build... 03:19:32 ========================================================= [Pipeline] sh 03:19:32 + make test 03:19:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:20:00 ? github.com/edgexfoundry/edgex-go [no test files] 03:20:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:20:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:20:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:20:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:21:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:21:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:21:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:21:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:21:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:21:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:21:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:21:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:21:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.347s coverage: 45.9% of statements 03:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:21:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.074s coverage: 19.8% of statements 03:21:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements 03:21:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.639s coverage: 27.1% of statements 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:21:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.181s coverage: 100.0% of statements 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:21:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.152s coverage: 100.0% of statements 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:21:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:21:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 71.3% of statements 03:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:21:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.336s coverage: 82.9% of statements 03:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:21:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.155s coverage: 78.9% of statements 03:21:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:21:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.063s coverage: 28.6% of statements 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:21:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:21:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.265s coverage: 100.0% of statements 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:21:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.415s coverage: 86.7% of statements 03:21:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:21:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.619s coverage: 97.5% of statements 03:21:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:21:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.422s coverage: 78.3% of statements 03:21:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:21:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:21:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:21:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:21:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:21:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.162s coverage: 58.8% of statements 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:21:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.124s coverage: 1.0% of statements 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:21:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:21:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.192s coverage: 47.1% of statements 03:21:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.100s coverage: 79.5% of statements 03:21:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.363s coverage: 94.1% of statements 03:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.172s coverage: 96.3% of statements 03:21:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.204s coverage: 87.5% of statements 03:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.158s coverage: 94.4% of statements 03:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.150s coverage: 44.8% of statements 03:22:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.578s coverage: 82.6% of statements 03:22:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32189 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws 03:22:11 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.447s coverage: 92.9% of statements 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.045s coverage: 77.8% of statements 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.353s coverage: 87.2% of statements 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.094s coverage: 100.0% of statements 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.425s coverage: 75.5% of statements 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.262s coverage: 80.8% of statements 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.461s coverage: 87.2% of statements 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.360s coverage: 84.6% of statements 03:22:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.825s coverage: 91.6% of statements 03:22:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:22:16 using credential edgex-jenkins-ssh 03:22:16 Cloning the remote Git repository 03:22:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:22:16 > git init /w/workspace/edgex-go/3 # timeout=10 03:22:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:22:16 > git --version # timeout=10 03:22:16 > git --version # 'git version 2.17.1' 03:22:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:22:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:22:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.652s coverage: 64.4% of statements 03:22:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:22:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:22:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.329s coverage: 100.0% of statements 03:22:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.246s coverage: 91.3% of statements 03:22:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.167s coverage: 100.0% of statements 03:22:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.101s coverage: 73.7% of statements 03:22:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.251s coverage: 100.0% of statements 03:22:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.221s coverage: 69.0% of statements 03:22:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:22:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:22:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:22:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.841s coverage: 38.4% of statements 03:22:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:22:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:22:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.211s coverage: 89.5% of statements 03:22:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:22:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.098s coverage: 84.8% of statements 03:22:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.486s coverage: 47.0% of statements 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:22:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.093s coverage: 100.0% of statements 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:22:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:22:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:22:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.497s coverage: 87.1% of statements 03:22:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:22:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:22:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:22:33 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 1024e6cd34f74e2e17cbebf936445d461a1269d2 03:22:33 Merge succeeded, producing 1024e6cd34f74e2e17cbebf936445d461a1269d2 03:22:33 Checking out Revision 1024e6cd34f74e2e17cbebf936445d461a1269d2 (PR-3318) 03:22:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:22:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:22:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:22:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:22:32 using GIT_SSH to set credentials SSH Credentials for GitHub 03:22:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:22:33 > git config core.sparsecheckout # timeout=10 03:22:33 > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 03:22:33 > git remote # timeout=10 03:22:33 > git config --get remote.origin.url # timeout=10 03:22:33 using GIT_SSH to set credentials SSH Credentials for GitHub 03:22:33 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 03:22:33 > git rev-parse HEAD^{commit} # timeout=10 03:22:33 > git config core.sparsecheckout # timeout=10 03:22:33 > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 03:22:38 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:22:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:22:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:22:40 + sudo service docker restart 03:22:40 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:22:42 provisioning config files... 03:22:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3828106498378405074tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.860s coverage: 29.1% of statements 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.260s coverage: 99.0% of statements 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.338s coverage: 95.0% of statements 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.068s coverage: 0.0% of statements 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 03:22:42 ---> docker-login.sh 03:22:42 nexus3.edgexfoundry.org:10001 03:22:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.266s coverage: 32.1% of statements 03:22:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:44 Configure a credential helper to remove this warning. See 03:22:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:44 03:22:44 Login Succeeded 03:22:44 nexus3.edgexfoundry.org:10002 03:22:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.050s coverage: 100.0% of statements 03:22:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:44 Configure a credential helper to remove this warning. See 03:22:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:44 03:22:44 Login Succeeded 03:22:44 nexus3.edgexfoundry.org:10003 03:22:44 GO111MODULE=on go vet ./... 03:22:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:44 Configure a credential helper to remove this warning. See 03:22:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:44 03:22:44 Login Succeeded 03:22:44 nexus3.edgexfoundry.org:10004 03:22:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:45 Configure a credential helper to remove this warning. See 03:22:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:45 03:22:45 Login Succeeded 03:22:45 docker.io 03:22:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:46 Configure a credential helper to remove this warning. See 03:22:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:46 03:22:46 Login Succeeded 03:22:46 ---> docker-login.sh ends [Pipeline] } 03:22:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:22:46 ========================================================= 03:22:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:22:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:22:47 + 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 . 03:22:49 Sending build context to Docker daemon 167MB 03:22:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:22:49 Step 2/6 : FROM ${BASE} 03:22:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:22:49 5f621e34cdf4: Pulling fs layer 03:22:49 a4357932f1b6: Pulling fs layer 03:22:49 18c013af1878: Pulling fs layer 03:22:49 00ac8860ef70: Pulling fs layer 03:22:49 63d7cb157983: Pulling fs layer 03:22:49 b116817d02f9: Pulling fs layer 03:22:49 745a02a5169b: Pulling fs layer 03:22:49 00ac8860ef70: Waiting 03:22:49 63d7cb157983: Waiting 03:22:49 b116817d02f9: Waiting 03:22:49 745a02a5169b: Waiting 03:22:49 18c013af1878: Verifying Checksum 03:22:49 18c013af1878: Download complete 03:22:49 a4357932f1b6: Download complete 03:22:49 63d7cb157983: Verifying Checksum 03:22:49 63d7cb157983: Download complete 03:22:49 b116817d02f9: Verifying Checksum 03:22:49 5f621e34cdf4: Verifying Checksum 03:22:49 5f621e34cdf4: Download complete 03:22:50 5f621e34cdf4: Pull complete 03:22:51 a4357932f1b6: Pull complete 03:22:51 18c013af1878: Pull complete 03:22:52 745a02a5169b: Verifying Checksum 03:22:52 745a02a5169b: Download complete 03:22:53 00ac8860ef70: Verifying Checksum 03:22:53 00ac8860ef70: Download complete 03:23:03 00ac8860ef70: Pull complete 03:23:04 63d7cb157983: Pull complete 03:23:04 b116817d02f9: Pull complete 03:23:09 745a02a5169b: Pull complete 03:23:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:23:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:23:09 ---> b7e6874047d6 03:23:09 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 03:23:11 ---> Running in 610fd1d9ef9e 03:23:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:23:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:23:14 (1/12) Installing libmagic (5.38-r0) 03:23:14 (2/12) Installing file (5.38-r0) 03:23:14 (3/12) Installing libc-dev (0.7.2-r3) 03:23:14 (4/12) Installing g++ (9.3.0-r2) 03:23:17 (5/12) Installing fortify-headers (1.1-r0) 03:23:17 (6/12) Installing patch (2.7.6-r6) 03:23:17 (7/12) Installing build-base (0.5-r2) 03:23:17 (8/12) Installing libsodium (1.0.18-r0) 03:23:17 (9/12) Installing pkgconf (1.7.2-r0) 03:23:17 (10/12) Installing libsodium-dev (1.0.18-r0) 03:23:17 (11/12) Installing libzmq (4.3.3-r0) 03:23:18 (12/12) Installing zeromq-dev (4.3.3-r0) 03:23:18 Executing busybox-1.31.1-r19.trigger 03:23:18 OK: 217 MiB in 51 packages 03:23:22 Removing intermediate container 610fd1d9ef9e 03:23:22 ---> 967ee6b5cd48 03:23:22 Step 4/6 : WORKDIR /edgex-go 03:23:22 ---> Running in 7f8d4c6be496 03:23:22 Removing intermediate container 7f8d4c6be496 03:23:22 ---> 7a90ac33a3ac 03:23:22 Step 5/6 : COPY go.mod . 03:23:23 ---> 47afe9244453 03:23:23 Step 6/6 : RUN go mod download 03:23:23 ---> Running in df86b1fcf4b1 03:23:50 Removing intermediate container df86b1fcf4b1 03:23:50 ---> 3d90062dab89 03:23:50 Successfully built 3d90062dab89 03:23:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:23:50 + docker inspect -f . ci-base-image-arm64 03:23:50 . [Pipeline] withDockerContainer 03:23:50 prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container 03:23:50 $ 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-arm64 cat 03:23:52 $ docker top 63afc87ac4b98da793cb7b656f1f08b2c55c002cd4407e0c47b8c1290b9cff25 -eo pid,comm [Pipeline] { [Pipeline] sh 03:23:53 + go version 03:23:53 go version go1.15.5 linux/arm64 [Pipeline] } 03:23:53 $ docker stop --time=1 63afc87ac4b98da793cb7b656f1f08b2c55c002cd4407e0c47b8c1290b9cff25 03:23:55 $ docker rm -f 63afc87ac4b98da793cb7b656f1f08b2c55c002cd4407e0c47b8c1290b9cff25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:23:56 + docker inspect -f . ci-base-image-arm64 03:23:56 . [Pipeline] withDockerContainer 03:23:56 prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container 03:23:56 $ 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-arm64 cat 03:23:58 $ docker top 26f142a173d985be7f4df86bb78f21693b2cd9577d743f4c6b3fb254030c1326 -eo pid,comm [Pipeline] { [Pipeline] echo 03:23:58 ========================================================= 03:23:58 [edgeXBuildGoParallel] Running Tests and Build... 03:23:58 ========================================================= [Pipeline] sh 03:23:59 + make test 03:23:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:24:08 gofmt -l . 03:24:08 [ "`gofmt -l .`" = "" ] 03:24:08 ./bin/test-go-mod-tidy.sh 03:24:08 ./bin/test-attribution-txt.sh [Pipeline] sh 03:24:08 + ls -al . 03:24:08 total 780 03:24:08 drwxrwxr-x 10 1001 1001 4096 Mar 31 03:24 . 03:24:08 drwxr-xr-x 4 root root 28 Mar 31 03:19 .. 03:24:08 -rw-rw-r-- 1 1001 1001 11 Mar 31 03:15 .dockerignore 03:24:08 drwxrwxr-x 8 1001 1001 179 Mar 31 03:15 .git 03:24:08 drwxrwxr-x 3 1001 1001 125 Mar 31 03:15 .github 03:24:08 -rw-rw-r-- 1 1001 1001 818 Mar 31 03:15 .gitignore 03:24:08 drwx------ 3 1001 1001 60 Mar 31 03:17 .semver 03:24:08 -rw-rw-r-- 1 1001 1001 166 Mar 31 03:15 .sonarcloud.properties 03:24:08 -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:15 Attribution.txt 03:24:08 -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:15 CONTRIBUTING.md 03:24:08 -rw-rw-r-- 1 1001 1001 931 Mar 31 03:15 Dockerfile.build 03:24:08 -rw-rw-r-- 1 1001 1001 863 Mar 31 03:15 Jenkinsfile 03:24:08 -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:15 LICENSE 03:24:08 -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:15 Makefile 03:24:08 -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:15 README.md 03:24:08 -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:15 SECURITY.md 03:24:08 -rw-rw-r-- 1 1001 1001 5 Mar 31 03:17 VERSION 03:24:08 -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:15 ZMQWindows.md 03:24:08 drwxrwxr-x 2 1001 1001 117 Mar 31 03:15 bin 03:24:08 drwxrwxr-x 14 1001 1001 4096 Mar 31 03:15 cmd 03:24:08 -rw-r--r-- 1 root root 669470 Mar 31 03:22 coverage.out 03:24:08 -rw-r--r-- 1 root root 1056 Mar 31 03:24 go.mod 03:24:08 -rw-r--r-- 1 root root 22531 Mar 31 03:24 go.sum 03:24:08 drwxrwxr-x 8 1001 1001 127 Mar 31 03:15 internal 03:24:08 drwxrwxr-x 4 1001 1001 26 Mar 31 03:15 openapi 03:24:08 drwxrwxr-x 4 1001 1001 71 Mar 31 03:15 snap 03:24:08 -rw-rw-r-- 1 1001 1001 168 Mar 31 03:15 version.go [Pipeline] sh 03:24:09 + '[' -e coverage.out ] 03:24:09 + chown 1001:1001 coverage.out [Pipeline] stash 03:24:10 Stashed 1 file(s) [Pipeline] sh 03:24:11 + make build 03:24:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:24:19 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 03:24:21 ? github.com/edgexfoundry/edgex-go [no test files] 03:24:39 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 03:24:42 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 03:24:48 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 03:24:48 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 03:24:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:25:01 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 03:25:07 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 03:25:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:25:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:25:13 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 03:25:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:25:15 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] } 03:25:23 $ docker stop --time=1 d756cfe2e574b0feddf1ed43a644faf2f462a13438467afbc868829a1f06bcac 03:25:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:25:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:25:26 $ docker rm -f d756cfe2e574b0feddf1ed43a644faf2f462a13438467afbc868829a1f06bcac 03:25:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:25:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:25:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:25:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 03:25:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:25:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] isUnix [Pipeline] sh 03:25:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:25:31 03:25:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:25:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:25:33 latest: Pulling from edgex-devops/edgex-compose 03:25:33 cbdbe7a5bc2a: Pulling fs layer 03:25:33 ca9280d653b3: Pulling fs layer 03:25:33 7e9c9ca2126c: Pulling fs layer 03:25:34 cbdbe7a5bc2a: Verifying Checksum 03:25:34 cbdbe7a5bc2a: Download complete 03:25:35 cbdbe7a5bc2a: Pull complete 03:25:37 ca9280d653b3: Verifying Checksum 03:25:37 ca9280d653b3: Download complete 03:25:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:25:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:25:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:25:42 ca9280d653b3: Pull complete 03:25:42 7e9c9ca2126c: Verifying Checksum 03:25:42 7e9c9ca2126c: Download complete 03:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.9% of statements 03:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:25:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:25:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.118s coverage: 19.8% of statements 03:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.264s coverage: 100.0% of statements 03:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.474s coverage: 27.1% of statements 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.125s coverage: 100.0% of statements 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:25:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements 03:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:25:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.489s coverage: 82.9% of statements 03:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:25:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements 03:25:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:25:58 7e9c9ca2126c: Pull complete 03:25:58 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:25:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:25:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:25:58 prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container 03:25:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:26:02 $ docker top 3844cf2287425381263d4026ce6aed030dff7af18c408fc3242d2bc127f387f9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:03 + docker-compose build --help 03:26:03 + grep parallel 03:26:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.200s coverage: 28.6% of statements 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:26:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.256s coverage: 100.0% of statements 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:26:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:26:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.446s coverage: 86.7% of statements 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:26:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.388s coverage: 97.5% of statements 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:26:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.220s coverage: 78.3% of statements 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:26:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:26:06 --parallel Build images in parallel. [Pipeline] } 03:26:06 $ docker stop --time=1 3844cf2287425381263d4026ce6aed030dff7af18c408fc3242d2bc127f387f9 03:26:08 $ docker rm -f 3844cf2287425381263d4026ce6aed030dff7af18c408fc3242d2bc127f387f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:26:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:26:09 . [Pipeline] withDockerContainer 03:26:09 prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container 03:26:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:26:11 $ docker top e7cb759ea01d6f5e955d762ef4bc338941cf42dc9ff5a9f58e47f4a7443c2541 -eo pid,comm [Pipeline] { [Pipeline] sh 03:26:12 + docker-compose -f ./docker-compose-build.yml build --parallel 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.172s coverage: 92.8% of statements 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 1.0% of statements 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:26:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.146s coverage: 79.5% of statements 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.108s coverage: 94.1% of statements 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.159s coverage: 96.3% of statements 03:26:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.132s coverage: 87.5% of statements 03:26:16 Building docker-core-command-go ... 03:26:16 Building docker-core-data-go ... 03:26:16 Building docker-core-metadata-go ... 03:26:16 Building docker-security-bootstrapper-go ... 03:26:16 Building docker-security-proxy-setup-go ... 03:26:16 Building docker-security-secretstore-setup-go ... 03:26:16 Building docker-support-notifications-go ... 03:26:16 Building docker-support-scheduler-go ... 03:26:16 Building docker-sys-mgmt-agent-go ... 03:26:16 Building docker-core-data-go 03:26:16 Building docker-security-bootstrapper-go 03:26:16 Building docker-security-secretstore-setup-go 03:26:16 Building docker-security-proxy-setup-go 03:26:16 Building docker-sys-mgmt-agent-go 03:26:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.161s coverage: 94.4% of statements 03:26:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.132s coverage: 44.8% of statements 03:26:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.493s coverage: 82.6% of statements 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.154s coverage: 75.5% of statements 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.160s coverage: 80.8% of statements 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.170s coverage: 87.2% of statements 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.221s coverage: 84.6% of statements 03:26:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.6% of statements 03:26:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:26:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.762s coverage: 64.4% of statements 03:26:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:26:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:26:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.142s coverage: 100.0% of statements 03:26:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements 03:26:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements 03:26:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 03:26:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 03:26:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.925s coverage: 69.0% of statements 03:26:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:26:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:26:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.415s coverage: 38.4% of statements 03:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements 03:26:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:26:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements 03:26:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:26:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:26:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.166s coverage: 100.0% of statements 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:26:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.487s coverage: 87.1% of statements 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:26:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.154s coverage: 29.1% of statements 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.233s coverage: 99.0% of statements 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.243s coverage: 95.0% of statements 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:27:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 03:27:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.119s coverage: 32.1% of statements 03:27:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 03:27:04 GO111MODULE=on go vet ./... 03:27:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:27:55 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:27:55 ---> ad39f52d13cd 03:27:55 Step 3/26 : WORKDIR /edgex-go 03:27:55 ---> ad39f52d13cd 03:27:55 Step 3/31 : WORKDIR /edgex-go 03:27:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:27:55 ---> ad39f52d13cd 03:27:55 Step 3/23 : WORKDIR /edgex-go 03:27:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:27:55 ---> ad39f52d13cd 03:27:55 Step 3/21 : WORKDIR /edgex-go 03:27:55 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:27:55 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:27:55 ---> ad39f52d13cd 03:27:55 Step 3/24 : WORKDIR /edgex-go 03:27:55 ---> Running in 78b22563a34e 03:27:55 ---> Running in a4eff2d3745a 03:27:55 ---> Running in e30205a119bd 03:27:55 ---> Running in 349837ee69dd 03:27:55 ---> Running in 7cde571185eb 03:27:55 Removing intermediate container e30205a119bd 03:27:55 ---> 696ff2a2fc63 03:27:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:55 Removing intermediate container 349837ee69dd 03:27:55 ---> 7f0af753c48c 03:27:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:55 Removing intermediate container 7cde571185eb 03:27:55 ---> cee5eb489bb7 03:27:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:55 Removing intermediate container 78b22563a34e 03:27:55 ---> 709f35f65b57 03:27:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:55 ---> Running in 8f94fd469d71 03:27:55 Removing intermediate container a4eff2d3745a 03:27:55 ---> d757d06ee216 03:27:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:55 ---> Running in b24c773c91e2 03:27:55 ---> Running in aa6a1da7a764 03:27:55 ---> Running in 9e39290be330 03:27:55 ---> Running in ccfa980e74bd 03:27:55 Removing intermediate container b24c773c91e2 03:27:55 ---> 954de7fe3946 03:27:55 Step 5/24 : RUN apk add --update --no-cache make git 03:27:55 ---> Running in 32ee55de8e88 03:27:55 Removing intermediate container aa6a1da7a764 03:27:55 ---> d5138b833a80 03:27:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:27:55 ---> Running in 9f1b17f70600 03:27:55 Removing intermediate container 8f94fd469d71 03:27:55 ---> 36daf85c28ea 03:27:55 Step 5/31 : RUN apk add --update --no-cache make git 03:27:55 Removing intermediate container 9e39290be330 03:27:55 ---> 756f1c8e336f 03:27:55 Step 5/21 : RUN apk add --update --no-cache make git 03:27:55 Removing intermediate container ccfa980e74bd 03:27:55 ---> bc35aba649bc 03:27:55 Step 5/26 : RUN apk add --update --no-cache make bash git 03:27:55 ---> Running in f0447dbfa64d 03:27:55 ---> Running in 536343b34c9e 03:27:55 ---> Running in d0c52e312b0c 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:27:55 OK: 233 MiB in 51 packages 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:27:55 OK: 233 MiB in 51 packages 03:27:55 OK: 233 MiB in 51 packages 03:27:55 OK: 233 MiB in 51 packages 03:27:55 OK: 233 MiB in 51 packages 03:27:55 Removing intermediate container 32ee55de8e88 03:27:55 ---> efbf14c37dce 03:27:55 Step 6/24 : COPY go.mod . 03:27:56 ---> 7e0b9846e724 03:27:56 Step 7/24 : RUN go mod download 03:27:56 Removing intermediate container 9f1b17f70600 03:27:56 ---> 1d20fc97c9d0 03:27:56 Step 6/23 : COPY go.mod . 03:27:56 Removing intermediate container f0447dbfa64d 03:27:56 ---> 544df8d066ba 03:27:56 Step 6/31 : COPY go.mod . 03:27:57 ---> Running in ab6a3a0d48bf 03:27:57 Removing intermediate container d0c52e312b0c 03:27:57 ---> efc42f2268e0 03:27:57 Step 6/26 : COPY go.mod . 03:27:57 Removing intermediate container 536343b34c9e 03:27:57 ---> 9c2b00540272 03:27:57 Step 6/21 : COPY go.mod . 03:27:57 ---> c1c3ef492497 03:27:57 Step 7/23 : RUN go mod download 03:27:57 ---> b2a1e5c913b6 03:27:57 Step 7/31 : RUN go mod download 03:27:57 ---> Running in 751c645009c0 03:27:57 ---> Running in 142482413efa 03:27:58 ---> c7a0c8d435f9 03:27:58 Step 7/21 : RUN go mod download 03:27:58 ---> 6424709a8482 03:27:58 Step 7/26 : RUN go mod download 03:27:58 ---> Running in 67b791faaeb3 03:27:58 ---> Running in dbbfa0095df6 03:28:07 Removing intermediate container 67b791faaeb3 03:28:07 ---> 2474c037f338 03:28:07 Step 8/21 : COPY . . 03:28:07 Removing intermediate container dbbfa0095df6 03:28:07 ---> 31030cee1be7 03:28:07 Step 8/26 : COPY . . 03:28:07 Removing intermediate container 751c645009c0 03:28:07 ---> 0c6cbe3f6ef3 03:28:07 Step 8/23 : COPY . . 03:28:07 Removing intermediate container 142482413efa 03:28:07 ---> 06f70acc6d9c 03:28:07 Step 8/31 : COPY . . 03:28:07 Removing intermediate container ab6a3a0d48bf 03:28:07 ---> 6687bd9c5005 03:28:07 Step 8/24 : COPY . . 03:28:26 gofmt -l . 03:28:26 [ "`gofmt -l .`" = "" ] 03:28:26 ./bin/test-go-mod-tidy.sh 03:28:26 ./bin/test-attribution-txt.sh [Pipeline] sh 03:28:26 + ls -al . 03:28:26 total 808 03:28:26 drwxrwxr-x 9 1001 1001 4096 Mar 31 03:28 . 03:28:26 drwxr-xr-x 4 root root 4096 Mar 31 03:23 .. 03:28:26 -rw-rw-r-- 1 1001 1001 11 Mar 31 03:22 .dockerignore 03:28:26 drwxrwxr-x 8 1001 1001 4096 Mar 31 03:22 .git 03:28:26 drwxrwxr-x 3 1001 1001 4096 Mar 31 03:22 .github 03:28:26 -rw-rw-r-- 1 1001 1001 818 Mar 31 03:22 .gitignore 03:28:26 -rw-rw-r-- 1 1001 1001 166 Mar 31 03:22 .sonarcloud.properties 03:28:26 -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:22 Attribution.txt 03:28:26 -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:22 CONTRIBUTING.md 03:28:26 -rw-rw-r-- 1 1001 1001 931 Mar 31 03:22 Dockerfile.build 03:28:26 -rw-rw-r-- 1 1001 1001 863 Mar 31 03:22 Jenkinsfile 03:28:26 -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:22 LICENSE 03:28:26 -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:22 Makefile 03:28:26 -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:22 README.md 03:28:26 -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:22 SECURITY.md 03:28:26 -rw-rw-r-- 1 1001 1001 5 Mar 31 03:17 VERSION 03:28:26 -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:22 ZMQWindows.md 03:28:26 drwxrwxr-x 2 1001 1001 4096 Mar 31 03:22 bin 03:28:26 drwxrwxr-x 14 1001 1001 4096 Mar 31 03:22 cmd 03:28:26 -rw-r--r-- 1 root root 669470 Mar 31 03:27 coverage.out 03:28:26 -rw-r--r-- 1 root root 1056 Mar 31 03:28 go.mod 03:28:26 -rw-r--r-- 1 root root 22531 Mar 31 03:28 go.sum 03:28:26 drwxrwxr-x 8 1001 1001 4096 Mar 31 03:22 internal 03:28:26 drwxrwxr-x 4 1001 1001 4096 Mar 31 03:22 openapi 03:28:26 drwxrwxr-x 4 1001 1001 4096 Mar 31 03:22 snap 03:28:26 -rw-rw-r-- 1 1001 1001 168 Mar 31 03:22 version.go [Pipeline] sh 03:28:27 + '[' -e coverage.out ] 03:28:27 + chown 1001:1001 coverage.out [Pipeline] stash 03:28:27 Warning: overwriting stash ‘coverage-report’ 03:28:28 Stashed 1 file(s) [Pipeline] sh 03:28:29 + make build 03:28:29 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 03:28: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 03:29: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 03:29: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 03:29:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:29:16 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 03:29:21 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 03:29: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 03:29:30 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 03:29:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:29:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:29:42 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] } 03:29:49 $ docker stop --time=1 26f142a173d985be7f4df86bb78f21693b2cd9577d743f4c6b3fb254030c1326 03:29:51 $ docker rm -f 26f142a173d985be7f4df86bb78f21693b2cd9577d743f4c6b3fb254030c1326 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:29:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:29:53 03:29:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:29:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:29:53 latest: Pulling from edgex-devops/edgex-compose-arm64 03:29:53 29e5d40040c1: Pulling fs layer 03:29:53 1ce36da41761: Pulling fs layer 03:29:53 25b303627fd3: Pulling fs layer 03:29:54 29e5d40040c1: Verifying Checksum 03:29:54 29e5d40040c1: Download complete 03:29:55 1ce36da41761: Verifying Checksum 03:29:55 1ce36da41761: Download complete 03:29:55 29e5d40040c1: Pull complete 03:29:57 1ce36da41761: Pull complete 03:29:57 25b303627fd3: Verifying Checksum 03:29:57 25b303627fd3: Download complete 03:30:07 25b303627fd3: Pull complete 03:30:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:30:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:30:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:30:07 prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container 03:30:07 $ 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-arm64:latest cat 03:30:10 $ docker top f1d98694b330467d8c7f2d00e8950a0f0d7137a057113d08b617f5cee5888abd -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:11 + docker-compose build --help 03:30:11 + grep parallel 03:30:15 --parallel Build images in parallel. [Pipeline] } 03:30:15 $ docker stop --time=1 f1d98694b330467d8c7f2d00e8950a0f0d7137a057113d08b617f5cee5888abd 03:30:16 ---> 77f515df3360 03:30:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:30:16 ---> 24f655432c0f 03:30:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:30:16 ---> f679f966bc14 03:30:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:30:16 ---> b4fd4e983dde 03:30:16 Step 9/23 : RUN make cmd/core-data/core-data 03:30:16 ---> Running in 27ec30e149dd 03:30:16 ---> Running in 18cd450ca977 03:30:16 ---> Running in 5c18d66a8648 03:30:16 ---> Running in 2f65d31b9e37 03:30:16 ---> b9019559987e 03:30:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:30:16 ---> Running in bb2b2cd06a73 03:30: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 03:30:16 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 03:30:16 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 03:30:16 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 03:30:16 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 03:30:17 $ docker rm -f f1d98694b330467d8c7f2d00e8950a0f0d7137a057113d08b617f5cee5888abd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:30:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:30:17 . [Pipeline] withDockerContainer 03:30:18 prd-ubuntu18.04-docker-arm64-4c-16g-32189 does not seem to be running inside a container 03:30:18 $ 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-arm64:latest cat 03:30:19 $ docker top 33fe9261e0e79fd09237dde1359cb558371d8a4dd255b76df7c6369edd436b9e -eo pid,comm [Pipeline] { [Pipeline] sh 03:30:20 + docker-compose -f ./docker-compose-build.yml build --parallel 03:30:24 Building docker-core-command-go ... 03:30:24 Building docker-core-data-go ... 03:30:24 Building docker-core-metadata-go ... 03:30:24 Building docker-security-bootstrapper-go ... 03:30:24 Building docker-security-proxy-setup-go ... 03:30:24 Building docker-security-secretstore-setup-go ... 03:30:24 Building docker-support-notifications-go ... 03:30:24 Building docker-support-scheduler-go ... 03:30:24 Building docker-sys-mgmt-agent-go ... 03:30:24 Building docker-core-data-go 03:30:24 Building docker-core-metadata-go 03:30:24 Building docker-support-notifications-go 03:30:24 Building docker-support-scheduler-go 03:30:24 Building docker-security-bootstrapper-go 03:31:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:31:16 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 03:31:30 Removing intermediate container bb2b2cd06a73 03:31:30 ---> 8a6450b08202 03:31:30 03:31:30 Step 10/31 : FROM alpine:3.12 03:31:30 Removing intermediate container 5c18d66a8648 03:31:30 ---> 08b6f2a63c2a 03:31:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:31:30 3.12: Pulling from library/alpine 03:31:30 ---> Running in 8f3a6655825d 03:31:33 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:31:33 Status: Downloaded newer image for alpine:3.12 03:31:33 ---> 42cb162f0360 03:31:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:31:33 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 03:31:35 ---> Running in 6520e26f59c3 03:31:36 Removing intermediate container 27ec30e149dd 03:31:36 ---> 475863527eae 03:31:36 03:31:36 Step 10/24 : FROM alpine:3.12 03:31:36 ---> 42cb162f0360 03:31:36 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:31:36 Removing intermediate container 18cd450ca977 03:31:36 ---> 321c9a6cca09 03:31:36 03:31:36 Step 10/21 : FROM alpine:3.12 03:31:36 ---> 42cb162f0360 03:31:36 Step 11/21 : RUN apk add --update --no-cache curl 03:31:37 ---> Running in ac867359b401 03:31:37 ---> Running in 0bcce49df27d 03:31:37 Removing intermediate container 6520e26f59c3 03:31:37 ---> 2794e67ffe38 03:31:37 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:31:37 Removing intermediate container 2f65d31b9e37 03:31:37 ---> 118fb90cc9b2 03:31:37 03:31:37 Step 10/23 : FROM alpine:3.12 03:31:37 ---> 42cb162f0360 03:31:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:31:38 ---> Running in fab221e1a359 03:31:38 ---> Running in 73db04bc9f42 03:31:38 Removing intermediate container 8f3a6655825d 03:31:38 ---> 03262f8a5e42 03:31:38 03:31:38 Step 11/26 : FROM docker:20.10.0 03:31:38 20.10.0: Pulling from library/docker 03:31:38 Removing intermediate container 73db04bc9f42 03:31:38 ---> f26a89a01eab 03:31:38 Step 12/23 : ENV APP_PORT=48080 03:31:38 ---> Running in b8ffe70296fb 03:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:39 Removing intermediate container b8ffe70296fb 03:31:39 ---> c1f9240859bb 03:31:39 Step 13/23 : EXPOSE $APP_PORT 03:31:39 ---> Running in a1418f68b85c 03:31:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:39 (1/6) Installing ca-certificates (20191127-r4) 03:31:39 (1/4) Installing ca-certificates (20191127-r4) 03:31:39 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:31:39 (3/6) Installing libcurl (7.69.1-r3) 03:31:39 (4/6) Installing curl (7.69.1-r3) 03:31:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:39 (5/6) Installing dumb-init (1.2.2-r1) 03:31:39 (6/6) Installing su-exec (0.2-r1) 03:31:39 Executing busybox-1.31.1-r19.trigger 03:31:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:31:39 Executing ca-certificates-20191127-r4.trigger 03:31:39 (3/4) Installing libcurl (7.69.1-r3) 03:31:39 (4/4) Installing curl (7.69.1-r3) 03:31:39 Executing busybox-1.31.1-r19.trigger 03:31:39 Executing ca-certificates-20191127-r4.trigger 03:31:39 OK: 7 MiB in 20 packages 03:31:39 (1/2) Installing dumb-init (1.2.2-r1) 03:31:39 (2/2) Installing su-exec (0.2-r1) 03:31:39 OK: 7 MiB in 18 packages 03:31:39 Executing busybox-1.31.1-r19.trigger 03:31:39 OK: 6 MiB in 16 packages 03:31:41 Removing intermediate container a1418f68b85c 03:31:41 ---> e027194e782e 03:31:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:41 ---> Running in 9f4d19691e73 03:31:43 Removing intermediate container 0bcce49df27d 03:31:43 ---> 02cce2de662e 03:31:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:31:43 Removing intermediate container fab221e1a359 03:31:43 ---> fbb0aead4666 03:31:43 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:31:43 ---> Running in 692f2d5dd9e1 03:31:43 ---> Running in a7494e549ed5 03:31:44 Removing intermediate container ac867359b401 03:31:44 ---> 7c18e4e6c392 03:31:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:31:44 Removing intermediate container a7494e549ed5 03:31:44 ---> d76369f5e78a 03:31:44 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:31:44 ---> Running in 9cfe8d31de74 03:31:44 Removing intermediate container 692f2d5dd9e1 03:31:44 ---> 94fb04ef1a8a 03:31:44 Step 13/21 : WORKDIR /edgex 03:31:44 ---> Running in d668531eb0aa 03:31:44 ---> Running in aeb732418582 03:31:44 Removing intermediate container 9cfe8d31de74 03:31:44 ---> e76340386dc8 03:31:44 Step 13/24 : WORKDIR / 03:31:44 Removing intermediate container 9f4d19691e73 03:31:44 ---> ec52cff16808 03:31:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:31:44 Removing intermediate container d668531eb0aa 03:31:44 ---> 1ca5e7f0c4df 03:31:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:31:45 ---> Running in c44cee83c20e 03:31:45 ---> Running in 978b77ab1318 03:31:45 ---> Running in e3f8b36e2f88 03:31:45 Removing intermediate container aeb732418582 03:31:45 ---> 5728341f3a8e 03:31:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:31:46 Removing intermediate container c44cee83c20e 03:31:46 ---> 38ed0933e2c2 03:31:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:31:46 ---> 3be148adc192 03:31:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:31:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:31:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:31:46 ---> 3d90062dab89 03:31:46 Step 3/23 : WORKDIR /edgex-go 03:31:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:31:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:31:46 ---> 3d90062dab89 03:31:46 Step 3/23 : WORKDIR /edgex-go 03:31:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:31:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:31:46 ---> 3d90062dab89 03:31:46 Step 3/22 : WORKDIR /edgex-go 03:31:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:31:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:31:46 ---> 3d90062dab89 03:31:46 Step 3/31 : WORKDIR /edgex-go 03:31:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:31:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:31:46 ---> 3d90062dab89 03:31:46 Step 3/22 : WORKDIR /edgex-go 03:31:46 ---> Running in 345ef7271431 03:31:46 ---> Running in ad38dc78fba4 03:31:46 ---> Running in ac4d18ebc39a 03:31:46 ---> Running in 12a0f8ef8181 03:31:46 ---> Running in a5702227d43e 03:31:46 Removing intermediate container 345ef7271431 03:31:46 Removing intermediate container ac4d18ebc39a 03:31:46 ---> dc8498ec34d9 03:31:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:46 ---> 8b7ce834f5e4 03:31:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:46 Removing intermediate container ad38dc78fba4 03:31:46 ---> 2049756cdb0c 03:31:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:46 Removing intermediate container a5702227d43e 03:31:46 ---> 983f27d6b1b3 03:31:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:46 Removing intermediate container 12a0f8ef8181 03:31:46 ---> 6c57e0fd4f85 03:31:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:31:46 ---> Running in 267605a7d773 03:31:46 ---> Running in 5ce42941b1b7 03:31:46 ---> Running in 9bdc83ed9bb6 03:31:46 ---> Running in ed842db13804 03:31:46 ---> Running in 5304d351d5ec 03:31:46 Removing intermediate container 267605a7d773 03:31:46 ---> be5c65a6e36a 03:31:46 Step 5/22 : RUN apk add --update --no-cache make git 03:31:46 ---> Running in d8aa35adb318 03:31:47 Removing intermediate container 5ce42941b1b7 03:31:47 ---> fe3aa043b87f 03:31:47 Step 5/31 : RUN apk add --update --no-cache make git 03:31:47 Removing intermediate container ed842db13804 03:31:47 ---> c246dfc3c848 03:31:47 Step 5/23 : RUN apk add --update --no-cache make git 03:31:47 ---> 32c80e41b797 03:31:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:31:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:47 ---> Running in e7afdd344e92 03:31:47 ---> Running in 99e7e73470ce 03:31:47 Removing intermediate container 5304d351d5ec 03:31:47 ---> 934fbd3b1615 03:31:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:31:47 Removing intermediate container 9bdc83ed9bb6 03:31:47 ---> 4148800865a4 03:31:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:31:47 ---> 216438931ff8 03:31:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:31:47 ---> 5d578a3baaad 03:31:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:31:47 ---> Running in d0b838a9ca07 03:31:47 ---> Running in bd190f8136ea 03:31:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:48 (1/6) Installing dumb-init (1.2.2-r1) 03:31:48 (2/6) Installing libgcc (9.3.0-r2) 03:31:48 (3/6) Installing libsodium (1.0.18-r0) 03:31:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:48 (4/6) Installing libstdc++ (9.3.0-r2) 03:31:48 ---> f0e3c4508006 03:31:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:31:48 Removing intermediate container e3f8b36e2f88 03:31:48 ---> bec1d7dbbcfe 03:31:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:31:48 (5/6) Installing libzmq (4.3.3-r0) 03:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:49 ---> be1de774895a 03:31:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:31:49 (6/6) Installing zeromq (4.3.3-r0) 03:31:49 Executing busybox-1.31.1-r19.trigger 03:31:49 OK: 8 MiB in 20 packages 03:31:49 ---> Running in fac696ace47a 03:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:49 ---> Running in 87692d47b91b 03:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:50 Removing intermediate container 87692d47b91b 03:31:50 ---> f89409f91d62 03:31:50 Step 18/21 : CMD ["--init=true"] 03:31:50 OK: 217 MiB in 51 packages 03:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:31:50 Removing intermediate container fac696ace47a 03:31:50 ---> f47c08cc1c76 03:31:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:31:50 ---> 704219b897df 03:31:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:31:50 OK: 217 MiB in 51 packages 03:31:51 OK: 217 MiB in 51 packages 03:31:51 OK: 217 MiB in 51 packages 03:31:51 OK: 217 MiB in 51 packages 03:31:51 ---> Running in 8c7ab93c5e80 03:31:51 Removing intermediate container 978b77ab1318 03:31:51 ---> 580063437824 03:31:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:51 ---> 7ef4b92c2e35 03:31:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:31:52 Removing intermediate container d8aa35adb318 03:31:52 ---> 18131590f36c 03:31:52 Step 6/22 : COPY go.mod . 03:31:52 Removing intermediate container 8c7ab93c5e80 03:31:52 ---> 7e6c68937cdf 03:31:52 Step 19/21 : LABEL arch=x86_64 03:31:52 ---> 3b7d88652630 03:31:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:31:52 ---> Running in fb8d1da771be 03:31:52 ---> Running in 89f47bb3ccd7 03:31:52 Removing intermediate container 99e7e73470ce 03:31:52 ---> c96941fcafea 03:31:52 Step 6/23 : COPY go.mod . 03:31:52 ---> a1ccb29c21d2 03:31:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:31:52 Removing intermediate container 89f47bb3ccd7 03:31:52 ---> 678c89aecec4 03:31:52 Step 20/21 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:31:52 ---> 16102fce1950 03:31:52 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/ 03:31:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:31:52 Status: Downloaded newer image for docker:20.10.0 03:31:52 ---> aefe523efa57 03:31:52 Step 12/26 : RUN apk add --no-cache bash 03:31:52 ---> Running in 46c8c0e09917 03:31:52 ---> Running in 01f64c7269c0 03:31:52 Removing intermediate container e7afdd344e92 03:31:52 ---> 48ab68b120bc 03:31:52 Step 6/31 : COPY go.mod . 03:31:52 ---> bd003027f7bf 03:31:52 Step 7/22 : RUN go mod download 03:31:53 ---> Running in a3130cf4c2af 03:31:53 ---> Running in 7f7ef4dfdd74 03:31:53 Removing intermediate container 46c8c0e09917 03:31:53 ---> ea5fae7dca42 03:31:53 Step 21/21 : LABEL version=0.0.0 03:31:53 Removing intermediate container d0b838a9ca07 03:31:53 ---> 25e1323a51cc 03:31:53 Step 6/23 : COPY go.mod . 03:31:53 Removing intermediate container bd190f8136ea 03:31:53 ---> 5150a3e0d2d7 03:31:53 Step 6/22 : COPY go.mod . 03:31:53 ---> Running in 1f538db0b890 03:31:53 ---> 89a8a8e9dfe1 03:31:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:31:53 ---> 94844f7e01da 03:31:53 Step 7/23 : RUN go mod download 03:31:53 ---> fb696ef3746b 03:31:53 Step 7/31 : RUN go mod download 03:31:54 ---> Running in 498cf5df62dc 03:31:54 ---> Running in fd604a9f0562 03:31:54 Removing intermediate container 1f538db0b890 03:31:54 ---> 3bd0102434fb 03:31:54 03:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:31:54 ---> cff2ff236457 03:31:54 Step 7/23 : RUN go mod download 03:31:54 ---> e8b54c0a4bc2 03:31:54 Step 7/22 : RUN go mod download 03:31:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:31:54 ---> 368e5a140743 03:31:54 Step 19/23 : ENTRYPOINT ["/core-data"] 03:31:54 Removing intermediate container fb8d1da771be 03:31:54 ---> 7527f2c275e7 03:31:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:31:54 ---> Running in c2e9e4d2dd5e 03:31:54 ---> Running in 4c1d3a7c753e 03:31:55 (1/2) Installing readline (8.0.4-r0) 03:31:55 (2/2) Installing bash (5.0.17-r0) 03:31:55 ---> Running in 8a138a23291f 03:31:55 Executing bash-5.0.17-r0.post-install 03:31:55 Executing busybox-1.31.1-r19.trigger 03:31:55 OK: 12 MiB in 22 packages 03:31:55 Successfully built 3bd0102434fb 03:31:55 Successfully tagged docker-security-proxy-setup-go:latest 03:31:55 Building docker-support-scheduler-go 03:31:56  Building docker-security-proxy-setup-go ... done  ---> 79e93b2636f4 03:31:56 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:31:56 Removing intermediate container 01f64c7269c0 03:31:56 ---> 0b79173dae76 03:31:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:31:56 Removing intermediate container 8a138a23291f 03:31:56 ---> b3ea65fdf487 03:31:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:31:56 ---> Running in 790ebfa26f27 03:31:56 ---> Running in e448af96c512 03:31:57 Removing intermediate container 790ebfa26f27 03:31:57 ---> 6867f20eca3b 03:31:57 Step 22/24 : LABEL arch=x86_64 03:31:57 Removing intermediate container e448af96c512 03:31:57 ---> cf45fc7f8d78 03:31:57 Step 21/23 : LABEL arch=x86_64 03:31:57 ---> Running in c38e865b4fb6 03:31:57 Removing intermediate container 7f7ef4dfdd74 03:31:57 ---> 0dbda2cb7db7 03:31:57 Step 8/22 : COPY . . 03:31:57 Removing intermediate container a3130cf4c2af 03:31:57 ---> 3a8ad8293947 03:31:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:31:58 ---> be7a63258e9b 03:31:58 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:31:58 Removing intermediate container 498cf5df62dc 03:31:58 ---> 272008013057 03:31:58 Step 8/23 : COPY . . 03:31:59 Removing intermediate container fd604a9f0562 03:31:59 ---> 65bf3bb9fc2a 03:31:59 Step 8/31 : COPY . . 03:31:59 Removing intermediate container 4c1d3a7c753e 03:31:59 ---> 4d2cd1f77b99 03:31:59 Step 8/22 : COPY . . 03:32:00 Removing intermediate container c2e9e4d2dd5e 03:32:00 ---> b5e475d9c89b 03:32:00 Step 8/23 : COPY . . 03:32:02 ---> Running in d8ebdb4c2b58 03:32:02 ---> Running in 16f5d2c22686 03:32:03 Removing intermediate container c38e865b4fb6 03:32:03 ---> 4f4ebe619355 03:32:03 Step 23/24 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:32:03 ---> b49090abf667 03:32:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:32:03 ---> Running in e98f89c4369e 03:32:04 Removing intermediate container d8ebdb4c2b58 03:32:04 ---> c254db456fcf 03:32:04 Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:32:04 Removing intermediate container 16f5d2c22686 03:32:04 ---> 7da52bdfe227 03:32:04 Step 14/26 : ENV APP_PORT=48090 03:32:04 ---> Running in fe331a778932 03:32:04 Removing intermediate container e98f89c4369e 03:32:04 ---> b5554a974e62 03:32:04 Step 24/24 : LABEL version=0.0.0 03:32:04 ---> Running in f7e498535932 03:32:04 ---> fe9287577d46 03:32:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:32:06 ---> Running in 4e17dfdd5ab0 03:32:06 Removing intermediate container fe331a778932 03:32:06 ---> c0f1624f571d 03:32:06 Step 23/23 : LABEL version=0.0.0 03:32:06 Removing intermediate container f7e498535932 03:32:06 ---> 211b9b80c043 03:32:06 Step 15/26 : EXPOSE $APP_PORT 03:32:06 ---> Running in f43ff63ed996 03:32:06 ---> 17e83fa2fd07 03:32:06 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:32:07 ---> Running in e898d6f04211 03:32:07 ---> Running in bd3372179b8d 03:32:08 Removing intermediate container 4e17dfdd5ab0 03:32:08 ---> d585f55b88ee 03:32:08 03:32:08 Removing intermediate container f43ff63ed996 03:32:08 ---> 3d4ccc1dfba5 03:32:08 03:32:09 Successfully built d585f55b88ee 03:32:09 Removing intermediate container e898d6f04211 03:32:09 ---> 611fa46f1287 03:32:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:32:09 Successfully tagged docker-security-secretstore-setup-go:latest 03:32:09 Building docker-support-notifications-go 03:32:09  Building docker-security-secretstore-setup-go ... done Successfully built 3d4ccc1dfba5 03:32:11 Successfully tagged docker-core-data-go:latest 03:32:11  Building docker-core-data-go ... done Building docker-core-metadata-go 03:32:11 Removing intermediate container bd3372179b8d 03:32:11 ---> d751543ee28f 03:32:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:32:13 ---> e8cea902ca20 03:32:13 Step 26/31 : RUN chmod +x /entrypoint.sh 03:32:13 ---> a37b1c76b7b9 03:32:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:32:14 ---> Running in 5913da09dfa2 03:32:14 ---> e6ea5db42f14 03:32:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:32:17 ---> 828560807f8b 03:32:17 Step 19/26 : RUN apk --no-cache add py3-pip 03:32:18 ---> Running in e4e349b54f8e 03:32:22 Removing intermediate container 5913da09dfa2 03:32:22 ---> c57677066a60 03:32:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:32:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:32:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:32:23 (1/33) Installing libbz2 (1.0.8-r1) 03:32:23 (2/33) Installing expat (2.2.9-r1) 03:32:23 (3/33) Installing libffi (3.3-r2) 03:32:23 (4/33) Installing gdbm (1.13-r1) 03:32:23 (5/33) Installing xz-libs (5.2.5-r0) 03:32:23 (6/33) Installing sqlite-libs (3.32.1-r0) 03:32:23 (7/33) Installing python3 (3.8.8-r0) 03:32:23 ---> Running in 7a3f9f4efda7 03:32:27 Removing intermediate container 7a3f9f4efda7 03:32:27 ---> 45bc7bd73628 03:32:27 Step 28/31 : CMD ["gate"] 03:32:27 ---> 977d67b2c41c 03:32:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:32:27 ---> ae673875925c 03:32:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:32:27 ---> e2457c3efc88 03:32:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:32:27 ---> 2a15789dcd00 03:32:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:32:27 ---> Running in 141a153aeb7a 03:32:27 ---> Running in c3e6aaecc210 03:32:27 ---> Running in 17f114aa26d4 03:32:27 ---> Running in 85642226bc40 03:32:27 ---> 06a4b35aad6c 03:32:27 Step 9/23 : RUN make cmd/core-data/core-data 03:32:27 ---> Running in 90bd965bed7a 03:32: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 03:32:27 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 03:32: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 03:32:27 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 03:32: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 03:32:30 ---> Running in dd3f7476b764 03:32:30 (8/33) Installing py3-appdirs (1.4.4-r1) 03:32:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:32:30 (10/33) Installing py3-parsing (2.4.7-r0) 03:32:30 (11/33) Installing py3-six (1.15.0-r0) 03:32:30 (12/33) Installing py3-packaging (20.4-r0) 03:32:30 (13/33) Installing py3-setuptools (47.0.0-r0) 03:32:30 (14/33) Installing py3-chardet (3.0.4-r4) 03:32:30 (15/33) Installing py3-idna (2.9-r0) 03:32:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:32:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:32:31 (18/33) Installing py3-requests (2.23.0-r0) 03:32:31 (19/33) Installing py3-msgpack (1.0.0-r0) 03:32:31 (20/33) Installing py3-lockfile (0.12.2-r3) 03:32:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:32:32 (22/33) Installing py3-colorama (0.4.3-r0) 03:32:33 (23/33) Installing py3-distlib (0.3.0-r0) 03:32:33 (24/33) Installing py3-distro (1.5.0-r1) 03:32:33 Removing intermediate container dd3f7476b764 03:32:33 ---> 46f17c2c97f9 03:32:33 Step 29/31 : LABEL arch=x86_64 03:32:33 (25/33) Installing py3-webencodings (0.5.1-r3) 03:32:33 (26/33) Installing py3-html5lib (1.0.1-r4) 03:32:33 (27/33) Installing py3-pytoml (0.1.21-r0) 03:32:34 (28/33) Installing py3-pep517 (0.8.2-r0) 03:32:34 (29/33) Installing py3-progress (1.5-r0) 03:32:34 (30/33) Installing py3-toml (0.10.1-r0) 03:32:34 (31/33) Installing py3-retrying (1.3.3-r0) 03:32:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:32:34 (33/33) Installing py3-pip (20.1.1-r0) 03:32:34 ---> Running in 32fd2868aaa2 03:32:35 Executing busybox-1.31.1-r19.trigger 03:32:35 OK: 71 MiB in 55 packages 03:32:38 Removing intermediate container 32fd2868aaa2 03:32:38 ---> 67209155bc7c 03:32:38 Step 30/31 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:32:39 ---> Running in 574d49bde9cd 03:32:41 Removing intermediate container 574d49bde9cd 03:32:41 ---> 3a5fea33920d 03:32:41 Step 31/31 : LABEL version=0.0.0 03:32:43 ---> Running in 0716db298fd6 03:32:44 Removing intermediate container 0716db298fd6 03:32:44 ---> 3bfcfae300bb 03:32:44 03:32:47 Successfully built 3bfcfae300bb 03:32:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:32:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:32:47 ---> ad39f52d13cd 03:32:47 Step 3/22 : WORKDIR /edgex-go 03:32:47 ---> Using cache 03:32:47 ---> 709f35f65b57 03:32:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:32:47 ---> Using cache 03:32:47 ---> 756f1c8e336f 03:32:47 Step 5/22 : RUN apk add --update --no-cache make git 03:32:47 ---> Using cache 03:32:47 ---> 9c2b00540272 03:32:47 Step 6/22 : COPY go.mod . 03:32:47 ---> Using cache 03:32:47 ---> c7a0c8d435f9 03:32:47 Step 7/22 : RUN go mod download 03:32:47 ---> Using cache 03:32:47 ---> 2474c037f338 03:32:47 Step 8/22 : COPY . . 03:32:47 Successfully tagged docker-security-bootstrapper-go:latest 03:32:47  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 03:32:48 ---> Using cache 03:32:48 ---> 24f655432c0f 03:32:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:32:52 ---> Running in bcd6e57670fe 03:33:00 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 03:33:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:33:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:33:12 ---> ad39f52d13cd 03:33:12 Step 3/22 : WORKDIR /edgex-go 03:33:12 ---> Using cache 03:33:12 ---> 709f35f65b57 03:33:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:12 ---> Using cache 03:33:12 ---> 756f1c8e336f 03:33:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:33:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:33:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:33:12 ---> ad39f52d13cd 03:33:12 Step 3/23 : WORKDIR /edgex-go 03:33:12 ---> Using cache 03:33:12 ---> 709f35f65b57 03:33:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:33:12 ---> Using cache 03:33:12 ---> 756f1c8e336f 03:33:12 Step 5/23 : RUN apk add --update --no-cache make git 03:33:12 ---> Using cache 03:33:12 ---> 9c2b00540272 03:33:12 Step 6/23 : COPY go.mod . 03:33:12 ---> Using cache 03:33:12 ---> c7a0c8d435f9 03:33:12 Step 7/23 : RUN go mod download 03:33:12 ---> Using cache 03:33:12 ---> 2474c037f338 03:33:12 Step 8/23 : COPY . . 03:33:12 ---> Using cache 03:33:12 ---> 24f655432c0f 03:33:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:33:12 ---> Running in bb82bc9df3d8 03:33:12 ---> Running in 889b6c123223 03:33:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:33:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:33:18 OK: 233 MiB in 51 packages 03:33:27 Removing intermediate container bb82bc9df3d8 03:33:27 ---> dae0ca363eb5 03:33:27 Step 6/22 : COPY go.mod . 03:33:30 ---> 87eecabeeadf 03:33:30 Step 7/22 : RUN go mod download 03:33:31 ---> Running in 3dd917cdd343 03:33:46 Removing intermediate container 3dd917cdd343 03:33:46 ---> 24ce02f83a9a 03:33:46 Step 8/22 : COPY . . 03:34:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:34:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:34:10 ---> ad39f52d13cd 03:34:10 Step 3/23 : WORKDIR /edgex-go 03:34:10 ---> Using cache 03:34:10 ---> 709f35f65b57 03:34:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:10 ---> Using cache 03:34:10 ---> 756f1c8e336f 03:34:10 Step 5/23 : RUN apk add --update --no-cache make git 03:34:10 ---> Using cache 03:34:10 ---> 9c2b00540272 03:34:10 Step 6/23 : COPY go.mod . 03:34:10 ---> Using cache 03:34:10 ---> c7a0c8d435f9 03:34:10 Step 7/23 : RUN go mod download 03:34:10 ---> Using cache 03:34:10 ---> 2474c037f338 03:34:10 Step 8/23 : COPY . . 03:34:10 ---> Using cache 03:34:10 ---> 24f655432c0f 03:34:10 Step 9/23 : RUN make cmd/core-command/core-command 03:34:11 ---> Running in 3a42c3bf844b 03:34:14 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 03:34:19 Removing intermediate container c3e6aaecc210 03:34:19 ---> 7f04537c484e 03:34:19 03:34:19 Step 10/31 : FROM alpine:3.12 03:34:19 3.12: Pulling from library/alpine 03:34:19 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 03:34:19 Status: Downloaded newer image for alpine:3.12 03:34:19 ---> e47305ac9786 03:34:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:34:20 ---> Running in dc971c67866d 03:34:20 Removing intermediate container dc971c67866d 03:34:20 ---> b38578cf46eb 03:34:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:34:20 ---> Running in 9c422a76bb00 03:34:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:24 (1/2) Installing dumb-init (1.2.2-r1) 03:34:24 (2/2) Installing su-exec (0.2-r1) 03:34:24 Executing busybox-1.31.1-r19.trigger 03:34:24 OK: 5 MiB in 16 packages 03:34:24 Removing intermediate container e4e349b54f8e 03:34:24 ---> 453362e92274 03:34:24 Step 20/26 : RUN pip install docker-compose==1.23.2 03:34:26 Removing intermediate container 9c422a76bb00 03:34:26 ---> dbacc8b5d2d8 03:34:26 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:34:27 ---> Running in 7aaf0183fcb6 03:34:28 ---> Running in b68c392a2931 03:34:28 Removing intermediate container 7aaf0183fcb6 03:34:28 ---> cb511bd948ab 03:34:28 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:34:28 ---> Running in 74c4007e6a53 03:34:29 Removing intermediate container 85642226bc40 03:34:29 ---> 775a6e84b177 03:34:29 03:34:29 Step 10/22 : FROM alpine:3.12 03:34:29 ---> e47305ac9786 03:34:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:34:29 Removing intermediate container 17f114aa26d4 03:34:29 ---> 3ab7ec71effc 03:34:30 03:34:30 Step 10/22 : FROM alpine:3.12 03:34:30 ---> e47305ac9786 03:34:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:34:30 Removing intermediate container 74c4007e6a53 03:34:30 ---> 8250c6820cc5 03:34:30 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:34:30 ---> Running in 6a32378baea1 03:34:30 ---> Running in f0fbc5c5c3b2 03:34:30 ---> Running in f75563c3f9ea 03:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:33 (1/1) Installing dumb-init (1.2.2-r1) 03:34:33 Executing busybox-1.31.1-r19.trigger 03:34:33 OK: 5 MiB in 15 packages 03:34:33 (1/2) Installing ca-certificates (20191127-r4) 03:34:33 (2/2) Installing dumb-init (1.2.2-r1) 03:34:33 Executing busybox-1.31.1-r19.trigger 03:34:33 Executing ca-certificates-20191127-r4.trigger 03:34:34 Removing intermediate container f75563c3f9ea 03:34:34 ---> 4f7bf9cba9ed 03:34:34 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:34:34 OK: 6 MiB in 16 packages 03:34:34 ---> Running in 659a676e4986 03:34:36 Removing intermediate container 6a32378baea1 03:34:36 ---> bf05b542a52f 03:34:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:34:36 Removing intermediate container 659a676e4986 03:34:36 ---> c3bdc674bd81 03:34:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:34:36 ---> Running in 2630f03f118a 03:34:37 Removing intermediate container f0fbc5c5c3b2 03:34:37 ---> a070c1e66122 03:34:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:34:37 Removing intermediate container 2630f03f118a 03:34:37 ---> f3bd510e0b5a 03:34:37 Step 13/22 : ENV APP_PORT=48085 03:34:37 ---> Running in 6b5b4c76a5b2 03:34:38 ---> b6e9eed9cd2e 03:34:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:34:38 ---> Running in 5e76c80762d3 03:34:38 ---> Running in 9d8986b37b7c 03:34:38 Removing intermediate container 6b5b4c76a5b2 03:34:38 ---> 95f232808b0b 03:34:38 Step 13/22 : ENV APP_PORT=48060 03:34:39 ---> Running in 213f6551fd82 03:34:39 Removing intermediate container 5e76c80762d3 03:34:39 ---> 903133f3c18f 03:34:39 Step 14/22 : EXPOSE $APP_PORT 03:34:40 ---> Running in e4b335829ecb 03:34:40 Removing intermediate container 213f6551fd82 03:34:40 ---> 5da04778c9df 03:34:40 Step 14/22 : EXPOSE $APP_PORT 03:34:40 ---> Running in daf02c2228ee 03:34:40 Removing intermediate container 141a153aeb7a 03:34:40 ---> bc08bc002ed0 03:34:40 03:34:40 Step 10/23 : FROM alpine:3.12 03:34:40 ---> e47305ac9786 03:34:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:34:40 ---> Using cache 03:34:40 ---> bf05b542a52f 03:34:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:34:40 ---> Using cache 03:34:40 ---> f3bd510e0b5a 03:34:40 Step 13/23 : ENV APP_PORT=48081 03:34:41 Removing intermediate container e4b335829ecb 03:34:41 ---> b49cdbc6a069 03:34:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:34:41 ---> Running in 770738281b7f 03:34:41 Removing intermediate container daf02c2228ee 03:34:41 ---> 652fee35c40f 03:34:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:34:41 Removing intermediate container 770738281b7f 03:34:41 ---> e6ef853bb1a2 03:34:41 Step 14/23 : EXPOSE $APP_PORT 03:34:42 ---> Running in 1d4a4dfbdb19 03:34:42 ---> 240a11a93f6a 03:34:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:34:42 ---> eefb8cb3d93f 03:34:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:34:42 Removing intermediate container 9d8986b37b7c 03:34:42 ---> 823ca21984d2 03:34:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:34:42 Removing intermediate container bcd6e57670fe 03:34:42 ---> 442a9a329646 03:34:42 03:34:42 Step 10/22 : FROM alpine:3.12 03:34:42 ---> 42cb162f0360 03:34:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:34:42 Removing intermediate container 889b6c123223 03:34:42 ---> 3b8ad7b17b15 03:34:42 03:34:42 Step 10/23 : FROM alpine:3.12 03:34:42 ---> 42cb162f0360 03:34:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:34:43 Removing intermediate container 1d4a4dfbdb19 03:34:43 ---> ef9dad9ed544 03:34:43 Step 15/23 : WORKDIR / 03:34:43 ---> Running in 3a771560db31 03:34:43 ---> Running in 155e09333746 03:34:43 ---> Running in 2ee5522ef9b6 03:34:45 Removing intermediate container 3a771560db31 03:34:45 ---> af3bb56589fe 03:34:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:34:45 ---> 387bac3e1c4a 03:34:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:34:45 ---> 8812a43834fd 03:34:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:34:45 ---> 53b4646ae758 03:34:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:34:46 ---> bdfa5653706e 03:34:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:34:47 ---> b32e28b46184 03:34:47 ---> c1f6ec8b2e13 03:34:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:34:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:34:47 ---> Running in f05149b659a8 03:34:47 ---> Running in 232a3ade9f1a 03:34:47 ---> 8337d65007f7 03:34:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:34:48 Removing intermediate container 90bd965bed7a 03:34:48 ---> 2c562213a282 03:34:48 03:34:48 Step 10/23 : FROM alpine:3.12 03:34:48 ---> e47305ac9786 03:34:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:34:48 Removing intermediate container f05149b659a8 03:34:48 ---> 9756f4b110a3 03:34:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:48 ---> Running in fc4c9a10f6f8 03:34:48 ---> 08187fe42241 03:34:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:34:48 Removing intermediate container 232a3ade9f1a 03:34:48 ---> 9d30426fc7f3 03:34:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:48 ---> Running in d742e02bc65e 03:34:48 ---> ea34f045a1fe 03:34:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:34:48 ---> Running in e38f67e11527 03:34:48 Removing intermediate container fc4c9a10f6f8 03:34:48 ---> e5e2fc9098a3 03:34:48 Step 12/23 : ENV APP_PORT=48080 03:34:49 ---> Running in 2a0ae7ba5c2a 03:34:49 Removing intermediate container d742e02bc65e 03:34:49 ---> 6a8fd2d8c10d 03:34:49 Step 20/22 : LABEL arch=arm64 03:34:49 ---> Running in 09e3203263e0 03:34:49 ---> 0c95f61af6e8 03:34:49 Removing intermediate container e38f67e11527 03:34:49 ---> 6e91422730af 03:34:49 Step 19/23 : ENTRYPOINT ["/core-metadata"]Step 20/22 : LABEL arch=arm64 03:34:49 03:34:49 ---> 6d2e2043e8c1 03:34:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:34:49 Removing intermediate container 2a0ae7ba5c2a 03:34:49 ---> 45170040298d 03:34:49 Step 13/23 : EXPOSE $APP_PORT 03:34:49 ---> Running in 6fb6a6b3c682 03:34:49 ---> Running in 78896056ef7a 03:34:49 ---> Running in 55318ceaf612 03:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:34:50 Removing intermediate container 09e3203263e0 03:34:50 ---> 3709b35f1257 03:34:50 Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:34:50 ---> Running in a333ada6ead5 03:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:34:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:34:50 Removing intermediate container 78896056ef7a 03:34:50 ---> 58662c4ca882 03:34:50 Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:34:50 Removing intermediate container 6fb6a6b3c682 03:34:50 ---> 7b2c32bd7d53 03:34:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:34:50 ---> Running in 7c8221366052 03:34:50 Removing intermediate container 55318ceaf612 03:34:50 ---> 6983aa4baa92 03:34:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:34:50 ---> 37150a312c4d 03:34:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:34:50 ---> Running in 6665e9b1a7a2 03:34:50 (1/1) Installing dumb-init (1.2.2-r1) 03:34:50 (1/1) Installing dumb-init (1.2.2-r1) 03:34:51 ---> Running in a4f92988bdca 03:34:51 Removing intermediate container a333ada6ead5 03:34:51 ---> a1d5e49ba8e8 03:34:51 Step 22/22 : LABEL version=0.0.0 03:34:51 ---> Running in bfa73a33e8af 03:34:51 Executing busybox-1.31.1-r19.trigger 03:34:51 Executing busybox-1.31.1-r19.trigger 03:34:51 OK: 6 MiB in 15 packages 03:34:51 OK: 6 MiB in 15 packages 03:34:51 ---> Running in 78778d8e1c19 03:34:51 Removing intermediate container 7c8221366052 03:34:51 ---> c9f271c1a8ea 03:34:51 Step 22/22 : LABEL version=0.0.0 03:34:51 Removing intermediate container 6665e9b1a7a2 03:34:51 ---> 5de1f9916e19 03:34:51 Step 21/23 : LABEL arch=arm64 03:34:51 ---> Running in df0286bae382 03:34:51 ---> Running in fc9a9c7b4e17 03:34:52 Removing intermediate container 78778d8e1c19 03:34:52 Removing intermediate container bfa73a33e8af 03:34:52 ---> a1562da00c2f 03:34:52 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:34:52 ---> 172a84278c75 03:34:52 03:34:52 Removing intermediate container df0286bae382 03:34:52 ---> f3ea477a48d9 03:34:52 03:34:52 Successfully built 172a84278c75 03:34:52 Successfully tagged docker-support-notifications-go-arm64:latest 03:34:52 Building docker-security-proxy-setup-go 03:34:52  Building docker-support-notifications-go ... done Removing intermediate container fc9a9c7b4e17 03:34:52 ---> e85c1ee3279c 03:34:52 Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:34:53 Successfully built f3ea477a48d9 03:34:53 ---> Running in f8ccc644114a 03:34:53 Successfully tagged docker-support-scheduler-go-arm64:latest 03:34:53 Building docker-sys-mgmt-agent-go 03:34:53  Building docker-support-scheduler-go ... done  ---> 3a588749c5ee 03:34:53 Step 26/31 : RUN chmod +x /entrypoint.sh 03:34:53 ---> Running in edbeae3cff10 03:34:53 Removing intermediate container f8ccc644114a 03:34:53 ---> 9489f6c4f785 03:34:53 Step 23/23 : LABEL version=0.0.0 03:34:54 Removing intermediate container a4f92988bdca 03:34:54 ---> ab041eb70459 03:34:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:34:54 ---> Running in 821349f734d3 03:34:54 ---> Running in feaf9b99123a 03:34:55 Removing intermediate container 821349f734d3 03:34:55 ---> 570eac0b3a8a 03:34:55 03:34:55 Removing intermediate container 2ee5522ef9b6 03:34:55 ---> 64969f5beb0e 03:34:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:34:55 Successfully built 570eac0b3a8a 03:34:55 Successfully tagged docker-core-metadata-go-arm64:latest 03:34:55  Building docker-core-metadata-go ... done Building docker-core-command-go 03:34:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:34:56 ---> Running in ebf177e6ffe3 03:34:56 Removing intermediate container 155e09333746 03:34:56 ---> 6be7f940de8b 03:34:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:34:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:34:57 Removing intermediate container edbeae3cff10 03:34:57 ---> 20268dbae80d 03:34:57 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:34:57 (1/6) Installing dumb-init (1.2.2-r1) 03:34:57 (2/6) Installing libgcc (9.3.0-r2) 03:34:57 (3/6) Installing libsodium (1.0.18-r0) 03:34:57 ---> Running in 0588f159d353 03:34:57 (4/6) Installing libstdc++ (9.3.0-r2) 03:34:57 Removing intermediate container ebf177e6ffe3 03:34:57 ---> 45656b1dba15 03:34:57 Step 13/22 : ENV APP_PORT=48085 03:34:57 (5/6) Installing libzmq (4.3.3-r0) 03:34:57 (6/6) Installing zeromq (4.3.3-r0) 03:34:57 Executing busybox-1.31.1-r19.trigger 03:34:57 OK: 8 MiB in 20 packages 03:34:58 ---> Running in ca4e228de829 03:34:58 Removing intermediate container 0588f159d353 03:34:58 ---> 249a38399b0e 03:34:58 Step 13/23 : ENV APP_PORT=48081 03:34:58 ---> Running in 1baab514d897 03:34:58 ---> Running in f59d01477917 03:34:59 Removing intermediate container ca4e228de829 03:34:59 ---> 11c59a2b0bbb 03:34:59 Step 28/31 : CMD ["gate"] 03:35:00 Removing intermediate container feaf9b99123a 03:35:00 ---> 85a61213d838 03:35:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:35:01 Collecting docker-compose==1.23.2 03:35:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:35:01 Removing intermediate container 1baab514d897 03:35:01 ---> cfbc4eb63c73 03:35:01 Step 14/22 : EXPOSE $APP_PORT 03:35:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:35:01 ---> Running in f2ff07eee2aa 03:35:01 Removing intermediate container f59d01477917 03:35:01 ---> d376954ea2e4 03:35:01 Step 14/23 : EXPOSE $APP_PORT 03:35:01 Collecting websocket-client<1.0,>=0.32.0 03:35:01 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:35:02 ---> 671f450c9377 03:35:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:35:02 Removing intermediate container f2ff07eee2aa 03:35:02 ---> d08c88bf18e2 03:35:02 Step 29/31 : LABEL arch=arm64 03:35:02 ---> Running in 93abf7beb38d 03:35:02 ---> Running in a019c7333e88 03:35:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:35:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:35:03 Removing intermediate container a019c7333e88 03:35:03 ---> 0d6795c6ddba 03:35:03 Step 30/31 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:35:03 Collecting dockerpty<0.5,>=0.4.1 03:35:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:35:03 ---> Running in 8b21bf7966bf 03:35:04 Removing intermediate container 93abf7beb38d 03:35:04 ---> 380034b0a620 03:35:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:35:04 ---> e5febe7f1039 03:35:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:35:04 ---> Running in 0b64cbc8faaa 03:35:05 Removing intermediate container 8b21bf7966bf 03:35:05 ---> cb5bccb67c80 03:35:05 Step 15/23 : WORKDIR / 03:35:05 ---> e6e2c18c4fde 03:35:05 Step 19/23 : ENTRYPOINT ["/core-data"] 03:35:05 Removing intermediate container 0b64cbc8faaa 03:35:05 ---> 5d0424ccfea1 03:35:05 Step 31/31 : LABEL version=0.0.0 03:35:05 ---> Running in 177cb6a4c68b 03:35:06 ---> Running in 11ac5cb4de0a 03:35:06 ---> 79923fec0a05 03:35:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:35:06 Removing intermediate container 177cb6a4c68b 03:35:06 ---> 745fa3409b5e 03:35:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:35:06 ---> Running in 8f09f85fd13c 03:35:07 Removing intermediate container 11ac5cb4de0a 03:35:07 ---> fe1846af10ea 03:35:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:35:07 Collecting docopt<0.7,>=0.6.1 03:35:07 Downloading docopt-0.6.2.tar.gz (25 kB) 03:35:07 Removing intermediate container 8f09f85fd13c 03:35:07 ---> 8c5cb6502826 03:35:07 03:35:08 Successfully built 8c5cb6502826 03:35:08 ---> Running in 6e424459362e 03:35:08 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:35:08  Building docker-security-bootstrapper-go ... done Building docker-security-secretstore-setup-go 03:35:08 ---> 1f837dba56c8 03:35:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:35:08 Collecting jsonschema<3,>=2.5.1 03:35:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:35:09 Removing intermediate container 6e424459362e 03:35:09 ---> 138388e9382e 03:35:09 Step 21/23 : LABEL arch=arm64 03:35:09 ---> Running in e6850a9c61d9 03:35:09 Removing intermediate container e6850a9c61d9 03:35:09 ---> 30dbcf3f97c6 03:35:09 Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:35:09 Collecting texttable<0.10,>=0.9.0 03:35:09 Downloading texttable-0.9.1.tar.gz (11 kB) 03:35:09 ---> Running in 87077f5cc61f 03:35:10 ---> b4760fe1556f 03:35:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:35:10 Removing intermediate container 87077f5cc61f 03:35:10 ---> 99185cae6d89 03:35:10 Step 23/23 : LABEL version=0.0.0 03:35:10 ---> Running in 533c6eb08eab 03:35:11 ---> 7062d8988e46 03:35:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:35:11 ---> 93ae8e0386ae 03:35:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:35:11 Removing intermediate container 3a42c3bf844b 03:35:11 ---> 31275f4935fa 03:35:11 03:35:11 Step 10/23 : FROM alpine:3.12 03:35:11 ---> 42cb162f0360 03:35:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:35:11 Removing intermediate container 533c6eb08eab 03:35:11 ---> cbace6e5808d 03:35:11 03:35:11 Collecting cached-property<2,>=1.2.0 03:35:11 ---> Using cache 03:35:11 ---> 6be7f940de8b 03:35:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:35:11 ---> Using cache 03:35:11 ---> 249a38399b0e 03:35:11 Step 13/23 : ENV APP_PORT=48082 03:35:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:35:11 ---> Running in 7c841a45cd22 03:35:11 ---> 01db6ad0b481 03:35:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:35:11 ---> Running in 9f2630246f44 03:35:11 Successfully built cbace6e5808d 03:35:11 Successfully tagged docker-core-data-go-arm64:latest 03:35:11 Collecting docker<4.0,>=3.6.0 03:35:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:35:11 ---> Running in 74f4916f738e 03:35:12 Collecting PyYAML<4,>=3.10 03:35:12 Downloading PyYAML-3.13.tar.gz (270 kB) 03:35:12 ---> 75e866e27538 03:35:12 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:35:12 Removing intermediate container 9f2630246f44 03:35:12 ---> 792e8bcfd6b5 03:35:12 Step 14/23 : EXPOSE $APP_PORT 03:35:12 ---> Running in 79be0d9908bb 03:35:13 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 03:35:13 Removing intermediate container 74f4916f738e 03:35:13 ---> 8adcef642d28 03:35:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:35:13 ---> Running in 660352c6db9d 03:35:13 ---> Running in a47adcd0c489 03:35:14 Collecting urllib3<1.25,>=1.21.1 03:35:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:35:14 Removing intermediate container 79be0d9908bb 03:35:14 ---> 1ee0371a4703 03:35:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:35:14 Removing intermediate container 660352c6db9d 03:35:14 ---> 62d0acd0bf9e 03:35:14 Step 15/23 : WORKDIR / 03:35:14 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) 03:35:14 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) 03:35:14 Collecting idna<2.8,>=2.5 03:35:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:35:15 ---> Running in da619d346ebe 03:35:15 ---> Running in 75c4f07cabea 03:35:15 Removing intermediate container a47adcd0c489 03:35:15 ---> 414c276086c6 03:35:15 Step 20/22 : LABEL arch=x86_64 03:35:15 Collecting docker-pycreds>=0.4.0 03:35:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:35:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:35:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:35:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:35:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:35:15 ---> Running in d71a0993af45 03:35:16 Removing intermediate container da619d346ebe 03:35:16 ---> e67d1307b445 03:35:16 Step 21/23 : LABEL arch=x86_64 03:35:16 Removing intermediate container 75c4f07cabea 03:35:16 ---> 7d6ed2ac8b29 03:35:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:35:16 Installing collected packages: websocket-client, urllib3, idna, requests, dockerpty, docopt, jsonschema, texttable, cached-property, docker-pycreds, docker, PyYAML, docker-compose 03:35:16 Attempting uninstall: urllib3 03:35:16 Found existing installation: urllib3 1.25.9 03:35:16 Uninstalling urllib3-1.25.9: 03:35:16 ---> Running in 7ffa3a67c1e6 03:35:16 Removing intermediate container d71a0993af45 03:35:16 ---> d66013e1d9a9 03:35:16 Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:35:17 ---> 6bf20c856a5e 03:35:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:35:17 ---> Running in 2068f2f85d1f 03:35:17 Successfully uninstalled urllib3-1.25.9 03:35:18 Removing intermediate container 7ffa3a67c1e6 03:35:18 ---> e333b1f96e3f 03:35:18 Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:35:18 Attempting uninstall: idna 03:35:18 Found existing installation: idna 2.9 03:35:18 Uninstalling idna-2.9: 03:35:19 Successfully uninstalled idna-2.9 03:35:19 ---> Running in 86a11d26213f 03:35:19 Removing intermediate container 2068f2f85d1f 03:35:19 ---> 2e0b429cdf9b 03:35:19 Step 22/22 : LABEL version=0.0.0 03:35:19 Attempting uninstall: requests 03:35:19 Found existing installation: requests 2.23.0 03:35:19 Uninstalling requests-2.23.0: 03:35:20 Successfully uninstalled requests-2.23.0 03:35:20 ---> 1bb3265ba636 03:35:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:35:20 Running setup.py install for dockerpty: started 03:35:20 ---> Running in 86a45463b148 03:35:21 Removing intermediate container 86a11d26213f 03:35:21 ---> ffaf1084347b 03:35:21 Step 23/23 : LABEL version=0.0.0 03:35:21 ---> Running in 9ef7d6ba39cc 03:35:22 Removing intermediate container 86a45463b148 03:35:22 ---> e21a6d6a994f 03:35:22 03:35:22 ---> a37ae4b97d30 03:35:22 Step 19/23 : ENTRYPOINT ["/core-command"] 03:35:22 ---> Running in b32103a3a3e3 03:35:22 Successfully built e21a6d6a994f 03:35:22 Running setup.py install for dockerpty: finished with status 'done' 03:35:22 Running setup.py install for docopt: started 03:35:22 Successfully tagged docker-support-scheduler-go:latest 03:35:22  Building docker-support-scheduler-go ... done Removing intermediate container 9ef7d6ba39cc 03:35:22 ---> 276b786efde2 03:35:22 03:35:23 Successfully built 276b786efde2 03:35:23 Successfully tagged docker-core-metadata-go:latest 03:35:23  Building docker-core-metadata-go ... done  Running setup.py install for docopt: finished with status 'done' 03:35:23 Removing intermediate container b32103a3a3e3 03:35:23 ---> 150b934edfde 03:35:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:35:24 Running setup.py install for texttable: started 03:35:24 ---> Running in fbdc57a657b8 03:35:24 Removing intermediate container fbdc57a657b8 03:35:24 ---> 5c6f6551fae7 03:35:24 Step 21/23 : LABEL arch=x86_64 03:35:25 Running setup.py install for texttable: finished with status 'done' 03:35:25 ---> Running in 499b8a4c5fd8 03:35:25 Removing intermediate container 499b8a4c5fd8 03:35:25 ---> 749d85f2a366 03:35:25 Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:35:26 Running setup.py install for PyYAML: started 03:35:26 ---> Running in 4542a43d6502 03:35:27 Removing intermediate container 4542a43d6502 03:35:27 ---> 113aba2f6fc8 03:35:27 Step 23/23 : LABEL version=0.0.0 03:35:27 Running setup.py install for PyYAML: finished with status 'done' 03:35:27 ---> Running in 1dd694a8b024 03:35:28 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 03:35:28 Removing intermediate container 1dd694a8b024 03:35:28 ---> 59b672997a4a 03:35:28 03:35:29 Successfully built 59b672997a4a 03:35:29 Successfully tagged docker-core-command-go:latest 03:35:34  Building docker-core-command-go ... done Removing intermediate container b68c392a2931 03:35:34 ---> 1a468bfea6e1 03:35:34 Step 21/26 : RUN apk --no-cache add curl 03:35:35 ---> Running in 0faf89d05e9d 03:35:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:35:39 (2/3) Installing libcurl (7.69.1-r3) 03:35:39 (3/3) Installing curl (7.69.1-r3) 03:35:39 Executing busybox-1.31.1-r19.trigger 03:35:39 OK: 72 MiB in 58 packages 03:35:40 Removing intermediate container 0faf89d05e9d 03:35:40 ---> 4cd409365d01 03:35:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:35:41 ---> Running in f61248ffe8b7 03:35:41 Removing intermediate container f61248ffe8b7 03:35:41 ---> f07bcad6d000 03:35:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:35:42 ---> Running in 98e29d7336ed 03:35:42 Removing intermediate container 98e29d7336ed 03:35:42 ---> 29dec52a4099 03:35:42 Step 24/26 : LABEL arch=x86_64 03:35:42 ---> Running in 3233021700de 03:35:43 Removing intermediate container 3233021700de 03:35:43 ---> 2f7c5a930a76 03:35:43 Step 25/26 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:35:43 ---> Running in d7e68a143d6a 03:35:43 Removing intermediate container d7e68a143d6a 03:35:43 ---> b145398e0fcc 03:35:43 Step 26/26 : LABEL version=0.0.0 03:35:44 ---> Running in 5b336a3cbd01 03:35:44 Removing intermediate container 5b336a3cbd01 03:35:44 ---> 693713ce72f3 03:35:44 03:35:45 Successfully built 693713ce72f3 03:35:45 Successfully tagged docker-sys-mgmt-agent-go:latest 03:35:48  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7c841a45cd22 03:35:48 ---> 2740bbdf946e 03:35:48 03:35:48 Step 10/22 : FROM alpine:3.12 03:35:48 ---> 42cb162f0360 03:35:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:35:49 ---> Running in 32839d6f4d2e 03:35:50  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:35:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:35:50 ---> 3d90062dab89 03:35:50 Step 3/26 : WORKDIR /edgex-go 03:35:50 ---> Using cache 03:35:50 ---> 6c57e0fd4f85 03:35:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:50 ---> Using cache 03:35:50 ---> 934fbd3b1615 03:35:50 Step 5/26 : RUN apk add --update --no-cache make bash git 03:35:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:35:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:35:50 ---> 3d90062dab89 03:35:50 Step 3/21 : WORKDIR /edgex-go 03:35:50 ---> Using cache 03:35:50 ---> 6c57e0fd4f85 03:35:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:50 ---> Using cache 03:35:50 ---> 934fbd3b1615 03:35:50 Step 5/21 : RUN apk add --update --no-cache make git 03:35:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:35:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:35:50 ---> 3d90062dab89 03:35:50 Step 3/23 : WORKDIR /edgex-go 03:35:50 ---> Using cache 03:35:50 ---> 6c57e0fd4f85 03:35:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:50 ---> Using cache 03:35:50 ---> 934fbd3b1615 03:35:50 Step 5/23 : RUN apk add --update --no-cache make git 03:35:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:35:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:35:51 (1/2) Installing ca-certificates (20191127-r4) 03:35:51 (2/2) Installing dumb-init (1.2.2-r1) 03:35:51 Executing busybox-1.31.1-r19.trigger 03:35:51 Executing ca-certificates-20191127-r4.trigger 03:35:51 OK: 6 MiB in 16 packages 03:35:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:35:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:35:52 ---> 3d90062dab89 03:35:52 Step 3/24 : WORKDIR /edgex-go 03:35:52 ---> Using cache 03:35:52 ---> 6c57e0fd4f85 03:35:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:35:52 ---> Using cache 03:35:52 ---> 934fbd3b1615 03:35:52 Step 5/24 : RUN apk add --update --no-cache make git 03:35:53 Removing intermediate container 32839d6f4d2e 03:35:53 ---> 2d564f8d39c9 03:35:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:35:53 ---> Running in c1f3ba303d3a 03:35:53 Removing intermediate container c1f3ba303d3a 03:35:53 ---> 3372ce17d411 03:35:53 Step 13/22 : ENV APP_PORT=48060 03:35:53 ---> Running in a426eb5fad1e 03:35:53 Removing intermediate container a426eb5fad1e 03:35:53 ---> 367c796a77b7 03:35:53 Step 14/22 : EXPOSE $APP_PORT 03:35:53 ---> Running in 8de6612fc69d 03:35:54 Removing intermediate container 8de6612fc69d 03:35:54 ---> fd115a185e84 03:35:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:35:55 ---> Running in 31766cafa761 03:35:55 ---> Running in 8bba2e271cd2 03:35:55 ---> Running in e225df5d033e 03:35:55 ---> Running in 553ab2505fb5 03:35:55 ---> 61ed796723d8 03:35:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:35:57 ---> 7414c240d041 03:35:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:35:57 ---> fc856b247df0 03:35:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:35:57 ---> Running in dfd2db472a04 03:35:58 OK: 217 MiB in 51 packages 03:35:58 OK: 217 MiB in 51 packages 03:35:58 Removing intermediate container dfd2db472a04 03:35:58 ---> db671fe02a4a 03:35:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:35:58 ---> Running in c3c9084eda52 03:35:58 OK: 217 MiB in 51 packages 03:35:58 OK: 217 MiB in 51 packages 03:35:58 Removing intermediate container c3c9084eda52 03:35:58 ---> f7ff74cf484a 03:35:58 Step 20/22 : LABEL arch=x86_64 03:35:58 ---> Running in aad79e1a2b6f 03:35:59 Removing intermediate container aad79e1a2b6f 03:35:59 ---> aa029f282ea4 03:35:59 Step 21/22 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:35:59 ---> Running in 2e7615dfee21 03:35:59 Removing intermediate container e225df5d033e 03:35:59 ---> 19c0ad0d0bb8 03:35:59 Step 6/26 : COPY go.mod . 03:35:59 Removing intermediate container 8bba2e271cd2 03:35:59 ---> 682fafbce772 03:35:59 Step 6/24 : COPY go.mod . 03:36:00 Removing intermediate container 2e7615dfee21 03:36:00 ---> 19811d7ae6d1 03:36:00 Step 22/22 : LABEL version=0.0.0 03:36:00 ---> Running in 92c5ea85c448 03:36:00 Removing intermediate container 31766cafa761 03:36:00 ---> f13675dc7909 03:36:00 Step 6/23 : COPY go.mod . 03:36:00 Removing intermediate container 553ab2505fb5 03:36:00 ---> 604bfb38212b 03:36:00 Step 6/21 : COPY go.mod . 03:36:00 ---> 207258687761 03:36:00 Step 7/26 : RUN go mod download 03:36:00 ---> Running in 830034c9b137 03:36:00 Removing intermediate container 92c5ea85c448 03:36:00 ---> 080f6431f67a 03:36:00 03:36:01 ---> b0e8abcac017 03:36:01 Step 7/24 : RUN go mod download 03:36:01 Successfully built 080f6431f67a 03:36:01 Successfully tagged docker-support-notifications-go:latest 03:36:01 ---> 0dfb551d1be3 03:36:01 Step 7/23 : RUN go mod download 03:36:01 ---> 52cf6173d49f 03:36:01 Step 7/21 : RUN go mod download 03:36:01 ---> Running in 7eb63a25cf6e 03:36:01 ---> Running in 00c4bae7228d 03:36:01 ---> Running in 90e040ee442a 03:36:01  Building docker-support-notifications-go ... done  [Pipeline] } 03:36:02 $ docker stop --time=1 e7cb759ea01d6f5e955d762ef4bc338941cf42dc9ff5a9f58e47f4a7443c2541 03:36:04 Removing intermediate container 830034c9b137 03:36:04 ---> a9a1e95ce562 03:36:04 Step 8/26 : COPY . . 03:36:04 $ docker rm -f e7cb759ea01d6f5e955d762ef4bc338941cf42dc9ff5a9f58e47f4a7443c2541 [Pipeline] // withDockerContainer [Pipeline] sh 03:36:05 + grep docker 03:36:05 + docker images 03:36:05 Removing intermediate container 7eb63a25cf6e 03:36:05 ---> 3c330dcaa750 03:36:05 Step 8/24 : COPY . . 03:36:05 Removing intermediate container 00c4bae7228d 03:36:05 ---> 6ad8d054fee6 03:36:05 Step 8/23 : COPY . . 03:36:06 Removing intermediate container 90e040ee442a 03:36:06 ---> 624b9aa737af 03:36:06 Step 8/21 : COPY . . 03:36:07 docker-support-notifications-go latest 080f6431f67a 7 seconds ago 17.9MB 03:36:07 docker-sys-mgmt-agent-go latest 693713ce72f3 23 seconds ago 314MB 03:36:07 docker-core-command-go latest 59b672997a4a 39 seconds ago 17.3MB 03:36:07 docker-core-metadata-go latest 276b786efde2 45 seconds ago 19MB 03:36:07 docker-support-scheduler-go latest e21a6d6a994f 46 seconds ago 17.4MB 03:36:07 docker-security-bootstrapper-go latest 3bfcfae300bb 3 minutes ago 18.9MB 03:36:07 docker-core-data-go latest 3d4ccc1dfba5 4 minutes ago 22.7MB 03:36:07 docker-security-secretstore-setup-go latest d585f55b88ee 4 minutes ago 25.7MB 03:36:07 docker-security-proxy-setup-go latest 3bd0102434fb 4 minutes ago 25.4MB 03:36:07 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 03:36:23 Still waiting to schedule task 03:36:23 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-32190’ 03:36:28 ---> 3531bc94758f 03:36:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:36:28 ---> 7012b4ea6441 03:36:28 Step 9/23 : RUN make cmd/core-command/core-command 03:36:28 ---> 8f15e94f42d1 03:36:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:36:28 ---> 08c8dc170765 03:36:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:36:28 ---> Running in 15a19d33e896 03:36:28 ---> Running in c9906538e5ab 03:36:28 ---> Running in b45e4b7e96de 03:36:28 ---> Running in b5436ae7802e 03:36: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 03:36: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 03:36:29 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 03:36:29 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 03:37:51 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 03:37:51 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 03:37:58 Removing intermediate container b5436ae7802e 03:37:58 ---> fca404c7c9d4 03:37:58 03:37:58 Step 10/24 : FROM alpine:3.12 03:37:58 ---> e47305ac9786 03:37:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 03:37:58 Removing intermediate container 15a19d33e896 03:37:58 ---> cc480dcdbce6 03:37:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:37:58 ---> Running in 674f535a2c23 03:37:58 ---> Running in 0658b44b6926 03:37:59 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 03:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:00 Removing intermediate container b45e4b7e96de 03:38:00 ---> 24e340abc9be 03:38:00 03:38:00 Step 10/21 : FROM alpine:3.12 03:38:00 ---> e47305ac9786 03:38:00 Step 11/21 : RUN apk add --update --no-cache curl 03:38:00 (1/6) Installing ca-certificates (20191127-r4) 03:38:00 (2/6) Installing nghttp2-libs (1.41.0-r0) 03:38:00 (3/6) Installing libcurl (7.69.1-r3) 03:38:00 (4/6) Installing curl (7.69.1-r3) 03:38:00 (5/6) Installing dumb-init (1.2.2-r1) 03:38:00 (6/6) Installing su-exec (0.2-r1) 03:38:00 Executing busybox-1.31.1-r19.trigger 03:38:00 ---> Running in 00df440eb3fa 03:38:00 Executing ca-certificates-20191127-r4.trigger 03:38:00 OK: 7 MiB in 20 packages 03:38:01 Removing intermediate container c9906538e5ab 03:38:01 ---> c3453c937066 03:38:01 03:38:01 Step 10/23 : FROM alpine:3.12 03:38:01 ---> e47305ac9786 03:38:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:38:01 ---> Using cache 03:38:01 ---> bf05b542a52f 03:38:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:38:01 ---> Using cache 03:38:01 ---> f3bd510e0b5a 03:38:01 Step 13/23 : ENV APP_PORT=48082 03:38:01 ---> Running in 5d5e9f44e8ee 03:38:02 Removing intermediate container 5d5e9f44e8ee 03:38:02 ---> d9f3961a4d9d 03:38:02 Step 14/23 : EXPOSE $APP_PORT 03:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:02 ---> Running in c3257abf7aab 03:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:03 Removing intermediate container 674f535a2c23 03:38:03 ---> f1fd42f8e2c0 03:38:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:38:03 Removing intermediate container c3257abf7aab 03:38:03 ---> a51d1d8fa490 03:38:03 Step 15/23 : WORKDIR / 03:38:03 (1/4) Installing ca-certificates (20191127-r4) 03:38:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:38:03 (3/4) Installing libcurl (7.69.1-r3) 03:38:03 (4/4) Installing curl (7.69.1-r3) 03:38:03 ---> Running in e121be5c159d 03:38:03 Executing busybox-1.31.1-r19.trigger 03:38:03 Executing ca-certificates-20191127-r4.trigger 03:38:03 ---> Running in bc2be40974c4 03:38:03 OK: 7 MiB in 18 packages 03:38:03 Removing intermediate container 0658b44b6926 03:38:03 ---> 4ae354ea6784 03:38:03 03:38:03 Step 11/26 : FROM docker:20.10.0 03:38:03 20.10.0: Pulling from library/docker 03:38:03 Removing intermediate container e121be5c159d 03:38:03 ---> 1c603eea0a95 03:38:03 Step 13/24 : WORKDIR / 03:38:04 Removing intermediate container bc2be40974c4 03:38:04 ---> 129884eaa0bc 03:38:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:38:04 ---> Running in 969101478dcf 03:38:05 Removing intermediate container 969101478dcf 03:38:05 ---> 903ee66b5021 03:38:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:38:05 ---> 40fe9f3aabca 03:38:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:38:05 Removing intermediate container 00df440eb3fa 03:38:05 ---> c3d4655008fb 03:38:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:38:06 ---> Running in 812b95b0df9e 03:38:06 ---> ef3b9e6a51eb 03:38:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:38:06 Removing intermediate container 812b95b0df9e 03:38:06 ---> 50a9f1282e75 03:38:06 Step 13/21 : WORKDIR /edgex 03:38:07 ---> Running in c09fb0032ce8 03:38:07 ---> 06ced6ad01a0 03:38:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:38:07 ---> 18eebd55da1b 03:38:07 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:38:07 Removing intermediate container c09fb0032ce8 03:38:07 ---> c5bd3cc3b887 03:38:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:38:09 ---> e526aa5dcc4e 03:38:09 Step 19/23 : ENTRYPOINT ["/core-command"] 03:38:09 ---> 72c259face41 03:38:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:38:09 ---> 1bc7dbff38ea 03:38:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:38:09 ---> Running in 5a55de69a6f3 03:38:09 Removing intermediate container 5a55de69a6f3 03:38:09 ---> 7b560f98ef66 03:38:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:38:10 ---> Running in b02ccee75821 03:38:10 ---> e91d38726de3 03:38:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:38:10 ---> 47d785ab93d4 03:38:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:38:10 Removing intermediate container b02ccee75821 03:38:10 ---> 5e7db2aac523 03:38:10 Step 21/23 : LABEL arch=arm64 03:38:11 ---> Running in 7290a30f0ffa 03:38:11 Removing intermediate container 7290a30f0ffa 03:38:11 ---> 6a08e2fa8415 03:38:11 Step 22/23 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:38:12 ---> 058f8cb1875e 03:38:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:38:12 ---> Running in 83e91df47d2b 03:38:12 ---> Running in 175507c7a507 03:38:12 ---> 535c72752f30 03:38:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:38:12 Removing intermediate container 83e91df47d2b 03:38:12 ---> 0c7242f9a46a 03:38:12 Step 23/23 : LABEL version=0.0.0 03:38:13 ---> Running in 839dbd897298 03:38:13 Removing intermediate container 175507c7a507 03:38:13 ---> eb64dbeb3d2e 03:38:13 Step 18/21 : CMD ["--init=true"] 03:38:13 ---> Running in 5b6e6c96d79f 03:38:13 ---> 28ec4c95812d 03:38:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 03:38:13 Removing intermediate container 839dbd897298 03:38:13 ---> cd6ceae21182 03:38:13 03:38:14 ---> Running in 3cca43907ab9 03:38:14 Successfully built cd6ceae21182 03:38:14 Successfully tagged docker-core-command-go-arm64:latest 03:38:14  Building docker-core-command-go ... done Removing intermediate container 5b6e6c96d79f 03:38:14 ---> fafb2e9f3b35 03:38:14 Step 19/21 : LABEL arch=arm64 03:38:14 ---> Running in 5b4f51fe1a1d 03:38:15 Removing intermediate container 5b4f51fe1a1d 03:38:15 ---> 030e5f9ff996 03:38:15 Step 20/21 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:38:15 ---> Running in c0257f1f1214 03:38:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:38:15 Status: Downloaded newer image for docker:20.10.0 03:38:15 ---> eeaf43b92773 03:38:15 Step 12/26 : RUN apk add --no-cache bash 03:38:15 Removing intermediate container c0257f1f1214 03:38:15 ---> c7d7e78ec324 03:38:15 Step 21/21 : LABEL version=0.0.0 03:38:16 ---> Running in 31cf39b67ab5 03:38:16 ---> Running in 4cb0c22686b4 03:38:16 Removing intermediate container 31cf39b67ab5 03:38:16 ---> be7188262321 03:38:16 03:38:17 Removing intermediate container 3cca43907ab9 03:38:17 ---> e6adae6cac5b 03:38:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:38:17 Successfully built be7188262321 03:38:17 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:38:17  Building docker-security-proxy-setup-go ... done  ---> Running in c97c4482c71a 03:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:17 Removing intermediate container c97c4482c71a 03:38:17 ---> 1f6151762ac3 03:38:17 Step 22/24 : LABEL arch=arm64 03:38:17 ---> Running in 3d1426bcd7a9 03:38:18 (1/2) Installing readline (8.0.4-r0) 03:38:18 (2/2) Installing bash (5.0.17-r0) 03:38:18 Executing bash-5.0.17-r0.post-install 03:38:18 Executing busybox-1.31.1-r19.trigger 03:38:18 Removing intermediate container 3d1426bcd7a9 03:38:18 ---> b18fa6eef0d4 03:38:18 Step 23/24 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:38:18 OK: 12 MiB in 22 packages 03:38:18 ---> Running in 97c6a64c1bda 03:38:19 Removing intermediate container 97c6a64c1bda 03:38:19 ---> cf9e55fa565b 03:38:19 Step 24/24 : LABEL version=0.0.0 03:38:19 ---> Running in c033c120d4fb 03:38:19 Removing intermediate container 4cb0c22686b4 03:38:19 ---> 71e2a619acb5 03:38:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:38:19 Removing intermediate container c033c120d4fb 03:38:19 ---> f3c80445242a 03:38:19 03:38:19 ---> Running in 3319ce17db76 03:38:20 Successfully built f3c80445242a 03:38:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:38:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3319ce17db76 03:38:20 ---> 19c044ccea9e 03:38:20 Step 14/26 : ENV APP_PORT=48090 03:38:20 ---> Running in f88418f6c310 03:38:21 Removing intermediate container f88418f6c310 03:38:21 ---> 2de96e0171b5 03:38:21 Step 15/26 : EXPOSE $APP_PORT 03:38:21 ---> Running in a0a775b1d86f 03:38:21 Removing intermediate container a0a775b1d86f 03:38:21 ---> 464210570e59 03:38:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:38:22 ---> ebfc4e04765a 03:38:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:38:23 ---> d10749e48432 03:38:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:38:24 ---> 97b85b5487cc 03:38:24 Step 19/26 : RUN apk --no-cache add py3-pip 03:38:24 ---> Running in 5fafd22f7067 03:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:38:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:38:26 (1/33) Installing libbz2 (1.0.8-r1) 03:38:26 (2/33) Installing expat (2.2.9-r1) 03:38:26 (3/33) Installing libffi (3.3-r2) 03:38:26 (4/33) Installing gdbm (1.13-r1) 03:38:26 (5/33) Installing xz-libs (5.2.5-r0) 03:38:26 (6/33) Installing sqlite-libs (3.32.1-r0) 03:38:26 (7/33) Installing python3 (3.8.8-r0) 03:38:28 (8/33) Installing py3-appdirs (1.4.4-r1) 03:38:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:38:28 (10/33) Installing py3-parsing (2.4.7-r0) 03:38:28 (11/33) Installing py3-six (1.15.0-r0) 03:38:28 (12/33) Installing py3-packaging (20.4-r0) 03:38:28 (13/33) Installing py3-setuptools (47.0.0-r0) 03:38:28 (14/33) Installing py3-chardet (3.0.4-r4) 03:38:28 (15/33) Installing py3-idna (2.9-r0) 03:38:28 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:38:28 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:38:28 (18/33) Installing py3-requests (2.23.0-r0) 03:38:28 (19/33) Installing py3-msgpack (1.0.0-r0) 03:38:28 (20/33) Installing py3-lockfile (0.12.2-r3) 03:38:28 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:38:28 (22/33) Installing py3-colorama (0.4.3-r0) 03:38:28 (23/33) Installing py3-distlib (0.3.0-r0) 03:38:28 (24/33) Installing py3-distro (1.5.0-r1) 03:38:28 (25/33) Installing py3-webencodings (0.5.1-r3) 03:38:28 (26/33) Installing py3-html5lib (1.0.1-r4) 03:38:28 (27/33) Installing py3-pytoml (0.1.21-r0) 03:38:28 (28/33) Installing py3-pep517 (0.8.2-r0) 03:38:28 (29/33) Installing py3-progress (1.5-r0) 03:38:28 (30/33) Installing py3-toml (0.10.1-r0) 03:38:28 (31/33) Installing py3-retrying (1.3.3-r0) 03:38:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:38:28 (33/33) Installing py3-pip (20.1.1-r0) 03:38:28 Executing busybox-1.31.1-r19.trigger 03:38:28 OK: 71 MiB in 55 packages 03:38:35 Removing intermediate container 5fafd22f7067 03:38:35 ---> 6459cba2289d 03:38:35 Step 20/26 : RUN pip install docker-compose==1.23.2 03:38:35 ---> Running in 11b17f79ef43 03:38:39 Collecting docker-compose==1.23.2 03:38:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:38:40 Collecting PyYAML<4,>=3.10 03:38:40 Downloading PyYAML-3.13.tar.gz (270 kB) 03:38:44 Collecting texttable<0.10,>=0.9.0 03:38:44 Downloading texttable-0.9.1.tar.gz (11 kB) 03:38:46 Collecting jsonschema<3,>=2.5.1 03:38:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:38:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:38:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:38:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:38:47 Collecting docker<4.0,>=3.6.0 03:38:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:38:48 Collecting dockerpty<0.5,>=0.4.1 03:38:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:38:50 Collecting docopt<0.7,>=0.6.1 03:38:50 Downloading docopt-0.6.2.tar.gz (25 kB) 03:38:52 Collecting cached-property<2,>=1.2.0 03:38:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:38:52 Collecting websocket-client<1.0,>=0.32.0 03:38:52 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:38:53 Collecting idna<2.8,>=2.5 03:38:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:38:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 03:38:53 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) 03:38:53 Collecting urllib3<1.25,>=1.21.1 03:38:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:38:53 Collecting docker-pycreds>=0.4.0 03:38:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:38:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:38:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:38:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:38:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:38:54 Installing collected packages: PyYAML, texttable, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, cached-property, docker-compose 03:38:54 Running setup.py install for PyYAML: started 03:38:57 Running setup.py install for PyYAML: finished with status 'done' 03:38:57 Running setup.py install for texttable: started 03:38:58 Running setup.py install for texttable: finished with status 'done' 03:38:59 Attempting uninstall: idna 03:38:59 Found existing installation: idna 2.9 03:38:59 Uninstalling idna-2.9: 03:38:59 Successfully uninstalled idna-2.9 03:38:59 Attempting uninstall: urllib3 03:38:59 Found existing installation: urllib3 1.25.9 03:38:59 Uninstalling urllib3-1.25.9: 03:38:59 Successfully uninstalled urllib3-1.25.9 03:39:00 Attempting uninstall: requests 03:39:00 Found existing installation: requests 2.23.0 03:39:00 Uninstalling requests-2.23.0: 03:39:00 Successfully uninstalled requests-2.23.0 03:39:01 Running setup.py install for dockerpty: started 03:39:03 Running setup.py install for dockerpty: finished with status 'done' 03:39:03 Running setup.py install for docopt: started 03:39:05 Running setup.py install for docopt: finished with status 'done' 03:39:06 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 03:39:09 Removing intermediate container 11b17f79ef43 03:39:09 ---> ae4bc5103151 03:39:09 Step 21/26 : RUN apk --no-cache add curl 03:39:10 ---> Running in 364dad6ec68f 03:39:10 Running on prd-ubuntu18.04-docker-8c-8g-32191 in /w/workspace/edgexfoundry_edgex-go_PR-3318 [Pipeline] { [Pipeline] ws 03:39:10 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 03:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:39:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:39:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:39:12 (2/3) Installing libcurl (7.69.1-r3) 03:39:12 (3/3) Installing curl (7.69.1-r3) 03:39:12 Executing busybox-1.31.1-r19.trigger 03:39:12 OK: 72 MiB in 58 packages 03:39:12 using credential edgex-jenkins-ssh 03:39:12 Cloning the remote Git repository 03:39:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:39:12 > git init /w/workspace/edgex-go/3 # timeout=10 03:39:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:39:12 > git --version # timeout=10 03:39:12 > git --version # 'git version 2.17.1' 03:39:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:39:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:39:13 Removing intermediate container 364dad6ec68f 03:39:13 ---> 15fa11d12e93 03:39:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:39:13 ---> Running in 67545861949f 03:39:14 Removing intermediate container 67545861949f 03:39:14 ---> e6e740b78fcb 03:39:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:39:14 ---> Running in 0abfcdff985a 03:39:14 Removing intermediate container 0abfcdff985a 03:39:14 ---> 8f0daf886d67 03:39:14 Step 24/26 : LABEL arch=arm64 03:39:14 ---> Running in b3cbc1ac498b 03:39:14 Removing intermediate container b3cbc1ac498b 03:39:14 ---> d3d2bbc538a3 03:39:14 Step 25/26 : LABEL git_sha=1024e6cd34f74e2e17cbebf936445d461a1269d2 03:39:15 ---> Running in 019911950eb4 03:39:15 Removing intermediate container 019911950eb4 03:39:15 ---> 987c42a8c40e 03:39:15 Step 26/26 : LABEL version=0.0.0 03:39:15 ---> Running in 61ec6de4e8f5 03:39:16 Removing intermediate container 61ec6de4e8f5 03:39:16 ---> 35c6682ab61e 03:39:16 03:39:16 Successfully built 35c6682ab61e 03:39:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:39:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:39:16 $ docker stop --time=1 33fe9261e0e79fd09237dde1359cb558371d8a4dd255b76df7c6369edd436b9e 03:39:18 $ docker rm -f 33fe9261e0e79fd09237dde1359cb558371d8a4dd255b76df7c6369edd436b9e [Pipeline] // withDockerContainer [Pipeline] sh 03:39:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:39:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:39:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:39:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:39:18 using GIT_SSH to set credentials SSH Credentials for GitHub 03:39:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3318/head:refs/remotes/origin/PR-3318 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:39:19 + docker images+ 03:39:19 grep docker 03:39:19 Merging remotes/origin/master commit 455f88eb7f104c981a27c2f244562def9f736fdb into PR head commit 1024e6cd34f74e2e17cbebf936445d461a1269d2 03:39:19 Merge succeeded, producing 1024e6cd34f74e2e17cbebf936445d461a1269d2 03:39:19 Checking out Revision 1024e6cd34f74e2e17cbebf936445d461a1269d2 (PR-3318) 03:39:19 docker-sys-mgmt-agent-go-arm64 latest 35c6682ab61e 4 seconds ago 301MB 03:39:19 docker-security-secretstore-setup-go-arm64 latest f3c80445242a About a minute ago 24.4MB 03:39:19 docker-security-proxy-setup-go-arm64 latest be7188262321 About a minute ago 24.1MB 03:39:19 docker-core-command-go-arm64 latest cd6ceae21182 About a minute ago 16.3MB 03:39:19 docker-core-data-go-arm64 latest cbace6e5808d 4 minutes ago 21.4MB 03:39:19 docker-security-bootstrapper-go-arm64 latest 8c5cb6502826 4 minutes ago 17.9MB 03:39:19 docker-core-metadata-go-arm64 latest 570eac0b3a8a 4 minutes ago 17.9MB 03:39:19 docker-support-scheduler-go-arm64 latest f3ea477a48d9 4 minutes ago 16.4MB 03:39:19 docker-support-notifications-go-arm64 latest 172a84278c75 4 minutes ago 16.9MB 03:39:19 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 03:39:19 > git config core.sparsecheckout # timeout=10 03:39:19 > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 03:39:19 > git remote # timeout=10 03:39:19 > git config --get remote.origin.url # timeout=10 03:39:19 using GIT_SSH to set credentials SSH Credentials for GitHub 03:39:19 > git merge 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 03:39:19 > git rev-parse HEAD^{commit} # timeout=10 03:39:19 > git config core.sparsecheckout # timeout=10 03:39:19 > git checkout -f 1024e6cd34f74e2e17cbebf936445d461a1269d2 # timeout=10 [Pipeline] libraryResource [Pipeline] sh 03:39:21 ---> job-cost.sh 03:39:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jsEU 03:39:23 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 03:39:23 03:39:23 GitHub has been notified of this commit’s build result 03:39:23 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:39:24 + echo snap-build.sh 03:39:24 snap-build.sh 03:39:24 + SNAP_BASE_DIR=. 03:39:24 + '[' '!' -z /w/workspace/edgex-go/3 ']' 03:39:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 03:39:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 03:39:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 03:39:24 + cd /w/workspace/edgex-go/3 03:39:24 + sudo apt-get remove -qy --purge lxd lxd-client 03:39:24 Reading package lists... 03:39:24 Building dependency tree... 03:39:24 Reading state information... 03:39:24 The following packages were automatically installed and are no longer required: 03:39:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:39:24 uidmap xdelta3 03:39:24 Use 'sudo apt autoremove' to remove them. 03:39:24 The following packages will be REMOVED: 03:39:24 lxd* lxd-client* 03:39:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:39:25 After this operation, 31.7 MB disk space will be freed. 03:39:26 (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.) 03:39:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:39:27 Removing lxd dnsmasq configuration 03:39:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:39:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:39:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:39:28 (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.) 03:39:28 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:39:30 Processing triggers for systemd (237-3ubuntu10.42) ... 03:39:30 Processing triggers for ureadahead (0.100.0-21) ... 03:39:31 + sudo snap remove --purge lxd 03:39:31 snap "lxd" is not installed 03:39:31 + sudo groupadd --force --system lxd 03:39:31 ++ whoami 03:39:31 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:39:32 + newgrp - lxd 03:39:32 + sudo snap install lxd 03:39:42 2021-03-31T03:39:39Z INFO Waiting for automatic snapd restart... 03:39:57 lxd 4.12 from Canonical* installed 03:39:57 + sudo lxd init --auto 03:40:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:40:05 + sudo snap install --classic snapcraft 03:40:13 snapcraft 4.6 from Canonical* installed 03:40:13 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 03:40:13 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 03:40:13 % Total % Received % Xferd Average Speed Time Time Time Current 03:40:13 Dload Upload Total Spent Left Speed 03:40:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4644 03:40:13 100 3325k 100 3325k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M 03:40:13 ./yq_linux_amd64 03:40:13 + sudo snapcraft prime --use-lxd 03:40:15 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:40:15 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: 03:40:15 - README.md 03:40:15 03:40:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:40:16 Launching a container. 03:40:28 Waiting for container to be ready 03:40:28 To start your first instance, try: lxc launch ubuntu:18.04 03:40:28 03:40:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:40:32 Waiting for network to be ready... 03:40:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:40:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:40:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 03:40:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:40:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:40:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:40:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:40:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:40:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:40:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:40:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:40:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:40:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:40:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:40:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:40:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:40:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:40:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:40:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:40:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 03:40:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:40:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:40:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:40:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:40:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:40:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 03:40:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 03:40:38 Fetched 24.2 MB in 5s (4785 kB/s) 03:40:39 Reading package lists... 03:40:39 Reading package lists... 03:40:39 Building dependency tree... 03:40:39 Reading state information... 03:40:39 The following additional packages will be installed: 03:40:39 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:40:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:40:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:40:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:40:39 Suggested packages: 03:40:39 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:40:39 Recommended packages: 03:40:39 gnupg libsasl2-modules 03:40:39 The following NEW packages will be installed: 03:40:39 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:40:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:40:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:40:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:40:39 The following packages will be upgraded: 03:40:39 gpg gpg-agent gpgconf libudev1 03:40:40 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:40:40 Need to get 3530 kB of archives. 03:40:40 After this operation, 13.3 MB of additional disk space will be used. 03:40:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 03:40:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:40:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:40:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 03:40:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:40:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:40:40 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:40:40 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:40:40 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:40:40 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:40:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:40:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:40:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:40:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:40:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:40:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:40:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:40:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:40:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:40:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:40:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:40:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:40:41 debconf: delaying package configuration, since apt-utils is not installed 03:40:41 Fetched 3530 kB in 1s (3489 kB/s) 03:40:41 (Reading database ... 12511 files and directories currently installed.) 03:40:41 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 03:40:41 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:40:41 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 03:40:41 Selecting previously unselected package udev. 03:40:41 (Reading database ... 12511 files and directories currently installed.) 03:40:41 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 03:40:41 Unpacking udev (237-3ubuntu10.45) ... 03:40:41 Selecting previously unselected package libfuse2:amd64. 03:40:41 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:40:41 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:40:41 Selecting previously unselected package fuse. 03:40:41 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:40:41 Unpacking fuse (2.9.7-1ubuntu1) ... 03:40:41 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:40:41 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:40:41 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:40:41 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:40:42 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:40:42 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:40:42 Selecting previously unselected package libksba8:amd64. 03:40:42 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:40:42 Unpacking libksba8:amd64 (1.3.5-2) ... 03:40:42 Selecting previously unselected package libroken18-heimdal:amd64. 03:40:42 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:42 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:42 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:40:42 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:42 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:42 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:40:42 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:42 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:42 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:40:42 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:42 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:43 Selecting previously unselected package libwind0-heimdal:amd64. 03:40:43 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:43 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:43 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:40:43 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:40:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:40:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:40:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:40:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:43 Selecting previously unselected package libsasl2-modules-db:amd64. 03:40:43 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:40:43 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:40:43 Selecting previously unselected package libsasl2-2:amd64. 03:40:43 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:40:43 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:40:43 Selecting previously unselected package libldap-common. 03:40:43 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:40:43 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:40:43 Selecting previously unselected package libldap-2.4-2:amd64. 03:40:43 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:40:43 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:40:43 Selecting previously unselected package dirmngr. 03:40:43 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:40:43 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:40:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:40:44 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:40:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:40:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:40:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:40:44 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:40:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:44 Setting up libksba8:amd64 (1.3.5-2) ... 03:40:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:40:44 Setting up udev (237-3ubuntu10.45) ... 03:40:44 invoke-rc.d: policy-rc.d denied execution of start. 03:40:44 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:44 Processing triggers for systemd (237-3ubuntu10) ... 03:40:44 Setting up fuse (2.9.7-1ubuntu1) ... 03:40:44 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:40:44 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:45 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:45 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:45 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:45 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:45 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:45 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:40:45 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:40:45 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:40:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:40:45 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:40:45 settings in the [Install] section, and DefaultInstance for template units). 03:40:45 This means they are not meant to be enabled using systemctl. 03:40:45 Possible reasons for having this kind of units are: 03:40:45 1) A unit may be statically enabled by being symlinked from another unit's 03:40:45 .wants/ or .requires/ directory. 03:40:45 2) A unit's purpose may be to act as a helper for some other unit which has 03:40:45 a requirement dependency on it. 03:40:45 3) A unit may be started when needed via activation (socket, path, timer, 03:40:45 D-Bus, udev, scripted systemctl call, ...). 03:40:45 4) In case of template units, the unit is meant to be enabled with some 03:40:45 instance name specified. 03:40:46 Reading package lists... 03:40:46 Building dependency tree... 03:40:46 Reading state information... 03:40:46 The following additional packages will be installed: 03:40:46 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:40:46 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:40:46 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:40:46 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:40:46 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:40:46 Suggested packages: 03:40:46 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:40:46 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:40:46 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:40:46 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:40:46 systemd-container policykit-1 03:40:46 Recommended packages: 03:40:46 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:40:46 The following NEW packages will be installed: 03:40:46 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:40:46 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:40:46 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:40:46 multiarch-support openssh-client python3 python3-minimal python3.6 03:40:46 python3.6-minimal snapd squashfs-tools sudo 03:40:46 The following packages will be upgraded: 03:40:46 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:40:46 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:40:46 Need to get 35.2 MB of archives. 03:40:46 After this operation, 141 MB of additional disk space will be used. 03:40:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:40:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:40:46 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 03:40:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 03:40:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:40:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:40:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:40:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:40:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:40:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:40:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:40:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:40:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:40:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:40:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:40:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:40:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:40:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:40:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:40:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 03:40:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:40:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:40:47 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:40:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:40:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:40:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:40:47 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:40:47 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:40:47 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:40:47 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:40:48 debconf: delaying package configuration, since apt-utils is not installed 03:40:48 Fetched 35.2 MB in 1s (28.1 MB/s) 03:40:48 (Reading database ... 12757 files and directories currently installed.) 03:40:48 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 03:40:48 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:40:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 03:40:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:40:49 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 03:40:49 (Reading database ... 12757 files and directories currently installed.) 03:40:49 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:40:49 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:40:49 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:40:49 (Reading database ... 12757 files and directories currently installed.) 03:40:49 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:40:49 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:40:49 Setting up apt (1.6.12ubuntu0.2) ... 03:40:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:40:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:40:50 (Reading database ... 12764 files and directories currently installed.) 03:40:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:40:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:40:50 Selecting previously unselected package libpython3.6-minimal:amd64. 03:40:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:40:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:40:51 Selecting previously unselected package libexpat1:amd64. 03:40:51 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:40:51 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:40:51 Selecting previously unselected package python3.6-minimal. 03:40:51 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:40:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:40:51 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 03:40:51 Checking for services that may need to be restarted...done. 03:40:51 Checking for services that may need to be restarted...done. 03:40:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:40:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:40:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:40:52 Selecting previously unselected package python3-minimal. 03:40:52 (Reading database ... 13012 files and directories currently installed.) 03:40:52 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:40:52 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:40:52 Selecting previously unselected package mime-support. 03:40:52 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:40:52 Unpacking mime-support (3.60ubuntu1) ... 03:40:52 Selecting previously unselected package libmpdec2:amd64. 03:40:52 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:40:52 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:40:52 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:40:52 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:40:52 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:40:53 Selecting previously unselected package python3.6. 03:40:53 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:40:53 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:40:53 Selecting previously unselected package libpython3-stdlib:amd64. 03:40:53 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:40:53 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:40:53 Setting up python3-minimal (3.6.7-1~18.04) ... 03:40:53 Selecting previously unselected package python3. 03:40:53 (Reading database ... 13442 files and directories currently installed.) 03:40:53 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:40:53 Unpacking python3 (3.6.7-1~18.04) ... 03:40:53 Selecting previously unselected package multiarch-support. 03:40:53 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:40:53 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:40:53 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:40:53 Selecting previously unselected package liblzo2-2:amd64. 03:40:53 (Reading database ... 13479 files and directories currently installed.) 03:40:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:40:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:40:53 Selecting previously unselected package libbsd0:amd64. 03:40:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:40:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:40:53 Selecting previously unselected package sudo. 03:40:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:40:53 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:40:54 Selecting previously unselected package apparmor. 03:40:54 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:40:54 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:40:54 Selecting previously unselected package libedit2:amd64. 03:40:54 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:40:54 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:40:54 Selecting previously unselected package libkrb5support0:amd64. 03:40:54 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:40:54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:40:55 Selecting previously unselected package libk5crypto3:amd64. 03:40:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:40:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:40:55 Selecting previously unselected package libkeyutils1:amd64. 03:40:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:40:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:40:55 Selecting previously unselected package libkrb5-3:amd64. 03:40:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:40:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:40:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:40:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:40:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:40:55 Selecting previously unselected package libssl1.0.0:amd64. 03:40:55 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:40:55 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:40:55 Selecting previously unselected package openssh-client. 03:40:55 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:40:55 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:40:56 Selecting previously unselected package squashfs-tools. 03:40:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:40:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:40:56 Selecting previously unselected package snapd. 03:40:56 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:40:56 Unpacking snapd (2.48.3+18.04) ... 03:40:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:40:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:40:58 Setting up mime-support (3.60ubuntu1) ... 03:40:58 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:40:58 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:40:58 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:40:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:40:58 Setting up systemd (237-3ubuntu10.45) ... 03:40:58 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:40:59 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:40:59 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:40:59 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:40:59 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:40:59 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:40:59 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:41:00 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:41:00 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:41:00 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:41:00 Setting up python3 (3.6.7-1~18.04) ... 03:41:00 running python rtupdate hooks for python3.6... 03:41:00 running python post-rtupdate hooks for python3.6... 03:41:00 Setting up apparmor (2.12-4ubuntu5.1) ... 03:41:02 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:41:02 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:41:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:41:02 Setting up snapd (2.48.3+18.04) ... 03:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:41:03 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:41:04 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:41:04 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:41:04 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:41:04 /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' 03:41:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:41:04 Processing triggers for systemd (237-3ubuntu10.45) ... 03:41:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:41:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:41:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:41:07 Reading package lists... 03:41:08 Reading package lists... 03:41:08 Building dependency tree... 03:41:08 Reading state information... 03:41:08 Calculating upgrade... 03:41:08 The following packages will be upgraded: 03:41:08 advancecomp base-files bash binutils binutils-common 03:41:08 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:41:08 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:41:08 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:41:08 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:41:08 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:41:08 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:41:08 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:41:08 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:41:08 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:41:08 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:41:08 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:41:08 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:41:08 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:41:08 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:41:08 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:41:08 Need to get 63.8 MB of archives. 03:41:08 After this operation, 5208 kB of additional disk space will be used. 03:41:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 03:41:08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:41:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:41:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:41:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:41:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:41:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:41:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:41:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:41:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:41:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:41:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:41:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:41:09 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:41:09 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:41:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:41:09 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:41:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:41:09 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:41:09 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:41:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:41:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:41:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:41:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:41:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:41:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:41:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:41:09 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:41:09 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:41:09 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:41:09 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:41:09 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:41:09 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:41:09 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:41:09 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:41:09 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:41:09 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:41:09 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:41:09 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:41:09 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:41:09 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 03:41:09 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:41:09 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:41:09 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:41:09 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:41:09 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:41:09 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:41:09 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:41:09 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:41:09 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:41:09 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:41:09 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:41:09 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:41:09 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:41:09 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:41:09 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:41:09 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:41:09 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:41:09 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:41:10 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:41:10 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:41:10 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:41:10 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:41:10 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:41:10 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:41:10 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:41:10 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:41:10 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:41:10 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:41:10 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:41:10 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:41:10 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:41:10 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 03:41:10 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:41:10 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:41:10 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:41:10 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:41:10 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:41:10 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:41:10 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:41:10 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:41:10 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:41:10 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:41:10 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:41:10 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:41:10 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:41:10 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:41:10 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:41:10 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:41:10 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:41:10 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:41:11 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:41:11 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:41:11 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:41:11 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:41:11 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:41:11 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:41:11 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:41:11 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:41:11 debconf: delaying package configuration, since apt-utils is not installed 03:41:11 Fetched 63.8 MB in 3s (20.1 MB/s) 03:41:11 (Reading database ... 13912 files and directories currently installed.) 03:41:11 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:41:11 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:41:12 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:41:12 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:41:12 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 03:41:12 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 03:41:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:13 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:13 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:14 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:14 (Reading database ... 13911 files and directories currently installed.) 03:41:14 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:14 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:41:14 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:41:14 (Reading database ... 13911 files and directories currently installed.) 03:41:14 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:14 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:41:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:41:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:15 (Reading database ... 13911 files and directories currently installed.) 03:41:15 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:41:15 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:41:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:41:16 (Reading database ... 13911 files and directories currently installed.) 03:41:16 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:41:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:41:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:41:16 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:41:17 Setting up base-files (10.1ubuntu2.10) ... 03:41:17 Installing new version of config file /etc/issue ... 03:41:17 Installing new version of config file /etc/issue.net ... 03:41:17 Installing new version of config file /etc/lsb-release ... 03:41:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:41:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:41:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:41:17 Removing obsolete conffile /etc/default/motd-news ... 03:41:17 (Reading database ... 13912 files and directories currently installed.) 03:41:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:41:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:41:17 Setting up bash (4.4.18-2ubuntu1.2) ... 03:41:17 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 03:41:17 (Reading database ... 13912 files and directories currently installed.) 03:41:17 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:17 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:41:17 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:41:18 (Reading database ... 13912 files and directories currently installed.) 03:41:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:41:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:41:18 Setting up tar (1.29b-2ubuntu0.2) ... 03:41:18 (Reading database ... 13912 files and directories currently installed.) 03:41:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:41:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:41:18 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:41:18 (Reading database ... 13912 files and directories currently installed.) 03:41:18 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:41:18 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:41:18 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:41:18 (Reading database ... 13912 files and directories currently installed.) 03:41:18 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:41:18 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:41:19 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:41:19 (Reading database ... 13912 files and directories currently installed.) 03:41:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:41:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:41:19 Setting up grep (3.1-2build1) ... 03:41:19 (Reading database ... 13912 files and directories currently installed.) 03:41:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:41:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:41:19 Setting up login (1:4.5-1ubuntu2) ... 03:41:19 (Reading database ... 13912 files and directories currently installed.) 03:41:19 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:41:19 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:41:19 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:41:19 (Reading database ... 13912 files and directories currently installed.) 03:41:19 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:41:19 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:41:20 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:41:20 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:41:20 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:41:20 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:41:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:41:21 (Reading database ... 13912 files and directories currently installed.) 03:41:21 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:41:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:41:22 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:41:22 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:41:22 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:41:22 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:41:22 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:41:22 (Reading database ... 13912 files and directories currently installed.) 03:41:22 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:41:22 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:41:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:41:23 (Reading database ... 13912 files and directories currently installed.) 03:41:23 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:23 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:23 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:41:23 (Reading database ... 13912 files and directories currently installed.) 03:41:23 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:23 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:23 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:41:23 (Reading database ... 13912 files and directories currently installed.) 03:41:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:23 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:41:23 (Reading database ... 13912 files and directories currently installed.) 03:41:23 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:23 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:41:24 (Reading database ... 13912 files and directories currently installed.) 03:41:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:41:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:41:24 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:41:24 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:41:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:41:24 (Reading database ... 13912 files and directories currently installed.) 03:41:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:41:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:41:24 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:41:24 (Reading database ... 13912 files and directories currently installed.) 03:41:24 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:24 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:24 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:41:24 (Reading database ... 13912 files and directories currently installed.) 03:41:24 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:24 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:24 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:41:24 (Reading database ... 13912 files and directories currently installed.) 03:41:24 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:25 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:25 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:41:25 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:41:26 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:41:26 (Reading database ... 13912 files and directories currently installed.) 03:41:26 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:41:26 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:41:26 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:41:26 (Reading database ... 13912 files and directories currently installed.) 03:41:26 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:41:26 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:41:26 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:41:27 (Reading database ... 13914 files and directories currently installed.) 03:41:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:41:27 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:41:27 Setting up debconf (1.5.66ubuntu1) ... 03:41:27 (Reading database ... 13914 files and directories currently installed.) 03:41:27 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:41:27 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:41:27 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:41:27 (Reading database ... 13914 files and directories currently installed.) 03:41:27 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:41:27 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:41:27 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:41:28 (Reading database ... 13914 files and directories currently installed.) 03:41:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:41:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:41:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:41:28 (Reading database ... 13914 files and directories currently installed.) 03:41:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:41:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:41:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:41:28 (Reading database ... 13914 files and directories currently installed.) 03:41:28 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:41:28 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:41:28 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:41:29 (Reading database ... 13914 files and directories currently installed.) 03:41:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:41:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:41:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 03:41:29 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 03:41:29 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:41:29 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:41:29 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:41:29 (Reading database ... 13914 files and directories currently installed.) 03:41:29 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:41:29 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:41:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:41:30 (Reading database ... 13914 files and directories currently installed.) 03:41:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:41:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:41:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:41:30 (Reading database ... 13914 files and directories currently installed.) 03:41:30 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:41:30 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:41:30 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:41:30 (Reading database ... 13914 files and directories currently installed.) 03:41:30 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:41:30 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:41:30 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:41:31 (Reading database ... 13914 files and directories currently installed.) 03:41:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:41:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:41:32 Setting up passwd (1:4.5-1ubuntu2) ... 03:41:32 (Reading database ... 13914 files and directories currently installed.) 03:41:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:41:32 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:41:32 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:41:32 (Reading database ... 13914 files and directories currently installed.) 03:41:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:41:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:41:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:41:32 (Reading database ... 13914 files and directories currently installed.) 03:41:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:41:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:41:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:41:32 (Reading database ... 13914 files and directories currently installed.) 03:41:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:41:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:41:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:41:33 (Reading database ... 13914 files and directories currently installed.) 03:41:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:41:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:41:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:41:33 (Reading database ... 13914 files and directories currently installed.) 03:41:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:41:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:41:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:41:33 (Reading database ... 13914 files and directories currently installed.) 03:41:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:41:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:41:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:41:33 (Reading database ... 13915 files and directories currently installed.) 03:41:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:41:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:41:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:41:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:41:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 03:41:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 03:41:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:41:34 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:41:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:41:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:41:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:41:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:41:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:41:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:41:34 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:41:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:41:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:41:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:41:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:41:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:41:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:41:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:41:35 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:41:35 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:41:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:41:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:41:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:41:36 lf-activate-venv(): INFO: Adding /tmp/venv-jsEU/bin to PATH 03:41:36 INFO: No Stack... 03:41:36 INFO: Retrieving Pricing Info for: lf-standard-4 03:41:36 INFO: Archiving Costs [Pipeline] sh 03:41:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:41:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:41:36 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:41:37 + cat /w/workspace/edgex-go/3/archives/cost.csv 03:41:37 + cut -d, -f6 [Pipeline] lock 03:41:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] 03:41:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] did not exist. Created. 03:41:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:41:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:41:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:41:37 + echo total: 0.20999999344348907 03:41:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:41:37 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:41:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [Pipeline] stash 03:41:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:41:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:37 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:41:38 Stashed 1 file(s) [Pipeline] } 03:41:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3318-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv 03:41:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:41:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 03:41:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [Pipeline] // stage [Pipeline] } 03:41:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:41:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:41:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:41:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:41:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:41:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:41:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:41:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:41:43 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:41:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:41:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:41:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:41:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:41:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:41:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:41:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:41:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:41:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:41:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:41:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:41:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:41:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:44 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:44 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:41:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:41:44 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:41:44 03:41:44 Current default time zone: 'Etc/UTC' 03:41:44 Local time is now: Wed Mar 31 03:41:44 UTC 2021. 03:41:44 Universal Time is now: Wed Mar 31 03:41:44 UTC 2021. 03:41:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:41:44 03:41:44 Setting up systemd-sysv (237-3ubuntu10.45) ... 03:41:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:44 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 03:41:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:41:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:41:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:41:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:41:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:41:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:41:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:41:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:41:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:41:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:41:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:44 Setting up patch (2.7.6-2ubuntu1.1) ... 03:41:45 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:41:45 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:41:45 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 03:41:45 Installing new version of config file /etc/ssl/openssl.cnf ... 03:41:45 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:41:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:41:45 Setting up ca-certificates (20210119~18.04.1) ... 03:41:47 Updating certificates in /etc/ssl/certs... 03:41:47 23 added, 27 removed; done. 03:41:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:41:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:41:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:41:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:41:47 Setting up pkgbinarymangler (138.18.04.1) ... 03:41:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:41:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:41:49 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:41:49 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:41:49 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:41:49 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:41:49 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:41:49 Setting up perl (5.26.1-6ubuntu0.5) ... 03:41:49 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:41:49 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:41:49 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:41:49 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:41:49 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:41:49 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:41:49 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:41:49 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:41:49 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:41:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:41:49 Processing triggers for systemd (237-3ubuntu10.45) ... 03:41:49 Processing triggers for mime-support (3.60ubuntu1) ... 03:41:49 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:41:49 Updating certificates in /etc/ssl/certs... 03:41:49 0 added, 0 removed; done. 03:41:49 Running hooks in /etc/ca-certificates/update.d... 03:41:49 done. 03:41:50 Reading package lists... 03:41:50 Building dependency tree... 03:41:50 Reading state information... 03:41:50 The following NEW packages will be installed: 03:41:50 apt-transport-https 03:41:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:41:50 Need to get 1696 B of archives. 03:41:50 After this operation, 153 kB of additional disk space will be used. 03:41:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:41:50 debconf: delaying package configuration, since apt-utils is not installed 03:41:50 Fetched 1696 B in 0s (8462 B/s) 03:41:50 Selecting previously unselected package apt-transport-https. 03:41:50 (Reading database ... 13920 files and directories currently installed.) 03:41:50 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:41:50 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:41:50 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:41:51 Waiting for network to be ready... 03:41:57 2021-03-31T03:41:55Z INFO Waiting for automatic snapd restart... 03:41:58 snapd 2.49.1 from Canonical* installed 03:41:59 "snapd" switched to the "latest/stable" channel 03:41:59 03:42:04 core18 20210309 from Canonical* installed 03:42:04 "core18" switched to the "latest/stable" channel 03:42:04 03:42:11 snapcraft 4.6 from Canonical* installed 03:42:11 "snapcraft" switched to the "latest/stable" channel 03:42:11 03:42:14 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: 03:42:14 - README.md 03:42:14 03:42:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:42:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:42:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:42:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:42:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:42:22 Reading package lists... 03:42:23 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 03:42:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:42:30 Reading package lists... 03:42:30 Building dependency tree... 03:42:30 Reading state information... 03:42:30 Suggested packages: 03:42:30 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:42:30 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:42:30 Recommended packages: 03:42:30 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:42:30 The following NEW packages will be installed: 03:42:30 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:42:30 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:42:30 pkg-config zip 03:42:30 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:42:30 Need to get 7657 kB of archives. 03:42:30 After this operation, 43.8 MB of additional disk space will be used. 03:42:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 03:42:30 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:42:30 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:42:30 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:42:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:42:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:42:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:42:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:42:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:42:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:42:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:42:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:42:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:42:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:42:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:42:31 debconf: delaying package configuration, since apt-utils is not installed 03:42:31 Fetched 7657 kB in 1s (7026 kB/s) 03:42:31 Selecting previously unselected package libglib2.0-0:amd64. 03:42:31 (Reading database ... 13924 files and directories currently installed.) 03:42:31 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 03:42:31 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:42:31 Selecting previously unselected package libpsl5:amd64. 03:42:31 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:42:31 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:42:31 Selecting previously unselected package libnghttp2-14:amd64. 03:42:31 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:42:31 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:42:31 Selecting previously unselected package librtmp1:amd64. 03:42:31 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:42:31 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:42:31 Selecting previously unselected package libcurl3-gnutls:amd64. 03:42:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:42:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:42:31 Selecting previously unselected package liberror-perl. 03:42:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:42:31 Unpacking liberror-perl (0.17025-1) ... 03:42:31 Selecting previously unselected package git-man. 03:42:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:42:32 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:42:32 Selecting previously unselected package git. 03:42:32 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:42:32 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:42:33 Selecting previously unselected package libnorm1:amd64. 03:42:33 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:42:33 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:42:33 Selecting previously unselected package libpgm-5.2-0:amd64. 03:42:33 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:42:33 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:42:33 Selecting previously unselected package libsodium23:amd64. 03:42:33 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:42:33 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:42:33 Selecting previously unselected package libzmq5:amd64. 03:42:33 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:42:33 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:42:33 Selecting previously unselected package libzmq3-dev:amd64. 03:42:33 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:42:33 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:42:33 Selecting previously unselected package pkg-config. 03:42:33 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:42:33 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:42:33 Selecting previously unselected package zip. 03:42:33 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:42:33 Unpacking zip (3.0-11build1) ... 03:42:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:42:33 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:42:34 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:42:34 Setting up liberror-perl (0.17025-1) ... 03:42:34 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:42:34 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:42:34 No schema files found: doing nothing. 03:42:34 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:42:34 Setting up zip (3.0-11build1) ... 03:42:34 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:42:34 Setting up libsodium23:amd64 (1.0.16-2) ... 03:42:34 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:42:34 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:42:34 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:42:34 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:42:34 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:42:34 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:42:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:42:41 git set to automatically installed. 03:42:41 git-man set to automatically installed. 03:42:41 libcurl3-gnutls set to automatically installed. 03:42:41 liberror-perl set to automatically installed. 03:42:41 libglib2.0-0 set to automatically installed. 03:42:41 libnghttp2-14 set to automatically installed. 03:42:41 libnorm1 set to automatically installed. 03:42:41 libpgm-5.2-0 set to automatically installed. 03:42:41 libpsl5 set to automatically installed. 03:42:41 librtmp1 set to automatically installed. 03:42:41 libsodium23 set to automatically installed. 03:42:41 libzmq3-dev set to automatically installed. 03:42:41 libzmq5 set to automatically installed. 03:42:41 pkg-config set to automatically installed. 03:42:41 zip set to automatically installed. 03:42:44 snapd is not logged in, snap install commands will use sudo 03:42:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:42:51 snap "core18" has no updates available 03:42:52 snapd is not logged in, snap install commands will use sudo 03:42:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:43:14 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 03:43:14 Pulling go-build-helper 03:43:14 + snapcraftctl pull 03:43:14 'app-service-config' has dependencies that need to be staged: go-build-helper 03:43:14 Skipping pull go-build-helper (already ran) 03:43:14 Building go-build-helper 03:43:14 + snapcraftctl build 03:43:16 Staging go-build-helper 03:43:16 + snapcraftctl stage 03:43:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:43:31 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:43:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 03:43:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 03:43:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:43:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:43:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 03:43:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 03:43:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 03:43:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 03:43:31 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:43:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:43:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:43:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:43:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:43:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:43:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:43:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:43:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:43:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 03:43:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 03:43:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:43:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:43:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 03:43:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 03:43:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 03:43:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 03:43:31 Fetched 24.2 MB in 0s (0 B/s) 03:43:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:43:31 Fetched 224 kB in 0s (0 B/s) 03:43:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:43:31 Fetched 157 kB in 0s (0 B/s) 03:43:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:43:31 Fetched 221 kB in 0s (0 B/s) 03:43:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:43:31 Fetched 143 kB in 0s (0 B/s) 03:43:31 Pulling app-service-config 03:43:31 + snapcraftctl pull 03:43:31 Cloning into '/root/parts/app-service-config/src'... 03:43:31 Pulling config-common 03:43:31 + snapcraftctl pull 03:43:37 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:43:37 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:43:37 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:43:37 Fetched 0 B in 0s (0 B/s) 03:43:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:43:37 Fetched 0 B in 0s (0 B/s) 03:43:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:43:37 Fetched 0 B in 0s (0 B/s) 03:43:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:43:37 Fetched 0 B in 0s (0 B/s) 03:43:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:43:37 Fetched 0 B in 0s (0 B/s) 03:43:37 Pulling edgex-go 03:43:37 + snapcraftctl pull 03:43:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:43:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:43:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:43:59 Fetched 0 B in 0s (0 B/s) 03:43:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:43:59 Fetched 96.5 kB in 0s (0 B/s) 03:43:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:43:59 Fetched 279 kB in 0s (0 B/s) 03:43:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:43:59 Fetched 122 kB in 0s (0 B/s) 03:43:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:43:59 Fetched 77.8 kB in 0s (0 B/s) 03:43:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:43:59 Fetched 8848 B in 0s (0 B/s) 03:43:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:43:59 Fetched 47.8 kB in 0s (0 B/s) 03:43:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:43:59 Fetched 45.6 kB in 0s (0 B/s) 03:43:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:43:59 Fetched 15.0 kB in 0s (0 B/s) 03:43:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:43:59 Fetched 214 kB in 0s (0 B/s) 03:43:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:43:59 Fetched 154 kB in 0s (0 B/s) 03:43:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:43:59 Fetched 50.6 kB in 0s (0 B/s) 03:43:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:43:59 Fetched 14.8 kB in 0s (0 B/s) 03:43:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:43:59 Fetched 41.8 kB in 0s (0 B/s) 03:43:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:43:59 Fetched 499 kB in 0s (0 B/s) 03:43:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:43:59 Fetched 111 kB in 0s (0 B/s) 03:43:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:43:59 Fetched 240 kB in 0s (0 B/s) 03:43:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:43:59 Fetched 29.3 kB in 0s (0 B/s) 03:43:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:43:59 Fetched 85.5 kB in 0s (0 B/s) 03:43:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:43:59 Fetched 24.5 kB in 0s (0 B/s) 03:43:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:43:59 Fetched 49.2 kB in 0s (0 B/s) 03:43:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:43:59 Fetched 54.2 kB in 0s (0 B/s) 03:43:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:43:59 Fetched 30.8 kB in 0s (0 B/s) 03:43:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:43:59 Fetched 15.8 kB in 0s (0 B/s) 03:43:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:43:59 Fetched 85.9 kB in 0s (0 B/s) 03:43:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:43:59 Fetched 8720 B in 0s (0 B/s) 03:43:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:43:59 Fetched 137 kB in 0s (0 B/s) 03:43:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:43:59 Fetched 119 kB in 0s (0 B/s) 03:43:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:43:59 Fetched 109 kB in 0s (0 B/s) 03:43:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:43:59 Fetched 11.1 kB in 0s (0 B/s) 03:43:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:43:59 Fetched 645 kB in 0s (0 B/s) 03:43:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:43:59 Fetched 41.3 kB in 0s (0 B/s) 03:43:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:43:59 Fetched 17.9 kB in 0s (0 B/s) 03:43:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:43:59 Fetched 368 kB in 0s (0 B/s) 03:43:59 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:43:59 Fetched 187 kB in 0s (0 B/s) 03:43:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:43:59 Fetched 175 kB in 0s (0 B/s) 03:43:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:43:59 Fetched 206 kB in 0s (0 B/s) 03:43:59 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 03:43:59 Fetched 1301 kB in 0s (0 B/s) 03:43:59 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:43:59 Fetched 36.2 kB in 0s (0 B/s) 03:43:59 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:43:59 Fetched 159 kB in 0s (0 B/s) 03:43:59 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:43:59 Fetched 107 kB in 0s (0 B/s) 03:43:59 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:43:59 Fetched 48.7 kB in 0s (0 B/s) 03:43:59 Pulling static-packages 03:43:59 + snapcraftctl pull 03:44:00 Pulling version 03:44:00 + cd /root/project 03:44:00 + [ -f VERSION ] 03:44:00 + PROJECT_VERSION=local-dev 03:44:00 + git rev-parse --short HEAD 03:44:00 + GIT_REVISION=1024e6cd 03:44:00 + snapcraftctl set-version local-dev 03:44:01 Skipping build go-build-helper (already ran) 03:44:01 Building app-service-config 03:44:01 + make build 03:44:01 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 03:44:03 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 03:44:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 03:44:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 03:44:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 03:44:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 03:44:03 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:44:03 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 03:44:03 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:44:03 go: downloading github.com/gorilla/mux v1.8.0 03:44:03 go: downloading github.com/BurntSushi/toml v0.3.1 03:44:03 go: downloading github.com/x448/float16 v0.8.4 03:44:03 go: downloading github.com/google/uuid v1.2.0 03:44:03 go: downloading github.com/pelletier/go-toml v1.2.0 03:44:03 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:44:03 go: downloading github.com/go-playground/validator/v10 v10.4.1 03:44:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:44:03 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:44:03 go: downloading github.com/go-playground/universal-translator v0.17.0 03:44:04 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 03:44:04 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:44:04 go: downloading github.com/gorilla/websocket v1.4.2 03:44:04 go: downloading github.com/leodido/go-urn v1.2.0 03:44:04 go: downloading github.com/pebbe/zmq4 v1.2.5 03:44:04 go: downloading github.com/go-kit/kit v0.8.0 03:44:04 go: downloading github.com/go-playground/locales v0.13.0 03:44:04 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:44:04 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:44:04 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:44:04 go: downloading github.com/hashicorp/consul/api v1.8.1 03:44:04 go: downloading github.com/mitchellh/copystructure v1.0.0 03:44:04 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:44:04 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:44:04 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:44:04 go: downloading github.com/mattn/go-isatty v0.0.12 03:44:04 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:44:04 go: downloading github.com/fatih/color v1.9.0 03:44:04 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:44:04 go: downloading github.com/mattn/go-colorable v0.1.6 03:44:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:44:05 go: downloading github.com/hashicorp/serf v0.9.5 03:44:05 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:44:05 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 03:44:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:44:05 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:44:05 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:44:17 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 03:44:17 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 03:44:17 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 03:44:17 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 03:44:17 Building config-common 03:44:17 + snapcraftctl build 03:44:20 Building edgex-go 03:44:21 + cd /root/parts/edgex-go/src 03:44:21 + make build 03:44: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 03:44:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 03:44:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:44:21 go: downloading github.com/imdario/mergo v0.3.12 03:44:21 go: downloading github.com/pkg/errors v0.8.1 03:44:26 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 03:44:26 go: downloading gopkg.in/yaml.v2 v2.4.0 03:44:32 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 03:44:33 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 03:44:35 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 03:44:36 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 03:44:36 go: downloading github.com/stretchr/testify v1.7.0 03:44:36 go: downloading github.com/davecgh/go-spew v1.1.1 03:44:36 go: downloading github.com/pmezard/go-difflib v1.0.0 03:44:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:44:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:44:38 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:44:38 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:44:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:44: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 03:44:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:44:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:44:46 go: downloading github.com/lib/pq v1.9.0 03:44:48 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:44:48 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:44:48 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:44:48 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:44:48 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:44:48 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:44:48 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:44:48 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:44:48 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:44:48 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:44:48 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:44:48 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:44:48 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:44:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:44:48 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:44:48 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:44:48 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:44:48 + 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 03:44:48 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:44:48 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:44:48 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 03:44:48 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:44:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:44:48 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:44:48 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:44:48 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:44:52 Building static-packages 03:44:52 + snapcraftctl build 03:44:55 Building version 03:44:55 + snapcraftctl build 03:44:57 Skipping stage go-build-helper (already ran) 03:44:57 Staging app-service-config 03:44:57 + snapcraftctl stage 03:44:58 Staging config-common 03:44:58 + snapcraftctl stage 03:44:59 Staging edgex-go 03:44:59 + snapcraftctl stage 03:45:01 Staging static-packages 03:45:01 + snapcraftctl stage 03:45:02 Staging version 03:45:02 + snapcraftctl stage 03:45:03 Priming go-build-helper 03:45:03 + snapcraftctl prime 03:45:05 Priming app-service-config 03:45:05 + snapcraftctl prime 03:45:06 Priming config-common 03:45:06 + snapcraftctl prime 03:45:07 Priming edgex-go 03:45:07 + snapcraftctl prime 03:45:09 Priming static-packages 03:45:09 + snapcraftctl prime 03:45:11 Priming version 03:45:11 + snapcraftctl prime 03:45:12 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 03:45:16 provisioning config files... 03:45:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config1906387893476060504tmp [Pipeline] { [Pipeline] sh 03:45:17 + set +x 03:45:17 + bash -s -- 03:45:17 + curl -s https://codecov.io/bash 03:45:17 03:45:17 _____ _ 03:45:17 / ____| | | 03:45:17 | | ___ __| | ___ ___ _____ __ 03:45:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:45:17 | |___| (_) | (_| | __/ (_| (_) \ V / 03:45:17 \_____\___/ \__,_|\___|\___\___/ \_/ 03:45:17 Bash-20210309-2b87ace 03:45:17 03:45:17 03:45:17 ==> git version 2.24.3 found 03:45:17 ==> 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 03:45:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:45:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:45:17 curl: option -sm: expected a proper numerical parameter 03:45:17 curl: try 'curl --help' or 'curl --manual' for more information 03:45:17 ==> Jenkins CI detected. 03:45:17 project root: . 03:45:17 --> token set from env 03:45:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:45:18 ==> Running gcov in . (disable via -X gcov) 03:45:18 ==> Python coveragepy not found 03:45:18 ==> Searching for coverage reports in: 03:45:18 + . 03:45:18 -> Found 1 reports 03:45:18 ==> Detecting git/mercurial file structure 03:45:18 ==> Reading reports 03:45:18 + ./coverage.out bytes=669470 03:45:18 ==> Appending adjustments 03:45:18 https://docs.codecov.io/docs/fixing-reports 03:45:27 + Found adjustments 03:45:27 ==> Gzipping contents 03:45:27 96K /tmp/codecov.qTuA01.gz 03:45:27 ==> Uploading reports 03:45:27 url: https://codecov.io 03:45:27 query: branch=PR-3318&commit=1024e6cd34f74e2e17cbebf936445d461a1269d2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3318%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3318&job=&cmd_args= 03:45:27 -> Pinging Codecov 03:45:27 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3318&commit=1024e6cd34f74e2e17cbebf936445d461a1269d2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3318%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3318&job=&cmd_args= 03:45:28 -> Uploading to 03:45:28 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/1024e6cd34f74e2e17cbebf936445d461a1269d2/d7be172a-976f-4008-ba27-72db6550a022.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T034527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3f5cf3ee77ba481fa02b69f572bec57899f1e861764d64868ac789d72ac08f64 03:45:28 % Total % Received % Xferd Average Speed Time Time Time Current 03:45:28 Dload Upload Total Spent Left Speed 03:45:28 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96971 0 0 100 96971 0 167k --:--:-- --:--:-- --:--:-- 167k 03:45:28 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/1024e6cd34f74e2e17cbebf936445d461a1269d2 [Pipeline] } 03:45:28 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 03:45:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:45:32 ---> package-listing.sh 03:45:32 ++ tr '[:upper:]' '[:lower:]' 03:45:32 ++ facter osfamily 03:45:32 + OS_FAMILY=redhat 03:45:32 + workspace=/w/workspace/edgex-go/3 03:45:32 + START_PACKAGES=/tmp/packages_start.txt 03:45:32 + END_PACKAGES=/tmp/packages_end.txt 03:45:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:45:32 + PACKAGES=/tmp/packages_start.txt 03:45:32 + '[' /w/workspace/edgex-go/3 ']' 03:45:32 + PACKAGES=/tmp/packages_end.txt 03:45:32 + case "${OS_FAMILY}" in 03:45:32 + rpm -qa 03:45:32 + sort 03:45:40 + '[' -f /tmp/packages_start.txt ']' 03:45:40 + '[' -f /tmp/packages_end.txt ']' 03:45:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:45:40 + '[' /w/workspace/edgex-go/3 ']' 03:45:40 + mkdir -p /w/workspace/edgex-go/3/archives/ 03:45:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 03:45:40 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 03:45:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:45:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:45:42 03:45:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:45:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:45:43 alpine: Pulling from edgex-lftools-log-publisher 03:45:43 df20fa9351a1: Pulling fs layer 03:45:43 36b3adc4ff6f: Pulling fs layer 03:45:43 8ad3a11d3b57: Pulling fs layer 03:45:43 46f8f816bc3b: Pulling fs layer 03:45:43 93b61091891f: Pulling fs layer 03:45:43 93b9cdb0e59b: Pulling fs layer 03:45:43 5e14af77c1be: Pulling fs layer 03:45:43 01666e4c0597: Pulling fs layer 03:45:43 aa168da1d23b: Pulling fs layer 03:45:43 46f8f816bc3b: Waiting 03:45:43 93b61091891f: Waiting 03:45:43 93b9cdb0e59b: Waiting 03:45:43 5e14af77c1be: Waiting 03:45:43 01666e4c0597: Waiting 03:45:43 aa168da1d23b: Waiting 03:45:43 36b3adc4ff6f: Verifying Checksum 03:45:43 36b3adc4ff6f: Download complete 03:45:43 46f8f816bc3b: Verifying Checksum 03:45:43 46f8f816bc3b: Download complete 03:45:44 df20fa9351a1: Verifying Checksum 03:45:44 df20fa9351a1: Download complete 03:45:44 93b61091891f: Download complete 03:45:44 93b9cdb0e59b: Verifying Checksum 03:45:44 93b9cdb0e59b: Download complete 03:45:44 5e14af77c1be: Verifying Checksum 03:45:44 5e14af77c1be: Download complete 03:45:44 01666e4c0597: Verifying Checksum 03:45:44 01666e4c0597: Download complete 03:45:45 8ad3a11d3b57: Verifying Checksum 03:45:45 8ad3a11d3b57: Download complete 03:45:45 df20fa9351a1: Pull complete 03:45:46 36b3adc4ff6f: Pull complete 03:45:47 8ad3a11d3b57: Pull complete 03:45:47 46f8f816bc3b: Pull complete 03:45:48 93b61091891f: Pull complete 03:45:48 93b9cdb0e59b: Pull complete 03:45:48 5e14af77c1be: Pull complete 03:45:49 01666e4c0597: Pull complete 03:45:52 aa168da1d23b: Verifying Checksum 03:45:52 aa168da1d23b: Download complete 03:46:15 aa168da1d23b: Pull complete 03:46:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:46:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:46:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:46:16 prd-centos7-docker-4c-2g-32187 does not seem to be running inside a container 03:46:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:46:21 $ docker top 4421088fbeea02c4f5af1b26f092dee778d4452ee3c02958519463780b1c041e -eo pid,comm [Pipeline] { [Pipeline] sh 03:46:22 + touch /tmp/pre-build-complete [Pipeline] sh 03:46:23 + mkdir -p /var/log/sa [Pipeline] sh 03:46:24 + ls /var/log/sa-host 03:46:24 + sadf -c /var/log/sa-host/sa23 03:46:24 file_magic: OK 03:46:24 HZ: Using current value: 100 03:46:24 file_header: OK 03:46:24 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 03:46:24 Statistics: 03:46:24 Hnuu...uuuununununu... 03:46:24 File successfully converted to sysstat format version 12.2.1 03:46:24 + sadf -c /var/log/sa-host/sa31 03:46:24 file_magic: OK 03:46:24 HZ: Using current value: 100 03:46:24 file_header: OK 03:46:24 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 03:46:24 Statistics: 03:46:24 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:46:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:46:25 provisioning config files... 03:46:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4327761416043421793tmp [Pipeline] { [Pipeline] echo 03:46:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:46:26 ---> create-netrc.sh [Pipeline] } 03:46:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:46:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:46:27 ---> python-tools-install.sh [Pipeline] echo 03:46:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:46:28 ---> sudo-logs.sh 03:46:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:46:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:46:29 ---> job-cost.sh 03:46:30 lf-activate-venv: SKIPPING 03:46:30 DEBUG: total: 0.20999999344348907 03:46:30 INFO: Retrieving Stack Cost... 03:46:30 INFO: Retrieving Pricing Info for: v1-standard-2 03:46:31 INFO: Archiving Costs [Pipeline] echo 03:46:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:46:32 ---> logs-deploy.sh 03:46:32 lf-activate-venv: SKIPPING 03:46:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3318/3 03:46:32 INFO: archiving workspace using pattern(s): 03:46:35 Archives upload complete. 03:46:35 INFO: archiving logs to Nexus 03:46:38 ---> uname -a: 03:46:38 Linux prd-centos7-docker-4c-2g-32187.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:46:38 03:46:38 03:46:38 ---> lscpu: 03:46:38 Architecture: x86_64 03:46:38 CPU op-mode(s): 32-bit, 64-bit 03:46:38 Byte Order: Little Endian 03:46:38 Address sizes: 40 bits physical, 48 bits virtual 03:46:38 CPU(s): 4 03:46:38 On-line CPU(s) list: 0-3 03:46:38 Thread(s) per core: 1 03:46:38 Core(s) per socket: 1 03:46:38 Socket(s): 4 03:46:38 NUMA node(s): 1 03:46:38 Vendor ID: GenuineIntel 03:46:38 CPU family: 6 03:46:38 Model: 44 03:46:38 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:46:38 Stepping: 1 03:46:38 CPU MHz: 2933.438 03:46:38 BogoMIPS: 5866.87 03:46:38 Virtualization: VT-x 03:46:38 Hypervisor vendor: KVM 03:46:38 Virtualization type: full 03:46:38 L1d cache: 128 KiB 03:46:38 L1i cache: 128 KiB 03:46:38 L2 cache: 16 MiB 03:46:38 L3 cache: 64 MiB 03:46:38 NUMA node0 CPU(s): 0-3 03:46:38 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:46:38 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:46:38 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:46:38 Vulnerability Meltdown: Mitigation; PTI 03:46:38 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:46:38 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:46:38 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:46:38 Vulnerability Srbds: Not affected 03:46:38 Vulnerability Tsx async abort: Not affected 03:46:38 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 03:46:38 03:46:38 03:46:38 ---> nproc: 03:46:38 4 03:46:38 03:46:38 03:46:38 ---> df -h: 03:46:38 Filesystem Size Used Available Use% Mounted on 03:46:38 overlay 50.0G 11.8G 38.2G 24% / 03:46:38 tmpfs 64.0M 0 64.0M 0% /dev 03:46:38 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:46:38 shm 64.0M 0 64.0M 0% /dev/shm 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3@tmp 03:46:38 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/3 03:46:38 03:46:38 03:46:38 ---> free -m: 03:46:38 total used free shared buff/cache available 03:46:38 Mem: 1837 677 137 0 1021 1075 03:46:38 Swap: 1023 47 976 03:46:38 03:46:38 03:46:38 ---> ip addr: 03:46:38 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:46:38 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:46:38 inet 127.0.0.1/8 scope host lo 03:46:38 valid_lft forever preferred_lft forever 03:46:38 inet6 ::1/128 scope host 03:46:38 valid_lft forever preferred_lft forever 03:46:38 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:46:38 link/ether fa:16:3e:16:f7:66 brd ff:ff:ff:ff:ff:ff 03:46:38 inet 10.30.122.64/23 brd 10.30.123.255 scope global dynamic eth0 03:46:38 valid_lft 84439sec preferred_lft 84439sec 03:46:38 inet6 fe80::f816:3eff:fe16:f766/64 scope link 03:46:38 valid_lft forever preferred_lft forever 03:46:38 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:46:38 link/ether 02:42:64:59:fa:e6 brd ff:ff:ff:ff:ff:ff 03:46:38 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:46:38 valid_lft forever preferred_lft forever 03:46:38 inet6 fe80::42:64ff:fe59:fae6/64 scope link 03:46:38 valid_lft forever preferred_lft forever 03:46:38 03:46:38 03:46:38 ---> sar -b -r -n DEV: 03:46:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 03:46:38 03:46:38 03:13:42 LINUX RESTART (4 CPU) 03:46:38 03:46:38 03:15:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:46:38 03:16:01 31.37 6.37 25.00 0.00 683.45 6961.65 0.00 03:46:38 03:17:01 36.39 11.53 24.86 0.00 4602.73 6289.37 0.00 03:46:38 03:18:01 89.97 47.42 42.55 0.00 4483.10 21078.56 0.00 03:46:38 03:19:02 200.43 49.91 150.52 0.00 2387.12 30384.28 0.00 03:46:38 03:20:01 124.64 65.83 58.81 0.00 2220.59 7370.64 0.00 03:46:38 03:21:01 71.33 20.41 50.93 0.00 774.62 6569.78 0.00 03:46:38 03:22:01 43.60 10.95 32.65 0.00 550.48 3911.18 0.00 03:46:38 03:23:01 66.71 38.26 28.45 0.00 1219.61 1875.85 0.00 03:46:38 03:24:02 70.46 26.89 43.57 0.00 857.71 4396.23 0.00 03:46:38 03:25:01 29.01 8.04 20.98 0.00 1508.78 1963.85 0.00 03:46:38 03:26:01 87.52 8.73 78.79 0.00 404.19 19768.16 0.00 03:46:38 03:27:03 219.18 102.09 117.08 0.00 44237.94 95460.56 0.00 03:46:38 03:28:02 798.46 675.03 123.44 0.00 49643.08 52728.99 0.00 03:46:38 03:29:02 1143.16 1025.13 118.03 0.00 68952.07 74702.59 0.00 03:46:38 03:30:06 1274.90 1156.51 118.39 0.00 65040.06 71008.75 0.00 03:46:38 03:31:02 226.03 157.70 68.33 0.00 8820.68 8888.97 0.00 03:46:38 03:32:01 285.72 96.65 189.07 0.00 14913.87 38616.82 0.00 03:46:38 03:33:05 696.23 477.52 218.72 0.00 77883.38 91929.44 0.00 03:46:38 03:34:03 879.33 754.54 124.79 0.00 35476.53 37015.98 0.00 03:46:38 03:35:02 756.29 587.62 168.67 0.00 33406.67 38998.49 0.00 03:46:38 03:36:01 248.02 90.08 157.94 0.00 3822.37 14193.02 0.00 03:46:38 03:37:01 22.80 15.74 7.05 0.00 3025.49 216.52 0.00 03:46:38 03:38:01 0.43 0.20 0.23 0.00 8.26 3.35 0.00 03:46:38 03:39:01 0.22 0.00 0.22 0.00 0.00 2.60 0.00 03:46:38 03:40:01 0.35 0.02 0.33 0.00 0.53 4.15 0.00 03:46:38 03:41:01 0.33 0.00 0.33 0.00 0.00 3.81 0.00 03:46:38 03:42:02 0.17 0.00 0.17 0.00 0.00 1.36 0.00 03:46:38 03:43:01 0.25 0.02 0.24 0.00 0.54 3.30 0.00 03:46:38 03:44:01 0.50 0.28 0.22 0.00 12.26 2.45 0.00 03:46:38 03:45:01 0.27 0.02 0.25 0.00 0.53 2.98 0.00 03:46:38 03:46:01 109.49 65.54 43.95 0.00 5370.54 10883.38 0.00 03:46:38 Average: 244.28 178.98 65.30 0.00 14135.51 21175.36 0.00 03:46:38 03:46:38 03:15:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:46:38 03:16:01 109760 0 531300 28.24 2620 1237864 1079276 36.83 480824 1090936 7416 03:46:38 03:17:01 65400 0 644268 34.24 2620 1169256 1363416 46.53 576168 1031368 24808 03:46:38 03:18:01 70932 0 653476 34.73 2596 1154540 1580496 53.94 678844 914016 81584 03:46:38 03:19:02 77004 0 724956 38.53 1592 1077992 1487596 50.77 619000 901236 80032 03:46:38 03:20:01 149016 0 746588 39.68 1592 984348 1722040 58.77 599868 856804 32352 03:46:38 03:21:01 248024 0 712180 37.85 960 920380 1487544 50.77 587396 766636 44228 03:46:38 03:22:01 179776 0 778440 41.37 788 922540 1849200 63.11 694964 721712 57796 03:46:38 03:23:01 331356 0 711188 37.80 788 838212 1577240 53.83 514688 743948 57680 03:46:38 03:24:02 309188 0 675812 35.92 788 895756 1269252 43.32 504424 774328 21360 03:46:38 03:25:01 175004 0 746536 39.68 720 959284 1404588 47.94 647392 766516 76472 03:46:38 03:26:01 185164 0 685404 36.43 660 1010316 1320384 45.06 536256 868956 8 03:46:38 03:27:03 76252 0 774912 41.18 176 1030204 2279384 77.79 728860 862920 44984 03:46:38 03:28:02 406184 0 680072 36.14 100 795188 2364468 80.70 536560 710620 56 03:46:38 03:29:02 149460 0 710040 37.74 100 1021944 1781080 60.79 681340 812244 15788 03:46:38 03:30:06 75892 0 801384 42.59 100 1004168 2286280 78.03 765944 804588 14752 03:46:38 03:31:02 264788 0 1154256 61.35 100 462400 4101868 139.99 680160 659852 31756 03:46:38 03:32:01 153144 0 668608 35.54 100 1059692 1428500 48.75 516268 949932 0 03:46:38 03:33:05 163340 0 739612 39.31 100 978492 2226460 75.99 634108 854488 61904 03:46:38 03:34:03 65008 0 831672 44.20 100 984764 2972084 101.43 707832 851232 78588 03:46:38 03:35:02 64048 0 765896 40.71 100 1051500 2084956 71.16 621240 942584 9240 03:46:38 03:36:01 494720 0 638056 33.91 100 748668 1470036 50.17 466668 671704 28 03:46:38 03:37:01 438588 0 604156 32.11 100 838700 1345984 45.94 478828 717860 16 03:46:38 03:38:01 456600 0 585896 31.14 100 838948 1127352 38.47 468616 715308 16 03:46:38 03:39:01 456616 0 585868 31.14 100 838960 1127352 38.47 468640 715328 8 03:46:38 03:40:01 456160 0 586328 31.16 100 838956 1127496 38.48 469228 715328 12 03:46:38 03:41:01 456232 0 586232 31.16 100 838980 1127472 38.48 469048 715344 8 03:46:38 03:42:02 456672 0 585788 31.13 100 838984 1127352 38.47 468804 715344 16 03:46:38 03:43:01 456204 0 586244 31.16 100 838996 1127436 38.48 468812 715360 12 03:46:38 03:44:01 455964 0 586112 31.15 100 839368 1127352 38.47 468744 715728 8 03:46:38 03:45:01 456064 0 586004 31.14 100 839376 1127460 38.48 468908 715748 12 03:46:38 03:46:01 64740 0 667084 35.45 100 1149620 1629676 55.62 619112 943304 70948 03:46:38 Average: 257010 0 688205 36.58 574 935755 1649390 56.29 568630 804557 26190 03:46:38 03:46:38 03:15:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:46:38 03:16:01 eth0 569.41 274.94 3067.22 56.04 0.00 0.00 0.00 0.00 03:46:38 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:17:01 eth0 753.04 814.66 2918.38 119.66 0.00 0.00 0.00 0.00 03:46:38 03:17:01 veth9751984 746.31 665.59 74.30 2477.69 0.00 0.00 0.00 0.00 03:46:38 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:17:01 docker0 746.31 665.45 64.10 2477.68 0.00 0.00 0.00 0.00 03:46:38 03:18:01 eth0 340.36 289.89 3022.24 36.92 0.00 0.00 0.00 0.00 03:46:38 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:18:01 docker0 50.46 49.44 4.26 196.70 0.00 0.00 0.00 0.00 03:46:38 03:19:02 eth0 225.28 121.63 847.28 47.97 0.00 0.00 0.00 0.00 03:46:38 03:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:19:02 docker0 101.11 196.95 7.14 830.13 0.00 0.00 0.00 0.00 03:46:38 03:20:01 vethcd0e46b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:20:01 eth0 22.06 18.83 23.25 23.35 0.00 0.00 0.00 0.00 03:46:38 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:21:01 vethcd0e46b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:21:01 eth0 12.79 9.30 9.75 5.23 0.00 0.00 0.00 0.00 03:46:38 03:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:22:01 vethcd0e46b 0.64 0.64 0.05 0.05 0.00 0.00 0.00 0.00 03:46:38 03:22:01 eth0 29.78 23.37 19.53 41.53 0.00 0.00 0.00 0.00 03:46:38 03:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:22:01 docker0 0.64 0.64 0.04 0.05 0.00 0.00 0.00 0.00 03:46:38 03:23:01 vethcd0e46b 1.62 1.62 0.13 0.13 0.00 0.00 0.00 0.00 03:46:38 03:23:01 eth0 29.61 23.67 19.49 33.80 0.00 0.00 0.00 0.00 03:46:38 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:23:01 docker0 1.62 1.62 0.11 0.13 0.00 0.00 0.00 0.00 03:46:38 03:24:02 vethcd0e46b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:24:02 eth0 2.43 1.93 1.83 1.04 0.00 0.00 0.00 0.00 03:46:38 03:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:25:01 vethcd0e46b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:25:01 eth0 26.14 20.40 20.20 30.34 0.00 0.00 0.00 0.00 03:46:38 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:26:01 vethd0018ee 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:26:01 vethdf3c18e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:26:01 eth0 183.91 130.76 1685.50 61.05 0.00 0.00 0.00 0.00 03:46:38 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:27:03 vethbd45082 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:27:03 eth0 19.77 16.73 19.39 20.41 0.00 0.00 0.00 0.00 03:46:38 03:27:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:27:03 docker0 865.97 879.51 72.78 3372.17 0.00 0.00 0.00 0.00 03:46:38 03:28:02 vethbd45082 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:28:02 veth319e0d7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:28:02 eth0 31.42 16.85 155.59 3.68 0.00 0.00 0.00 0.00 03:46:38 03:28:02 veth548c38a 0.02 0.32 0.00 0.02 0.00 0.00 0.00 0.00 03:46:38 03:29:02 vethbd45082 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:29:02 eth0 7.31 5.76 5.73 3.15 0.00 0.00 0.00 0.00 03:46:38 03:29:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:46:38 03:29:02 docker0 911.31 936.97 76.22 3645.73 0.00 0.00 0.00 0.00 03:46:38 03:30:06 vethbd45082 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:30:06 eth0 1.64 1.42 1.17 0.67 0.00 0.00 0.00 0.00 03:46:38 03:30:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:30:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:31:02 vethbd45082 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:31:02 veth150f0f5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:31:02 eth0 6.44 5.19 5.08 2.74 0.00 0.00 0.00 0.00 03:46:38 03:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:32:01 vethbd45082 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:32:01 eth0 179.95 123.85 1485.05 62.92 0.00 0.00 0.00 0.00 03:46:38 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:32:01 docker0 935.73 979.63 77.80 3869.89 0.00 0.00 0.00 0.00 03:46:38 03:33:05 veth95d852e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:33:05 vethbd45082 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:33:05 eth0 80.89 45.70 319.93 52.85 0.00 0.00 0.00 0.00 03:46:38 03:33:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:34:03 veth95d852e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:34:03 vethbd45082 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:34:03 eth0 26.92 19.35 46.01 27.46 0.00 0.00 0.00 0.00 03:46:38 03:34:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:35:02 vethbd45082 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:35:02 vethaa32f49 1.21 1.82 0.15 4.40 0.00 0.00 0.00 0.00 03:46:38 03:35:02 veth2e694e4 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 03:46:38 03:35:02 eth0 37.98 24.56 84.05 28.79 0.00 0.00 0.00 0.00 03:46:38 03:36:01 vethbd45082 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 03:46:38 03:36:01 eth0 72.71 53.65 120.99 71.23 0.00 0.00 0.00 0.00 03:46:38 03:36:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:46:38 03:36:01 docker0 973.52 1063.38 80.42 4400.32 0.00 0.00 0.00 0.00 03:46:38 03:37:01 eth0 6.86 6.96 5.22 15.33 0.00 0.00 0.00 0.00 03:46:38 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:38:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:39:01 eth0 0.52 0.05 0.05 0.00 0.00 0.00 0.00 0.00 03:46:38 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:40:01 eth0 0.50 0.33 0.34 0.26 0.00 0.00 0.00 0.00 03:46:38 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:41:01 eth0 0.20 0.10 0.07 0.01 0.00 0.00 0.00 0.00 03:46:38 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:42:02 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:43:01 eth0 0.44 0.22 0.23 0.13 0.00 0.00 0.00 0.00 03:46:38 03:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:44:01 eth0 0.13 0.10 0.05 0.07 0.00 0.00 0.00 0.00 03:46:38 03:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:45:01 eth0 0.17 0.12 0.09 0.07 0.00 0.00 0.00 0.00 03:46:38 03:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:46:01 eth0 212.95 178.96 2157.83 48.85 0.00 0.00 0.00 0.00 03:46:38 03:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 03:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 Average: eth0 93.00 72.03 518.22 25.71 0.00 0.00 0.00 0.00 03:46:38 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:46:38 Average: docker0 30.98 33.84 2.56 140.02 0.00 0.00 0.00 0.00 03:46:38 03:46:38 03:46:38 ---> sar -P ALL: 03:46:38 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 03:46:38 03:46:38 03:13:42 LINUX RESTART (4 CPU) 03:46:38 03:46:38 03:15:02 CPU %user %nice %system %iowait %steal %idle 03:46:38 03:16:01 all 9.21 0.00 1.88 0.45 30.74 57.71 03:46:38 03:16:01 0 6.13 0.00 1.44 0.40 32.81 59.22 03:46:38 03:16:01 1 9.08 0.00 2.07 0.42 29.32 59.11 03:46:38 03:16:01 2 11.13 0.00 2.40 0.77 30.73 54.98 03:46:38 03:16:01 3 10.86 0.00 1.68 0.23 29.97 57.26 03:46:38 03:17:01 all 4.92 0.00 3.70 1.18 29.60 60.60 03:46:38 03:17:01 0 5.88 0.00 4.74 0.33 32.87 56.17 03:46:38 03:17:01 1 4.83 0.00 3.25 1.46 29.45 61.01 03:46:38 03:17:01 2 5.43 0.00 3.84 1.00 29.96 59.77 03:46:38 03:17:01 3 3.56 0.00 3.01 1.91 26.23 65.30 03:46:38 03:18:01 all 5.09 0.00 2.46 1.39 27.39 63.67 03:46:38 03:18:01 0 6.63 0.00 2.32 0.90 31.09 59.06 03:46:38 03:18:01 1 2.79 0.00 2.25 0.87 26.05 68.04 03:46:38 03:18:01 2 7.91 0.00 3.34 1.95 29.15 57.65 03:46:38 03:18:01 3 3.05 0.00 1.95 1.90 23.16 69.94 03:46:38 03:19:02 all 5.39 0.00 4.46 3.54 29.47 57.13 03:46:38 03:19:02 0 5.31 0.00 3.77 1.84 31.13 57.95 03:46:38 03:19:02 1 5.25 0.00 4.81 4.97 28.80 56.17 03:46:38 03:19:02 2 6.11 0.00 5.07 4.17 29.52 55.13 03:46:38 03:19:02 3 4.92 0.00 4.23 3.26 28.38 59.21 03:46:38 03:20:01 all 8.66 0.00 4.98 4.34 33.22 48.81 03:46:38 03:20:01 0 5.81 0.00 3.78 3.23 34.09 53.10 03:46:38 03:20:01 1 12.13 0.00 5.57 5.41 32.87 44.02 03:46:38 03:20:01 2 10.58 0.00 5.35 5.61 33.38 45.08 03:46:38 03:20:01 3 6.39 0.00 5.31 3.20 32.48 52.62 03:46:38 03:21:01 all 30.39 0.00 7.90 2.06 42.09 17.56 03:46:38 03:21:01 0 22.96 0.00 6.73 1.50 43.90 24.91 03:46:38 03:21:01 1 32.90 0.00 8.77 1.91 43.01 13.41 03:46:38 03:21:01 2 37.65 0.00 8.94 2.77 38.92 11.72 03:46:38 03:21:01 3 29.28 0.00 7.37 2.15 42.19 19.01 03:46:38 03:22:01 all 21.46 0.00 6.23 1.36 45.45 25.50 03:46:38 03:22:01 0 14.94 0.00 4.52 1.13 46.70 32.71 03:46:38 03:22:01 1 27.94 0.00 8.00 1.30 43.33 19.43 03:46:38 03:22:01 2 24.86 0.00 6.29 1.63 45.34 21.88 03:46:38 03:22:01 3 19.46 0.00 6.46 1.42 46.09 26.57 03:46:38 03:23:01 all 19.34 0.00 6.77 3.23 47.80 22.86 03:46:38 03:23:01 0 15.37 0.00 5.60 2.99 48.10 27.93 03:46:38 03:23:01 1 20.59 0.00 7.02 4.12 47.36 20.90 03:46:38 03:23:01 2 24.64 0.00 7.45 3.37 47.99 16.54 03:46:38 03:23:01 3 17.54 0.00 7.15 2.51 47.72 25.09 03:46:38 03:24:02 all 23.59 0.00 10.11 3.25 43.15 19.89 03:46:38 03:24:02 0 22.20 0.00 9.31 3.08 43.29 22.11 03:46:38 03:24:02 1 23.48 0.00 9.42 3.28 43.92 19.90 03:46:38 03:24:02 2 26.25 0.00 10.45 4.01 43.47 15.82 03:46:38 03:24:02 3 22.57 0.00 11.27 2.68 41.96 21.52 03:46:38 03:25:01 all 13.35 0.00 7.56 0.64 31.31 47.14 03:46:38 03:25:01 0 12.30 0.00 6.94 0.33 32.41 48.02 03:46:38 03:25:01 1 14.17 0.00 8.48 1.41 29.53 46.40 03:46:38 03:25:01 2 14.53 0.00 7.86 0.64 31.87 45.11 03:46:38 03:25:01 3 12.46 0.00 6.97 0.19 31.40 48.97 03:46:38 03:26:01 all 5.73 0.00 3.95 0.74 31.27 58.30 03:46:38 03:26:01 0 4.49 0.00 3.11 0.52 33.73 58.16 03:46:38 03:26:01 1 5.34 0.00 3.71 0.48 31.35 59.12 03:46:38 03:26:01 2 7.10 0.00 5.04 0.24 29.84 57.77 03:46:38 03:26:01 3 6.08 0.00 4.02 1.75 30.04 58.12 03:46:38 03:46:38 03:26:01 CPU %user %nice %system %iowait %steal %idle 03:46:38 03:27:03 all 6.63 0.00 6.01 12.33 38.01 37.02 03:46:38 03:27:03 0 5.57 0.00 5.63 11.20 39.73 37.87 03:46:38 03:27:03 1 7.73 0.00 5.92 12.16 38.83 35.36 03:46:38 03:27:03 2 7.55 0.00 6.43 12.95 36.57 36.50 03:46:38 03:27:03 3 5.71 0.00 6.08 13.03 36.85 38.33 03:46:38 03:28:02 all 8.63 0.00 7.17 14.36 41.56 28.28 03:46:38 03:28:02 0 8.80 0.00 6.88 14.21 41.06 29.05 03:46:38 03:28:02 1 8.32 0.00 7.44 14.88 42.79 26.56 03:46:38 03:28:02 2 8.46 0.00 7.10 13.82 41.56 29.05 03:46:38 03:28:02 3 8.94 0.00 7.25 14.52 40.83 28.46 03:46:38 03:29:02 all 1.41 0.00 4.25 44.85 29.73 19.76 03:46:38 03:29:02 0 1.45 0.00 4.17 44.74 29.40 20.24 03:46:38 03:29:02 1 1.41 0.00 4.13 42.21 29.11 23.14 03:46:38 03:29:02 2 1.47 0.00 4.30 49.35 28.12 16.75 03:46:38 03:29:02 3 1.33 0.00 4.40 43.19 32.20 18.89 03:46:38 03:30:06 all 6.74 0.00 4.09 31.53 40.41 17.23 03:46:38 03:30:06 0 6.42 0.00 3.75 34.17 41.45 14.21 03:46:38 03:30:06 1 6.59 0.00 4.27 31.28 39.46 18.40 03:46:38 03:30:06 2 7.49 0.00 3.82 29.62 40.11 18.97 03:46:38 03:30:06 3 6.49 0.00 4.52 30.96 40.58 17.45 03:46:38 03:31:02 all 48.08 0.00 10.24 7.67 28.50 5.51 03:46:38 03:31:02 0 46.25 0.00 10.50 6.80 29.86 6.59 03:46:38 03:31:02 1 50.12 0.00 10.47 6.56 26.09 6.75 03:46:38 03:31:02 2 49.74 0.00 10.10 9.37 26.77 4.02 03:46:38 03:31:02 3 45.84 0.00 9.87 7.87 31.68 4.74 03:46:38 03:32:01 all 23.79 0.00 11.41 11.00 32.73 21.07 03:46:38 03:32:01 0 23.34 0.00 10.60 10.15 33.84 22.07 03:46:38 03:32:01 1 23.59 0.00 11.47 11.13 32.58 21.23 03:46:38 03:32:01 2 24.15 0.00 11.66 10.29 32.49 21.41 03:46:38 03:32:01 3 24.10 0.00 11.94 12.50 31.94 19.52 03:46:38 03:33:05 all 6.75 0.00 7.04 23.20 39.36 23.65 03:46:38 03:33:05 0 6.80 0.00 6.73 22.84 39.86 23.76 03:46:38 03:33:05 1 6.17 0.00 6.29 23.23 39.27 25.05 03:46:38 03:33:05 2 7.21 0.00 7.47 24.55 39.20 21.57 03:46:38 03:33:05 3 6.84 0.00 7.70 22.20 39.10 24.16 03:46:38 03:34:03 all 29.97 0.00 12.38 14.84 39.21 3.60 03:46:38 03:34:03 0 31.94 0.00 12.73 15.00 37.36 2.98 03:46:38 03:34:03 1 27.71 0.00 10.70 16.31 40.75 4.53 03:46:38 03:34:03 2 31.23 0.00 13.04 13.29 40.57 1.88 03:46:38 03:34:03 3 29.05 0.00 13.11 14.70 38.16 4.98 03:46:38 03:35:02 all 19.53 0.00 11.78 17.19 43.26 8.24 03:46:38 03:35:02 0 22.35 0.00 12.65 17.25 40.91 6.85 03:46:38 03:35:02 1 17.20 0.00 11.84 18.76 43.26 8.94 03:46:38 03:35:02 2 20.23 0.00 11.63 14.68 45.02 8.44 03:46:38 03:35:02 3 18.50 0.00 10.99 17.96 43.86 8.70 03:46:38 03:36:01 all 18.00 0.00 9.45 7.58 33.52 31.46 03:46:38 03:36:01 0 19.25 0.00 9.13 5.65 34.10 31.87 03:46:38 03:36:01 1 17.89 0.00 7.77 9.18 34.10 31.06 03:46:38 03:36:01 2 17.26 0.00 10.11 8.65 32.05 31.92 03:46:38 03:36:01 3 17.55 0.00 10.85 6.84 33.81 30.95 03:46:38 03:37:01 all 0.27 0.00 0.52 0.63 4.35 94.23 03:46:38 03:37:01 0 0.11 0.00 0.34 0.60 3.62 95.33 03:46:38 03:37:01 1 0.48 0.00 0.37 1.24 5.45 92.46 03:46:38 03:37:01 2 0.21 0.00 0.84 0.15 4.28 94.52 03:46:38 03:37:01 3 0.28 0.00 0.52 0.52 4.04 94.64 03:46:38 03:46:38 03:37:01 CPU %user %nice %system %iowait %steal %idle 03:46:38 03:38:01 all 0.09 0.00 0.06 0.00 0.18 99.66 03:46:38 03:38:01 0 0.03 0.00 0.03 0.00 0.05 99.88 03:46:38 03:38:01 1 0.27 0.00 0.08 0.00 0.50 99.15 03:46:38 03:38:01 2 0.02 0.00 0.07 0.00 0.10 99.82 03:46:38 03:38:01 3 0.03 0.00 0.07 0.02 0.08 99.80 03:46:38 03:39:01 all 0.12 0.00 0.07 0.00 0.35 99.47 03:46:38 03:39:01 0 0.02 0.00 0.07 0.00 0.32 99.60 03:46:38 03:39:01 1 0.10 0.00 0.07 0.00 0.56 99.27 03:46:38 03:39:01 2 0.33 0.00 0.05 0.00 0.23 99.38 03:46:38 03:39:01 3 0.02 0.00 0.08 0.00 0.27 99.63 03:46:38 03:40:01 all 0.11 0.00 0.04 0.00 0.35 99.50 03:46:38 03:40:01 0 0.00 0.00 0.03 0.00 0.63 99.34 03:46:38 03:40:01 1 0.05 0.00 0.03 0.02 0.37 99.54 03:46:38 03:40:01 2 0.35 0.00 0.05 0.00 0.15 99.45 03:46:38 03:40:01 3 0.03 0.00 0.03 0.00 0.25 99.68 03:46:38 03:41:01 all 0.07 0.00 0.10 0.00 0.78 99.05 03:46:38 03:41:01 0 0.02 0.00 0.02 0.00 0.56 99.40 03:46:38 03:41:01 1 0.05 0.00 0.17 0.00 0.99 98.79 03:46:38 03:41:01 2 0.20 0.00 0.10 0.00 1.17 98.53 03:46:38 03:41:01 3 0.02 0.00 0.13 0.00 0.38 99.47 03:46:38 03:42:02 all 0.08 0.00 0.02 0.00 0.99 98.91 03:46:38 03:42:02 0 0.02 0.00 0.02 0.00 0.76 99.21 03:46:38 03:42:02 1 0.07 0.00 0.03 0.00 2.20 97.70 03:46:38 03:42:02 2 0.22 0.00 0.03 0.00 0.74 99.01 03:46:38 03:42:02 3 0.02 0.00 0.02 0.00 0.23 99.73 03:46:38 03:43:01 all 0.11 0.00 0.03 0.00 0.49 99.38 03:46:38 03:43:01 0 0.02 0.00 0.02 0.00 0.10 99.86 03:46:38 03:43:01 1 0.05 0.00 0.02 0.00 0.98 98.96 03:46:38 03:43:01 2 0.37 0.00 0.05 0.00 0.64 98.94 03:46:38 03:43:01 3 0.02 0.00 0.02 0.00 0.22 99.75 03:46:38 03:44:01 all 0.09 0.00 0.02 0.00 0.22 99.66 03:46:38 03:44:01 0 0.02 0.00 0.02 0.02 0.03 99.92 03:46:38 03:44:01 1 0.02 0.00 0.02 0.00 0.08 99.88 03:46:38 03:44:01 2 0.07 0.00 0.03 0.00 0.71 99.19 03:46:38 03:44:01 3 0.27 0.00 0.02 0.00 0.05 99.67 03:46:38 03:45:01 all 0.11 0.00 0.03 0.00 0.57 99.29 03:46:38 03:45:01 0 0.03 0.00 0.02 0.00 0.18 99.77 03:46:38 03:45:01 1 0.02 0.00 0.03 0.00 0.65 99.30 03:46:38 03:45:01 2 0.05 0.00 0.07 0.00 1.09 98.79 03:46:38 03:45:01 3 0.33 0.00 0.02 0.00 0.37 99.29 03:46:38 03:46:01 all 3.58 0.00 3.10 3.34 20.85 69.12 03:46:38 03:46:01 0 2.77 0.00 2.68 1.68 21.92 70.95 03:46:38 03:46:01 1 3.17 0.00 3.48 4.49 20.59 68.27 03:46:38 03:46:01 2 5.05 0.00 3.31 6.03 20.16 65.45 03:46:38 03:46:01 3 3.38 0.00 2.94 1.26 20.69 71.73 03:46:38 Average: all 9.71 0.00 4.66 7.18 25.72 52.73 03:46:38 Average: 0 8.97 0.00 4.35 6.81 26.64 53.23 03:46:38 Average: 1 9.90 0.00 4.67 7.41 25.56 52.46 03:46:38 Average: 2 10.81 0.00 4.92 7.46 25.36 51.44 03:46:38 Average: 3 9.17 0.00 4.73 7.06 25.30 53.74 03:46:38 03:46:38 03:46:38