Pull request #3269 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dae911a45406044c6bc2df530b0c13327117112a+05f2d13a179446ff46e2de9a60e91a19cc98f319 (85d2bd63660f8afaf4886153f5d17ca9a49dc398) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-30616’ is offline; ‘prd-centos7-docker-4c-2g-30617’ is offline; ‘prd-centos7-docker-4c-2g-30618’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30620 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit dae911a45406044c6bc2df530b0c13327117112a Merge succeeded, producing dae911a45406044c6bc2df530b0c13327117112a Checking out Revision dae911a45406044c6bc2df530b0c13327117112a (PR-3269) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:09:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:09:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:09:38 ========================================================= 20:09:38 EdgeX Global Pipelines Version Info 20:09:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f93fc19fc1f67fc6453447aaae3294d80ec3e045 # timeout=10 20:09:40 ------------------- 20:09:40 stable info: 20:09:40 ------------------- 20:09:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:09:40 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:09:40 Message: update stable to v1.0.186 20:09:41 ------------------- 20:09:41 experimental info: 20:09:41 ------------------- 20:09:41 Commited By: **** collab-it+edgex@linuxfoundation.org 20:09:41 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 20:09:41 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:09:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:09:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:09:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3269 [Pipeline] echo 20:09:44 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3269 [Pipeline] echo 20:09:44 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3269 [Pipeline] echo 20:09:44 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dae911a45406044c6bc2df530b0c13327117112a [Pipeline] echo 20:09:44 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dae911a [Pipeline] echo 20:09:44 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:09:44 provisioning config files... 20:09:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8070677599728111252tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:09:45 ---> docker-login.sh 20:09:45 nexus3.edgexfoundry.org:10001 20:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:46 Configure a credential helper to remove this warning. See 20:09:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:46 20:09:46 Login Succeeded 20:09:46 nexus3.edgexfoundry.org:10002 20:09:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:47 Configure a credential helper to remove this warning. See 20:09:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:47 20:09:47 Login Succeeded 20:09:47 nexus3.edgexfoundry.org:10003 20:09:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:48 Configure a credential helper to remove this warning. See 20:09:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:48 20:09:48 Login Succeeded 20:09:48 nexus3.edgexfoundry.org:10004 20:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:49 Configure a credential helper to remove this warning. See 20:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:49 20:09:49 Login Succeeded 20:09:49 docker.io 20:09:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:09:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:09:49 Configure a credential helper to remove this warning. See 20:09:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:09:49 20:09:49 Login Succeeded 20:09:49 ---> docker-login.sh ends [Pipeline] } 20:09:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:09:50 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ dirname cmd/core-command/Dockerfile 20:09:50 ++ cut -d/ -f2 20:09:50 + echo core-command,cmd/core-command/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ cut -d/ -f2 20:09:50 ++ dirname cmd/core-data/Dockerfile 20:09:50 + echo core-data,cmd/core-data/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ dirname cmd/core-metadata/Dockerfile 20:09:50 ++ cut -d/ -f2 20:09:50 + echo core-metadata,cmd/core-metadata/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ dirname cmd/security-bootstrapper/Dockerfile 20:09:50 ++ cut -d/ -f2 20:09:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ cut -d/ -f2 20:09:50 ++ dirname cmd/security-proxy-setup/Dockerfile 20:09:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:09:50 ++ cut -d/ -f2 20:09:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ dirname cmd/support-notifications/Dockerfile 20:09:50 ++ cut -d/ -f2 20:09:50 + echo support-notifications,cmd/support-notifications/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ dirname cmd/support-scheduler/Dockerfile 20:09:50 ++ cut -d/ -f2 20:09:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:09:50 + for file in '`ls cmd/**/Dockerfile`' 20:09:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:09:50 ++ cut -d/ -f2 20:09:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:09:51 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 20:09:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:52 20:09:52 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:09:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:53 latest: Pulling from edgex-devops/git-semver 20:09:53 31603596830f: Pulling fs layer 20:09:53 2a8b12db71e7: Pulling fs layer 20:09:53 6ca5941a6612: Pulling fs layer 20:09:53 ecc8261a40a4: Pulling fs layer 20:09:53 ecc8261a40a4: Waiting 20:09:53 2a8b12db71e7: Download complete 20:09:53 31603596830f: Verifying Checksum 20:09:53 31603596830f: Download complete 20:09:54 6ca5941a6612: Verifying Checksum 20:09:54 6ca5941a6612: Download complete 20:09:55 ecc8261a40a4: Verifying Checksum 20:09:55 ecc8261a40a4: Download complete 20:09:55 31603596830f: Pull complete 20:09:55 2a8b12db71e7: Pull complete 20:09:58 6ca5941a6612: Pull complete 20:09:59 ecc8261a40a4: Pull complete 20:09:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:09:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:09:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:09:59 prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container 20:09:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:10:02 $ docker top 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:10:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:10:03 [ssh-agent] Looking for ssh-agent implementation... 20:10:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:10:04 $ docker exec 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent 20:10:05 SSH_AUTH_SOCK=/tmp/ssh-ZrelGh6M9hMP/agent.12 20:10:05 SSH_AGENT_PID=17 20:10:05 Running ssh-add (command line suppressed) 20:10:05 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1752701271528022697.key (/w/workspace/edgex-go/2@tmp/private_key_1752701271528022697.key) 20:10:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:10:06 + git tag --points-at HEAD [Pipeline] } 20:10:06 $ docker exec --env ******** --env ******** 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent -k 20:10:06 unset SSH_AUTH_SOCK; 20:10:06 unset SSH_AGENT_PID; 20:10:06 echo Agent pid 17 killed; 20:10:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:10:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:10:07 [ssh-agent] Looking for ssh-agent implementation... 20:10:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:10:07 $ docker exec 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent 20:10:07 SSH_AUTH_SOCK=/tmp/ssh-f3bY0TM6GXZJ/agent.47 20:10:07 SSH_AGENT_PID=52 20:10:07 Running ssh-add (command line suppressed) 20:10:08 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5758524240701430522.key (/w/workspace/edgex-go/2@tmp/private_key_5758524240701430522.key) 20:10:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:10:08 + git semver init 20:10:09 # -> Open(): unable to determine branch for HEAD 20:10:09 # $GIT_DIR = /w/workspace/edgex-go/2/.git 20:10:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 20:10:09 # $SEMVER_REMOTE_NAME = origin 20:10:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:10:09 # $SEMVER_USER_NAME = edgex-jenkins 20:10:09 # $SEMVER_BRANCH = PR-3269 20:10:09 # $SEMVER_TEMP = /tmp/semver-061537772 20:10:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:10:36 # '/tmp/semver-061537772' -> '/w/workspace/edgex-go/2/.semver' 20:10:36 # -> Force: false 20:10:36 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 20:10:36 $ docker exec --env ******** --env ******** 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef ssh-agent -k 20:10:37 unset SSH_AUTH_SOCK; 20:10:37 unset SSH_AGENT_PID; 20:10:37 echo Agent pid 52 killed; 20:10:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:10:37 + git semver [Pipeline] } 20:10:37 $ docker stop --time=1 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef 20:10:39 $ docker rm -f 44a9e723a1665ba7b9140bf2e1992459d8a72e65894bd0ee66a630b7f18491ef [Pipeline] // withDockerContainer [Pipeline] sh 20:10:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:10:41 Stashed 1 file(s) [Pipeline] echo 20:10:41 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:10:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:10:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:10:43 + sudo service docker restart 20:10:43 + true 20:10:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:10:45 ========================================================= 20:10:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:10:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:10:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:10:57 Still waiting to schedule task 20:10:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 20:10:58 Sending build context to Docker daemon 328.6MB 20:10:58 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:10:58 Step 2/6 : FROM ${BASE} 20:10:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:10:58 188c0c94c7c5: Pulling fs layer 20:10:58 0ef7d3d256c8: Pulling fs layer 20:10:58 de9db76c5a1d: Pulling fs layer 20:10:58 bca2f99d35d6: Pulling fs layer 20:10:58 93359f2a8cfa: Pulling fs layer 20:10:58 7c6f9722023f: Pulling fs layer 20:10:58 a35cf1a2eb13: Pulling fs layer 20:10:58 93359f2a8cfa: Waiting 20:10:58 7c6f9722023f: Waiting 20:10:58 a35cf1a2eb13: Waiting 20:10:58 bca2f99d35d6: Waiting 20:10:58 de9db76c5a1d: Verifying Checksum 20:10:58 de9db76c5a1d: Download complete 20:10:58 0ef7d3d256c8: Verifying Checksum 20:10:58 0ef7d3d256c8: Download complete 20:10:58 93359f2a8cfa: Verifying Checksum 20:10:58 93359f2a8cfa: Download complete 20:10:58 7c6f9722023f: Verifying Checksum 20:10:58 7c6f9722023f: Download complete 20:10:58 188c0c94c7c5: Verifying Checksum 20:10:58 188c0c94c7c5: Download complete 20:10:59 188c0c94c7c5: Pull complete 20:11:00 0ef7d3d256c8: Pull complete 20:11:00 de9db76c5a1d: Pull complete 20:11:05 a35cf1a2eb13: Verifying Checksum 20:11:05 a35cf1a2eb13: Download complete 20:11:05 bca2f99d35d6: Verifying Checksum 20:11:05 bca2f99d35d6: Download complete 20:11:23 bca2f99d35d6: Pull complete 20:11:23 93359f2a8cfa: Pull complete 20:11:23 7c6f9722023f: Pull complete 20:11:32 a35cf1a2eb13: Pull complete 20:11:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:11:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:11:32 ---> a62c8e92a672 20:11:32 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:11:32 ---> Running in c13e4807cb42 20:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:11:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:11:36 (1/12) Installing libmagic (5.38-r0) 20:11:36 (2/12) Installing file (5.38-r0) 20:11:36 (3/12) Installing libc-dev (0.7.2-r3) 20:11:37 (4/12) Installing g++ (9.3.0-r2) 20:11:42 (5/12) Installing fortify-headers (1.1-r0) 20:11:42 (6/12) Installing patch (2.7.6-r6) 20:11:42 (7/12) Installing build-base (0.5-r2) 20:11:42 (8/12) Installing libsodium (1.0.18-r0) 20:11:43 (9/12) Installing pkgconf (1.7.2-r0) 20:11:43 (10/12) Installing libsodium-dev (1.0.18-r0) 20:11:43 (11/12) Installing libzmq (4.3.3-r0) 20:11:43 (12/12) Installing zeromq-dev (4.3.3-r0) 20:11:43 Executing busybox-1.31.1-r19.trigger 20:11:43 OK: 233 MiB in 51 packages 20:11:48 Removing intermediate container c13e4807cb42 20:11:48 ---> 171f74fbe39b 20:11:48 Step 4/6 : WORKDIR /edgex-go 20:11:48 ---> Running in bf4b522fcffc 20:11:48 Removing intermediate container bf4b522fcffc 20:11:48 ---> f0b44b5879fa 20:11:48 Step 5/6 : COPY go.mod . 20:11:48 ---> 07d141135317 20:11:48 Step 6/6 : RUN go mod download 20:11:49 ---> Running in 35211f9905e9 20:12:29 Removing intermediate container 35211f9905e9 20:12:29 ---> 8dea470d0f20 20:12:29 Successfully built 8dea470d0f20 20:12:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:12:29 + docker inspect -f . ci-base-image-x86_64 20:12:30 . [Pipeline] withDockerContainer 20:12:32 prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container 20:12:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:34 $ docker top 3e3260c299e8676c4d17ab2f5d0c5b0e64f69fbd7dddfc09a919b0222f0cced3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:12:35 + go version 20:12:35 go version go1.15.5 linux/amd64 [Pipeline] } 20:12:35 $ docker stop --time=1 3e3260c299e8676c4d17ab2f5d0c5b0e64f69fbd7dddfc09a919b0222f0cced3 20:12:37 $ docker rm -f 3e3260c299e8676c4d17ab2f5d0c5b0e64f69fbd7dddfc09a919b0222f0cced3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:12:38 + docker inspect -f . ci-base-image-x86_64 20:12:38 . [Pipeline] withDockerContainer 20:12:38 prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container 20:12:39 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:12:40 $ docker top 2d933ca2be94dd3afde96b3cd0778db76751822d5973d4e23163f3aba63db854 -eo pid,comm [Pipeline] { [Pipeline] echo 20:12:41 ========================================================= 20:12:41 [edgeXBuildGoParallel] Running Tests and Build... 20:12:41 ========================================================= [Pipeline] sh 20:12:42 + make test 20:12:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:13:16 ? github.com/edgexfoundry/edgex-go [no test files] 20:14:06 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:14:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30630 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 20:14:21 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:14:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:14:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:14:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:14:26 using credential edgex-jenkins-ssh 20:14:26 Cloning the remote Git repository 20:14:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:14:26 > git init /w/workspace/edgex-go/2 # timeout=10 20:14:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:26 > git --version # timeout=10 20:14:26 > git --version # 'git version 2.17.1' 20:14:26 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:14:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:14:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:14:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:14:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:14:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:14:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:14:49 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit dae911a45406044c6bc2df530b0c13327117112a 20:14:50 Merge succeeded, producing dae911a45406044c6bc2df530b0c13327117112a 20:14:50 Checking out Revision dae911a45406044c6bc2df530b0c13327117112a (PR-3269) 20:14:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:14:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:14:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:14:48 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:14:49 > git config core.sparsecheckout # timeout=10 20:14:49 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 20:14:49 > git remote # timeout=10 20:14:49 > git config --get remote.origin.url # timeout=10 20:14:49 using GIT_SSH to set credentials SSH Credentials for GitHub 20:14:49 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:14:50 > git rev-parse HEAD^{commit} # timeout=10 20:14:50 > git config core.sparsecheckout # timeout=10 20:14:50 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 20:14:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements 20:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:14:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:14:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.100s coverage: 19.8% of statements 20:14:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.196s coverage: 100.0% of statements 20:14:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:14:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:14:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:14:56 + true 20:14:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:14:59 provisioning config files... 20:14:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1767701094235494666tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:14:59 ---> docker-login.sh 20:14:59 nexus3.edgexfoundry.org:10001 20:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:00 Configure a credential helper to remove this warning. See 20:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:00 20:15:00 Login Succeeded 20:15:00 nexus3.edgexfoundry.org:10002 20:15:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:00 Configure a credential helper to remove this warning. See 20:15:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:00 20:15:00 Login Succeeded 20:15:00 nexus3.edgexfoundry.org:10003 20:15:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:01 Configure a credential helper to remove this warning. See 20:15:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:01 20:15:01 Login Succeeded 20:15:01 nexus3.edgexfoundry.org:10004 20:15:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:02 Configure a credential helper to remove this warning. See 20:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:02 20:15:02 Login Succeeded 20:15:02 docker.io 20:15:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:15:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:15:02 Configure a credential helper to remove this warning. See 20:15:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:15:02 20:15:02 Login Succeeded 20:15:02 ---> docker-login.sh ends 20:15:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.062s coverage: 27.1% of statements 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:15:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:15:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:15:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.218s coverage: 71.3% of statements 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:15:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [Pipeline] } 20:15:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:15:03 ========================================================= 20:15:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:15:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:15:03 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:15:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.731s coverage: 82.9% of statements 20:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:15:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.245s coverage: 78.9% of statements 20:15:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:15:06 Sending build context to Docker daemon 166.8MB 20:15:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:15:06 Step 2/6 : FROM ${BASE} 20:15:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:15:06 5f621e34cdf4: Pulling fs layer 20:15:06 a4357932f1b6: Pulling fs layer 20:15:06 18c013af1878: Pulling fs layer 20:15:06 00ac8860ef70: Pulling fs layer 20:15:06 63d7cb157983: Pulling fs layer 20:15:06 b116817d02f9: Pulling fs layer 20:15:06 745a02a5169b: Pulling fs layer 20:15:06 00ac8860ef70: Waiting 20:15:06 b116817d02f9: Waiting 20:15:06 63d7cb157983: Waiting 20:15:06 745a02a5169b: Waiting 20:15:06 18c013af1878: Verifying Checksum 20:15:06 18c013af1878: Download complete 20:15:06 a4357932f1b6: Verifying Checksum 20:15:06 a4357932f1b6: Download complete 20:15:06 63d7cb157983: Verifying Checksum 20:15:06 63d7cb157983: Download complete 20:15:06 b116817d02f9: Verifying Checksum 20:15:06 b116817d02f9: Download complete 20:15:06 5f621e34cdf4: Verifying Checksum 20:15:06 5f621e34cdf4: Download complete 20:15:07 5f621e34cdf4: Pull complete 20:15:07 a4357932f1b6: Pull complete 20:15:08 18c013af1878: Pull complete 20:15:09 745a02a5169b: Verifying Checksum 20:15:09 745a02a5169b: Download complete 20:15:10 00ac8860ef70: Verifying Checksum 20:15:10 00ac8860ef70: Download complete 20:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.111s coverage: 100.0% of statements 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.267s coverage: 86.7% of statements 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:15:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.192s coverage: 78.3% of statements 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:15:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:15:20 00ac8860ef70: Pull complete 20:15:20 63d7cb157983: Pull complete 20:15:20 b116817d02f9: Pull complete 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.303s coverage: 92.8% of statements 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.175s coverage: 0.1% of statements 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:15:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.175s coverage: 47.1% of statements 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.318s coverage: 79.5% of statements 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.103s coverage: 94.1% of statements 20:15:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.468s coverage: 96.3% of statements 20:15:24 745a02a5169b: Pull complete 20:15:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:15:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:15:24 ---> b7e6874047d6 20:15:24 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:15:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements 20:15:27 ---> Running in 80f7d3e1edbd 20:15:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:15:31 (1/12) Installing libmagic (5.38-r0) 20:15:31 (2/12) Installing file (5.38-r0) 20:15:31 (3/12) Installing libc-dev (0.7.2-r3) 20:15:31 (4/12) Installing g++ (9.3.0-r2) 20:15:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.225s coverage: 94.4% of statements 20:15:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements 20:15:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.811s coverage: 81.9% of statements 20:15:44 (5/12) Installing fortify-headers (1.1-r0) 20:15:44 (6/12) Installing patch (2.7.6-r6) 20:15:44 (7/12) Installing build-base (0.5-r2) 20:15:44 (8/12) Installing libsodium (1.0.18-r0) 20:15:44 (9/12) Installing pkgconf (1.7.2-r0) 20:15:44 (10/12) Installing libsodium-dev (1.0.18-r0) 20:15:44 (11/12) Installing libzmq (4.3.3-r0) 20:15:44 (12/12) Installing zeromq-dev (4.3.3-r0) 20:15:44 Executing busybox-1.31.1-r19.trigger 20:15:44 OK: 217 MiB in 51 packages 20:15:49 Removing intermediate container 80f7d3e1edbd 20:15:49 ---> e6fee972757c 20:15:49 Step 4/6 : WORKDIR /edgex-go 20:15:49 ---> Running in ae59cc97d2cc 20:15:49 Removing intermediate container ae59cc97d2cc 20:15:49 ---> dcacc4706bdf 20:15:49 Step 5/6 : COPY go.mod . 20:15:49 ---> 944df12795a4 20:15:49 Step 6/6 : RUN go mod download 20:15:49 ---> Running in e98b895a3ece 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.366s coverage: 92.9% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.304s coverage: 77.8% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.216s coverage: 87.2% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.324s coverage: 80.8% of statements 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.159s coverage: 87.2% of statements 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.6% of statements 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.283s coverage: 91.6% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.882s coverage: 62.4% of statements 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:15:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:15:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.316s coverage: 100.0% of statements 20:15:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.123s coverage: 91.3% of statements 20:15:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.096s coverage: 100.0% of statements 20:15:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.192s coverage: 73.7% of statements 20:15:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 20:15:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.709s coverage: 69.0% of statements 20:15:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:15:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:15:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.265s coverage: 38.4% of statements 20:16:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:16:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.294s coverage: 89.5% of statements 20:16:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:16:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.075s coverage: 84.8% of statements 20:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.0% of statements 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.349s coverage: 100.0% of statements 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.280s coverage: 100.0% of statements 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:16:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.448s coverage: 87.1% of statements 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:16:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:16:16 Removing intermediate container e98b895a3ece 20:16:16 ---> 502c430fd2ef 20:16:16 Successfully built 502c430fd2ef 20:16:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.364s coverage: 29.1% of statements 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.166s coverage: 100.0% of statements 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:16:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.230s coverage: 96.5% of statements 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:16:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.127s coverage: 0.0% of statements 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:16:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:16:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:16:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:16:17 + docker inspect -f . ci-base-image-arm64 20:16:17 . [Pipeline] withDockerContainer 20:16:17 prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container 20:16:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 20:16:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.134s coverage: 100.0% of statements 20:16:18 $ docker top 4d7fc84e6b6fecd39dd5e3e89977065365351fdbcfece0433400520839ecfdfb -eo pid,comm [Pipeline] { [Pipeline] sh 20:16:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 20:16:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.125s coverage: 100.0% of statements 20:16:19 + go version 20:16:19 go version go1.15.5 linux/arm64 [Pipeline] } 20:16:19 $ docker stop --time=1 4d7fc84e6b6fecd39dd5e3e89977065365351fdbcfece0433400520839ecfdfb 20:16:20 GO111MODULE=on go vet ./... 20:16:21 $ docker rm -f 4d7fc84e6b6fecd39dd5e3e89977065365351fdbcfece0433400520839ecfdfb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:16:22 + docker inspect -f . ci-base-image-arm64 20:16:22 . [Pipeline] withDockerContainer 20:16:22 prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container 20:16:23 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 20:16:24 $ docker top 827ff2a096c47c92a81c090fec660b9423294fadf5264f03e19398d96ea3cb80 -eo pid,comm [Pipeline] { [Pipeline] echo 20:16:24 ========================================================= 20:16:24 [edgeXBuildGoParallel] Running Tests and Build... 20:16:24 ========================================================= [Pipeline] sh 20:16:25 + make test 20:16:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:16:47 ? github.com/edgexfoundry/edgex-go [no test files] 20:17:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:17:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:17:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:17:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:17:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:17:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:17:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:18:00 gofmt -l . 20:18:00 [ "`gofmt -l .`" = "" ] 20:18:00 ./bin/test-go-mod-tidy.sh 20:18:00 ./bin/test-attribution-txt.sh [Pipeline] sh 20:18:01 + ls -al . 20:18:01 total 760 20:18:01 drwxrwxr-x 10 1001 1001 4096 Mar 19 20:17 . 20:18:01 drwxr-xr-x 4 root root 28 Mar 19 20:12 .. 20:18:01 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:09 .dockerignore 20:18:01 drwxrwxr-x 8 1001 1001 179 Mar 19 20:09 .git 20:18:01 drwxrwxr-x 3 1001 1001 125 Mar 19 20:09 .github 20:18:01 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:09 .gitignore 20:18:01 drwx------ 3 1001 1001 60 Mar 19 20:10 .semver 20:18:01 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:09 .sonarcloud.properties 20:18:01 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:09 Attribution.txt 20:18:01 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:09 CONTRIBUTING.md 20:18:01 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:09 Dockerfile.build 20:18:01 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:09 Jenkinsfile 20:18:01 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:09 LICENSE 20:18:01 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:09 Makefile 20:18:01 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:09 README.md 20:18:01 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:09 SECURITY.md 20:18:01 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION 20:18:01 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:09 ZMQWindows.md 20:18:01 drwxrwxr-x 2 1001 1001 117 Mar 19 20:09 bin 20:18:01 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:09 cmd 20:18:01 -rw-r--r-- 1 root root 650607 Mar 19 20:16 coverage.out 20:18:01 -rw-r--r-- 1 root root 1055 Mar 19 20:17 go.mod 20:18:01 -rw-r--r-- 1 root root 22097 Mar 19 20:17 go.sum 20:18:01 drwxrwxr-x 8 1001 1001 127 Mar 19 20:09 internal 20:18:01 drwxrwxr-x 4 1001 1001 26 Mar 19 20:09 openapi 20:18:01 drwxrwxr-x 4 1001 1001 71 Mar 19 20:09 snap 20:18:01 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:09 version.go [Pipeline] sh 20:18:02 + '[' -e coverage.out ] 20:18:02 + chown 1001:1001 coverage.out [Pipeline] stash 20:18:03 Stashed 1 file(s) [Pipeline] sh 20:18:04 + make build 20:18:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:18:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:18:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:18:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.345s coverage: 45.9% of statements 20:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:18:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 20:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.146s coverage: 19.8% of statements 20:18:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.206s coverage: 100.0% of statements 20:18:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:18:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.577s coverage: 27.1% of statements 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:18:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:18:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:18:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.222s coverage: 71.3% of statements 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:18:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.537s coverage: 82.9% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:18:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.157s coverage: 78.9% of statements 20:18:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:18:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.129s coverage: 28.6% of statements 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:18:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:18:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:18:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:18:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.400s coverage: 97.5% of statements 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:18:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:18:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:18:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:18:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.131s coverage: 92.8% of statements 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:18:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.081s coverage: 79.5% of statements 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.092s coverage: 96.3% of statements 20:18:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements 20:18: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 20:18: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 20:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.084s coverage: 94.4% of statements 20:18:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 20:18:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:18:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.224s coverage: 81.9% of statements 20:19:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:19:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:19:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:19:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.116s coverage: 84.6% of statements 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.194s coverage: 91.6% of statements 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.557s coverage: 62.4% of statements 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:19:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 20:19:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 20:19:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:19:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.088s coverage: 100.0% of statements 20:19:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.777s coverage: 69.0% of statements 20:19:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:19:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:19:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 20:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 38.4% of statements 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements 20:19:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 20:19:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.085s coverage: 84.8% of statements [Pipeline] } 20:19:12 $ docker stop --time=1 2d933ca2be94dd3afde96b3cd0778db76751822d5973d4e23163f3aba63db854 20:19:15 $ docker rm -f 2d933ca2be94dd3afde96b3cd0778db76751822d5973d4e23163f3aba63db854 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:19:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:19:18 20:19:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:19:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.407s coverage: 47.0% of statements 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:19:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:19:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 20:19:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.432s coverage: 87.1% of statements 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 20:19:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 20:19:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:19:19 latest: Pulling from edgex-devops/edgex-compose 20:19:19 cbdbe7a5bc2a: Pulling fs layer 20:19:19 ca9280d653b3: Pulling fs layer 20:19:19 7e9c9ca2126c: Pulling fs layer 20:19:20 cbdbe7a5bc2a: Verifying Checksum 20:19:20 cbdbe7a5bc2a: Download complete 20:19:21 cbdbe7a5bc2a: Pull complete 20:19:21 ca9280d653b3: Verifying Checksum 20:19:21 ca9280d653b3: Download complete 20:19:23 ca9280d653b3: Pull complete 20:19:25 7e9c9ca2126c: Verifying Checksum 20:19:25 7e9c9ca2126c: Download complete 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.219s coverage: 29.1% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 96.5% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:19:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 20:19:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 20:19:28 GO111MODULE=on go vet ./... 20:19:43 7e9c9ca2126c: Pull complete 20:19:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:19:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:19:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:19:44 prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container 20:19:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:19:51 $ docker top 4e8d6611cafb9d70d3417833d830bb7e0cebe58f22cc4d856df4b1d2bbcf5642 -eo pid,comm [Pipeline] { [Pipeline] sh 20:19:54 + docker-compose build --help 20:19:54 + grep parallel 20:19:56 --parallel Build images in parallel. [Pipeline] } 20:19:56 $ docker stop --time=1 4e8d6611cafb9d70d3417833d830bb7e0cebe58f22cc4d856df4b1d2bbcf5642 20:19:59 $ docker rm -f 4e8d6611cafb9d70d3417833d830bb7e0cebe58f22cc4d856df4b1d2bbcf5642 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:20:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:20:00 . [Pipeline] withDockerContainer 20:20:00 prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container 20:20:01 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:20:04 $ docker top 584256bba1c81dc5f03cb9184849dcaf1968aa24a5ef45c4a8bc531aa9d7d06d -eo pid,comm [Pipeline] { [Pipeline] sh 20:20:05 + docker-compose -f ./docker-compose-build.yml build --parallel 20:20:07 Building docker-core-command-go ... 20:20:07 Building docker-core-data-go ... 20:20:07 Building docker-core-metadata-go ... 20:20:07 Building docker-security-bootstrapper-go ... 20:20:07 Building docker-security-proxy-setup-go ... 20:20:07 Building docker-security-secretstore-setup-go ... 20:20:07 Building docker-support-notifications-go ... 20:20:07 Building docker-support-scheduler-go ... 20:20:07 Building docker-sys-mgmt-agent-go ... 20:20:07 Building docker-core-command-go 20:20:07 Building docker-support-scheduler-go 20:20:07 Building docker-security-proxy-setup-go 20:20:07 Building docker-security-secretstore-setup-go 20:20:07 Building docker-support-notifications-go 20:20:50 gofmt -l . 20:20:50 [ "`gofmt -l .`" = "" ] 20:20:50 ./bin/test-go-mod-tidy.sh 20:20:50 ./bin/test-attribution-txt.sh [Pipeline] sh 20:20:51 + ls -al . 20:20:51 total 788 20:20:51 drwxrwxr-x 9 1001 1001 4096 Mar 19 20:20 . 20:20:51 drwxr-xr-x 4 root root 4096 Mar 19 20:16 .. 20:20:51 -rw-rw-r-- 1 1001 1001 11 Mar 19 20:14 .dockerignore 20:20:51 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 .git 20:20:51 drwxrwxr-x 3 1001 1001 4096 Mar 19 20:14 .github 20:20:51 -rw-rw-r-- 1 1001 1001 818 Mar 19 20:14 .gitignore 20:20:51 -rw-rw-r-- 1 1001 1001 166 Mar 19 20:14 .sonarcloud.properties 20:20:51 -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:14 Attribution.txt 20:20:51 -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:14 CONTRIBUTING.md 20:20:51 -rw-rw-r-- 1 1001 1001 931 Mar 19 20:14 Dockerfile.build 20:20:51 -rw-rw-r-- 1 1001 1001 863 Mar 19 20:14 Jenkinsfile 20:20:51 -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:14 LICENSE 20:20:51 -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:14 Makefile 20:20:51 -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:14 README.md 20:20:51 -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:14 SECURITY.md 20:20:51 -rw-rw-r-- 1 1001 1001 5 Mar 19 20:10 VERSION 20:20:51 -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:14 ZMQWindows.md 20:20:51 drwxrwxr-x 2 1001 1001 4096 Mar 19 20:14 bin 20:20:51 drwxrwxr-x 14 1001 1001 4096 Mar 19 20:14 cmd 20:20:51 -rw-r--r-- 1 root root 650607 Mar 19 20:19 coverage.out 20:20:51 -rw-r--r-- 1 root root 1055 Mar 19 20:20 go.mod 20:20:51 -rw-r--r-- 1 root root 22097 Mar 19 20:20 go.sum 20:20:51 drwxrwxr-x 8 1001 1001 4096 Mar 19 20:14 internal 20:20:51 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 openapi 20:20:51 drwxrwxr-x 4 1001 1001 4096 Mar 19 20:14 snap 20:20:51 -rw-rw-r-- 1 1001 1001 168 Mar 19 20:14 version.go [Pipeline] sh 20:20:52 + '[' -e coverage.out ] 20:20:52 + chown 1001:1001 coverage.out [Pipeline] stash 20:20:52 Warning: overwriting stash ‘coverage-report’ 20:20:53 Stashed 1 file(s) [Pipeline] sh 20:20:54 + make build 20:20:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:21:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:21:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:21:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:21:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:21:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:21:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:21:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:21:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:22:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:22:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:22:01 ---> 8dea470d0f20 20:22:01 Step 3/22 : WORKDIR /edgex-go 20:22:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:22:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:22:01 ---> 8dea470d0f20 20:22:01 Step 3/21 : WORKDIR /edgex-go 20:22:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:22:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:22:01 ---> 8dea470d0f20 20:22:01 Step 3/22 : WORKDIR /edgex-go 20:22:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:22:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:22:01 ---> 8dea470d0f20 20:22:01 Step 3/23 : WORKDIR /edgex-go 20:22:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:22:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:22:01 ---> 8dea470d0f20 20:22:01 Step 3/24 : WORKDIR /edgex-go 20:22:01 ---> Running in 93013b580b0e 20:22:01 ---> Running in b079c4a01241 20:22:01 ---> Running in d83a9fc969dc 20:22:01 ---> Running in 3d9e5cf63149 20:22:01 ---> Running in b65dfa4ad212 20:22:01 Removing intermediate container 93013b580b0e 20:22:01 ---> 6337b591ee2f 20:22:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:01 Removing intermediate container b65dfa4ad212 20:22:01 ---> 27406bfdb009 20:22:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:01 Removing intermediate container d83a9fc969dc 20:22:01 ---> db52ea03fac3 20:22:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:01 Removing intermediate container b079c4a01241 20:22:01 ---> 582bbc5500e5 20:22:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:01 Removing intermediate container 3d9e5cf63149 20:22:01 ---> b6f1a78bdbfc 20:22:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:22:01 ---> Running in ced5a4aa878b 20:22:01 ---> Running in b841932f1823 20:22:01 ---> Running in c630335aca64 20:22:01 ---> Running in d0a37e111e63 20:22:01 ---> Running in a238ae1a31b0 20:22:01 Removing intermediate container ced5a4aa878b 20:22:01 ---> 3a555855fa02 20:22:01 Step 5/22 : RUN apk add --update --no-cache make git 20:22:01 Removing intermediate container b841932f1823 20:22:01 ---> d1730b8dda22 20:22:01 Step 5/24 : RUN apk add --update --no-cache make git 20:22:01 Removing intermediate container d0a37e111e63 20:22:01 ---> 2d805e91e7a8 20:22:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:22:01 ---> Running in f0aec5b8b19c 20:22:01 ---> Running in 54b0b79e5577 20:22:01 Removing intermediate container a238ae1a31b0 20:22:01 ---> ed5cbf7da647 20:22:01 Step 5/23 : RUN apk add --update --no-cache make git 20:22:01 ---> Running in 72419d49973b 20:22:01 Removing intermediate container c630335aca64 20:22:01 ---> ab716bc988a9 20:22:01 Step 5/21 : RUN apk add --update --no-cache make git 20:22:01 ---> Running in e77a1c9728f6 20:22:02 ---> Running in 9d9ae683c42c 20:22:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:22:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:22:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:22:05 OK: 233 MiB in 51 packages 20:22:05 OK: 233 MiB in 51 packages 20:22:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:22:05 OK: 233 MiB in 51 packages 20:22:06 OK: 233 MiB in 51 packages 20:22:06 OK: 233 MiB in 51 packages 20:22:07 Removing intermediate container 54b0b79e5577 20:22:07 ---> 259f58db8677 20:22:07 Step 6/24 : COPY go.mod . 20:22:07 Removing intermediate container f0aec5b8b19c 20:22:07 ---> 6aaf490fc2c0 20:22:07 Step 6/22 : COPY go.mod . 20:22:07 Removing intermediate container 72419d49973b 20:22:07 ---> 2b793f2648a5 20:22:07 Step 6/22 : COPY go.mod . 20:22:08 Removing intermediate container e77a1c9728f6 20:22:08 ---> 102c83d54702 20:22:08 Step 6/23 : COPY go.mod . 20:22:08 Removing intermediate container 9d9ae683c42c 20:22:08 ---> 7ad2bb89e0c2 20:22:08 Step 6/21 : COPY go.mod . 20:22:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:22:09 ---> f036eeb13898 20:22:09 Step 7/22 : RUN go mod download 20:22:09 ---> 1d15b7918da2 20:22:09 Step 7/22 : RUN go mod download 20:22:09 ---> 6714c11b29a6 20:22:09 Step 7/24 : RUN go mod download 20:22:09 ---> Running in c70c32b7dbf6 20:22:09 ---> Running in a60353395493 20:22:10 ---> Running in fcf12467a020 20:22:10 ---> c6094ee0ae58 20:22:10 Step 7/23 : RUN go mod download 20:22:10 ---> d09e045932b7 20:22:10 Step 7/21 : RUN go mod download 20:22:11 ---> Running in 54e2c5be86fa 20:22:11 ---> Running in a6ca73946276 [Pipeline] } 20:22:15 $ docker stop --time=1 827ff2a096c47c92a81c090fec660b9423294fadf5264f03e19398d96ea3cb80 20:22:18 Removing intermediate container fcf12467a020 20:22:18 ---> 26467bc32e61 20:22:18 Step 8/24 : COPY . . 20:22:18 Removing intermediate container a60353395493 20:22:18 ---> ee286a9c9ba6 20:22:18 Step 8/22 : COPY . . 20:22:18 Removing intermediate container 54e2c5be86fa 20:22:18 ---> 981f0236cf19 20:22:18 Step 8/23 : COPY . . 20:22:18 $ docker rm -f 827ff2a096c47c92a81c090fec660b9423294fadf5264f03e19398d96ea3cb80 20:22:18 Removing intermediate container a6ca73946276 20:22:18 ---> 9416c2ab59da 20:22:18 Step 8/21 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:20 20:22:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:22:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:20 latest: Pulling from edgex-devops/edgex-compose-arm64 20:22:20 29e5d40040c1: Pulling fs layer 20:22:20 1ce36da41761: Pulling fs layer 20:22:20 25b303627fd3: Pulling fs layer 20:22:21 Removing intermediate container c70c32b7dbf6 20:22:21 ---> 7a163a7f2ad1 20:22:21 Step 8/22 : COPY . . 20:22:21 29e5d40040c1: Verifying Checksum 20:22:21 29e5d40040c1: Download complete 20:22:21 1ce36da41761: Verifying Checksum 20:22:21 1ce36da41761: Download complete 20:22:22 29e5d40040c1: Pull complete 20:22:23 1ce36da41761: Pull complete 20:22:23 25b303627fd3: Download complete 20:22:33 25b303627fd3: Pull complete 20:22:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:22:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:22:33 prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container 20:22:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:22:37 $ docker top 4f31dc1b1dd33bdc31ecb8035a876b5a584cbba99bfcb94c871a95aedafccdb3 -eo pid,comm [Pipeline] { [Pipeline] sh 20:22:38 + docker-compose build --help 20:22:38 + grep parallel 20:22:41 --parallel Build images in parallel. [Pipeline] } 20:22:41 $ docker stop --time=1 4f31dc1b1dd33bdc31ecb8035a876b5a584cbba99bfcb94c871a95aedafccdb3 20:22:43 $ docker rm -f 4f31dc1b1dd33bdc31ecb8035a876b5a584cbba99bfcb94c871a95aedafccdb3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:22:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:22:44 . [Pipeline] withDockerContainer 20:22:44 prd-ubuntu18.04-docker-arm64-4c-16g-30630 does not seem to be running inside a container 20:22:44 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 20:22:46 $ docker top 7459490f6a3923d37f2832d620d124a4e5511720339b4553093b3b3d7eb7763b -eo pid,comm [Pipeline] { [Pipeline] sh 20:22:47 + docker-compose -f ./docker-compose-build.yml build --parallel 20:22:51 Building docker-core-command-go ... 20:22:51 Building docker-core-data-go ... 20:22:51 Building docker-core-metadata-go ... 20:22:51 Building docker-security-bootstrapper-go ... 20:22:51 Building docker-security-proxy-setup-go ... 20:22:51 Building docker-security-secretstore-setup-go ... 20:22:51 Building docker-support-notifications-go ... 20:22:51 Building docker-support-scheduler-go ... 20:22:51 Building docker-sys-mgmt-agent-go ... 20:22:51 Building docker-security-proxy-setup-go 20:22:51 Building docker-security-secretstore-setup-go 20:22:51 Building docker-support-scheduler-go 20:22:51 Building docker-core-metadata-go 20:22:51 Building docker-core-command-go 20:24:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:13 ---> 502c430fd2ef 20:24:13 Step 3/23 : WORKDIR /edgex-go 20:24:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:24:13 ---> 502c430fd2ef 20:24:13 Step 3/22 : WORKDIR /edgex-go 20:24:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:24:13 ---> 502c430fd2ef 20:24:13 Step 3/21 : WORKDIR /edgex-go 20:24:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:24:13 ---> 502c430fd2ef 20:24:13 Step 3/24 : WORKDIR /edgex-go 20:24:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:24:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:24:13 ---> 502c430fd2ef 20:24:13 Step 3/23 : WORKDIR /edgex-go 20:24:13 ---> Running in 2dcfe6ca9a02 20:24:13 ---> Running in 20288ab7a9b7 20:24:13 ---> Running in 4ea112195bb4 20:24:13 ---> Running in 1ec0587b99e8 20:24:13 ---> Running in 22aa322647c1 20:24:13 Removing intermediate container 22aa322647c1 20:24:13 ---> 4aed0de91651 20:24:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:13 Removing intermediate container 1ec0587b99e8 20:24:13 ---> 850f96e1d96b 20:24:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:13 Removing intermediate container 4ea112195bb4 20:24:13 ---> 82dd18bf541c 20:24:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:13 Removing intermediate container 2dcfe6ca9a02 20:24:13 Removing intermediate container 20288ab7a9b7 20:24:13 ---> 3641197add36 20:24:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:13 ---> 13c15310106c 20:24:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:24:13 ---> Running in dc96e71a73b1 20:24:13 ---> Running in caf6740187b2 20:24:13 ---> Running in bb01c0652229 20:24:13 ---> Running in feb442f57eee 20:24:13 ---> Running in 65d1cd8e4500 20:24:13 Removing intermediate container dc96e71a73b1 20:24:13 ---> ec44f14f56ae 20:24:13 Step 5/23 : RUN apk add --update --no-cache make git 20:24:13 ---> Running in ad250d2973e9 20:24:13 Removing intermediate container caf6740187b2 20:24:13 ---> f57eaa379cfb 20:24:13 Step 5/21 : RUN apk add --update --no-cache make git 20:24:13 ---> Running in b4734605f4a7 20:24:13 Removing intermediate container feb442f57eee 20:24:13 ---> 6befdc9a7891 20:24:13 Step 5/24 : RUN apk add --update --no-cache make git 20:24:13 Removing intermediate container bb01c0652229 20:24:13 ---> 729569314bc2 20:24:13 Step 5/22 : RUN apk add --update --no-cache make git 20:24:13 Removing intermediate container 65d1cd8e4500 20:24:13 ---> d513f147502e 20:24:13 Step 5/23 : RUN apk add --update --no-cache make git 20:24:13 ---> Running in 7fdc9bbc57f7 20:24:13 ---> Running in a57158dbbf34 20:24:13 ---> Running in fd42dc4bfaed 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:24:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:14 OK: 217 MiB in 51 packages 20:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:24:14 OK: 217 MiB in 51 packages 20:24:15 OK: 217 MiB in 51 packages 20:24:15 OK: 217 MiB in 51 packages 20:24:15 OK: 217 MiB in 51 packages 20:24:15 Removing intermediate container ad250d2973e9 20:24:15 ---> b544b7fd13bd 20:24:15 Step 6/23 : COPY go.mod . 20:24:16 Removing intermediate container b4734605f4a7 20:24:16 ---> dc5303a32f70 20:24:16 Step 6/21 : COPY go.mod . 20:24:16 ---> 4fbf2326470c 20:24:16 Step 7/23 : RUN go mod download 20:24:16 Removing intermediate container fd42dc4bfaed 20:24:16 ---> 61a70db5d387 20:24:16 Step 6/23 : COPY go.mod . 20:24:17 ---> Running in 5914ec63d3f1 20:24:17 Removing intermediate container 7fdc9bbc57f7 20:24:17 ---> c13f9ec149e2 20:24:17 Step 6/24 : COPY go.mod . 20:24:17 Removing intermediate container a57158dbbf34 20:24:17 ---> 3db271198561 20:24:17 Step 6/22 : COPY go.mod . 20:24:17 ---> a86a24038725 20:24:17 Step 7/21 : RUN go mod download 20:24:17 ---> Running in 851d095983c5 20:24:18 ---> 14e6e753168c 20:24:18 Step 7/23 : RUN go mod download 20:24:18 ---> Running in 0cdbeaa6b9ea 20:24:18 ---> 22491e53bce4 20:24:18 Step 7/24 : RUN go mod download 20:24:18 ---> 5ad84fb43952 20:24:18 Step 7/22 : RUN go mod download 20:24:18 ---> Running in c19076955475 20:24:18 ---> Running in 00f8c67bff7c 20:24:21 Removing intermediate container 5914ec63d3f1 20:24:21 ---> d67149aa3ab2 20:24:21 Step 8/23 : COPY . . 20:24:22 Removing intermediate container 851d095983c5 20:24:22 ---> 6f1247e33750 20:24:22 Step 8/21 : COPY . . 20:24:23 Removing intermediate container 0cdbeaa6b9ea 20:24:23 ---> 1a9aba81dc68 20:24:23 Step 8/23 : COPY . . 20:24:24 Removing intermediate container 00f8c67bff7c 20:24:24 ---> 44f14763cdc1 20:24:24 Step 8/22 : COPY . . 20:24:24 Removing intermediate container c19076955475 20:24:24 ---> 92bdd172593e 20:24:24 Step 8/24 : COPY . . 20:24:50 ---> f3f70d9d2418 20:24:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:24:50 ---> e099ef5d0d5c 20:24:50 Step 9/23 : RUN make cmd/core-command/core-command 20:24:50 ---> d5c236ec2666 20:24:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:24:50 ---> 45bcac41e966 20:24:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:24:50 ---> Running in 9741e8c728db 20:24:50 ---> Running in 45bdab10c6c5 20:24:50 ---> Running in 705fc76a596a 20:24:50 ---> Running in 7b23b8eeac76 20:24:50 ---> 58eadf2d8628 20:24:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:24:50 ---> Running in 2e8faf80baf3 20:24:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:24:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:25:02 ---> ac91d5ad349a 20:25:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 20:25:02 ---> a043ca21bf2c 20:25:02 Step 9/23 : RUN make cmd/core-command/core-command 20:25:02 ---> 3de59f89da63 20:25:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:25:02 ---> 164d7e08e838 20:25:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:25:02 ---> Running in 1b505d21cefb 20:25:02 ---> Running in 0d1b772efdf7 20:25:02 ---> 087a998e1dc6 20:25:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:25:02 ---> Running in b9a357b9d220 20:25:02 ---> Running in 1c7fe1cb7251 20:25:02 ---> Running in 865eef3c6b17 20:25:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:25:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:25:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:25:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:25:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:26:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:26:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:26:27 Removing intermediate container b9a357b9d220 20:26:27 ---> 2171a8a60adf 20:26:27 20:26:27 Step 10/21 : FROM alpine:3.12 20:26:27 3.12: Pulling from library/alpine 20:26:27 Removing intermediate container 1b505d21cefb 20:26:27 ---> 4cb630aba27a 20:26:27 20:26:27 Step 10/22 : FROM alpine:3.12 20:26:27 3.12: Pulling from library/alpine 20:26:27 Removing intermediate container 1c7fe1cb7251 20:26:27 ---> 696adf7dd7d6 20:26:27 20:26:27 Step 10/22 : FROM alpine:3.12 20:26:27 3.12: Pulling from library/alpine 20:26:27 Removing intermediate container 0d1b772efdf7 20:26:27 ---> fbeb86fd2d04 20:26:27 20:26:27 Step 10/23 : FROM alpine:3.12 20:26:27 3.12: Pulling from library/alpine 20:26:28 Removing intermediate container 865eef3c6b17 20:26:28 ---> 4617e78ff427 20:26:28 20:26:28 Step 10/24 : FROM alpine:3.12 20:26:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:28 Status: Image is up to date for alpine:3.12 20:26:28 Status: Downloaded newer image for alpine:3.12 20:26:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:28 Status: Image is up to date for alpine:3.12 20:26:28 ---> 88dd2752d2ea 20:26:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:26:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:28 Status: Image is up to date for alpine:3.12 20:26:28 ---> 88dd2752d2ea 20:26:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:26:28 3.12: Pulling from library/alpine 20:26:28 ---> 88dd2752d2ea 20:26:28 Step 11/21 : RUN apk add --update --no-cache curl 20:26:28 ---> 88dd2752d2ea 20:26:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:26:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:28 Status: Image is up to date for alpine:3.12 20:26:28 ---> 88dd2752d2ea 20:26:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:26:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:26:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:26:28 ---> Running in f8492a19ab04 20:26:28 ---> Running in fecf14f1a262 20:26:28 ---> Running in 3448f42dccb5 20:26:28 ---> Running in 0fe4dc52c445 20:26:28 ---> Running in cefb2cad6878 20:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:30 (1/1) Installing dumb-init (1.2.2-r1) 20:26:30 Executing busybox-1.31.1-r19.trigger 20:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:30 OK: 6 MiB in 15 packages 20:26:30 (1/2) Installing ca-certificates (20191127-r4) 20:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:30 (2/2) Installing dumb-init (1.2.2-r1) 20:26:30 Executing busybox-1.31.1-r19.trigger 20:26:30 Executing ca-certificates-20191127-r4.trigger 20:26:30 OK: 6 MiB in 16 packages 20:26:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:31 (1/1) Installing dumb-init (1.2.2-r1) 20:26:31 Executing busybox-1.31.1-r19.trigger 20:26:31 OK: 6 MiB in 15 packages 20:26:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:26:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:26:31 (1/5) Installing ca-certificates (20191127-r4) 20:26:31 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:26:31 (3/5) Installing libcurl (7.69.1-r3) 20:26:31 (4/5) Installing curl (7.69.1-r3) 20:26:31 (5/5) Installing dumb-init (1.2.2-r1) 20:26:31 Executing busybox-1.31.1-r19.trigger 20:26:31 Executing ca-certificates-20191127-r4.trigger 20:26:31 (1/4) Installing ca-certificates (20191127-r4) 20:26:31 OK: 7 MiB in 19 packages 20:26:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:26:31 (3/4) Installing libcurl (7.69.1-r3) 20:26:31 (4/4) Installing curl (7.69.1-r3) 20:26:32 Executing busybox-1.31.1-r19.trigger 20:26:32 Executing ca-certificates-20191127-r4.trigger 20:26:32 OK: 7 MiB in 18 packages 20:26:34 Removing intermediate container f8492a19ab04 20:26:34 ---> 58693bc42b90 20:26:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:34 Removing intermediate container 3448f42dccb5 20:26:34 ---> 3342fe2d665f 20:26:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:35 ---> Running in a4b42ccc109c 20:26:36 ---> Running in aa172cdbae0d 20:26:36 Removing intermediate container 2e8faf80baf3 20:26:36 ---> 1422f892e76e 20:26:36 20:26:36 Step 10/24 : FROM alpine:3.12 20:26:36 3.12: Pulling from library/alpine 20:26:36 Removing intermediate container 9741e8c728db 20:26:36 ---> b56b1491ab62 20:26:36 20:26:36 Step 10/21 : FROM alpine:3.12 20:26:36 3.12: Pulling from library/alpine 20:26:36 Removing intermediate container fecf14f1a262 20:26:36 ---> fb602a30dab7 20:26:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:26:36 ---> Running in f3fe49779526 20:26:36 Removing intermediate container 0fe4dc52c445 20:26:36 ---> 544ce1820fdb 20:26:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:37 Removing intermediate container a4b42ccc109c 20:26:37 ---> e47b06619d1c 20:26:37 Step 13/22 : ENV APP_PORT=48085 20:26:37 Removing intermediate container cefb2cad6878 20:26:37 ---> 5d7cde1bbee2 20:26:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:37 Removing intermediate container aa172cdbae0d 20:26:37 ---> 01c281aaac4e 20:26:37 Step 13/23 : ENV APP_PORT=48082 20:26:37 ---> Running in b58c68d76bfc 20:26:37 ---> Running in 6dbd069d60fd 20:26:37 ---> Running in a35eae37c356 20:26:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:26:37 Status: Image is up to date for alpine:3.12 20:26:37 ---> d10569e2745f 20:26:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:26:37 Status: Downloaded newer image for alpine:3.12 20:26:37 ---> d10569e2745f 20:26:37 Step 11/21 : RUN apk add --update --no-cache curl 20:26:37 ---> Running in f90bca7943d8 20:26:38 Removing intermediate container f3fe49779526 20:26:38 ---> 29aafba4b679 20:26:38 Step 13/22 : ENV APP_PORT=48060 20:26:38 ---> Running in 1e60c7894cf6 20:26:38 ---> Running in fe7a9ae1106e 20:26:38 ---> Running in 7e271acf2d64 20:26:39 Removing intermediate container 6dbd069d60fd 20:26:39 ---> cc47a3918cd0 20:26:39 Step 14/22 : EXPOSE $APP_PORT 20:26:39 Removing intermediate container b58c68d76bfc 20:26:39 ---> 9fc7b4f08aee 20:26:39 Step 13/21 : WORKDIR /edgex 20:26:39 Removing intermediate container a35eae37c356 20:26:39 ---> 6659a03a0300 20:26:39 Step 13/24 : WORKDIR / 20:26:39 Removing intermediate container f90bca7943d8 20:26:39 ---> 14296510954e 20:26:39 Step 14/23 : EXPOSE $APP_PORT 20:26:39 ---> Running in 441cfee64cef 20:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:40 ---> Running in 6f68f5e5a63e 20:26:40 ---> Running in 625b6de423e7 20:26:40 ---> Running in a456b403758f 20:26:40 Removing intermediate container 7e271acf2d64 20:26:40 ---> cda5fdb0cb1b 20:26:40 Step 14/22 : EXPOSE $APP_PORT 20:26:41 ---> Running in 0ca6100d55d6 20:26:41 Removing intermediate container 441cfee64cef 20:26:41 ---> 8ca540df5f95 20:26:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:41 Removing intermediate container 6f68f5e5a63e 20:26:41 ---> 43c1aa478050 20:26:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:26:41 Removing intermediate container a456b403758f 20:26:41 ---> 10f8184a77bd 20:26:41 Step 15/23 : WORKDIR / 20:26:41 (1/5) Installing ca-certificates (20191127-r4) 20:26:41 (1/4) Installing ca-certificates (20191127-r4) 20:26:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:26:41 (3/5) Installing libcurl (7.69.1-r3) 20:26:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:26:41 (3/4) Installing libcurl (7.69.1-r3) 20:26:41 (4/5) Installing curl (7.69.1-r3) 20:26:41 (4/4) Installing curl (7.69.1-r3) 20:26:41 (5/5) Installing dumb-init (1.2.2-r1) 20:26:41 Executing busybox-1.31.1-r19.trigger 20:26:41 Executing busybox-1.31.1-r19.trigger 20:26:41 Executing ca-certificates-20191127-r4.trigger 20:26:41 Executing ca-certificates-20191127-r4.trigger 20:26:41 Removing intermediate container 625b6de423e7 20:26:41 ---> 41814c1d50d3 20:26:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:26:42 OK: 7 MiB in 19 packages 20:26:42 OK: 7 MiB in 18 packages 20:26:42 ---> Running in b64560bd0f36 20:26:42 Removing intermediate container 0ca6100d55d6 20:26:42 ---> 2b0ec9d40c21 20:26:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:42 ---> 015fcea74200 20:26:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:26:42 ---> dbf066adfe2c 20:26:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:26:42 ---> a0a5a4171115 20:26:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:26:42 Removing intermediate container b64560bd0f36 20:26:42 ---> aa3f406aef7b 20:26:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:43 ---> 21299683b190 20:26:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:26:44 ---> 3d9175a618f0 20:26:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:26:44 ---> bca790198f4e 20:26:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:26:44 ---> 92d8c4643fbe 20:26:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:26:44 ---> 5800b1a29ce1 20:26:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:26:45 ---> 81bb509d5823 20:26:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:26:45 ---> 6ddd2a8ce638 20:26:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:26:46 ---> 01c8b9c93df9 20:26:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:26:46 ---> ec1c268af7fb 20:26:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:26:46 Removing intermediate container fe7a9ae1106e 20:26:46 ---> b36c5ee6dc1d 20:26:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:46 ---> Running in 9df0f5292c08 20:26:46 ---> 961713028880 20:26:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:26:46 Removing intermediate container 1e60c7894cf6 20:26:46 ---> bbf6efc5a641 20:26:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:26:46 ---> Running in 2d398a11a45b 20:26:46 ---> 68bc9329d265 20:26:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:26:47 ---> Running in 3a5d220d60b0 20:26:47 ---> Running in 71a01eab75a0 20:26:47 ---> Running in 38ab2b22efd2 20:26:47 Removing intermediate container 9df0f5292c08 20:26:47 ---> 66329b3cc950 20:26:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:47 ---> 77c36c9e87f5 20:26:47 Step 19/23 : ENTRYPOINT ["/core-command"] 20:26:47 ---> 900647e0f982 20:26:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:26:48 ---> Running in bef29873c386 20:26:48 ---> Running in 61ef2bbdb017 20:26:48 Removing intermediate container 2d398a11a45b 20:26:48 ---> 88bfb4acab45 20:26:48 Step 18/21 : CMD ["--init=true"] 20:26:48 Removing intermediate container 3a5d220d60b0 20:26:48 ---> e9980d7f4bc3 20:26:48 Step 13/21 : WORKDIR /edgex 20:26:49 Removing intermediate container 38ab2b22efd2 20:26:49 ---> 561e51e37c04 20:26:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:49 ---> Running in a87acc32c2fc 20:26:49 Removing intermediate container 71a01eab75a0 20:26:49 ---> 429cdebd4d4e 20:26:49 Step 13/24 : WORKDIR / 20:26:49 Removing intermediate container 61ef2bbdb017 20:26:49 ---> c61649565a2c 20:26:49 Step 20/22 : LABEL arch=x86_64 20:26:49 Removing intermediate container bef29873c386 20:26:49 ---> ab312029f7d2 20:26:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:26:49 ---> Running in 092566c2a447 20:26:49 ---> Running in dd7bdfaf3470 20:26:49 Removing intermediate container 45bdab10c6c5 20:26:49 ---> 1ae53d6a5a7f 20:26:49 20:26:49 Step 10/23 : FROM alpine:3.12 20:26:49 ---> Running in 480d69e8820c 20:26:49 ---> d10569e2745f 20:26:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:26:49 ---> Running in 887a8875c9ce 20:26:49 ---> Running in 9537e5c0bacb 20:26:49 ---> 8b8822f2c8ef 20:26:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:26:50 Removing intermediate container a87acc32c2fc 20:26:50 ---> 279be148cb9b 20:26:50 Step 19/21 : LABEL arch=x86_64 20:26:50 ---> Running in e3562ee940d9 20:26:50 Removing intermediate container 7b23b8eeac76 20:26:50 ---> eecb9d6222a1 20:26:50 20:26:50 Step 10/22 : FROM alpine:3.12 20:26:50 ---> d10569e2745f 20:26:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 20:26:50 Removing intermediate container dd7bdfaf3470 20:26:50 ---> 11627194c88c 20:26:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:26:50 ---> Running in 21126dbbc6fc 20:26:50 Removing intermediate container 092566c2a447 20:26:50 ---> 436c92aaaece 20:26:50 Step 20/22 : LABEL arch=x86_64 20:26:50 Removing intermediate container 887a8875c9ce 20:26:50 ---> dce3fdebcd21 20:26:50 Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:26:50 Removing intermediate container 9537e5c0bacb 20:26:50 ---> 1300c0710184 20:26:50 Step 21/23 : LABEL arch=x86_64 20:26:50 ---> Running in 4b4bf3a42686 20:26:50 Removing intermediate container 480d69e8820c 20:26:50 ---> b2347ade47d8 20:26:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:26:51 ---> Running in 1d135c100fe9 20:26:51 ---> Running in 66958c79ba95 20:26:51 ---> 88a12d76c476 20:26:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:26:51 ---> Running in 32b64f4166b5 20:26:51 ---> Running in 98af3913f61b 20:26:51 Removing intermediate container 21126dbbc6fc 20:26:51 ---> b6af22ca553d 20:26:51 Step 20/21 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:26:52 Removing intermediate container 1d135c100fe9 20:26:52 ---> 61acd8494f69 20:26:52 Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:26:52 Removing intermediate container 66958c79ba95 20:26:52 ---> b77a435e4641 20:26:52 Step 22/22 : LABEL version=0.0.0 20:26:52 Removing intermediate container 32b64f4166b5 20:26:52 ---> d915e02b90b2 20:26:52 Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:26:52 ---> Running in 659b51c9aa52 20:26:52 ---> Running in bade7e4be0e3 20:26:52 ---> Running in 48b7e9311975 20:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:52 ---> 4dfb4f419f2c 20:26:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:52 ---> acae5dd9d978 20:26:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:26:52 ---> Running in 4a8a4018d33d 20:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:26:53 Removing intermediate container 659b51c9aa52 20:26:53 ---> ce45dcf1c064 20:26:53 Step 21/21 : LABEL version=0.0.0 20:26:53 Removing intermediate container 48b7e9311975 20:26:53 ---> b48dee25c5a7 20:26:53 20:26:53 (1/1) Installing dumb-init (1.2.2-r1) 20:26:53 Executing busybox-1.31.1-r19.trigger 20:26:53 OK: 5 MiB in 15 packages 20:26:53 (1/1) Installing dumb-init (1.2.2-r1) 20:26:53 Executing busybox-1.31.1-r19.trigger 20:26:53 OK: 5 MiB in 15 packages 20:26:53 Removing intermediate container bade7e4be0e3 20:26:53 ---> dcd1b9148c2b 20:26:53 Step 22/22 : LABEL version=0.0.0 20:26:53 ---> Running in a69feaeec971 20:26:53 ---> Running in 7f05f5281704 20:26:53 Removing intermediate container 4a8a4018d33d 20:26:53 ---> 22f2eafcda8c 20:26:53 Step 23/23 : LABEL version=0.0.0 20:26:54 ---> Running in 7408935a98c1 20:26:54 Removing intermediate container a69feaeec971 20:26:54 ---> ca04ba1c4754 20:26:54 20:26:54 ---> 43166dd051bf 20:26:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:26:54 Successfully built b48dee25c5a7 20:26:54 Successfully tagged docker-support-scheduler-go:latest 20:26:54  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 20:26:54 Removing intermediate container 7f05f5281704 20:26:54 ---> 4266554f8ae9 20:26:54 20:26:55 ---> b38e5ab2a772 20:26:55 Successfully built ca04ba1c4754 20:26:55 Successfully built 4266554f8ae9 20:26:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:26:56 ---> eaf5f444344d 20:26:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:26:56 Removing intermediate container e3562ee940d9 20:26:56 ---> f651039be675 20:26:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:56 Removing intermediate container 4b4bf3a42686 20:26:56 ---> a6c1b4333715 20:26:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:56 Removing intermediate container 705fc76a596a 20:26:56 ---> 71662590d2dc 20:26:56 20:26:56 Step 10/23 : FROM alpine:3.12 20:26:56 ---> d10569e2745f 20:26:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:26:56 ---> Using cache 20:26:56 ---> a6c1b4333715 20:26:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:26:56 ---> 64a3d4a6ddc4 20:26:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:26:56 Successfully tagged docker-security-proxy-setup-go:latest 20:26:56 Building docker-sys-mgmt-agent-go 20:26:56  Building docker-security-proxy-setup-go ... done Removing intermediate container 7408935a98c1 20:26:56 ---> 6bf708048ff1 20:26:56 20:26:56 Successfully tagged docker-support-notifications-go:latest 20:26:56  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 20:26:56 Successfully built 6bf708048ff1 20:26:56 Successfully tagged docker-core-command-go:latest 20:26:56  Building docker-core-command-go ... done Building docker-core-data-go 20:26:56 Removing intermediate container 98af3913f61b 20:26:56 ---> 0985b95dd875 20:26:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:26:56 ---> Running in 1f5bc1426bdb 20:26:56 ---> Running in 5719ad72048d 20:26:56 ---> Running in 2139401097e0 20:26:56 ---> Running in b3b695ee78a2 20:26:56 ---> Running in 964667a1299b 20:26:57 Removing intermediate container 1f5bc1426bdb 20:26:57 ---> b4ee57b0ce89 20:26:57 Step 22/24 : LABEL arch=x86_64 20:26:57 ---> 8048473247d3 20:26:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:26:57 ---> Running in 39063dbe7279 20:26:57 Removing intermediate container 2139401097e0 20:26:57 ---> a9e0cd3826f5 20:26:57 Step 13/22 : ENV APP_PORT=48085 20:26:57 Removing intermediate container 5719ad72048d 20:26:57 ---> b57501c7c136 20:26:57 Step 13/23 : ENV APP_PORT=48082 20:26:57 ---> Running in fda5f7ba6c62 20:26:57 ---> Running in c198733ffb70 20:26:57 Removing intermediate container 964667a1299b 20:26:57 ---> 8ce3b75d616b 20:26:57 Step 18/21 : CMD ["--init=true"]Removing intermediate container b3b695ee78a2 20:26:57 ---> 2f3bca8bfdb8 20:26:57 Step 13/23 : ENV APP_PORT=48081 20:26:57 20:26:58 ---> Running in 3b84f9f993b3 20:26:58 ---> Running in 802b551e463c 20:26:58 Removing intermediate container fda5f7ba6c62 20:26:58 Removing intermediate container c198733ffb70 20:26:58 ---> 514256327e95 20:26:58 ---> 3ef4f1eb64af 20:26:58 Step 14/22 : EXPOSE $APP_PORT 20:26:58 Step 14/23 : EXPOSE $APP_PORT 20:26:58 ---> 54c79a191af5 20:26:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:26:58 ---> Running in a354ca1a0ff0 20:26:58 ---> Running in 0e7f50f0bf21 20:26:58 Removing intermediate container 802b551e463c 20:26:58 ---> e03e842da734 20:26:58 Step 19/21 : LABEL arch=arm64 20:26:58 Removing intermediate container 3b84f9f993b3 20:26:58 ---> df66d4d832d8 20:26:58 Step 14/23 : EXPOSE $APP_PORT 20:26:59 ---> Running in b68e9bc683db 20:26:59 ---> Running in 2624a2b77771 20:26:59 Removing intermediate container a354ca1a0ff0 20:26:59 ---> 3b07490de342 20:26:59 Step 15/23 : WORKDIR / 20:26:59 Removing intermediate container 0e7f50f0bf21 20:26:59 ---> fff72ca7eba9 20:26:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:26:59 ---> 5081ed16aba4 20:26:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:26:59 ---> Running in c0dcccaf05b0 20:26:59 Removing intermediate container 2624a2b77771 20:26:59 ---> 85f5caf36630 20:26:59 Step 15/23 : WORKDIR / 20:26:59 Removing intermediate container b68e9bc683db 20:26:59 ---> fd39167cc80a 20:26:59 Step 20/21 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:26:59 ---> Running in d54baf7092d6 20:27:00 ---> Running in b4a7ca4c59bc 20:27:00 ---> Running in 056831881ddc 20:27:00 Removing intermediate container c0dcccaf05b0 20:27:00 ---> b335268ddda9 20:27:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:00 Removing intermediate container 39063dbe7279 20:27:00 ---> 42cea876fa8e 20:27:00 Step 23/24 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:27:01 ---> 2b0304543f1a 20:27:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:27:01 Removing intermediate container 056831881ddc 20:27:01 ---> 00c09c81c354 20:27:01 Step 21/21 : LABEL version=0.0.0 20:27:01 Removing intermediate container b4a7ca4c59bc 20:27:01 ---> 19d321e63374 20:27:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:27:01 ---> Running in a316ca659126 20:27:01 ---> Running in 6c88107ad617 20:27:01 ---> f0d24ad6cae5 20:27:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:27:01 Removing intermediate container a316ca659126 20:27:01 ---> bc41a04f9f84 20:27:01 20:27:02 ---> d94811dc9658 20:27:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:27:02 Removing intermediate container 6c88107ad617 20:27:02 ---> dc7a52533005 20:27:02 Step 24/24 : LABEL version=0.0.0 20:27:02 Successfully built bc41a04f9f84 20:27:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:27:02  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 20:27:03 ---> 99b8ddc0b3fc 20:27:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:27:03 ---> Running in 4084190b832a 20:27:03 Removing intermediate container d54baf7092d6 20:27:03 ---> 14c68e1f1fda 20:27:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:27:03 ---> e5703519bc5e 20:27:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:27:03 ---> Running in e292c62d883d 20:27:03 Removing intermediate container 4084190b832a 20:27:03 ---> f66dcde44fa3 20:27:03 20:27:04 Successfully built f66dcde44fa3 20:27:04 Successfully tagged docker-security-secretstore-setup-go:latest 20:27:04 ---> 1d0531178eed 20:27:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 20:27:04 ---> 055daaeb2211 20:27:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:27:05 Removing intermediate container e292c62d883d 20:27:05 ---> 054da823e6f4 20:27:05 Step 22/24 : LABEL arch=arm64 20:27:05 ---> 2642e8e0e2c5 20:27:05 Step 19/23 : ENTRYPOINT ["/core-command"] 20:27:05 ---> Running in 89dab554b6cd 20:27:06 ---> Running in f84016d6cd39 20:27:06 ---> Running in fceff0b6c5db 20:27:06 ---> 49b5b3df1242 20:27:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:27:06 Removing intermediate container 89dab554b6cd 20:27:06 ---> 1172c055a7c6 20:27:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:06 ---> Running in 1c3f5e918f60 20:27:06 ---> Running in 7de824b0ae8a 20:27:06 Removing intermediate container fceff0b6c5db 20:27:06 ---> e88623b4b9e8 20:27:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:06 Removing intermediate container f84016d6cd39 20:27:06 ---> c8dd8c9bc38d 20:27:06 Step 23/24 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:27:07 ---> Running in 7ab148e54729 20:27:07 ---> Running in 83de65f1a514 20:27:07 Removing intermediate container 1c3f5e918f60 20:27:07 ---> 7d103c50485b 20:27:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:27:08 Removing intermediate container 7de824b0ae8a 20:27:08 ---> fbeffe83b1a5 20:27:08 Step 20/22 : LABEL arch=arm64 20:27:08 ---> Running in ecae43b61345 20:27:08 Removing intermediate container 7ab148e54729 20:27:08 ---> 7f073156713f 20:27:08 Step 21/23 : LABEL arch=arm64 20:27:08 Removing intermediate container 83de65f1a514 20:27:08 ---> ae32b1399c25 20:27:08 Step 24/24 : LABEL version=0.0.0 20:27:08 ---> Running in 5ea3b1155177 20:27:08 ---> Running in 23159b347c1a 20:27:09 ---> Running in 4c804ce3d2c6 20:27:09 Removing intermediate container ecae43b61345 20:27:09 ---> b5b475e6bdfd 20:27:09 Step 21/23 : LABEL arch=arm64 20:27:09 ---> Running in d712bbb75e36 20:27:09 Removing intermediate container 5ea3b1155177 20:27:09 ---> 3624a6145822 20:27:09 Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:27:09 Removing intermediate container 23159b347c1a 20:27:09 ---> aea768c515ca 20:27:09 Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:27:09 ---> Running in 417c47283e7f 20:27:10 Removing intermediate container 4c804ce3d2c6 20:27:10 ---> 2f8adab5538c 20:27:10 20:27:10 ---> Running in 3dffc64ac439 20:27:10 Removing intermediate container d712bbb75e36 20:27:10 ---> dceae095ba63 20:27:10 Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:27:10 Successfully built 2f8adab5538c 20:27:10 ---> Running in 5e2a26b31ead 20:27:10 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:27:10  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 20:27:10 Removing intermediate container 417c47283e7f 20:27:10 ---> be0acd8ecfc6 20:27:10 Step 22/22 : LABEL version=0.0.0 20:27:10 Removing intermediate container 3dffc64ac439 20:27:10 ---> 74eb860f1131 20:27:10 Step 23/23 : LABEL version=0.0.0 20:27:11 ---> Running in d2d723299d49 20:27:11 ---> Running in c489ff04a5bb 20:27:11 Removing intermediate container 5e2a26b31ead 20:27:11 ---> 355cc7ca8674 20:27:11 Step 23/23 : LABEL version=0.0.0 20:27:11 Removing intermediate container d2d723299d49 20:27:11 ---> bb1dd92a9f00 20:27:11 20:27:11 ---> Running in b89185c1309b 20:27:11 Removing intermediate container c489ff04a5bb 20:27:11 ---> d80a3cd02b24 20:27:11 20:27:12 Successfully built bb1dd92a9f00 20:27:12 Successfully built d80a3cd02b24 20:27:12 Successfully tagged docker-support-scheduler-go-arm64:latest 20:27:12  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 20:27:12 Successfully tagged docker-core-command-go-arm64:latest 20:27:12 Building docker-core-data-go 20:27:12  Building docker-core-command-go ... done Removing intermediate container b89185c1309b 20:27:12 ---> 4b76b6a6f238 20:27:12 20:27:13 Successfully built 4b76b6a6f238 20:27:13 Successfully tagged docker-core-metadata-go-arm64:latest 20:27:52  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:52 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:27:52 ---> 502c430fd2ef 20:27:52 Step 3/31 : WORKDIR /edgex-go 20:27:52 ---> Using cache 20:27:52 ---> 3641197add36 20:27:52 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:52 ---> Using cache 20:27:52 ---> d513f147502e 20:27:52 Step 5/31 : RUN apk add --update --no-cache make git 20:27:52 ---> Using cache 20:27:52 ---> 61a70db5d387 20:27:52 Step 6/31 : COPY go.mod . 20:27:52 ---> Using cache 20:27:52 ---> 14e6e753168c 20:27:52 Step 7/31 : RUN go mod download 20:27:52 ---> Using cache 20:27:52 ---> 1a9aba81dc68 20:27:52 Step 8/31 : COPY . . 20:27:52 ---> Using cache 20:27:52 ---> d5c236ec2666 20:27:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:27:52 ---> Running in fb0d7a622cdc 20:27:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:27:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:27:58 ---> 502c430fd2ef 20:27:58 Step 3/26 : WORKDIR /edgex-go 20:27:58 ---> Using cache 20:27:58 ---> 3641197add36 20:27:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:58 ---> Using cache 20:27:58 ---> d513f147502e 20:27:58 Step 5/26 : RUN apk add --update --no-cache make bash git 20:27:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:27:59 ---> 502c430fd2ef 20:27:59 Step 3/22 : WORKDIR /edgex-go 20:27:59 ---> Using cache 20:27:59 ---> 3641197add36 20:27:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:59 ---> Using cache 20:27:59 ---> d513f147502e 20:27:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 20:27:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:27:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:27:59 ---> 502c430fd2ef 20:27:59 Step 3/23 : WORKDIR /edgex-go 20:27:59 ---> Using cache 20:27:59 ---> 3641197add36 20:27:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:27:59 ---> Using cache 20:27:59 ---> d513f147502e 20:27:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:27:59 ---> Running in 01b0c98052ed 20:28:00 ---> Running in d8b3251cf63e 20:28:00 ---> Running in 518cd698d420 20:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:04 OK: 217 MiB in 51 packages 20:28:04 OK: 217 MiB in 51 packages 20:28:04 OK: 217 MiB in 51 packages 20:28:06 Removing intermediate container 01b0c98052ed 20:28:06 ---> 284214ed7f82 20:28:06 Step 6/26 : COPY go.mod . 20:28:06 Removing intermediate container 518cd698d420 20:28:06 ---> 182abaebb107 20:28:06 Step 6/23 : COPY go.mod . 20:28:07 Removing intermediate container d8b3251cf63e 20:28:07 ---> 9a7efbb61c5d 20:28:07 Step 6/22 : COPY go.mod . 20:28:07 ---> c8c1c0751738 20:28:07 Step 7/26 : RUN go mod download 20:28:08 ---> Running in 8d20484f7bbf 20:28:08 ---> beb53d9884a1 20:28:08 Step 7/23 : RUN go mod download 20:28:08 ---> Running in c101508fa38f 20:28:09 ---> ddfb4c9f9fc6 20:28:09 Step 7/22 : RUN go mod download 20:28:09 ---> Running in 659f87025bb4 20:28:13 Removing intermediate container 8d20484f7bbf 20:28:13 ---> 12efde59ab0b 20:28:13 Step 8/26 : COPY . . 20:28:13  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:13 ---> 8dea470d0f20 20:28:13 Step 3/23 : WORKDIR /edgex-go 20:28:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 20:28:13 ---> 8dea470d0f20 20:28:13 Step 3/31 : WORKDIR /edgex-go 20:28:13 ---> Using cache 20:28:13 ---> db52ea03fac3 20:28:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:13 ---> Using cache 20:28:13 ---> db52ea03fac3 20:28:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:13 ---> Using cache 20:28:13 ---> ab716bc988a9 20:28:13 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:28:13 ---> Using cache 20:28:13 ---> ab716bc988a9 20:28:13 Step 5/31 : RUN apk add --update --no-cache make git 20:28:13 ---> Using cache 20:28:13 ---> 7ad2bb89e0c2 20:28:13 Step 6/31 : COPY go.mod . 20:28:13 ---> Using cache 20:28:13 ---> d09e045932b7 20:28:13 Step 7/31 : RUN go mod download 20:28:13 ---> Using cache 20:28:13 ---> 9416c2ab59da 20:28:13 Step 8/31 : COPY . . 20:28:13 ---> Using cache 20:28:13 ---> 3de59f89da63 20:28:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 20:28:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:28:13 ---> 8dea470d0f20 20:28:13 Step 3/23 : WORKDIR /edgex-go 20:28:13 ---> Using cache 20:28:13 ---> db52ea03fac3 20:28:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:13 ---> Using cache 20:28:13 ---> ab716bc988a9 20:28:13 Step 5/23 : RUN apk add --update --no-cache make git 20:28:13 ---> Using cache 20:28:13 ---> 7ad2bb89e0c2 20:28:13 Step 6/23 : COPY go.mod . 20:28:13 ---> Using cache 20:28:13 ---> d09e045932b7 20:28:13 Step 7/23 : RUN go mod download 20:28:13 ---> Using cache 20:28:13 ---> 9416c2ab59da 20:28:13 Step 8/23 : COPY . . 20:28:13 ---> Using cache 20:28:13 ---> 3de59f89da63 20:28:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 20:28:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:28:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:28:13 ---> 8dea470d0f20 20:28:13 Step 3/26 : WORKDIR /edgex-go 20:28:13 ---> Using cache 20:28:13 ---> db52ea03fac3 20:28:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:28:13 ---> Using cache 20:28:13 ---> ab716bc988a9 20:28:13 Step 5/26 : RUN apk add --update --no-cache make bash git 20:28:13 ---> Running in d57c8b809ce2 20:28:13 ---> Running in 3e39aee9e7ba 20:28:13 ---> Running in 9bbdb3a21ca9 20:28:13 ---> Running in b584c14162aa 20:28:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:28:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:28:13 Removing intermediate container c101508fa38f 20:28:13 ---> 32224007eab9 20:28:13 Step 8/23 : COPY . . 20:28:13 Removing intermediate container 659f87025bb4 20:28:13 ---> e9cdf205cc20 20:28:13 Step 8/22 : COPY . . 20:28:15 OK: 233 MiB in 51 packages 20:28:15 OK: 233 MiB in 51 packages 20:28:19 Removing intermediate container d57c8b809ce2 20:28:19 ---> dfdc1882ba3b 20:28:19 Step 6/23 : COPY go.mod . 20:28:19 Removing intermediate container 3e39aee9e7ba 20:28:19 ---> d105949709fe 20:28:19 Step 6/26 : COPY go.mod . 20:28:19 ---> 49509ae4c551 20:28:19 Step 7/23 : RUN go mod download 20:28:20 ---> Running in e6b15e12439e 20:28:20 ---> 3b03ac6a61b2 20:28:20 Step 7/26 : RUN go mod download 20:28:21 ---> Running in bebc591d79a3 20:28:29 Removing intermediate container bebc591d79a3 20:28:29 ---> e8c504fb934a 20:28:29 Step 8/26 : COPY . . 20:28:29 Removing intermediate container e6b15e12439e 20:28:29 ---> bb569e892107 20:28:29 Step 8/23 : COPY . . 20:28:46 ---> e7731b3b7270 20:28:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:28:46 ---> 448ce53c28ab 20:28:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 20:28:46 ---> 09854e7685ef 20:28:46 Step 9/23 : RUN make cmd/core-data/core-data 20:28:46 ---> Running in 54aedfa4a3f5 20:28:46 ---> Running in 142d48d71b07 20:28:46 ---> Running in c3c8703750ea 20:28:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:28:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:28:46 Removing intermediate container fb0d7a622cdc 20:28:46 ---> ddc2fe44d06c 20:28:46 20:28:46 Step 10/31 : FROM alpine:3.12 20:28:46 ---> d10569e2745f 20:28:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:28:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:28:46 ---> Running in e0e5f5793127 20:28:46 Removing intermediate container e0e5f5793127 20:28:46 ---> 2111d7acc4fb 20:28:46 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:28:46 ---> Running in a48092958ee7 20:28:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:28:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:28:48 (1/2) Installing dumb-init (1.2.2-r1) 20:28:48 (2/2) Installing su-exec (0.2-r1) 20:28:48 Executing busybox-1.31.1-r19.trigger 20:28:48 OK: 5 MiB in 16 packages 20:28:50 Removing intermediate container a48092958ee7 20:28:50 ---> fa0de466d9c6 20:28:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:28:50 ---> Running in a07011a9f4cd 20:28:51 Removing intermediate container a07011a9f4cd 20:28:51 ---> a964ca0ff778 20:28:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:28:51 ---> Running in 170094ebcef8 20:28:52 Removing intermediate container 170094ebcef8 20:28:52 ---> 5490d7af5343 20:28:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:28:52 ---> Running in 0af4096f489a 20:28:55 Removing intermediate container 0af4096f489a 20:28:55 ---> 04ab56e68735 20:28:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:28:55 ---> Running in 37adfd41850e 20:28:56 Removing intermediate container 37adfd41850e 20:28:56 ---> c4d55cb76567 20:28:56 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:28:57 ---> 7fe198b59732 20:28:57 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:28:57 ---> Running in 6a55be94d001 20:29:00 Removing intermediate container 6a55be94d001 20:29:00 ---> 96b4da44e5b6 20:29:00 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:29:01 ---> d91869215b12 20:29:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:29:03 ---> fa18ee22ff14 20:29:03 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:29:04 ---> ce98b2062e29 20:29:04 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:29:06 ---> 881771459192 20:29:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:29:07 ---> 115543ae811d 20:29:07 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:29:08 ---> Running in 14f09d055cf6 20:29:08 Removing intermediate container 14f09d055cf6 20:29:08 ---> d4d12a7aebf3 20:29:08 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:29:10 ---> 396ee243f512 20:29:10 Step 26/31 : RUN chmod +x /entrypoint.sh 20:29:10 ---> Running in 16d2fc1fb203 20:29:13 Removing intermediate container 16d2fc1fb203 20:29:13 ---> c2a669c5d257 20:29:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:29:14 ---> Running in 9336871abef1 20:29:15 Removing intermediate container 9336871abef1 20:29:15 ---> f04276dc93a7 20:29:15 Step 28/31 : CMD ["gate"] 20:29:15 ---> Running in 7dfe589a6664 20:29:16 Removing intermediate container 7dfe589a6664 20:29:16 ---> 14b1ec951138 20:29:16 Step 29/31 : LABEL arch=arm64 20:29:16 ---> Running in 23655b670fda 20:29:16 Removing intermediate container 23655b670fda 20:29:16 ---> f212817975b4 20:29:16 Step 30/31 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:29:17 ---> Running in 93f8a55f844a 20:29:18 Removing intermediate container 93f8a55f844a 20:29:18 ---> 4cf0a1a68676 20:29:18 Step 31/31 : LABEL version=0.0.0 20:29:18 ---> Running in 015f6cd71a81 20:29:19 Removing intermediate container 015f6cd71a81 20:29:19 ---> 629f097da13c 20:29:19 20:29:19 Successfully built 629f097da13c 20:29:19 Successfully tagged docker-security-bootstrapper-go-arm64:latest 20:29:57 Removing intermediate container 9bbdb3a21ca9 20:29:57 ---> 262eb26386ed 20:29:57 20:29:57 Step 10/31 : FROM alpine:3.12 20:29:57 ---> 88dd2752d2ea 20:29:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 20:29:57 ---> Running in 1c0fbcbf3078 20:29:57 Removing intermediate container 1c0fbcbf3078 20:29:57 ---> b5edcdce7e31 20:29:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 20:29:59  Building docker-security-bootstrapper-go ... done Removing intermediate container 54aedfa4a3f5 20:29:59 ---> 8ceb6e249fb3 20:29:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:29:59 ---> Running in 35a0111f4713 20:29: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 20:29:59 ---> Running in 61f01cd4990a 20:30:03 Removing intermediate container b584c14162aa 20:30:03 ---> 925e3781d92d 20:30:03 20:30:03 Step 10/23 : FROM alpine:3.12 20:30:03 ---> 88dd2752d2ea 20:30:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 20:30:03 ---> Using cache 20:30:03 ---> 3342fe2d665f 20:30:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 20:30:03 ---> Using cache 20:30:03 ---> e47b06619d1c 20:30:03 Step 13/23 : ENV APP_PORT=48081 20:30:03 Removing intermediate container 35a0111f4713 20:30:03 ---> 2db7623f0d17 20:30:03 20:30:03 Step 11/26 : FROM docker:20.10.0 20:30:03 20.10.0: Pulling from library/docker 20:30:04 ---> Running in 26a2840d5f27 20:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:30:05 Removing intermediate container 26a2840d5f27 20:30:05 ---> ff4317bfd2f8 20:30:05 Step 14/23 : EXPOSE $APP_PORT 20:30:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:30:06 (1/2) Installing dumb-init (1.2.2-r1) 20:30:06 (2/2) Installing su-exec (0.2-r1) 20:30:06 Executing busybox-1.31.1-r19.trigger 20:30:06 OK: 6 MiB in 16 packages 20:30:07 ---> Running in a73c24464e4b 20:30:07 Removing intermediate container a73c24464e4b 20:30:07 ---> 49ec38c1864b 20:30:07 Step 15/23 : WORKDIR / 20:30:07 Removing intermediate container c3c8703750ea 20:30:07 ---> 60d8c9793ba9 20:30:07 20:30:07 Step 10/22 : FROM alpine:3.12 20:30:07 ---> d10569e2745f 20:30:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 20:30:07 ---> Running in 4c004e666749 20:30:08 ---> Running in 2f7c0be19e98 20:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:09 Removing intermediate container 2f7c0be19e98 20:30:09 ---> bbb0c0135777 20:30:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:09 ---> 19df961b1cfd 20:30:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:30:09 Removing intermediate container 61f01cd4990a 20:30:09 ---> 98ea0d8a044c 20:30:09 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 20:30:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:09 ---> Running in f2805d600fd0 20:30:09 ---> ae5559ac0173 20:30:09 Step 9/23 : RUN make cmd/core-data/core-data 20:30:10 ---> Running in 0286cb58c147 20:30:10 (1/2) Installing ca-certificates (20191127-r4) 20:30:10 (2/2) Installing dumb-init (1.2.2-r1) 20:30:10 Executing busybox-1.31.1-r19.trigger 20:30:10 Executing ca-certificates-20191127-r4.trigger 20:30:10 OK: 6 MiB in 16 packages 20:30:10 ---> Running in c1a6fd2e6c59 20:30:10 ---> b277f83e766e 20:30:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:30:11 Removing intermediate container 0286cb58c147 20:30:11 ---> 37f8dc2306c3 20:30:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 20:30:11 ---> Running in 937a1ddd3333 20:30:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:30:13 Removing intermediate container 937a1ddd3333 20:30:13 ---> 79547a879442 20:30:13 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 20:30:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:30:13 ---> Running in 8def956223f9 20:30:13 ---> 3705af890cc3 20:30:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:30:13 Removing intermediate container 4c004e666749 20:30:13 ---> ba9b1ecdfccc 20:30:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 20:30:13 ---> Running in 706d673bfcd0 20:30:14 Removing intermediate container 706d673bfcd0 20:30:14 ---> d045797f1511 20:30:14 Step 13/22 : ENV APP_PORT=48060 20:30:15 ---> Running in b3f4c8fda9cf 20:30:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:30:15 Status: Downloaded newer image for docker:20.10.0 20:30:15 ---> eeaf43b92773 20:30:15 Step 12/26 : RUN apk add --no-cache bash 20:30:15 ---> Running in c1376ba17158 20:30:15 Removing intermediate container b3f4c8fda9cf 20:30:15 ---> babd46b5b287 20:30:15 Step 14/22 : EXPOSE $APP_PORT 20:30:15 ---> Running in 67d2ec330cd1 20:30:16 Removing intermediate container 67d2ec330cd1 20:30:16 ---> 5776b58e5593 20:30:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:16 ---> e6206d1eddd9 20:30:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 20:30:16 Removing intermediate container 142d48d71b07 20:30:16 ---> 5ca8a5b0ac2d 20:30:16 20:30:16 Step 10/23 : FROM alpine:3.12 20:30:16 ---> d10569e2745f 20:30:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:30:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:17 ---> Running in 734b2503648b 20:30:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:17 ---> Running in 4948625333cd 20:30:17 ---> 45185a0e90e9 20:30:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:30:17 Removing intermediate container 734b2503648b 20:30:17 ---> 750b80e073b5 20:30:17 Step 12/23 : ENV APP_PORT=48080 20:30:17 (1/2) Installing readline (8.0.4-r0) 20:30:17 (2/2) Installing bash (5.0.17-r0) 20:30:17 Executing bash-5.0.17-r0.post-install 20:30:17 Executing busybox-1.31.1-r19.trigger 20:30:17 OK: 12 MiB in 22 packages 20:30:17 ---> Running in 9dbda1968b96 20:30:17 Removing intermediate container 4948625333cd 20:30:17 ---> aa3065f58eb7 20:30:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:18 ---> Running in 4c40f2e74a0b 20:30:18 Removing intermediate container 8def956223f9 20:30:18 ---> 6f00c6b872c8 20:30:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 20:30:18 ---> Running in f01d5a7b0ae3 20:30:18 Removing intermediate container 9dbda1968b96 20:30:18 ---> a2f52257de89 20:30:18 Step 13/23 : EXPOSE $APP_PORT 20:30:18 ---> Running in e10960deb51b 20:30:18 Removing intermediate container 4c40f2e74a0b 20:30:18 ---> 250e56fc6c03 20:30:18 Step 21/23 : LABEL arch=x86_64 20:30:18 ---> eb7e07004d56 20:30:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:30:19 Removing intermediate container e10960deb51b 20:30:19 ---> 747277e14631 20:30:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:19 Removing intermediate container c1376ba17158 20:30:19 ---> f18d52e1874a 20:30:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:30:19 ---> Running in 25c944e3c10e 20:30:19 ---> Running in f1e4d4b4d7a0 20:30:19 ---> Running in 6f4e0fa8b43a 20:30:19 Removing intermediate container f01d5a7b0ae3 20:30:19 ---> 7375ba2f7452 20:30:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 20:30:20 ---> 55bb23fe1801 20:30:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 20:30:20 ---> Running in 1e6f479f748f 20:30:20 Removing intermediate container f1e4d4b4d7a0 20:30:20 ---> e323ee1512a8 20:30:20 Step 14/26 : ENV APP_PORT=48090 20:30:20 ---> Running in c2209d8bb8ec 20:30:20 Removing intermediate container 6f4e0fa8b43a 20:30:20 ---> 9faaae3d2ccc 20:30:20 Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:30:20 ---> Running in a295b64c3668 20:30:20 Removing intermediate container 1e6f479f748f 20:30:20 ---> 22cc8c555e54 20:30:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:20 ---> Running in 5d2e98804f7e 20:30:21 ---> dbd65da4d4a3 20:30:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 20:30:21 Removing intermediate container c2209d8bb8ec 20:30:21 ---> e8df9d94c8b7 20:30:21 Step 15/26 : EXPOSE $APP_PORT 20:30:21 ---> Running in 89859fb162da 20:30:21 Removing intermediate container 5d2e98804f7e 20:30:21 ---> 1a7ad9856eb2 20:30:21 Step 20/22 : LABEL arch=arm64 20:30:21 ---> Running in 2888dcf176d7 20:30:22 ---> Running in d63faaa5ccc8 20:30:22 Removing intermediate container 89859fb162da 20:30:22 ---> aa75a99163c3 20:30:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:30:22 Removing intermediate container 25c944e3c10e 20:30:22 ---> 89e2d0bf2551 20:30:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:30:22 ---> Running in f7e87c3733a4 20:30:22 Removing intermediate container d63faaa5ccc8 20:30:22 ---> 7370c0c61762 20:30:22 Step 21/22 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:30:22 Removing intermediate container a295b64c3668 20:30:22 ---> 324d5b29d66e 20:30:22 Step 23/23 : LABEL version=0.0.0 20:30:23 ---> Running in ea238c9c3414 20:30:23 ---> 3754642c6c7d 20:30:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:30:23 ---> Running in 1622d8fee4e4 20:30:23 Removing intermediate container ea238c9c3414 20:30:23 ---> 65d47713e840 20:30:23 Step 22/22 : LABEL version=0.0.0 20:30:24 ---> Running in 7fc89140576d 20:30:24 ---> 8b92e86d03b5 20:30:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:30:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:24 Removing intermediate container 7fc89140576d 20:30:24 ---> 36a9cccb20d8 20:30:24 20:30:25 Successfully built 36a9cccb20d8 20:30:25 Successfully tagged docker-support-notifications-go-arm64:latest 20:30:25  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:25 ---> 9fcd8ac2f5d2 20:30:25 Step 19/26 : RUN apk --no-cache add py3-pip 20:30:25 (1/6) Installing dumb-init (1.2.2-r1) 20:30:25 ---> Running in 2224cba81f61 20:30:25 (2/6) Installing libgcc (9.3.0-r2) 20:30:25 Removing intermediate container 1622d8fee4e4 20:30:25 ---> 7fcde444ff5c 20:30:25 20:30:25 (3/6) Installing libsodium (1.0.18-r0) 20:30:25 (4/6) Installing libstdc++ (9.3.0-r2) 20:30:26 (5/6) Installing libzmq (4.3.3-r0) 20:30:26 (6/6) Installing zeromq (4.3.3-r0) 20:30:26 Executing busybox-1.31.1-r19.trigger 20:30:26 OK: 8 MiB in 20 packages 20:30:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:27 Successfully built 7fcde444ff5c 20:30:27 Successfully tagged docker-core-metadata-go:latest 20:30:27 (1/33) Installing libbz2 (1.0.8-r1) 20:30:27 (2/33) Installing expat (2.2.9-r1) 20:30:27 (3/33) Installing libffi (3.3-r2) 20:30:27 (4/33) Installing gdbm (1.13-r1) 20:30:27 (5/33) Installing xz-libs (5.2.5-r0) 20:30:27 (6/33) Installing sqlite-libs (3.32.1-r0) 20:30:27 (7/33) Installing python3 (3.8.8-r0) 20:30:27 Removing intermediate container f7e87c3733a4 20:30:27 ---> 78e5719a661b 20:30:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:28  Building docker-core-metadata-go ... done Removing intermediate container 2888dcf176d7 20:30:28 ---> fa8d35510960 20:30:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 20:30:29 (8/33) Installing py3-appdirs (1.4.4-r1) 20:30:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:30:29 (10/33) Installing py3-parsing (2.4.7-r0) 20:30:29 (11/33) Installing py3-six (1.15.0-r0) 20:30:29 (12/33) Installing py3-packaging (20.4-r0) 20:30:29 (13/33) Installing py3-setuptools (47.0.0-r0) 20:30:29 ---> d08e5869ab03 20:30:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:30:29 (14/33) Installing py3-chardet (3.0.4-r4) 20:30:29 (15/33) Installing py3-idna (2.9-r0) 20:30:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:30:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:30:29 (18/33) Installing py3-requests (2.23.0-r0) 20:30:29 (19/33) Installing py3-msgpack (1.0.0-r0) 20:30:29 (20/33) Installing py3-lockfile (0.12.2-r3) 20:30:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:30:29 (22/33) Installing py3-colorama (0.4.3-r0) 20:30:29 (23/33) Installing py3-distlib (0.3.0-r0) 20:30:29 (24/33) Installing py3-distro (1.5.0-r1) 20:30:29 (25/33) Installing py3-webencodings (0.5.1-r3) 20:30:29 (26/33) Installing py3-html5lib (1.0.1-r4) 20:30:29 (27/33) Installing py3-pytoml (0.1.21-r0) 20:30:29 (28/33) Installing py3-pep517 (0.8.2-r0) 20:30:29 (29/33) Installing py3-progress (1.5-r0) 20:30:29 (30/33) Installing py3-toml (0.10.1-r0) 20:30:29 (31/33) Installing py3-retrying (1.3.3-r0) 20:30:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:30:29 (33/33) Installing py3-pip (20.1.1-r0) 20:30:30 ---> 8cd3b5e7b11a 20:30:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 20:30:30 Executing busybox-1.31.1-r19.trigger 20:30:30 OK: 71 MiB in 55 packages 20:30:31 ---> 7612f1746bb7 20:30:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:30:32 ---> 419b6dfd04ad 20:30:32 Step 19/23 : ENTRYPOINT ["/core-data"] 20:30:32 ---> Running in 12d3cc6c6967 20:30:32 Removing intermediate container 12d3cc6c6967 20:30:32 ---> 0f1d474b306a 20:30:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:30:32 ---> Running in 55bd58616855 20:30:33 Removing intermediate container 55bd58616855 20:30:33 ---> 542726b6d376 20:30:33 Step 21/23 : LABEL arch=arm64 20:30:33 ---> Running in db0016bf68db 20:30:34 ---> 3d95f72e0600 20:30:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 20:30:34 Removing intermediate container db0016bf68db 20:30:34 ---> f12ab662241b 20:30:34 Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:30:34 ---> Running in 931e4af6cc4b 20:30:35 Removing intermediate container 931e4af6cc4b 20:30:35 ---> dd96ae655a01 20:30:35 Step 23/23 : LABEL version=0.0.0 20:30:35 ---> Running in 4c9863dda015 20:30:35 ---> 304050c994e1 20:30:35 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 20:30:35 Removing intermediate container 2224cba81f61 20:30:35 ---> e201b9c93eaf 20:30:35 Step 20/26 : RUN pip install docker-compose==1.23.2 20:30:35 Removing intermediate container 4c9863dda015 20:30:35 ---> f1c84504bbe5 20:30:35 20:30:35 ---> Running in b68098b36c18 20:30:36 Successfully built f1c84504bbe5 20:30:36 Successfully tagged docker-core-data-go-arm64:latest 20:30:37 ---> d2bd9e2f76f8 20:30:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 20:30:38 ---> 1da5973846d1 20:30:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 20:30:39 ---> Running in c7526b70517f 20:30:40 Removing intermediate container c7526b70517f 20:30:40 ---> 620fdde586ac 20:30:40 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 20:30:40  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 20:30:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:30:41 Collecting texttable<0.10,>=0.9.0 20:30:41 Downloading texttable-0.9.1.tar.gz (11 kB) 20:30:41 ---> 6acebeddb70d 20:30:41 Step 26/31 : RUN chmod +x /entrypoint.sh 20:30:42 ---> Running in 2fda2332652c 20:30:43 Collecting websocket-client<1.0,>=0.32.0 20:30:43 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:30:44 Collecting docker<4.0,>=3.6.0 20:30:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:30:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:30:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:30:46 Collecting PyYAML<4,>=3.10 20:30:46 Downloading PyYAML-3.13.tar.gz (270 kB) 20:30:49 Collecting dockerpty<0.5,>=0.4.1 20:30:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:30:49 Removing intermediate container 2fda2332652c 20:30:49 ---> 1281f12379f3 20:30:49 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 20:30:50 ---> Running in a08c7cd96d8e 20:30:51 Collecting docopt<0.7,>=0.6.1 20:30:51 Downloading docopt-0.6.2.tar.gz (25 kB) 20:30:51 Removing intermediate container a08c7cd96d8e 20:30:51 ---> fa531989e581 20:30:51 Step 28/31 : CMD ["gate"] 20:30:52 ---> Running in 157ba71d5111 20:30:53 Collecting cached-property<2,>=1.2.0 20:30:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:30:53 Collecting jsonschema<3,>=2.5.1 20:30:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:30:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:30:54 Collecting docker-pycreds>=0.4.0 20:30:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:30:54 Collecting idna<2.8,>=2.5 20:30:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:30:54 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:30:54 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:30:55 Collecting urllib3<1.25,>=1.21.1 20:30:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:30:55 Removing intermediate container 157ba71d5111 20:30:55 ---> 591ace59a5b6 20:30:55 Step 29/31 : LABEL arch=x86_64 20:30:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:30:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:30:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:30:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:30:56 ---> Running in 5b567a0a97a4 20:30:56 Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, dockerpty, docopt, cached-property, jsonschema, docker-compose 20:30:56 Running setup.py install for texttable: started 20:30:57 Removing intermediate container 5b567a0a97a4 20:30:57 ---> e156ed00060e 20:30:57 Step 30/31 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:30:57 ---> Running in d6529d7e0d5f 20:30:58 Removing intermediate container d6529d7e0d5f 20:30:58 ---> 1ea5d229f63b 20:30:58 Step 31/31 : LABEL version=0.0.0 20:30:58 Running setup.py install for texttable: finished with status 'done' 20:30:58 ---> Running in eb56446727c7 20:30:59 Attempting uninstall: idna 20:30:59 Found existing installation: idna 2.9 20:30:59 Uninstalling idna-2.9: 20:30:59 Successfully uninstalled idna-2.9 20:30:59 Removing intermediate container eb56446727c7 20:30:59 ---> bd1ac20d000b 20:30:59 20:30:59 Attempting uninstall: urllib3 20:30:59 Found existing installation: urllib3 1.25.9 20:30:59 Uninstalling urllib3-1.25.9: 20:30:59 Successfully uninstalled urllib3-1.25.9 20:31:00 Successfully built bd1ac20d000b 20:31:00 Successfully tagged docker-security-bootstrapper-go:latest 20:31:00 Attempting uninstall: requests 20:31:00 Found existing installation: requests 2.23.0 20:31:00 Uninstalling requests-2.23.0: 20:31:00 Successfully uninstalled requests-2.23.0 20:31:01 Running setup.py install for PyYAML: started 20:31:02  Building docker-security-bootstrapper-go ... done Removing intermediate container f2805d600fd0 20:31:02 ---> f7591e373080 20:31:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:31:02 ---> Running in a2655ac3492e 20:31:03 Running setup.py install for PyYAML: finished with status 'done' 20:31:03 Running setup.py install for dockerpty: started 20:31:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:31:05 Running setup.py install for dockerpty: finished with status 'done' 20:31:05 Running setup.py install for docopt: started 20:31:07 Running setup.py install for docopt: finished with status 'done' 20:31:08 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 20:31:10 Removing intermediate container a2655ac3492e 20:31:10 ---> cd4971f452c6 20:31:10 20:31:10 Step 11/26 : FROM docker:20.10.0 20:31:10 20.10.0: Pulling from library/docker 20:31:10 Removing intermediate container c1a6fd2e6c59 20:31:10 ---> cf6196c3a755 20:31:10 20:31:10 Step 10/23 : FROM alpine:3.12 20:31:10 ---> 88dd2752d2ea 20:31:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:31:10 ---> Running in c63de11ded68 20:31:10 Removing intermediate container c63de11ded68 20:31:10 ---> 3cc9311c6ef4 20:31:10 Step 12/23 : ENV APP_PORT=48080 20:31:11 ---> Running in 9aaa339aaf3c 20:31:11 Removing intermediate container 9aaa339aaf3c 20:31:11 ---> f7a2a21f394c 20:31:11 Step 13/23 : EXPOSE $APP_PORT 20:31:12 ---> Running in 4bacda4e3d87 20:31:12 Removing intermediate container b68098b36c18 20:31:12 ---> d1942d8e900a 20:31:12 Step 21/26 : RUN apk --no-cache add curl 20:31:12 ---> Running in 280c93af254f 20:31:12 Removing intermediate container 4bacda4e3d87 20:31:12 ---> c59a4d2361cc 20:31:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:31:13 ---> Running in 856748ec3794 20:31:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:31:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:31:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:31:14 (2/3) Installing libcurl (7.69.1-r3) 20:31:14 (3/3) Installing curl (7.69.1-r3) 20:31:14 Executing busybox-1.31.1-r19.trigger 20:31:14 OK: 72 MiB in 58 packages 20:31:15 Removing intermediate container 280c93af254f 20:31:15 ---> c3454331cc52 20:31:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:31:15 ---> Running in a34c152f99af 20:31:16 Removing intermediate container a34c152f99af 20:31:16 ---> a4dbaf4019a9 20:31:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:16 ---> Running in df075f4ed75b 20:31:16 Removing intermediate container df075f4ed75b 20:31:16 ---> 747a72bf17ce 20:31:16 Step 24/26 : LABEL arch=arm64 20:31:16 ---> Running in 020faa03ee61 20:31:16 Removing intermediate container 856748ec3794 20:31:16 ---> 6f2fb46035fe 20:31:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 20:31:17 Removing intermediate container 020faa03ee61 20:31:17 ---> 76c3ca362fe1 20:31:17 Step 25/26 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:31:17 ---> Running in 385d5810eeb9 20:31:17 ---> Running in 0b8dee9b201b 20:31:18 Removing intermediate container 385d5810eeb9 20:31:18 ---> 731c8eb86956 20:31:18 Step 26/26 : LABEL version=0.0.0 20:31:18 ---> Running in 83e14da7c677 20:31:18 Removing intermediate container 83e14da7c677 20:31:18 ---> 26114d704b58 20:31:18 20:31:18 Successfully built 26114d704b58 20:31:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:31:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:31:19 $ docker stop --time=1 7459490f6a3923d37f2832d620d124a4e5511720339b4553093b3b3d7eb7763b 20:31:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:21 $ docker rm -f 7459490f6a3923d37f2832d620d124a4e5511720339b4553093b3b3d7eb7763b [Pipeline] // withDockerContainer [Pipeline] sh 20:31:22 + + docker images 20:31:22 grep docker 20:31:22 (1/6) Installing dumb-init (1.2.2-r1) 20:31:22 (2/6) Installing libgcc (9.3.0-r2) 20:31:22 (3/6) Installing libsodium (1.0.18-r0) 20:31:22 (4/6) Installing libstdc++ (9.3.0-r2) 20:31:22 docker-sys-mgmt-agent-go-arm64 latest 26114d704b58 4 seconds ago 300MB 20:31:22 docker-core-data-go-arm64 latest f1c84504bbe5 47 seconds ago 21.3MB 20:31:22 docker-support-notifications-go-arm64 latest 36a9cccb20d8 58 seconds ago 16.9MB 20:31:22 docker-security-bootstrapper-go-arm64 latest 629f097da13c 2 minutes ago 17.8MB 20:31:22 docker-core-metadata-go-arm64 latest 4b76b6a6f238 4 minutes ago 17.9MB 20:31:22 docker-core-command-go-arm64 latest d80a3cd02b24 4 minutes ago 16.4MB 20:31:22 docker-support-scheduler-go-arm64 latest bb1dd92a9f00 4 minutes ago 16.3MB 20:31:22 docker-security-secretstore-setup-go-arm64 latest 2f8adab5538c 4 minutes ago 23.7MB 20:31:22 docker-security-proxy-setup-go-arm64 latest bc41a04f9f84 4 minutes ago 23.4MB 20:31:22 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } 20:31:22 (5/6) Installing libzmq (4.3.3-r0) [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 20:31:23 (6/6) Installing zeromq (4.3.3-r0) 20:31:23 Executing busybox-1.31.1-r19.trigger 20:31:23 OK: 8 MiB in 20 packages [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:31:23 ---> job-cost.sh 20:31:23 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RGmZ 20:31:27 Removing intermediate container 0b8dee9b201b 20:31:27 ---> e0ae8ec8aece 20:31:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:31:29 ---> 8b8e280e399e 20:31:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:31:32 ---> d652f233315b 20:31:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:31:32 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:31:32 Status: Downloaded newer image for docker:20.10.0 20:31:32 ---> aefe523efa57 20:31:32 Step 12/26 : RUN apk add --no-cache bash 20:31:32 ---> Running in 64472f6d956a 20:31:33 ---> ca61d3895f7f 20:31:33 Step 19/23 : ENTRYPOINT ["/core-data"] 20:31:33 ---> Running in abb866d7dd5c 20:31:33 Removing intermediate container abb866d7dd5c 20:31:33 ---> 7a810088750c 20:31:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:33 ---> Running in c85e549bade1 20:31:34 (1/2) Installing readline (8.0.4-r0) 20:31:34 (2/2) Installing bash (5.0.17-r0) 20:31:34 Executing bash-5.0.17-r0.post-install 20:31:34 Executing busybox-1.31.1-r19.trigger 20:31:34 OK: 12 MiB in 22 packages 20:31:34 Removing intermediate container c85e549bade1 20:31:34 ---> 1907a495d53a 20:31:34 Step 21/23 : LABEL arch=x86_64 20:31:34 ---> Running in 177dded0f812 20:31:35 Removing intermediate container 177dded0f812 20:31:35 ---> cb3f3f8049db 20:31:35 Step 22/23 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:31:35 ---> Running in 0d048b5cbe04 20:31:35 Removing intermediate container 64472f6d956a 20:31:35 ---> 7f28e881dd27 20:31:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:31:35 ---> Running in 4c5f4d372538 20:31:36 Removing intermediate container 0d048b5cbe04 20:31:36 ---> 1c8d62ad7a9d 20:31:36 Step 23/23 : LABEL version=0.0.0 20:31:36 ---> Running in 0524950c4643 20:31:36 Removing intermediate container 4c5f4d372538 20:31:36 ---> ad7a963f37a7 20:31:36 Step 14/26 : ENV APP_PORT=48090 20:31:36 ---> Running in b5c6656981fa 20:31:37 Removing intermediate container 0524950c4643 20:31:37 ---> c88ef3f9d577 20:31:37 20:31:37 Removing intermediate container b5c6656981fa 20:31:37 ---> 9fe55d85f640 20:31:37 Step 15/26 : EXPOSE $APP_PORT 20:31:37 ---> Running in bf89bbb7d6fa 20:31:37 Successfully built c88ef3f9d577 20:31:37 Successfully tagged docker-core-data-go:latest 20:31:38  Building docker-core-data-go ... done Removing intermediate container bf89bbb7d6fa 20:31:38 ---> cc22da53fba4 20:31:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:31:39 ---> 5c4567d0a306 20:31:39 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:31:40 ---> e593b3115aa3 20:31:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:31:41 ---> 1df1fa37c98e 20:31:41 Step 19/26 : RUN apk --no-cache add py3-pip 20:31:41 ---> Running in a17bff798442 20:31:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:42 (1/33) Installing libbz2 (1.0.8-r1) 20:31:42 (2/33) Installing expat (2.2.9-r1) 20:31:42 (3/33) Installing libffi (3.3-r2) 20:31:42 (4/33) Installing gdbm (1.13-r1) 20:31:42 (5/33) Installing xz-libs (5.2.5-r0) 20:31:42 (6/33) Installing sqlite-libs (3.32.1-r0) 20:31:42 (7/33) Installing python3 (3.8.8-r0) 20:31:43 (8/33) Installing py3-appdirs (1.4.4-r1) 20:31:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:31:43 (10/33) Installing py3-parsing (2.4.7-r0) 20:31:43 (11/33) Installing py3-six (1.15.0-r0) 20:31:43 (12/33) Installing py3-packaging (20.4-r0) 20:31:43 (13/33) Installing py3-setuptools (47.0.0-r0) 20:31:43 (14/33) Installing py3-chardet (3.0.4-r4) 20:31:43 (15/33) Installing py3-idna (2.9-r0) 20:31:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:31:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:31:43 (18/33) Installing py3-requests (2.23.0-r0) 20:31:43 (19/33) Installing py3-msgpack (1.0.0-r0) 20:31:43 (20/33) Installing py3-lockfile (0.12.2-r3) 20:31:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:31:43 (22/33) Installing py3-colorama (0.4.3-r0) 20:31:43 (23/33) Installing py3-distlib (0.3.0-r0) 20:31:43 (24/33) Installing py3-distro (1.5.0-r1) 20:31:43 (25/33) Installing py3-webencodings (0.5.1-r3) 20:31:43 (26/33) Installing py3-html5lib (1.0.1-r4) 20:31:43 (27/33) Installing py3-pytoml (0.1.21-r0) 20:31:44 (28/33) Installing py3-pep517 (0.8.2-r0) 20:31:44 (29/33) Installing py3-progress (1.5-r0) 20:31:44 (30/33) Installing py3-toml (0.10.1-r0) 20:31:44 (31/33) Installing py3-retrying (1.3.3-r0) 20:31:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:31:44 (33/33) Installing py3-pip (20.1.1-r0) 20:31:44 Executing busybox-1.31.1-r19.trigger 20:31:44 OK: 71 MiB in 55 packages 20:31:57 Removing intermediate container a17bff798442 20:31:57 ---> 8021a0468698 20:31:57 Step 20/26 : RUN pip install docker-compose==1.23.2 20:31:57 ---> Running in 645142847b70 20:32:00 Collecting docker-compose==1.23.2 20:32:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:32:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:32:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:32:00 Collecting dockerpty<0.5,>=0.4.1 20:32:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:32:02 Collecting cached-property<2,>=1.2.0 20:32:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:32:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:32:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:32:02 Collecting texttable<0.10,>=0.9.0 20:32:02 Downloading texttable-0.9.1.tar.gz (11 kB) 20:32:03 Collecting websocket-client<1.0,>=0.32.0 20:32:03 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 20:32:04 Collecting PyYAML<4,>=3.10 20:32:04 Downloading PyYAML-3.13.tar.gz (270 kB) 20:32:05 Collecting docopt<0.7,>=0.6.1 20:32:05 Downloading docopt-0.6.2.tar.gz (25 kB) 20:32:07 Collecting jsonschema<3,>=2.5.1 20:32:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:32:07 Collecting docker<4.0,>=3.6.0 20:32:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:32:07 Collecting urllib3<1.25,>=1.21.1 20:32:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:32:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 20:32:07 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:32:07 Collecting idna<2.8,>=2.5 20:32:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:32:07 Collecting docker-pycreds>=0.4.0 20:32:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:32:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:32:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:32:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:32:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:32:08 Installing collected packages: urllib3, idna, requests, dockerpty, cached-property, texttable, websocket-client, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose 20:32:08 Attempting uninstall: urllib3 20:32:08 Found existing installation: urllib3 1.25.9 20:32:08 Uninstalling urllib3-1.25.9: 20:32:08 Successfully uninstalled urllib3-1.25.9 20:32:08 Attempting uninstall: idna 20:32:08 Found existing installation: idna 2.9 20:32:08 Uninstalling idna-2.9: 20:32:08 Successfully uninstalled idna-2.9 20:32:08 Attempting uninstall: requests 20:32:08 Found existing installation: requests 2.23.0 20:32:08 Uninstalling requests-2.23.0: 20:32:08 Successfully uninstalled requests-2.23.0 20:32:08 Running setup.py install for dockerpty: started 20:32:09 Running setup.py install for dockerpty: finished with status 'done' 20:32:10 Running setup.py install for texttable: started 20:32:11 Running setup.py install for texttable: finished with status 'done' 20:32:11 Running setup.py install for PyYAML: started 20:32:12 Running setup.py install for PyYAML: finished with status 'done' 20:32:12 Running setup.py install for docopt: started 20:32:13 Running setup.py install for docopt: finished with status 'done' 20:32:14 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 20:32:19 Removing intermediate container 645142847b70 20:32:19 ---> 764b3a5c3035 20:32:19 Step 21/26 : RUN apk --no-cache add curl 20:32:19 ---> Running in 4870ceb0afd6 20:32:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:32:20 (2/3) Installing libcurl (7.69.1-r3) 20:32:20 (3/3) Installing curl (7.69.1-r3) 20:32:20 Executing busybox-1.31.1-r19.trigger 20:32:20 OK: 72 MiB in 58 packages 20:32:21 Removing intermediate container 4870ceb0afd6 20:32:21 ---> 206b176a1dab 20:32:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:32:22 ---> Running in 6d52501c03a4 20:32:22 Removing intermediate container 6d52501c03a4 20:32:22 ---> 60c9db07edaf 20:32:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:22 ---> Running in 669c851b3463 20:32:23 Removing intermediate container 669c851b3463 20:32:23 ---> a8abd31702a6 20:32:23 Step 24/26 : LABEL arch=x86_64 20:32:23 ---> Running in ca82805d9c39 20:32:24 Removing intermediate container ca82805d9c39 20:32:24 ---> 4974e38f9d2f 20:32:24 Step 25/26 : LABEL git_sha=dae911a45406044c6bc2df530b0c13327117112a 20:32:25 ---> Running in d751a99a034a 20:32:25 Removing intermediate container d751a99a034a 20:32:25 ---> f12445c4475a 20:32:25 Step 26/26 : LABEL version=0.0.0 20:32:25 ---> Running in c2fa01c93c4c 20:32:26 Removing intermediate container c2fa01c93c4c 20:32:26 ---> 28477b3de581 20:32:26 20:32:26 Successfully built 28477b3de581 20:32:26 Successfully tagged docker-sys-mgmt-agent-go:latest 20:32:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:32:26 $ docker stop --time=1 584256bba1c81dc5f03cb9184849dcaf1968aa24a5ef45c4a8bc531aa9d7d06d 20:32:29 $ docker rm -f 584256bba1c81dc5f03cb9184849dcaf1968aa24a5ef45c4a8bc531aa9d7d06d [Pipeline] // withDockerContainer [Pipeline] sh 20:32:30 + docker images 20:32:30 + grep docker 20:32:31 docker-sys-mgmt-agent-go latest 28477b3de581 6 seconds ago 313MB 20:32:31 docker-core-data-go latest c88ef3f9d577 55 seconds ago 22.6MB 20:32:31 docker-security-bootstrapper-go latest bd1ac20d000b About a minute ago 18.8MB 20:32:31 docker-core-metadata-go latest 7fcde444ff5c 2 minutes ago 19.1MB 20:32:31 docker-security-secretstore-setup-go latest f66dcde44fa3 5 minutes ago 24.9MB 20:32:31 docker-support-notifications-go latest 4266554f8ae9 5 minutes ago 17.9MB 20:32:31 docker-core-command-go latest 6bf708048ff1 5 minutes ago 17.3MB 20:32:31 docker-security-proxy-setup-go latest ca04ba1c4754 5 minutes ago 24.7MB 20:32:31 docker-support-scheduler-go latest b48dee25c5a7 5 minutes ago 17.3MB 20:32:31 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 20:32:47 Still waiting to schedule task 20:32:47 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 20:33:39 lf-activate-venv(): INFO: Adding /tmp/venv-RGmZ/bin to PATH 20:33:39 INFO: No Stack... 20:33:39 INFO: Retrieving Pricing Info for: lf-standard-4 20:33:39 INFO: Archiving Costs [Pipeline] sh 20:33:39 + cat /w/workspace/edgex-go/2/archives/cost.csv 20:33:39 + cut -d, -f6 [Pipeline] lock 20:33:39 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] 20:33:39 Resource [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] did not exist. Created. 20:33:39 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:33:40 + echo total: 0.20999999344348907 [Pipeline] stash 20:33:40 Stashed 1 file(s) [Pipeline] } 20:33:40 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3269-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:34:30 Running on prd-ubuntu18.04-docker-8c-8g-30635 in /w/workspace/edgexfoundry_edgex-go_PR-3269 [Pipeline] { [Pipeline] ws 20:34:30 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 20:34:32 using credential edgex-jenkins-ssh 20:34:32 Cloning the remote Git repository 20:34:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:34:32 > git init /w/workspace/edgex-go/2 # timeout=10 20:34:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:34:32 > git --version # timeout=10 20:34:32 > git --version # 'git version 2.17.1' 20:34:32 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:34:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:34:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:34:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:34:41 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3269/head:refs/remotes/origin/PR-3269 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:34:42 Merging remotes/origin/master commit 05f2d13a179446ff46e2de9a60e91a19cc98f319 into PR head commit dae911a45406044c6bc2df530b0c13327117112a 20:34:42 Merge succeeded, producing dae911a45406044c6bc2df530b0c13327117112a 20:34:42 Checking out Revision dae911a45406044c6bc2df530b0c13327117112a (PR-3269) 20:34:42 > git config core.sparsecheckout # timeout=10 20:34:42 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 20:34:42 > git remote # timeout=10 20:34:42 > git config --get remote.origin.url # timeout=10 20:34:42 using GIT_SSH to set credentials SSH Credentials for GitHub 20:34:42 > git merge 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 20:34:42 > git rev-parse HEAD^{commit} # timeout=10 20:34:42 > git config core.sparsecheckout # timeout=10 20:34:42 > git checkout -f dae911a45406044c6bc2df530b0c13327117112a # timeout=10 20:34:46 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:34:47 + echo snap-build.sh 20:34:47 snap-build.sh 20:34:47 + SNAP_BASE_DIR=. 20:34:47 + '[' '!' -z /w/workspace/edgex-go/2 ']' 20:34:47 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 20:34:47 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 20:34:47 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 20:34:47 + cd /w/workspace/edgex-go/2 20:34:47 + sudo apt-get remove -qy --purge lxd lxd-client 20:34:47 Reading package lists... 20:34:47 Building dependency tree... 20:34:47 Reading state information... 20:34:47 The following packages were automatically installed and are no longer required: 20:34:47 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:34:47 uidmap xdelta3 20:34:47 Use 'sudo apt autoremove' to remove them. 20:34:48 The following packages will be REMOVED: 20:34:48 lxd* lxd-client* 20:34:48 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:34:48 After this operation, 31.7 MB disk space will be freed. 20:34:49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 20:34:49 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:34:50 Removing lxd dnsmasq configuration 20:34:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:34:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:34:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:34:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 20:34:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:34:53 Processing triggers for systemd (237-3ubuntu10.42) ... 20:34:53 Processing triggers for ureadahead (0.100.0-21) ... 20:34:55 + sudo snap remove --purge lxd 20:34:55 snap "lxd" is not installed 20:34:55 + sudo groupadd --force --system lxd 20:34:55 ++ whoami 20:34:55 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:34:55 + newgrp - lxd 20:34:55 + sudo snap install lxd 20:35:22 2021-03-19T20:35:18Z INFO Waiting for automatic snapd restart... 20:35:34 lxd 4.12 from Canonical* installed 20:35:34 + sudo lxd init --auto 20:35:44 + sudo snap install --classic snapcraft 20:35:51 snapcraft 4.5.4 from Canonical* installed 20:35:51 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 20:35:51 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 20:35:51 % Total % Received % Xferd Average Speed Time Time Time Current 20:35:51 Dload Upload Total Spent Left Speed 20:35:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5016 0 --:--:-- --:--:-- --:--:-- 5016 20:35:51 100 3325k 100 3325k 0 0 12.7M 0 --:--:-- --:--:-- --:--:-- 12.7M 20:35:51 ./yq_linux_amd64 20:35:51 + sudo snapcraft prime --use-lxd 20:35:52 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:35:52 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 20:35:52 - README.md 20:35:52 20:35:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:35:53 Launching a container. 20:36:05 Waiting for container to be ready 20:36:06 To start your first instance, try: lxc launch ubuntu:18.04 20:36:06 20:36:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:36:10 Waiting for network to be ready... 20:36:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:36:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:36:10 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:36:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:36:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:36:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:36:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:36:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:36:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:36:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:36:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:36:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:36:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:36:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:36:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:36:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:36:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:36:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:36:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:36:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:36:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:36:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:36:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:36:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:36:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:36:12 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:36:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:36:16 Fetched 24.1 MB in 5s (4601 kB/s) 20:36:17 Reading package lists... 20:36:17 Reading package lists... 20:36:17 Building dependency tree... 20:36:17 Reading state information... 20:36:17 The following additional packages will be installed: 20:36:17 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:36:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:36:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:36:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:36:17 Suggested packages: 20:36:17 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:36:17 Recommended packages: 20:36:17 gnupg libsasl2-modules 20:36:17 The following NEW packages will be installed: 20:36:17 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:36:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:36:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:36:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:36:17 The following packages will be upgraded: 20:36:17 gpg gpg-agent gpgconf libudev1 20:36:18 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 20:36:18 Need to get 3530 kB of archives. 20:36:18 After this operation, 13.3 MB of additional disk space will be used. 20:36:18 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 20:36:18 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] 20:36:18 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] 20:36:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 20:36:18 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 20:36:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 20:36:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:36:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:36:19 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 20:36:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 20:36:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 20:36:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:36:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:36:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:36:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:36:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:36:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:36:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:36:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:36:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:36:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:36:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 20:36:19 debconf: delaying package configuration, since apt-utils is not installed 20:36:19 Fetched 3530 kB in 1s (3387 kB/s) 20:36:19 (Reading database ... 12511 files and directories currently installed.) 20:36:19 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 20:36:19 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:36:19 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 20:36:19 Selecting previously unselected package udev. 20:36:19 (Reading database ... 12511 files and directories currently installed.) 20:36:19 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 20:36:19 Unpacking udev (237-3ubuntu10.45) ... 20:36:19 Selecting previously unselected package libfuse2:amd64. 20:36:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:36:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:36:19 Selecting previously unselected package fuse. 20:36:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:36:19 Unpacking fuse (2.9.7-1ubuntu1) ... 20:36:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 20:36:20 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:36:20 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 20:36:20 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:36:20 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 20:36:20 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:36:20 Selecting previously unselected package libksba8:amd64. 20:36:20 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:36:20 Unpacking libksba8:amd64 (1.3.5-2) ... 20:36:20 Selecting previously unselected package libroken18-heimdal:amd64. 20:36:20 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:20 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:20 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:36:20 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:20 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:36:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:36:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:20 Selecting previously unselected package libwind0-heimdal:amd64. 20:36:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:36:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:21 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:36:21 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:21 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:21 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:36:21 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:21 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:21 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:36:21 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:36:21 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:21 Selecting previously unselected package libsasl2-modules-db:amd64. 20:36:21 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:36:21 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:36:21 Selecting previously unselected package libsasl2-2:amd64. 20:36:21 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:36:21 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:36:21 Selecting previously unselected package libldap-common. 20:36:21 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 20:36:21 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:36:21 Selecting previously unselected package libldap-2.4-2:amd64. 20:36:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 20:36:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:36:21 Selecting previously unselected package dirmngr. 20:36:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 20:36:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 20:36:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 20:36:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 20:36:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:36:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:36:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:36:22 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 20:36:22 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:22 Setting up libksba8:amd64 (1.3.5-2) ... 20:36:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:36:22 Setting up udev (237-3ubuntu10.45) ... 20:36:22 invoke-rc.d: policy-rc.d denied execution of start. 20:36:22 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:22 Processing triggers for systemd (237-3ubuntu10) ... 20:36:22 Setting up fuse (2.9.7-1ubuntu1) ... 20:36:23 Setting up gpg (2.2.4-1ubuntu1.4) ... 20:36:23 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:23 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:23 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:23 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:23 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:23 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:23 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:36:23 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 20:36:23 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 20:36:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:36:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:36:24 settings in the [Install] section, and DefaultInstance for template units). 20:36:24 This means they are not meant to be enabled using systemctl. 20:36:24 Possible reasons for having this kind of units are: 20:36:24 1) A unit may be statically enabled by being symlinked from another unit's 20:36:24 .wants/ or .requires/ directory. 20:36:24 2) A unit's purpose may be to act as a helper for some other unit which has 20:36:24 a requirement dependency on it. 20:36:24 3) A unit may be started when needed via activation (socket, path, timer, 20:36:24 D-Bus, udev, scripted systemctl call, ...). 20:36:24 4) In case of template units, the unit is meant to be enabled with some 20:36:24 instance name specified. 20:36:24 Reading package lists... 20:36:24 Building dependency tree... 20:36:24 Reading state information... 20:36:24 The following additional packages will be installed: 20:36:24 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:36:24 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:36:24 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:36:24 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:36:24 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:36:24 Suggested packages: 20:36:24 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:36:24 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:36:24 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:36:24 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:36:24 systemd-container policykit-1 20:36:24 Recommended packages: 20:36:24 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:36:24 The following NEW packages will be installed: 20:36:24 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:36:24 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:36:24 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:36:24 multiarch-support openssh-client python3 python3-minimal python3.6 20:36:24 python3.6-minimal snapd squashfs-tools sudo 20:36:24 The following packages will be upgraded: 20:36:24 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:36:24 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 20:36:24 Need to get 35.2 MB of archives. 20:36:24 After this operation, 141 MB of additional disk space will be used. 20:36:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:36:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:36:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 20:36:25 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 20:36:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 20:36:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:36:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 20:36:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 20:36:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 20:36:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:36:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 20:36:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:36:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:36:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:36:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:36:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:36:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 20:36:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:36:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 20:36:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 20:36:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:36:25 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:36:25 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:36:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:36:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:36:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:36:25 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:36:25 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:36:25 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:36:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:36:26 debconf: delaying package configuration, since apt-utils is not installed 20:36:26 Fetched 35.2 MB in 1s (25.6 MB/s) 20:36:26 (Reading database ... 12757 files and directories currently installed.) 20:36:26 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 20:36:26 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:36:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 20:36:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:36:27 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 20:36:27 (Reading database ... 12757 files and directories currently installed.) 20:36:27 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:36:27 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:36:27 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:36:27 (Reading database ... 12757 files and directories currently installed.) 20:36:27 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:36:27 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:36:28 Setting up apt (1.6.12ubuntu0.2) ... 20:36:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:36:28 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:36:28 (Reading database ... 12764 files and directories currently installed.) 20:36:28 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:36:28 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:36:30 Selecting previously unselected package libpython3.6-minimal:amd64. 20:36:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:36:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:36:30 Selecting previously unselected package libexpat1:amd64. 20:36:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:36:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:36:30 Selecting previously unselected package python3.6-minimal. 20:36:30 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:36:30 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:36:30 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 20:36:31 Checking for services that may need to be restarted...done. 20:36:31 Checking for services that may need to be restarted...done. 20:36:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:36:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:36:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 20:36:31 Selecting previously unselected package python3-minimal. 20:36:31 (Reading database ... 13012 files and directories currently installed.) 20:36:31 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:36:31 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:36:32 Selecting previously unselected package mime-support. 20:36:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:36:32 Unpacking mime-support (3.60ubuntu1) ... 20:36:32 Selecting previously unselected package libmpdec2:amd64. 20:36:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:36:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:36:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:36:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:36:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:36:32 Selecting previously unselected package python3.6. 20:36:32 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 20:36:32 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:36:32 Selecting previously unselected package libpython3-stdlib:amd64. 20:36:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:36:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:36:32 Setting up python3-minimal (3.6.7-1~18.04) ... 20:36:32 Selecting previously unselected package python3. 20:36:32 (Reading database ... 13442 files and directories currently installed.) 20:36:32 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:36:32 Unpacking python3 (3.6.7-1~18.04) ... 20:36:32 Selecting previously unselected package multiarch-support. 20:36:32 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:36:32 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:36:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:36:33 Selecting previously unselected package liblzo2-2:amd64. 20:36:33 (Reading database ... 13479 files and directories currently installed.) 20:36:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:36:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:36:33 Selecting previously unselected package libbsd0:amd64. 20:36:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:36:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:36:33 Selecting previously unselected package sudo. 20:36:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 20:36:33 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 20:36:33 Selecting previously unselected package apparmor. 20:36:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:36:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:36:33 Selecting previously unselected package libedit2:amd64. 20:36:33 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:36:33 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:36:33 Selecting previously unselected package libkrb5support0:amd64. 20:36:33 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:36:33 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:36:33 Selecting previously unselected package libk5crypto3:amd64. 20:36:33 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:36:33 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:36:33 Selecting previously unselected package libkeyutils1:amd64. 20:36:33 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:36:33 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:36:34 Selecting previously unselected package libkrb5-3:amd64. 20:36:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:36:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:36:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:36:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:36:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:36:34 Selecting previously unselected package libssl1.0.0:amd64. 20:36:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 20:36:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:36:34 Selecting previously unselected package openssh-client. 20:36:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:36:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:36:34 Selecting previously unselected package squashfs-tools. 20:36:34 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:36:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:36:34 Selecting previously unselected package snapd. 20:36:34 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 20:36:34 Unpacking snapd (2.48.3+18.04) ... 20:36:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:36:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 20:36:37 Setting up mime-support (3.60ubuntu1) ... 20:36:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 20:36:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:36:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:36:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:36:37 Setting up systemd (237-3ubuntu10.45) ... 20:36:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:36:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:36:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:36:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:36:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 20:36:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:36:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 20:36:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:36:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:36:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:36:39 Setting up python3 (3.6.7-1~18.04) ... 20:36:39 running python rtupdate hooks for python3.6... 20:36:39 running python post-rtupdate hooks for python3.6... 20:36:39 Setting up apparmor (2.12-4ubuntu5.1) ... 20:36:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:36:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:36:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:36:41 Setting up snapd (2.48.3+18.04) ... 20:36:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:36:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:36:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:36:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:36:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:36:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:36:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:36:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:36:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:36:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:36:43 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 20:36:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:36:43 Processing triggers for systemd (237-3ubuntu10.45) ... 20:36:44 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 20:36:44 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:36:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:36:46 Reading package lists... 20:36:46 Reading package lists... 20:36:47 Building dependency tree... 20:36:47 Reading state information... 20:36:47 Calculating upgrade... 20:36:47 The following packages will be upgraded: 20:36:47 advancecomp base-files bash binutils binutils-common 20:36:47 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:36:47 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:36:47 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 20:36:47 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 20:36:47 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 20:36:47 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 20:36:47 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 20:36:47 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 20:36:47 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 20:36:47 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 20:36:47 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 20:36:47 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 20:36:47 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 20:36:47 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 20:36:47 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:36:47 Need to get 63.8 MB of archives. 20:36:47 After this operation, 5207 kB of additional disk space will be used. 20:36:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 20:36:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:36:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:36:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:36:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:36:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:36:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:36:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:36:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:36:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:36:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:36:47 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:36:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:36:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:36:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 20:36:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:36:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:36:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:36:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:36:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:36:47 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:36:47 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:36:47 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:36:47 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:36:47 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:36:47 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:36:47 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:36:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:36:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:36:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:36:47 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:36:47 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:36:47 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:36:47 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:36:47 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:36:47 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 20:36:47 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:36:47 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:36:47 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:36:47 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 20:36:47 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 20:36:47 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:36:47 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:36:47 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:36:47 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 20:36:47 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:36:47 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:36:47 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 20:36:47 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 20:36:47 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 20:36:47 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 20:36:47 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:36:47 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:36:47 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:36:47 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:36:47 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:36:48 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:36:48 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:36:48 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:36:48 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:36:48 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:36:48 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:36:48 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:36:48 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:36:48 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:36:48 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:36:48 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:36:48 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:36:48 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:36:48 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:36:48 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:36:48 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:36:48 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:36:48 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:36:48 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:36:48 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:36:48 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:36:48 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:36:48 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 20:36:48 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 20:36:48 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:36:48 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:36:48 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:36:48 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 20:36:48 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:36:48 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:36:48 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 20:36:48 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:36:48 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:36:48 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:36:48 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:36:49 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:36:49 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:36:49 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:36:49 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:36:49 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:36:49 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:36:49 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:36:49 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:36:49 debconf: delaying package configuration, since apt-utils is not installed 20:36:49 Fetched 63.8 MB in 2s (33.3 MB/s) 20:36:49 (Reading database ... 13912 files and directories currently installed.) 20:36:49 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:36:49 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:36:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:36:50 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:36:50 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 20:36:50 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 20:36:51 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:51 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:51 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:51 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:51 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:51 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:36:52 (Reading database ... 13911 files and directories currently installed.) 20:36:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:36:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:36:52 (Reading database ... 13911 files and directories currently installed.) 20:36:52 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:52 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:52 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:36:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:36:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:36:53 (Reading database ... 13911 files and directories currently installed.) 20:36:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:36:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:36:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:36:54 (Reading database ... 13911 files and directories currently installed.) 20:36:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:36:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:36:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:36:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:36:54 Setting up base-files (10.1ubuntu2.10) ... 20:36:54 Installing new version of config file /etc/issue ... 20:36:54 Installing new version of config file /etc/issue.net ... 20:36:54 Installing new version of config file /etc/lsb-release ... 20:36:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:36:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:36:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:36:55 Removing obsolete conffile /etc/default/motd-news ... 20:36:55 (Reading database ... 13912 files and directories currently installed.) 20:36:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:36:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:36:55 Setting up bash (4.4.18-2ubuntu1.2) ... 20:36:55 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 20:36:55 (Reading database ... 13912 files and directories currently installed.) 20:36:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:36:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:36:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:36:55 (Reading database ... 13912 files and directories currently installed.) 20:36:55 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 20:36:55 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 20:36:56 Setting up tar (1.29b-2ubuntu0.2) ... 20:36:56 (Reading database ... 13912 files and directories currently installed.) 20:36:56 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:36:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:36:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:36:56 (Reading database ... 13912 files and directories currently installed.) 20:36:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:36:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:36:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:36:57 (Reading database ... 13912 files and directories currently installed.) 20:36:57 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:36:57 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:36:57 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:36:57 (Reading database ... 13912 files and directories currently installed.) 20:36:57 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:36:57 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:36:57 Setting up grep (3.1-2build1) ... 20:36:57 (Reading database ... 13912 files and directories currently installed.) 20:36:57 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:36:57 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:36:58 Setting up login (1:4.5-1ubuntu2) ... 20:36:58 (Reading database ... 13912 files and directories currently installed.) 20:36:58 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:36:58 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:36:58 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:36:58 (Reading database ... 13912 files and directories currently installed.) 20:36:58 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:36:58 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:36:58 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:36:58 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:36:59 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:36:59 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:36:59 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:36:59 (Reading database ... 13912 files and directories currently installed.) 20:36:59 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:36:59 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:37:00 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:37:00 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:37:01 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:37:01 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:37:01 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:37:01 (Reading database ... 13912 files and directories currently installed.) 20:37:01 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:37:01 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:37:01 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:37:01 (Reading database ... 13912 files and directories currently installed.) 20:37:01 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:01 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:01 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:01 (Reading database ... 13912 files and directories currently installed.) 20:37:01 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:01 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:01 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:01 (Reading database ... 13912 files and directories currently installed.) 20:37:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:02 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:02 (Reading database ... 13912 files and directories currently installed.) 20:37:02 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:02 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:02 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:02 (Reading database ... 13912 files and directories currently installed.) 20:37:02 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:02 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:02 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:02 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:02 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:37:02 (Reading database ... 13912 files and directories currently installed.) 20:37:02 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:02 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:37:02 (Reading database ... 13912 files and directories currently installed.) 20:37:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:03 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:37:03 (Reading database ... 13912 files and directories currently installed.) 20:37:03 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:03 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:03 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:37:03 (Reading database ... 13912 files and directories currently installed.) 20:37:03 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:03 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:04 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:37:04 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:37:04 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:37:04 (Reading database ... 13912 files and directories currently installed.) 20:37:04 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:37:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:37:05 (Reading database ... 13912 files and directories currently installed.) 20:37:05 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:37:05 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:05 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:37:05 (Reading database ... 13914 files and directories currently installed.) 20:37:05 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:37:05 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:37:05 Setting up debconf (1.5.66ubuntu1) ... 20:37:05 (Reading database ... 13914 files and directories currently installed.) 20:37:05 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 20:37:05 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:37:05 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 20:37:06 (Reading database ... 13914 files and directories currently installed.) 20:37:06 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 20:37:06 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 20:37:06 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 20:37:06 (Reading database ... 13914 files and directories currently installed.) 20:37:06 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:37:06 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:06 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:06 (Reading database ... 13914 files and directories currently installed.) 20:37:06 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:37:06 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:06 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:07 (Reading database ... 13914 files and directories currently installed.) 20:37:07 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:37:07 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:07 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:07 (Reading database ... 13914 files and directories currently installed.) 20:37:07 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:07 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:37:07 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 20:37:07 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 20:37:07 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:07 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:07 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:37:08 (Reading database ... 13914 files and directories currently installed.) 20:37:08 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:37:08 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:37:08 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:37:08 (Reading database ... 13914 files and directories currently installed.) 20:37:08 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:37:08 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:37:08 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:37:08 (Reading database ... 13914 files and directories currently installed.) 20:37:08 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:08 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:08 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:37:08 (Reading database ... 13914 files and directories currently installed.) 20:37:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 20:37:09 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 20:37:09 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 20:37:09 (Reading database ... 13914 files and directories currently installed.) 20:37:09 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:37:09 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:37:09 Setting up passwd (1:4.5-1ubuntu2) ... 20:37:10 (Reading database ... 13914 files and directories currently installed.) 20:37:10 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 20:37:10 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 20:37:10 Setting up gpgv (2.2.4-1ubuntu1.4) ... 20:37:10 (Reading database ... 13914 files and directories currently installed.) 20:37:10 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:37:10 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:37:10 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:37:10 (Reading database ... 13914 files and directories currently installed.) 20:37:10 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:37:10 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:37:10 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:37:10 (Reading database ... 13914 files and directories currently installed.) 20:37:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:37:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:37:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:37:11 (Reading database ... 13914 files and directories currently installed.) 20:37:11 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:37:11 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:37:11 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:37:11 (Reading database ... 13914 files and directories currently installed.) 20:37:11 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:37:11 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:37:11 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:37:11 (Reading database ... 13914 files and directories currently installed.) 20:37:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:37:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:37:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:37:12 (Reading database ... 13915 files and directories currently installed.) 20:37:12 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:37:12 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:37:12 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:37:12 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:37:12 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 20:37:12 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 20:37:12 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 20:37:12 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 20:37:13 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:37:13 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:37:13 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:37:13 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:37:13 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:37:13 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:37:13 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:37:13 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:37:13 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:37:13 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:37:13 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:37:13 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:37:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:37:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:37:14 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 20:37:14 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 20:37:15 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:37:15 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:37:15 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:37:15 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:37:15 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:37:15 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:37:15 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:37:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:37:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:37:15 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:37:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 20:37:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 20:37:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:16 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:16 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:16 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:16 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:16 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:16 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:16 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:17 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:17 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:19 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:19 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:37:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:37:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:37:21 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:37:21 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:37:21 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:37:21 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:37:21 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:37:21 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:37:21 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:37:21 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:37:21 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:37:21 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:37:21 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:37:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:37:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:37:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:37:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:22 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:37:22 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:37:22 Setting up tzdata (2021a-0ubuntu0.18.04) ... 20:37:22 20:37:22 Current default time zone: 'Etc/UTC' 20:37:22 Local time is now: Fri Mar 19 20:37:22 UTC 2021. 20:37:22 Universal Time is now: Fri Mar 19 20:37:22 UTC 2021. 20:37:22 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:37:22 20:37:22 Setting up systemd-sysv (237-3ubuntu10.45) ... 20:37:22 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:22 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 20:37:22 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:37:22 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:37:22 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:37:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:37:22 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:37:22 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:37:22 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:37:22 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:22 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:37:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:37:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 20:37:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:22 Setting up patch (2.7.6-2ubuntu1.1) ... 20:37:23 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:37:23 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:37:23 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 20:37:23 Installing new version of config file /etc/ssl/openssl.cnf ... 20:37:23 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:37:23 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:37:23 Setting up ca-certificates (20210119~18.04.1) ... 20:37:25 Updating certificates in /etc/ssl/certs... 20:37:25 23 added, 27 removed; done. 20:37:25 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:37:25 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:25 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:37:25 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:37:25 Setting up pkgbinarymangler (138.18.04.1) ... 20:37:25 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:37:25 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 20:37:25 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:37:25 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:37:25 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:37:26 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:37:26 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:37:26 Setting up perl (5.26.1-6ubuntu0.5) ... 20:37:26 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 20:37:26 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:37:26 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:37:26 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 20:37:26 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:37:26 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:37:26 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:37:26 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:37:26 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:37:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:37:26 Processing triggers for systemd (237-3ubuntu10.45) ... 20:37:26 Processing triggers for mime-support (3.60ubuntu1) ... 20:37:26 Processing triggers for ca-certificates (20210119~18.04.1) ... 20:37:26 Updating certificates in /etc/ssl/certs... 20:37:27 0 added, 0 removed; done. 20:37:27 Running hooks in /etc/ca-certificates/update.d... 20:37:27 done. 20:37:28 Reading package lists... 20:37:28 Building dependency tree... 20:37:28 Reading state information... 20:37:28 The following NEW packages will be installed: 20:37:28 apt-transport-https 20:37:28 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:37:28 Need to get 1696 B of archives. 20:37:28 After this operation, 153 kB of additional disk space will be used. 20:37:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:37:28 debconf: delaying package configuration, since apt-utils is not installed 20:37:28 Fetched 1696 B in 0s (9417 B/s) 20:37:28 Selecting previously unselected package apt-transport-https. 20:37:28 (Reading database ... 13920 files and directories currently installed.) 20:37:28 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:37:28 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:37:28 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:37:29 Waiting for network to be ready... 20:37:35 2021-03-19T20:37:33Z INFO Waiting for automatic snapd restart... 20:37:36 snapd 2.49 from Canonical* installed 20:37:37 "snapd" switched to the "latest/stable" channel 20:37:37 20:37:42 core18 20210128 from Canonical* installed 20:37:42 "core18" switched to the "latest/stable" channel 20:37:42 20:37:48 snapcraft 4.5.4 from Canonical* installed 20:37:48 "snapcraft" switched to the "latest/stable" channel 20:37:48 20:37:52 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 20:37:52 - README.md 20:37:52 20:37:52 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:37:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:37:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:37:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:37:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:38:00 Reading package lists... 20:38:00 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 20:38:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:07 Reading package lists... 20:38:07 Building dependency tree... 20:38:07 Reading state information... 20:38:07 Suggested packages: 20:38:07 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:38:07 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:38:07 Recommended packages: 20:38:07 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:38:07 The following NEW packages will be installed: 20:38:07 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:38:07 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:38:07 pkg-config zip 20:38:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:38:07 Need to get 7657 kB of archives. 20:38:07 After this operation, 43.8 MB of additional disk space will be used. 20:38:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 20:38:07 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:38:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:38:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 20:38:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 20:38:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:38:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:38:07 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:38:07 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:38:07 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:38:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:38:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:38:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:38:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:38:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:38:08 debconf: delaying package configuration, since apt-utils is not installed 20:38:08 Fetched 7657 kB in 1s (8692 kB/s) 20:38:08 Selecting previously unselected package libglib2.0-0:amd64. 20:38:08 (Reading database ... 13924 files and directories currently installed.) 20:38:08 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 20:38:08 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:38:08 Selecting previously unselected package libpsl5:amd64. 20:38:08 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:38:08 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:38:08 Selecting previously unselected package libnghttp2-14:amd64. 20:38:08 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:38:08 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:38:09 Selecting previously unselected package librtmp1:amd64. 20:38:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:38:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:38:09 Selecting previously unselected package libcurl3-gnutls:amd64. 20:38:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:38:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:38:09 Selecting previously unselected package liberror-perl. 20:38:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:38:09 Unpacking liberror-perl (0.17025-1) ... 20:38:09 Selecting previously unselected package git-man. 20:38:09 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 20:38:09 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 20:38:09 Selecting previously unselected package git. 20:38:09 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 20:38:09 Unpacking git (1:2.17.1-1ubuntu0.8) ... 20:38:10 Selecting previously unselected package libnorm1:amd64. 20:38:10 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:38:10 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:38:10 Selecting previously unselected package libpgm-5.2-0:amd64. 20:38:10 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:38:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:38:10 Selecting previously unselected package libsodium23:amd64. 20:38:10 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:38:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:38:10 Selecting previously unselected package libzmq5:amd64. 20:38:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:38:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:38:10 Selecting previously unselected package libzmq3-dev:amd64. 20:38:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:38:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:38:10 Selecting previously unselected package pkg-config. 20:38:10 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:38:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:38:11 Selecting previously unselected package zip. 20:38:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:38:11 Unpacking zip (3.0-11build1) ... 20:38:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:38:11 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 20:38:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:38:11 Setting up liberror-perl (0.17025-1) ... 20:38:11 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:38:11 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 20:38:11 No schema files found: doing nothing. 20:38:11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:38:11 Setting up zip (3.0-11build1) ... 20:38:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:38:11 Setting up libsodium23:amd64 (1.0.16-2) ... 20:38:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:38:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:38:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:38:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:38:11 Setting up git (1:2.17.1-1ubuntu0.8) ... 20:38:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:38:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:18 git set to automatically installed. 20:38:18 git-man set to automatically installed. 20:38:18 libcurl3-gnutls set to automatically installed. 20:38:18 liberror-perl set to automatically installed. 20:38:18 libglib2.0-0 set to automatically installed. 20:38:18 libnghttp2-14 set to automatically installed. 20:38:18 libnorm1 set to automatically installed. 20:38:18 libpgm-5.2-0 set to automatically installed. 20:38:18 libpsl5 set to automatically installed. 20:38:18 librtmp1 set to automatically installed. 20:38:18 libsodium23 set to automatically installed. 20:38:18 libzmq3-dev set to automatically installed. 20:38:18 libzmq5 set to automatically installed. 20:38:18 pkg-config set to automatically installed. 20:38:18 zip set to automatically installed. 20:38:20 snapd is not logged in, snap install commands will use sudo 20:38:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:26 snap "core18" has no updates available 20:38:27 snapd is not logged in, snap install commands will use sudo 20:38:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:52 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 20:38:52 Pulling go-build-helper 20:38:52 + snapcraftctl pull 20:38:52 'app-service-config' has dependencies that need to be staged: go-build-helper 20:38:52 Skipping pull go-build-helper (already ran) 20:38:52 Building go-build-helper 20:38:52 + snapcraftctl build 20:38:54 Staging go-build-helper 20:38:54 + snapcraftctl stage 20:39:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:39:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:39:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1608 kB] 20:39:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 20:39:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 20:39:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 20:39:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [256 kB] 20:39:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.4 kB] 20:39:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 20:39:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 20:39:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:39:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:39:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:39:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:39:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:39:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:39:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:39:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:39:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:39:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] 20:39:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 20:39:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 20:39:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 20:39:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 20:39:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] 20:39:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 20:39:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 20:39:06 Fetched 24.1 MB in 0s (0 B/s) 20:39:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:39:06 Fetched 224 kB in 0s (0 B/s) 20:39:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:39:06 Fetched 157 kB in 0s (0 B/s) 20:39:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:39:06 Fetched 221 kB in 0s (0 B/s) 20:39:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:39:06 Fetched 143 kB in 0s (0 B/s) 20:39:06 Pulling app-service-config 20:39:06 + snapcraftctl pull 20:39:06 Cloning into '/root/parts/app-service-config/src'... 20:39:07 Pulling config-common 20:39:07 + snapcraftctl pull 20:39:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:39:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:39:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:39:12 Fetched 0 B in 0s (0 B/s) 20:39:12 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:39:12 Fetched 0 B in 0s (0 B/s) 20:39:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:39:12 Fetched 0 B in 0s (0 B/s) 20:39:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:39:12 Fetched 0 B in 0s (0 B/s) 20:39:12 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:39:12 Fetched 0 B in 0s (0 B/s) 20:39:12 Pulling edgex-go 20:39:12 + snapcraftctl pull 20:39:39 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:39:39 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:39:39 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:39:39 Fetched 0 B in 0s (0 B/s) 20:39:39 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:39:39 Fetched 96.5 kB in 0s (0 B/s) 20:39:39 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:39:39 Fetched 279 kB in 0s (0 B/s) 20:39:39 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:39:39 Fetched 122 kB in 0s (0 B/s) 20:39:39 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:39:39 Fetched 77.8 kB in 0s (0 B/s) 20:39:39 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:39:39 Fetched 8848 B in 0s (0 B/s) 20:39:39 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:39:39 Fetched 47.8 kB in 0s (0 B/s) 20:39:39 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:39:39 Fetched 45.6 kB in 0s (0 B/s) 20:39:39 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:39:39 Fetched 15.0 kB in 0s (0 B/s) 20:39:39 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:39:39 Fetched 214 kB in 0s (0 B/s) 20:39:39 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 20:39:39 Fetched 154 kB in 0s (0 B/s) 20:39:39 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:39:39 Fetched 50.6 kB in 0s (0 B/s) 20:39:39 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:39:39 Fetched 14.8 kB in 0s (0 B/s) 20:39:39 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:39:39 Fetched 41.8 kB in 0s (0 B/s) 20:39:39 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:39:39 Fetched 499 kB in 0s (0 B/s) 20:39:39 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:39:39 Fetched 111 kB in 0s (0 B/s) 20:39:39 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:39:39 Fetched 240 kB in 0s (0 B/s) 20:39:39 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:39:39 Fetched 29.3 kB in 0s (0 B/s) 20:39:39 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:39:39 Fetched 85.5 kB in 0s (0 B/s) 20:39:39 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:39:39 Fetched 24.5 kB in 0s (0 B/s) 20:39:39 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:39:39 Fetched 49.2 kB in 0s (0 B/s) 20:39:39 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:39:39 Fetched 54.2 kB in 0s (0 B/s) 20:39:39 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:39:39 Fetched 30.8 kB in 0s (0 B/s) 20:39:39 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 20:39:39 Fetched 15.8 kB in 0s (0 B/s) 20:39:39 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:39:39 Fetched 85.9 kB in 0s (0 B/s) 20:39:39 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:39:39 Fetched 8720 B in 0s (0 B/s) 20:39:39 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:39:39 Fetched 137 kB in 0s (0 B/s) 20:39:39 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:39:39 Fetched 119 kB in 0s (0 B/s) 20:39:39 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:39:39 Fetched 109 kB in 0s (0 B/s) 20:39:39 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:39:39 Fetched 11.1 kB in 0s (0 B/s) 20:39:39 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:39:39 Fetched 645 kB in 0s (0 B/s) 20:39:39 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:39:39 Fetched 41.3 kB in 0s (0 B/s) 20:39:39 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:39:39 Fetched 17.9 kB in 0s (0 B/s) 20:39:39 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:39:39 Fetched 368 kB in 0s (0 B/s) 20:39:39 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:39:39 Fetched 187 kB in 0s (0 B/s) 20:39:39 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:39:39 Fetched 175 kB in 0s (0 B/s) 20:39:39 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:39:39 Fetched 206 kB in 0s (0 B/s) 20:39:39 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 20:39:39 Fetched 1301 kB in 0s (0 B/s) 20:39:39 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:39:39 Fetched 36.2 kB in 0s (0 B/s) 20:39:39 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:39:39 Fetched 159 kB in 0s (0 B/s) 20:39:39 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:39:39 Fetched 107 kB in 0s (0 B/s) 20:39:39 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:39:39 Fetched 48.7 kB in 0s (0 B/s) 20:39:39 Pulling static-packages 20:39:39 + snapcraftctl pull 20:39:39 Pulling version 20:39:39 + cd /root/project 20:39:39 + [ -f VERSION ] 20:39:39 + PROJECT_VERSION=local-dev 20:39:39 + git rev-parse --short HEAD 20:39:39 + GIT_REVISION=dae911a4 20:39:39 + snapcraftctl set-version local-dev 20:39:39 Skipping build go-build-helper (already ran) 20:39:39 Building app-service-config 20:39:39 + make build 20:39:39 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 20:39:39 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 20:39:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 20:39:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 20:39:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 20:39:39 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 20:39:39 go: downloading github.com/BurntSushi/toml v0.3.1 20:39:39 go: downloading github.com/gorilla/mux v1.8.0 20:39:39 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 20:39:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:39:39 go: downloading github.com/google/uuid v1.2.0 20:39:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 20:39:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:39:39 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:39:40 go: downloading github.com/x448/float16 v0.8.4 20:39:40 go: downloading github.com/hashicorp/consul/api v1.8.1 20:39:40 go: downloading github.com/pebbe/zmq4 v1.2.5 20:39:40 go: downloading github.com/go-kit/kit v0.8.0 20:39:40 go: downloading github.com/hashicorp/go-hclog v0.12.0 20:39:40 go: downloading github.com/hashicorp/serf v0.9.5 20:39:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 20:39:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:39:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:39:40 go: downloading github.com/fatih/color v1.9.0 20:39:40 go: downloading github.com/mitchellh/copystructure v1.0.0 20:39:40 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:39:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:39:40 go: downloading github.com/mattn/go-colorable v0.1.6 20:39:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:39:40 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 20:39:40 go: downloading github.com/go-playground/universal-translator v0.17.0 20:39:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:39:40 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:39:40 go: downloading github.com/leodido/go-urn v1.2.0 20:39:41 go: downloading github.com/go-playground/locales v0.13.0 20:39:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:39:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:39:41 go: downloading github.com/pelletier/go-toml v1.2.0 20:39:41 go: downloading github.com/mattn/go-isatty v0.0.12 20:39:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:39:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:39:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:39:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:39:41 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 20:39:53 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 20:39:53 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 20:39:53 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 20:39:53 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 20:39:54 Building config-common 20:39:54 + snapcraftctl build 20:39:56 Building edgex-go 20:39:57 + cd /root/parts/edgex-go/src 20:39:57 + make build 20:39:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 20:39:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 20:39:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 20:39:58 go: downloading github.com/pkg/errors v0.8.1 20:39:58 go: downloading github.com/imdario/mergo v0.3.12 20:39:58 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:39:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 20:39:58 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 20:39:58 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 20:39:58 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 20:39:58 go: downloading github.com/gorilla/websocket v1.4.2 20:40:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:40:03 go: downloading gopkg.in/yaml.v2 v2.4.0 20:40:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 20:40:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:40:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:40:12 go: downloading github.com/stretchr/testify v1.7.0 20:40:12 go: downloading github.com/davecgh/go-spew v1.1.1 20:40:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:40:12 go: downloading github.com/pmezard/go-difflib v1.0.0 20:40:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 20:40:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:40:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:40:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 20:40:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:40:18 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 20:40:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 20:40:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 20:40:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:40:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 20:40:22 go: downloading github.com/lib/pq v1.9.0 20:40:25 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 20:40:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 20:40:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 20:40:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 20:40:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 20:40:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 20:40:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 20:40:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 20:40:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 20:40:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 20:40:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 20:40:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 20:40:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 20:40:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 20:40:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 20:40:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 20:40:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 20:40:25 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 20:40:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 20:40:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 20:40:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 20:40:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 20:40:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 20:40:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 20:40:25 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 20:40:28 Building static-packages 20:40:28 + snapcraftctl build 20:40:30 Building version 20:40:30 + snapcraftctl build 20:40:33 Skipping stage go-build-helper (already ran) 20:40:33 Staging app-service-config 20:40:33 + snapcraftctl stage 20:40:34 Staging config-common 20:40:34 + snapcraftctl stage 20:40:35 Staging edgex-go 20:40:35 + snapcraftctl stage 20:40:36 Staging static-packages 20:40:36 + snapcraftctl stage 20:40:38 Staging version 20:40:38 + snapcraftctl stage 20:40:39 Priming go-build-helper 20:40:39 + snapcraftctl prime 20:40:39 Priming app-service-config 20:40:39 + snapcraftctl prime 20:40:41 Priming config-common 20:40:41 + snapcraftctl prime 20:40:42 Priming edgex-go 20:40:42 + snapcraftctl prime 20:40:43 Priming static-packages 20:40:43 + snapcraftctl prime 20:40:46 Priming version 20:40:46 + snapcraftctl prime 20:40:47 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:40:50 provisioning config files... 20:40:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1479674096999612041tmp [Pipeline] { [Pipeline] sh 20:40:51 + set +x 20:40:51 + bash -s -- 20:40:51 + curl -s https://codecov.io/bash 20:40:51 20:40:51 _____ _ 20:40:51 / ____| | | 20:40:51 | | ___ __| | ___ ___ _____ __ 20:40:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:40:51 | |___| (_) | (_| | __/ (_| (_) \ V / 20:40:51 \_____\___/ \__,_|\___|\___\___/ \_/ 20:40:51 Bash-20210309-2b87ace 20:40:51 20:40:51 20:40:51 ==> git version 2.24.3 found 20:40:51 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 20:40:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:40:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:40:51 ==> Jenkins CI detected. 20:40:52 project root: . 20:40:52 --> token set from env 20:40:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:40:52 ==> Running gcov in . (disable via -X gcov) 20:40:52 ==> Python coveragepy not found 20:40:52 ==> Searching for coverage reports in: 20:40:52 + . 20:40:52 -> Found 1 reports 20:40:52 ==> Detecting git/mercurial file structure 20:40:52 ==> Reading reports 20:40:52 + ./coverage.out bytes=650607 20:40:52 ==> Appending adjustments 20:40:52 https://docs.codecov.io/docs/fixing-reports 20:41:01 + Found adjustments 20:41:01 ==> Gzipping contents 20:41:01 96K /tmp/codecov.osWKdo.gz 20:41:01 ==> Uploading reports 20:41:01 url: https://codecov.io 20:41:01 query: branch=PR-3269&commit=dae911a45406044c6bc2df530b0c13327117112a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 20:41:01 -> Pinging Codecov 20:41:01 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3269&commit=dae911a45406044c6bc2df530b0c13327117112a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3269%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3269&job=&cmd_args= 20:41:01 -> Uploading to 20:41:01 https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/dae911a45406044c6bc2df530b0c13327117112a/3781a1c9-9ab5-4797-a009-6fa2dfe5780e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T204100Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bb56ddc8ec7d8c6a066038d8652c6028e5cc150a2e4d5d4e297346e48c2b8c36 20:41:01 % Total % Received % Xferd Average Speed Time Time Time Current 20:41:01 Dload Upload Total Spent Left Speed 20:41:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94917 0 0 100 94917 0 161k --:--:-- --:--:-- --:--:-- 160k 100 94917 0 0 100 94917 0 160k --:--:-- --:--:-- --:--:-- 160k 20:41:01 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/dae911a45406044c6bc2df530b0c13327117112a [Pipeline] } 20:41:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:41:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:41:04 ---> package-listing.sh 20:41:04 ++ facter osfamily 20:41:04 ++ tr '[:upper:]' '[:lower:]' 20:41:04 + OS_FAMILY=redhat 20:41:04 + workspace=/w/workspace/edgex-go/2 20:41:04 + START_PACKAGES=/tmp/packages_start.txt 20:41:04 + END_PACKAGES=/tmp/packages_end.txt 20:41:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:41:04 + PACKAGES=/tmp/packages_start.txt 20:41:04 + '[' /w/workspace/edgex-go/2 ']' 20:41:04 + PACKAGES=/tmp/packages_end.txt 20:41:04 + case "${OS_FAMILY}" in 20:41:04 + sort 20:41:04 + rpm -qa 20:41:12 + '[' -f /tmp/packages_start.txt ']' 20:41:12 + '[' -f /tmp/packages_end.txt ']' 20:41:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:41:12 + '[' /w/workspace/edgex-go/2 ']' 20:41:12 + mkdir -p /w/workspace/edgex-go/2/archives/ 20:41:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 20:41:12 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:41:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:41:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:41:14 20:41:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:41:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:41:15 alpine: Pulling from edgex-lftools-log-publisher 20:41:15 df20fa9351a1: Pulling fs layer 20:41:15 36b3adc4ff6f: Pulling fs layer 20:41:15 8ad3a11d3b57: Pulling fs layer 20:41:15 46f8f816bc3b: Pulling fs layer 20:41:15 93b61091891f: Pulling fs layer 20:41:15 93b9cdb0e59b: Pulling fs layer 20:41:15 5e14af77c1be: Pulling fs layer 20:41:15 01666e4c0597: Pulling fs layer 20:41:15 aa168da1d23b: Pulling fs layer 20:41:15 46f8f816bc3b: Waiting 20:41:15 93b61091891f: Waiting 20:41:15 93b9cdb0e59b: Waiting 20:41:15 5e14af77c1be: Waiting 20:41:15 01666e4c0597: Waiting 20:41:15 aa168da1d23b: Waiting 20:41:15 36b3adc4ff6f: Verifying Checksum 20:41:15 36b3adc4ff6f: Download complete 20:41:15 46f8f816bc3b: Verifying Checksum 20:41:15 46f8f816bc3b: Download complete 20:41:15 df20fa9351a1: Verifying Checksum 20:41:15 df20fa9351a1: Download complete 20:41:15 93b9cdb0e59b: Verifying Checksum 20:41:15 93b9cdb0e59b: Download complete 20:41:15 5e14af77c1be: Verifying Checksum 20:41:15 5e14af77c1be: Download complete 20:41:15 93b61091891f: Verifying Checksum 20:41:15 93b61091891f: Download complete 20:41:15 01666e4c0597: Verifying Checksum 20:41:15 01666e4c0597: Download complete 20:41:16 df20fa9351a1: Pull complete 20:41:16 36b3adc4ff6f: Pull complete 20:41:16 8ad3a11d3b57: Verifying Checksum 20:41:16 8ad3a11d3b57: Download complete 20:41:18 8ad3a11d3b57: Pull complete 20:41:19 aa168da1d23b: Verifying Checksum 20:41:19 aa168da1d23b: Download complete 20:41:19 46f8f816bc3b: Pull complete 20:41:20 93b61091891f: Pull complete 20:41:21 93b9cdb0e59b: Pull complete 20:41:21 5e14af77c1be: Pull complete 20:41:21 01666e4c0597: Pull complete 20:41:40 aa168da1d23b: Pull complete 20:41:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:41:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:41:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:41:40 prd-centos7-docker-4c-2g-30620 does not seem to be running inside a container 20:41:40 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:41:44 $ docker top 03666ffd2c2afcb5296c558819385566960d72c00d8171c757348335f9183b62 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:46 + touch /tmp/pre-build-complete [Pipeline] sh 20:41:46 + mkdir -p /var/log/sa [Pipeline] sh 20:41:47 + ls /var/log/sa-host 20:41:47 + sadf -c /var/log/sa-host/sa19 20:41:47 file_magic: OK 20:41:47 HZ: Using current value: 100 20:41:47 file_header: OK 20:41:47 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:41:47 Statistics: 20:41:47 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:41:47 File successfully converted to sysstat format version 12.2.1 20:41:47 + sadf -c /var/log/sa-host/sa23 20:41:47 file_magic: OK 20:41:47 HZ: Using current value: 100 20:41:47 file_header: OK 20:41:47 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 20:41:47 Statistics: 20:41:47 Hnuu...uuuununununu... 20:41:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:41:47 provisioning config files... 20:41:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1078444108377577470tmp [Pipeline] { [Pipeline] echo 20:41:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:41:48 ---> create-netrc.sh [Pipeline] } 20:41:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:41:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:41:49 ---> python-tools-install.sh [Pipeline] echo 20:41:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:41:49 ---> sudo-logs.sh 20:41:49 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:41:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:41:50 ---> job-cost.sh 20:41:50 lf-activate-venv: SKIPPING 20:41:50 DEBUG: total: 0.20999999344348907 20:41:50 INFO: Retrieving Stack Cost... 20:41:51 INFO: Retrieving Pricing Info for: v1-standard-2 20:41:52 INFO: Archiving Costs [Pipeline] echo 20:41:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:41:52 ---> logs-deploy.sh 20:41:52 lf-activate-venv: SKIPPING 20:41:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3269/2 20:41:52 INFO: archiving workspace using pattern(s): 20:41:55 Archives upload complete. 20:41:55 INFO: archiving logs to Nexus 20:41:58 ---> uname -a: 20:41:58 Linux prd-centos7-docker-4c-2g-30620.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:41:58 20:41:58 20:41:58 ---> lscpu: 20:41:58 Architecture: x86_64 20:41:58 CPU op-mode(s): 32-bit, 64-bit 20:41:58 Byte Order: Little Endian 20:41:58 Address sizes: 40 bits physical, 48 bits virtual 20:41:58 CPU(s): 4 20:41:58 On-line CPU(s) list: 0-3 20:41:58 Thread(s) per core: 1 20:41:58 Core(s) per socket: 1 20:41:58 Socket(s): 4 20:41:58 NUMA node(s): 1 20:41:58 Vendor ID: GenuineIntel 20:41:58 CPU family: 6 20:41:58 Model: 44 20:41:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:41:58 Stepping: 1 20:41:58 CPU MHz: 2933.438 20:41:58 BogoMIPS: 5866.87 20:41:58 Virtualization: VT-x 20:41:58 Hypervisor vendor: KVM 20:41:58 Virtualization type: full 20:41:58 L1d cache: 128 KiB 20:41:58 L1i cache: 128 KiB 20:41:58 L2 cache: 16 MiB 20:41:58 L3 cache: 64 MiB 20:41:58 NUMA node0 CPU(s): 0-3 20:41:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:41:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:41:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:41:58 Vulnerability Meltdown: Mitigation; PTI 20:41:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:41:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:41:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:41:58 Vulnerability Srbds: Not affected 20:41:58 Vulnerability Tsx async abort: Not affected 20:41:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 20:41:58 20:41:58 20:41:58 ---> nproc: 20:41:58 4 20:41:58 20:41:58 20:41:58 ---> df -h: 20:41:58 Filesystem Size Used Available Use% Mounted on 20:41:58 overlay 50.0G 11.7G 38.2G 24% / 20:41:58 tmpfs 64.0M 0 64.0M 0% /dev 20:41:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:41:58 shm 64.0M 0 64.0M 0% /dev/shm 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /facter-os 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/resolv.conf 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hostname 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /etc/hosts 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /run/cloud-init/result.json 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/sa-host 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/secure 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /var/log/auth.log 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/2@tmp 20:41:58 /dev/vda1 50.0G 11.7G 38.2G 24% /w/workspace/edgex-go/2 20:41:58 20:41:58 20:41:58 ---> free -m: 20:41:58 total used free shared buff/cache available 20:41:58 Mem: 1837 688 231 0 917 1066 20:41:58 Swap: 1023 82 941 20:41:58 20:41:58 20:41:58 ---> ip addr: 20:41:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:41:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:41:58 inet 127.0.0.1/8 scope host lo 20:41:58 valid_lft forever preferred_lft forever 20:41:58 inet6 ::1/128 scope host 20:41:58 valid_lft forever preferred_lft forever 20:41:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:41:58 link/ether fa:16:3e:f6:72:27 brd ff:ff:ff:ff:ff:ff 20:41:58 inet 10.30.122.90/23 brd 10.30.123.255 scope global dynamic eth0 20:41:58 valid_lft 84336sec preferred_lft 84336sec 20:41:58 inet6 fe80::f816:3eff:fef6:7227/64 scope link 20:41:58 valid_lft forever preferred_lft forever 20:41:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:41:58 link/ether 02:42:f5:a9:8a:06 brd ff:ff:ff:ff:ff:ff 20:41:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:41:58 valid_lft forever preferred_lft forever 20:41:58 inet6 fe80::42:f5ff:fea9:8a06/64 scope link 20:41:58 valid_lft forever preferred_lft forever 20:41:58 20:41:58 20:41:58 ---> sar -b -r -n DEV: 20:41:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:41:58 20:41:58 20:07:16 LINUX RESTART (4 CPU) 20:41:58 20:41:58 20:08:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:41:58 20:09:01 117.78 62.31 55.47 0.00 3752.61 36982.78 0.00 20:41:58 20:10:02 58.17 13.26 44.90 0.00 4429.48 8583.48 0.00 20:41:58 20:11:01 86.66 41.27 45.39 0.00 5710.23 21525.90 0.00 20:41:58 20:12:01 171.68 41.67 130.01 0.00 1941.97 28904.33 0.00 20:41:58 20:13:02 156.35 64.49 91.86 0.00 2227.94 11851.42 0.00 20:41:58 20:14:02 48.58 10.99 37.59 0.00 476.91 5655.96 0.00 20:41:58 20:15:01 75.86 22.78 53.09 0.00 991.74 4592.56 0.00 20:41:58 20:16:02 26.01 3.83 22.19 0.00 165.72 2149.08 0.00 20:41:58 20:17:01 65.28 39.83 25.45 0.00 1367.76 1165.50 0.00 20:41:58 20:18:01 65.52 26.28 39.24 0.00 1872.24 3355.10 0.00 20:41:58 20:19:01 25.19 3.49 21.70 0.00 152.58 2588.81 0.00 20:41:58 20:20:01 91.49 13.54 77.95 0.00 1074.50 19150.84 0.00 20:41:58 20:21:06 211.51 100.23 111.27 0.00 42852.84 91222.94 0.00 20:41:58 20:22:02 796.10 675.46 120.64 0.00 49864.34 55567.84 0.00 20:41:58 20:23:05 1039.31 907.71 131.60 0.00 64804.64 68808.23 0.00 20:41:58 20:24:14 875.47 800.12 75.35 0.00 43144.07 48885.41 0.00 20:41:58 20:25:02 568.21 488.78 79.44 0.00 30515.53 28748.94 0.00 20:41:58 20:26:01 94.75 44.37 50.38 0.00 3964.06 10232.76 0.00 20:41:58 20:27:01 246.42 77.68 168.74 0.00 10818.82 31625.19 0.00 20:41:58 20:28:07 740.18 619.81 120.37 0.00 63449.81 94904.11 0.00 20:41:58 20:29:03 571.94 486.69 85.25 0.00 27032.27 28774.59 0.00 20:41:58 20:30:02 815.94 677.26 138.68 0.00 43369.75 47857.49 0.00 20:41:58 20:31:01 276.79 151.35 125.45 0.00 9651.37 15555.43 0.00 20:41:58 20:32:02 122.86 5.59 117.27 0.00 330.65 21119.53 0.00 20:41:58 20:33:01 45.62 14.32 31.30 0.00 3046.52 1093.24 0.00 20:41:58 20:34:01 1.66 0.12 1.55 0.00 1.46 25.42 0.00 20:41:58 20:35:01 0.35 0.03 0.32 0.00 0.27 3.54 0.00 20:41:58 20:36:01 0.27 0.02 0.25 0.00 0.13 2.63 0.00 20:41:58 20:37:01 0.27 0.02 0.25 0.00 0.13 2.95 0.00 20:41:58 20:38:01 0.42 0.23 0.18 0.00 9.71 1.83 0.00 20:41:58 20:39:01 0.27 0.00 0.27 0.00 0.00 2.11 0.00 20:41:58 20:40:01 0.33 0.02 0.32 0.00 0.27 3.64 0.00 20:41:58 20:41:01 16.00 15.75 0.25 0.00 918.55 23.76 0.00 20:41:58 Average: 226.38 165.48 60.90 0.00 12893.53 21379.67 0.00 20:41:58 20:41:58 20:08:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:41:58 20:09:01 67616 0 532264 28.29 2620 1279044 1047712 35.76 362868 1252080 58652 20:41:58 20:10:02 92228 0 670272 35.62 2620 1116424 1759708 60.06 528468 1053640 20 20:41:58 20:11:01 77780 0 649760 34.53 2596 1151408 1397872 47.71 701308 888576 82856 20:41:58 20:12:01 78192 0 740604 39.36 1880 1060868 1531684 52.27 595468 946780 41616 20:41:58 20:13:02 171680 0 781924 41.56 1500 926440 1826096 62.32 576916 854804 22076 20:41:58 20:14:02 152280 0 770720 40.96 1500 957044 1749544 59.71 605252 844544 4492 20:41:58 20:15:01 94344 0 924948 49.16 612 861640 1872404 63.90 762688 736344 43140 20:41:58 20:16:02 192428 0 791276 42.05 612 897228 1761184 60.11 672268 730620 18176 20:41:58 20:17:01 298628 0 747112 39.71 612 835192 1650704 56.34 552564 741420 59464 20:41:58 20:18:01 299384 0 699220 37.16 572 882368 1230424 41.99 512640 773408 20640 20:41:58 20:19:01 276332 0 713960 37.95 404 890848 1356520 46.30 573368 738108 73812 20:41:58 20:20:01 178112 0 713960 37.95 332 989140 1320376 45.06 567604 848360 24 20:41:58 20:21:06 76232 0 799636 42.50 8 1005668 2271972 77.54 733968 864184 85580 20:41:58 20:22:02 447008 0 654144 34.77 8 780384 1761344 60.11 503952 717488 0 20:41:58 20:23:05 66228 0 811548 43.13 8 1003760 2366856 80.78 771900 824488 52656 20:41:58 20:24:14 64440 0 819392 43.55 8 997704 2341912 79.93 765268 820776 12396 20:41:58 20:25:02 561832 0 727296 38.65 8 592408 2414328 82.40 472228 593476 72 20:41:58 20:26:01 355404 0 891516 47.38 8 634616 3369344 114.99 599872 651540 36516 20:41:58 20:27:01 90076 0 687484 36.54 8 1103976 1450052 49.49 700660 833036 66744 20:41:58 20:28:07 443352 0 671332 35.68 8 766852 1585660 54.12 505900 720708 86788 20:41:58 20:29:03 67388 0 829176 44.07 8 984972 2786680 95.10 695040 872888 50772 20:41:58 20:30:02 111428 0 689956 36.67 8 1080152 1768052 60.34 611000 928100 60600 20:41:58 20:31:01 187832 0 776428 41.27 8 917276 1814964 61.94 726048 717252 20972 20:41:58 20:32:02 130484 0 682840 36.29 8 1068212 1591864 54.33 627216 866644 1300 20:41:58 20:33:01 164816 0 606948 32.26 8 1109772 1323180 45.16 574612 889992 8 20:41:58 20:34:01 176532 0 595212 31.63 8 1109792 1181972 40.34 565984 889420 8 20:41:58 20:35:01 176620 0 595120 31.63 8 1109796 1182104 40.34 566368 889428 8 20:41:58 20:36:01 176272 0 595456 31.65 8 1109808 1182092 40.34 566580 889440 8 20:41:58 20:37:01 177104 0 594568 31.60 8 1109864 1181888 40.34 565912 889448 16 20:41:58 20:38:01 177052 0 594380 31.59 8 1110104 1181888 40.34 565948 889728 8 20:41:58 20:39:01 176636 0 594784 31.61 8 1110116 1182020 40.34 566196 889732 16 20:41:58 20:40:01 177420 0 593992 31.57 8 1110124 1181888 40.34 565976 889740 12 20:41:58 20:41:01 144912 0 600180 31.90 8 1136444 1183500 40.39 576084 909472 116 20:41:58 Average: 185699 0 701437 37.28 486 993923 1660842 56.68 601155 843808 27260 20:41:58 20:41:58 20:08:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:41:58 20:09:01 eth0 138.44 91.18 512.62 34.45 0.00 0.00 0.00 0.00 20:41:58 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:10:02 veth9b809a6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:10:02 eth0 561.79 314.24 3164.06 59.46 0.00 0.00 0.00 0.00 20:41:58 20:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:10:02 veth319c656 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:11:01 eth0 546.29 540.85 3816.37 89.99 0.00 0.00 0.00 0.00 20:41:58 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:11:01 docker0 427.22 406.69 49.31 2689.19 0.00 0.00 0.00 0.00 20:41:58 20:12:01 eth0 333.85 245.38 2549.16 26.53 0.00 0.00 0.00 0.00 20:41:58 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:12:01 veth181efcd 55.98 88.19 5.50 447.64 0.00 0.00 0.00 0.00 20:41:58 20:12:01 docker0 97.12 150.17 6.94 805.73 0.00 0.00 0.00 0.00 20:41:58 20:13:02 veth7c7461f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:41:58 20:13:02 eth0 30.70 25.96 40.68 52.14 0.00 0.00 0.00 0.00 20:41:58 20:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:13:02 docker0 1.80 3.21 0.15 17.54 0.00 0.00 0.00 0.00 20:41:58 20:14:02 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:14:02 eth0 8.68 4.82 5.97 3.21 0.00 0.00 0.00 0.00 20:41:58 20:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:15:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:15:01 eth0 25.09 22.63 15.85 41.01 0.00 0.00 0.00 0.00 20:41:58 20:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:16:02 veth7c7461f 2.14 2.14 0.17 0.17 0.00 0.00 0.00 0.00 20:41:58 20:16:02 eth0 26.61 20.91 19.48 10.89 0.00 0.00 0.00 0.00 20:41:58 20:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:16:02 docker0 2.14 2.14 0.14 0.17 0.00 0.00 0.00 0.00 20:41:58 20:17:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:17:01 eth0 13.91 11.39 11.01 6.12 0.00 0.00 0.00 0.00 20:41:58 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:18:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:18:01 eth0 8.41 8.86 3.57 30.76 0.00 0.00 0.00 0.00 20:41:58 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:19:01 veth7c7461f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:19:01 eth0 26.11 17.89 19.13 28.79 0.00 0.00 0.00 0.00 20:41:58 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:20:01 veth9e961a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:20:01 eth0 227.11 188.12 1692.41 55.04 0.00 0.00 0.00 0.00 20:41:58 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:20:01 veth88a4f76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:21:06 eth0 9.31 7.54 9.09 3.88 0.00 0.00 0.00 0.00 20:41:58 20:21:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:21:06 veth88a4f76 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 20:41:58 20:21:06 docker0 486.45 518.63 51.99 3237.50 0.00 0.00 0.00 0.00 20:41:58 20:22:02 vethe035ebd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:22:02 vethd555491 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:22:02 veth38721bd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:22:02 vethf5e71b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:23:05 eth0 1914.61 1449.33 11328.32 454.74 0.00 0.00 0.00 0.00 20:41:58 20:23:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 20:41:58 20:23:05 veth88a4f76 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 20:41:58 20:23:05 docker0 504.87 547.40 53.33 3414.48 0.00 0.00 0.00 0.00 20:41:58 20:24:14 eth0 1.64 1.51 1.17 0.64 0.00 0.00 0.00 0.00 20:41:58 20:24:14 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:24:14 veth88a4f76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:24:14 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:25:02 veth39f3379 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:41:58 20:25:02 vethe603501 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:41:58 20:25:02 veth5663ee9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:41:58 20:25:02 eth0 1.92 1.88 1.46 0.82 0.00 0.00 0.00 0.00 20:41:58 20:26:01 veth39f3379 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:26:01 vethe603501 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:26:01 veth5663ee9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:26:01 eth0 5.86 4.56 4.72 2.55 0.00 0.00 0.00 0.00 20:41:58 20:27:01 eth0 70.24 48.29 243.09 56.34 0.00 0.00 0.00 0.00 20:41:58 20:27:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:41:58 20:27:01 veth88a4f76 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 20:41:58 20:27:01 docker0 552.57 610.94 57.80 3831.61 0.00 0.00 0.00 0.00 20:41:58 20:28:07 eth0 8.50 6.35 6.55 3.59 0.00 0.00 0.00 0.00 20:41:58 20:28:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:28:07 veth88a4f76 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:28:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:29:03 vethc816c33 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 20:41:58 20:29:03 veth212ce6a 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 20:41:58 20:29:03 eth0 33.10 25.78 74.64 42.98 0.00 0.00 0.00 0.00 20:41:58 20:29:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:30:02 eth0 4.80 3.13 3.77 2.02 0.00 0.00 0.00 0.00 20:41:58 20:30:02 vethd713ca8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:30:02 veth88a4f76 0.00 0.95 0.00 0.04 0.00 0.00 0.00 0.00 20:41:58 20:31:01 eth0 53.51 42.18 62.53 52.84 0.00 0.00 0.00 0.00 20:41:58 20:31:01 vetha83104c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 20:41:58 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:31:01 veth88a4f76 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:32:02 veth28a8388 1.00 1.18 0.14 4.36 0.00 0.00 0.00 0.00 20:41:58 20:32:02 eth0 192.04 133.32 1637.28 54.95 0.00 0.00 0.00 0.00 20:41:58 20:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:32:02 veth88a4f76 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 20:41:58 20:33:01 eth0 38.32 28.38 71.39 43.64 0.00 0.00 0.00 0.00 20:41:58 20:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:33:01 docker0 592.97 687.00 60.43 4396.38 0.00 0.00 0.00 0.00 20:41:58 20:34:01 eth0 0.50 0.12 0.11 0.07 0.00 0.00 0.00 0.00 20:41:58 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:35:01 eth0 1.15 0.48 0.40 0.21 0.00 0.00 0.00 0.00 20:41:58 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:36:01 eth0 0.65 0.37 0.28 0.20 0.00 0.00 0.00 0.00 20:41:58 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:37:01 eth0 0.08 0.02 0.01 0.00 0.00 0.00 0.00 0.00 20:41:58 20:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:38:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:39:01 eth0 0.42 0.33 0.18 0.09 0.00 0.00 0.00 0.00 20:41:58 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:40:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:41:01 eth0 8.24 6.24 7.81 4.42 0.00 0.00 0.00 0.00 20:41:58 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 Average: eth0 73.46 55.50 428.05 22.55 0.00 0.00 0.00 0.00 20:41:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:41:58 Average: docker0 17.73 20.54 1.81 131.46 0.00 0.00 0.00 0.00 20:41:58 20:41:58 20:41:58 ---> sar -P ALL: 20:41:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) 20:41:58 20:41:58 20:07:16 LINUX RESTART (4 CPU) 20:41:58 20:41:58 20:08:03 CPU %user %nice %system %iowait %steal %idle 20:41:58 20:09:01 all 11.69 0.00 7.12 10.17 43.35 27.67 20:41:58 20:09:01 0 12.33 0.00 6.70 10.44 43.67 26.86 20:41:58 20:09:01 1 9.06 0.00 5.84 11.24 43.59 30.27 20:41:58 20:09:01 2 11.55 0.00 9.58 8.15 43.04 27.68 20:41:58 20:09:01 3 14.00 0.00 6.42 10.77 43.08 25.72 20:41:58 20:10:02 all 4.59 0.00 3.40 1.13 20.12 70.76 20:41:58 20:10:02 0 3.98 0.00 3.30 2.59 22.60 67.53 20:41:58 20:10:02 1 6.50 0.00 4.02 1.15 21.35 66.97 20:41:58 20:10:02 2 3.59 0.00 2.25 0.38 19.17 74.61 20:41:58 20:10:02 3 4.32 0.00 4.06 0.41 17.37 73.84 20:41:58 20:11:01 all 9.12 0.00 3.92 0.98 23.18 62.80 20:41:58 20:11:01 0 9.04 0.00 4.56 0.64 24.67 61.10 20:41:58 20:11:01 1 5.83 0.00 3.24 1.39 24.19 65.35 20:41:58 20:11:01 2 7.35 0.00 3.81 1.04 22.27 65.52 20:41:58 20:11:01 3 14.50 0.00 4.11 0.84 21.50 59.06 20:41:58 20:12:01 all 4.08 0.00 4.55 1.80 29.21 60.36 20:41:58 20:12:01 0 4.30 0.00 4.77 1.94 30.42 58.56 20:41:58 20:12:01 1 4.34 0.00 5.27 1.81 29.29 59.30 20:41:58 20:12:01 2 3.68 0.00 3.90 1.32 29.19 61.90 20:41:58 20:12:01 3 3.99 0.00 4.25 2.14 27.91 61.71 20:41:58 20:13:02 all 5.78 0.00 5.63 4.54 28.95 55.10 20:41:58 20:13:02 0 6.26 0.00 5.26 5.21 29.26 54.00 20:41:58 20:13:02 1 5.29 0.00 6.07 4.75 29.03 54.85 20:41:58 20:13:02 2 6.37 0.00 5.20 4.20 28.88 55.35 20:41:58 20:13:02 3 5.17 0.00 6.02 3.97 28.63 56.22 20:41:58 20:14:02 all 21.90 0.00 7.25 1.78 52.38 16.69 20:41:58 20:14:02 0 22.57 0.00 7.58 2.67 52.94 14.23 20:41:58 20:14:02 1 17.01 0.00 6.25 1.04 53.14 22.56 20:41:58 20:14:02 2 19.90 0.00 6.26 1.62 52.94 19.27 20:41:58 20:14:02 3 29.05 0.00 9.17 1.85 50.29 9.65 20:41:58 20:15:01 all 22.81 0.00 8.27 1.68 48.55 18.70 20:41:58 20:15:01 0 23.76 0.00 8.41 1.38 47.61 18.85 20:41:58 20:15:01 1 21.17 0.00 7.84 1.62 49.43 19.93 20:41:58 20:15:01 2 23.56 0.00 8.29 2.67 48.76 16.71 20:41:58 20:15:01 3 22.76 0.00 8.54 1.04 48.37 19.29 20:41:58 20:16:02 all 17.72 0.00 6.97 0.79 43.83 30.70 20:41:58 20:16:02 0 17.20 0.00 6.31 0.92 46.52 29.05 20:41:58 20:16:02 1 16.41 0.00 7.29 0.90 43.06 32.34 20:41:58 20:16:02 2 20.35 0.00 7.90 0.55 42.06 29.13 20:41:58 20:16:02 3 16.98 0.00 6.41 0.77 43.63 32.20 20:41:58 20:17:01 all 16.83 0.00 7.28 5.15 50.62 20.11 20:41:58 20:17:01 0 19.90 0.00 7.20 4.09 51.06 17.75 20:41:58 20:17:01 1 17.80 0.00 8.08 5.11 50.26 18.76 20:41:58 20:17:01 2 16.42 0.00 7.41 6.37 51.55 18.24 20:41:58 20:17:01 3 13.50 0.00 6.48 5.03 49.65 25.34 20:41:58 20:18:01 all 18.28 0.00 9.49 1.91 46.12 24.20 20:41:58 20:18:01 0 17.71 0.00 9.21 2.32 45.85 24.90 20:41:58 20:18:01 1 19.59 0.00 9.97 1.59 45.18 23.67 20:41:58 20:18:01 2 17.38 0.00 8.23 2.12 48.29 23.98 20:41:58 20:18:01 3 18.44 0.00 10.53 1.61 45.17 24.26 20:41:58 20:19:01 all 12.63 0.00 8.00 0.59 37.14 41.63 20:41:58 20:19:01 0 11.07 0.00 7.01 0.57 39.20 42.15 20:41:58 20:19:01 1 12.27 0.00 7.27 0.31 36.27 43.87 20:41:58 20:19:01 2 12.38 0.00 8.44 1.41 36.45 41.32 20:41:58 20:19:01 3 14.97 0.00 9.40 0.07 36.51 39.05 20:41:58 20:41:58 20:19:01 CPU %user %nice %system %iowait %steal %idle 20:41:58 20:20:01 all 5.31 0.00 4.82 0.76 29.82 59.29 20:41:58 20:20:01 0 4.99 0.00 4.80 0.70 30.70 58.80 20:41:58 20:20:01 1 4.53 0.00 4.08 1.45 29.62 60.31 20:41:58 20:20:01 2 6.52 0.00 5.77 0.50 29.32 57.89 20:41:58 20:20:01 3 5.24 0.00 4.64 0.36 29.62 60.15 20:41:58 20:21:06 all 5.50 0.00 6.09 15.28 43.52 29.61 20:41:58 20:21:06 0 5.92 0.00 6.29 15.26 42.75 29.77 20:41:58 20:21:06 1 4.72 0.00 5.44 16.95 44.56 28.32 20:41:58 20:21:06 2 5.44 0.00 6.48 14.31 43.59 30.18 20:41:58 20:21:06 3 5.91 0.00 6.17 14.57 43.16 30.20 20:41:58 20:22:02 all 6.50 0.00 5.89 17.92 44.07 25.63 20:41:58 20:22:02 0 6.97 0.00 6.75 18.69 45.23 22.37 20:41:58 20:22:02 1 6.52 0.00 5.11 18.57 45.04 24.76 20:41:58 20:22:02 2 6.72 0.00 5.70 15.89 42.28 29.40 20:41:58 20:22:02 3 5.82 0.00 6.01 18.50 43.72 25.96 20:41:58 20:23:05 all 2.97 0.00 6.24 33.75 34.84 22.19 20:41:58 20:23:05 0 3.42 0.00 5.71 36.27 34.36 20.24 20:41:58 20:23:05 1 3.02 0.00 7.03 34.01 34.86 21.09 20:41:58 20:23:05 2 3.01 0.00 6.33 30.50 33.87 26.28 20:41:58 20:23:05 3 2.45 0.00 5.94 34.13 36.24 21.23 20:41:58 20:24:14 all 4.39 0.00 3.06 31.31 43.87 17.36 20:41:58 20:24:14 0 3.79 0.00 2.80 30.76 43.73 18.92 20:41:58 20:24:14 1 4.55 0.00 3.20 32.26 43.84 16.15 20:41:58 20:24:14 2 4.78 0.00 3.14 30.19 43.48 18.39 20:41:58 20:24:14 3 4.47 0.00 3.10 32.05 44.44 15.94 20:41:58 20:25:02 all 3.65 0.00 4.49 28.10 44.02 19.74 20:41:58 20:25:02 0 3.62 0.00 5.02 26.11 44.18 21.07 20:41:58 20:25:02 1 3.73 0.00 4.25 26.73 44.54 20.75 20:41:58 20:25:02 2 3.55 0.00 4.78 30.15 44.07 17.45 20:41:58 20:25:02 3 3.72 0.00 3.91 29.38 43.31 19.69 20:41:58 20:26:01 all 57.38 0.00 11.73 3.26 27.31 0.32 20:41:58 20:26:01 0 56.74 0.00 12.17 3.04 27.68 0.37 20:41:58 20:26:01 1 57.53 0.00 11.40 3.53 27.31 0.23 20:41:58 20:26:01 2 63.23 0.00 11.91 3.36 21.39 0.11 20:41:58 20:26:01 3 52.07 0.00 11.44 3.14 32.79 0.56 20:41:58 20:27:01 all 11.17 0.00 9.93 10.21 40.07 28.62 20:41:58 20:27:01 0 10.45 0.00 8.91 12.34 42.08 26.22 20:41:58 20:27:01 1 11.34 0.00 9.37 10.21 39.04 30.04 20:41:58 20:27:01 2 11.72 0.00 10.28 8.75 39.31 29.94 20:41:58 20:27:01 3 11.15 0.00 11.18 9.54 39.88 28.26 20:41:58 20:28:07 all 6.20 0.00 5.91 17.96 40.78 29.14 20:41:58 20:28:07 0 6.44 0.00 5.97 17.41 41.15 29.03 20:41:58 20:28:07 1 6.00 0.00 5.74 19.87 40.27 28.11 20:41:58 20:28:07 2 6.14 0.00 6.13 17.88 40.18 29.67 20:41:58 20:28:07 3 6.24 0.00 5.82 16.62 41.53 29.78 20:41:58 20:29:03 all 19.13 0.00 9.29 13.03 49.17 9.38 20:41:58 20:29:03 0 21.98 0.00 10.78 11.66 46.96 8.61 20:41:58 20:29:03 1 17.59 0.00 9.66 13.94 49.62 9.19 20:41:58 20:29:03 2 18.71 0.00 9.20 14.45 48.36 9.28 20:41:58 20:29:03 3 18.26 0.00 7.49 12.04 51.77 10.43 20:41:58 20:30:02 all 9.71 0.00 5.90 23.48 42.08 18.83 20:41:58 20:30:02 0 10.19 0.00 5.70 21.24 41.77 21.10 20:41:58 20:30:02 1 10.29 0.00 6.19 22.00 43.50 18.01 20:41:58 20:30:02 2 8.91 0.00 5.84 24.53 41.13 19.58 20:41:58 20:30:02 3 9.48 0.00 5.87 26.09 41.97 16.58 20:41:58 20:41:58 20:30:02 CPU %user %nice %system %iowait %steal %idle 20:41:58 20:31:01 all 26.09 0.00 10.51 11.16 38.84 13.40 20:41:58 20:31:01 0 23.98 0.00 9.66 11.45 41.75 13.16 20:41:58 20:31:01 1 25.37 0.00 10.93 12.02 38.61 13.07 20:41:58 20:31:01 2 27.15 0.00 11.01 11.12 38.26 12.46 20:41:58 20:31:01 3 27.94 0.00 10.45 10.03 36.67 14.90 20:41:58 20:32:02 all 4.24 0.00 4.92 4.14 33.75 52.95 20:41:58 20:32:02 0 5.81 0.00 6.06 4.57 34.93 48.63 20:41:58 20:32:02 1 3.23 0.00 4.89 3.30 32.85 55.74 20:41:58 20:32:02 2 5.15 0.00 4.40 4.06 34.04 52.35 20:41:58 20:32:02 3 2.78 0.00 4.32 4.63 33.19 55.08 20:41:58 20:33:01 all 3.74 0.00 2.67 1.29 10.67 81.63 20:41:58 20:33:01 0 6.21 0.00 4.31 1.75 10.30 77.44 20:41:58 20:33:01 1 2.29 0.00 1.96 1.62 10.87 83.26 20:41:58 20:33:01 2 2.95 0.00 2.29 1.46 10.05 83.25 20:41:58 20:33:01 3 3.66 0.00 2.20 0.36 11.43 82.35 20:41:58 20:34:01 all 0.10 0.00 0.04 0.00 0.51 99.34 20:41:58 20:34:01 0 0.02 0.00 0.03 0.02 0.56 99.37 20:41:58 20:34:01 1 0.03 0.00 0.03 0.00 0.13 99.80 20:41:58 20:34:01 2 0.07 0.00 0.07 0.00 0.68 99.19 20:41:58 20:34:01 3 0.30 0.00 0.03 0.00 0.66 99.00 20:41:58 20:35:01 all 0.12 0.00 0.13 0.01 0.79 98.95 20:41:58 20:35:01 0 0.05 0.00 0.08 0.02 0.53 99.32 20:41:58 20:35:01 1 0.03 0.00 0.13 0.00 0.40 99.43 20:41:58 20:35:01 2 0.05 0.00 0.13 0.03 1.38 98.40 20:41:58 20:35:01 3 0.33 0.00 0.18 0.00 0.85 98.64 20:41:58 20:36:01 all 0.09 0.00 0.05 0.00 0.42 99.44 20:41:58 20:36:01 0 0.25 0.00 0.07 0.00 0.42 99.27 20:41:58 20:36:01 1 0.02 0.00 0.02 0.02 0.08 99.87 20:41:58 20:36:01 2 0.05 0.00 0.07 0.00 0.61 99.27 20:41:58 20:36:01 3 0.03 0.00 0.03 0.00 0.58 99.35 20:41:58 20:37:01 all 0.10 0.00 0.07 0.00 0.56 99.26 20:41:58 20:37:01 0 0.03 0.00 0.05 0.00 0.30 99.62 20:41:58 20:37:01 1 0.23 0.00 0.05 0.00 0.76 98.96 20:41:58 20:37:01 2 0.03 0.00 0.12 0.00 0.83 99.02 20:41:58 20:37:01 3 0.10 0.00 0.08 0.00 0.37 99.45 20:41:58 20:38:01 all 0.08 0.00 0.03 0.00 0.45 99.44 20:41:58 20:38:01 0 0.02 0.00 0.03 0.00 0.08 99.87 20:41:58 20:38:01 1 0.27 0.00 0.02 0.00 0.18 99.53 20:41:58 20:38:01 2 0.02 0.00 0.05 0.00 0.74 99.19 20:41:58 20:38:01 3 0.02 0.00 0.02 0.00 0.78 99.19 20:41:58 20:39:01 all 0.10 0.00 0.03 0.00 1.07 98.79 20:41:58 20:39:01 0 0.03 0.00 0.05 0.00 1.25 98.67 20:41:58 20:39:01 1 0.30 0.00 0.05 0.00 1.30 98.35 20:41:58 20:39:01 2 0.03 0.00 0.02 0.00 0.58 99.37 20:41:58 20:39:01 3 0.03 0.00 0.02 0.02 1.14 98.80 20:41:58 20:40:01 all 0.10 0.00 0.04 0.00 0.28 99.59 20:41:58 20:40:01 0 0.03 0.00 0.07 0.00 0.47 99.44 20:41:58 20:40:01 1 0.02 0.00 0.03 0.00 0.46 99.49 20:41:58 20:40:01 2 0.32 0.00 0.03 0.00 0.15 99.50 20:41:58 20:40:01 3 0.02 0.00 0.02 0.00 0.03 99.93 20:41:58 20:41:01 all 1.08 0.00 0.95 0.58 4.65 92.75 20:41:58 20:41:01 0 0.96 0.00 1.04 0.53 5.02 92.45 20:41:58 20:41:01 1 1.13 0.00 0.99 0.78 4.57 92.54 20:41:58 20:41:01 2 1.03 0.00 0.79 0.69 4.62 92.87 20:41:58 20:41:01 3 1.20 0.00 0.97 0.31 4.39 93.14 20:41:58 20:41:58 Average: CPU %user %nice %system %iowait %steal %idle 20:41:58 Average: all 8.88 0.00 4.92 7.82 29.24 49.14 20:41:58 Average: 0 9.09 0.00 4.97 7.94 29.74 48.25 20:41:58 Average: 1 8.43 0.00 4.83 7.94 29.34 49.46 20:41:58 Average: 2 8.98 0.00 4.95 7.58 28.82 49.67 20:41:58 Average: 3 9.03 0.00 4.93 7.81 29.05 49.18 20:41:58 20:41:58 20:41:58